arrange icon
arrange from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- arrange
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge Icons
Use the arrange icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M3 4.5A1.5 1.5 0 0 1 4.5 3h2A1.5 1.5 0 0 1 8 4.5v2A1.5 1.5 0 0 1 6.5 8h-2A1.5 1.5 0 0 1 3 6.5zm0 13A1.5 1.5 0 0 1 4.5 16h2A1.5 1.5 0 0 1 8 17.5v2A1.5 1.5 0 0 1 6.5 21h-2A1.5 1.5 0 0 1 3 19.5z"/><path stroke-linecap="round" stroke-linejoin="round" d="M8 18.5h13m-5-13H8m8.324 2.176l-8.675 8.675"/><path d="M16 4.5A1.5 1.5 0 0 1 17.5 3h2A1.5 1.5 0 0 1 21 4.5v2A1.5 1.5 0 0 1 19.5 8h-2A1.5 1.5 0 0 1 16 6.5z"/><path stroke-linecap="round" stroke-linejoin="round" d="m18 21l1.388-.946C20.463 19.32 21 18.955 21 18.5s-.537-.821-1.612-1.554L18 16"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsArrange(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path d="M3 4.5A1.5 1.5 0 0 1 4.5 3h2A1.5 1.5 0 0 1 8 4.5v2A1.5 1.5 0 0 1 6.5 8h-2A1.5 1.5 0 0 1 3 6.5zm0 13A1.5 1.5 0 0 1 4.5 16h2A1.5 1.5 0 0 1 8 17.5v2A1.5 1.5 0 0 1 6.5 21h-2A1.5 1.5 0 0 1 3 19.5z"/><path strokeLinecap="round" strokeLinejoin="round" d="M8 18.5h13m-5-13H8m8.324 2.176l-8.675 8.675"/><path d="M16 4.5A1.5 1.5 0 0 1 17.5 3h2A1.5 1.5 0 0 1 21 4.5v2A1.5 1.5 0 0 1 19.5 8h-2A1.5 1.5 0 0 1 16 6.5z"/><path strokeLinecap="round" strokeLinejoin="round" d="m18 21l1.388-.946C20.463 19.32 21 18.955 21 18.5s-.537-.821-1.612-1.554L18 16"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M3 4.5A1.5 1.5 0 0 1 4.5 3h2A1.5 1.5 0 0 1 8 4.5v2A1.5 1.5 0 0 1 6.5 8h-2A1.5 1.5 0 0 1 3 6.5zm0 13A1.5 1.5 0 0 1 4.5 16h2A1.5 1.5 0 0 1 8 17.5v2A1.5 1.5 0 0 1 6.5 21h-2A1.5 1.5 0 0 1 3 19.5z"/><path stroke-linecap="round" stroke-linejoin="round" d="M8 18.5h13m-5-13H8m8.324 2.176l-8.675 8.675"/><path d="M16 4.5A1.5 1.5 0 0 1 17.5 3h2A1.5 1.5 0 0 1 21 4.5v2A1.5 1.5 0 0 1 19.5 8h-2A1.5 1.5 0 0 1 16 6.5z"/><path stroke-linecap="round" stroke-linejoin="round" d="m18 21l1.388-.946C20.463 19.32 21 18.955 21 18.5s-.537-.821-1.612-1.554L18 16"/></g></svg> </template>
CSS
.icon-arrange {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M3%204.5A1.5%201.5%200%200%201%204.5%203h2A1.5%201.5%200%200%201%208%204.5v2A1.5%201.5%200%200%201%206.5%208h-2A1.5%201.5%200%200%201%203%206.5zm0%2013A1.5%201.5%200%200%201%204.5%2016h2A1.5%201.5%200%200%201%208%2017.5v2A1.5%201.5%200%200%201%206.5%2021h-2A1.5%201.5%200%200%201%203%2019.5z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M8%2018.5h13m-5-13H8m8.324%202.176l-8.675%208.675%22%2F%3E%3Cpath%20d%3D%22M16%204.5A1.5%201.5%200%200%201%2017.5%203h2A1.5%201.5%200%200%201%2021%204.5v2A1.5%201.5%200%200%201%2019.5%208h-2A1.5%201.5%200%200%201%2016%206.5z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m18%2021l1.388-.946C20.463%2019.32%2021%2018.955%2021%2018.5s-.537-.821-1.612-1.554L18%2016%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M3%204.5A1.5%201.5%200%200%201%204.5%203h2A1.5%201.5%200%200%201%208%204.5v2A1.5%201.5%200%200%201%206.5%208h-2A1.5%201.5%200%200%201%203%206.5zm0%2013A1.5%201.5%200%200%201%204.5%2016h2A1.5%201.5%200%200%201%208%2017.5v2A1.5%201.5%200%200%201%206.5%2021h-2A1.5%201.5%200%200%201%203%2019.5z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M8%2018.5h13m-5-13H8m8.324%202.176l-8.675%208.675%22%2F%3E%3Cpath%20d%3D%22M16%204.5A1.5%201.5%200%200%201%2017.5%203h2A1.5%201.5%200%200%201%2021%204.5v2A1.5%201.5%200%200%201%2019.5%208h-2A1.5%201.5%200%200%201%2016%206.5z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m18%2021l1.388-.946C20.463%2019.32%2021%2018.955%2021%2018.5s-.537-.821-1.612-1.554L18%2016%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/arrange.svg?color=%231a73e8&size=48