hierarchy square 03 icon
hierarchy-square-03 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- hierarchy-square-03
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the hierarchy square 03 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="M8 6c0-1.886 0-2.828.586-3.414S10.114 2 12 2s2.828 0 3.414.586S16 4.114 16 6s0 2.828-.586 3.414S13.886 10 12 10s-2.828 0-3.414-.586S8 7.886 8 6ZM2 19c0-1.414 0-2.121.44-2.56C2.878 16 3.585 16 5 16s2.121 0 2.56.44C8 16.878 8 17.585 8 19s0 2.121-.44 2.56C7.122 22 6.415 22 5 22s-2.121 0-2.56-.44C2 21.122 2 20.415 2 19Zm14 0c0-1.414 0-2.121.44-2.56C16.878 16 17.585 16 19 16s2.121 0 2.56.44c.44.439.44 1.146.44 2.56s0 2.121-.44 2.56c-.439.44-1.146.44-2.56.44s-2.121 0-2.56-.44C16 21.122 16 20.415 16 19Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M19 16c-.183-2.453-1.203-3-4.653-3H9.653c-3.45 0-4.47.547-4.653 3"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsHierarchySquare03(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="M8 6c0-1.886 0-2.828.586-3.414S10.114 2 12 2s2.828 0 3.414.586S16 4.114 16 6s0 2.828-.586 3.414S13.886 10 12 10s-2.828 0-3.414-.586S8 7.886 8 6ZM2 19c0-1.414 0-2.121.44-2.56C2.878 16 3.585 16 5 16s2.121 0 2.56.44C8 16.878 8 17.585 8 19s0 2.121-.44 2.56C7.122 22 6.415 22 5 22s-2.121 0-2.56-.44C2 21.122 2 20.415 2 19Zm14 0c0-1.414 0-2.121.44-2.56C16.878 16 17.585 16 19 16s2.121 0 2.56.44c.44.439.44 1.146.44 2.56s0 2.121-.44 2.56c-.439.44-1.146.44-2.56.44s-2.121 0-2.56-.44C16 21.122 16 20.415 16 19Z"/><path strokeLinecap="round" strokeLinejoin="round" d="M19 16c-.183-2.453-1.203-3-4.653-3H9.653c-3.45 0-4.47.547-4.653 3"/></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="M8 6c0-1.886 0-2.828.586-3.414S10.114 2 12 2s2.828 0 3.414.586S16 4.114 16 6s0 2.828-.586 3.414S13.886 10 12 10s-2.828 0-3.414-.586S8 7.886 8 6ZM2 19c0-1.414 0-2.121.44-2.56C2.878 16 3.585 16 5 16s2.121 0 2.56.44C8 16.878 8 17.585 8 19s0 2.121-.44 2.56C7.122 22 6.415 22 5 22s-2.121 0-2.56-.44C2 21.122 2 20.415 2 19Zm14 0c0-1.414 0-2.121.44-2.56C16.878 16 17.585 16 19 16s2.121 0 2.56.44c.44.439.44 1.146.44 2.56s0 2.121-.44 2.56c-.439.44-1.146.44-2.56.44s-2.121 0-2.56-.44C16 21.122 16 20.415 16 19Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M19 16c-.183-2.453-1.203-3-4.653-3H9.653c-3.45 0-4.47.547-4.653 3"/></g></svg> </template>
CSS
.icon-hierarchy-square-03 {
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%22M8%206c0-1.886%200-2.828.586-3.414S10.114%202%2012%202s2.828%200%203.414.586S16%204.114%2016%206s0%202.828-.586%203.414S13.886%2010%2012%2010s-2.828%200-3.414-.586S8%207.886%208%206ZM2%2019c0-1.414%200-2.121.44-2.56C2.878%2016%203.585%2016%205%2016s2.121%200%202.56.44C8%2016.878%208%2017.585%208%2019s0%202.121-.44%202.56C7.122%2022%206.415%2022%205%2022s-2.121%200-2.56-.44C2%2021.122%202%2020.415%202%2019Zm14%200c0-1.414%200-2.121.44-2.56C16.878%2016%2017.585%2016%2019%2016s2.121%200%202.56.44c.44.439.44%201.146.44%202.56s0%202.121-.44%202.56c-.439.44-1.146.44-2.56.44s-2.121%200-2.56-.44C16%2021.122%2016%2020.415%2016%2019Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M19%2016c-.183-2.453-1.203-3-4.653-3H9.653c-3.45%200-4.47.547-4.653%203%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%22M8%206c0-1.886%200-2.828.586-3.414S10.114%202%2012%202s2.828%200%203.414.586S16%204.114%2016%206s0%202.828-.586%203.414S13.886%2010%2012%2010s-2.828%200-3.414-.586S8%207.886%208%206ZM2%2019c0-1.414%200-2.121.44-2.56C2.878%2016%203.585%2016%205%2016s2.121%200%202.56.44C8%2016.878%208%2017.585%208%2019s0%202.121-.44%202.56C7.122%2022%206.415%2022%205%2022s-2.121%200-2.56-.44C2%2021.122%202%2020.415%202%2019Zm14%200c0-1.414%200-2.121.44-2.56C16.878%2016%2017.585%2016%2019%2016s2.121%200%202.56.44c.44.439.44%201.146.44%202.56s0%202.121-.44%202.56c-.439.44-1.146.44-2.56.44s-2.121%200-2.56-.44C16%2021.122%2016%2020.415%2016%2019Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M19%2016c-.183-2.453-1.203-3-4.653-3H9.653c-3.45%200-4.47.547-4.653%203%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/hierarchy-square-03.svg?color=%231a73e8&size=48