The HugeIcons send to back icon visually represents an action to move an object behind other objects in a layered interface.
Common uses
- Layering objects in a design tool
- Arranging elements in a document editor
- Managing z-index in a visual programming interface
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { SendToBackIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={SendToBackIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- move to backsend backwardlayer backbehind
FAQ
- What is the 'send to back' icon used for?
- This icon signifies the action of sending a selected item to the furthest back layer in a visual arrangement.
- How do I use the SendToBackIcon in React?
- Import both HugeiconsIcon and SendToBackIcon, then render it using <HugeiconsIcon icon={SendToBackIcon} />.
- What is the license for this icon?
- The SendToBackIcon is provided under the MIT license.
Related icons
The same idea in other libraries, and near matches in HugeIcons.