hierarchy square 08 icon
hierarchy-square-08 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- hierarchy-square-08
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the hierarchy square 08 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="M6.199 9.6H4.8c-2.009 0-3.363 2.148-2.572 4.08a.7.7 0 0 0 .643.443h.492c.166 0 .31.118.351.286l.634 2.65c.132.553.606.941 1.151.941s1.02-.388 1.151-.94l.634-2.65a.365.365 0 0 1 .35-.287h.493a.7.7 0 0 0 .643-.443c.791-1.932-.563-4.08-2.572-4.08Z"/><path d="M7.25 7.8c0 .994-.784 1.8-1.75 1.8s-1.75-.806-1.75-1.8S4.534 6 5.5 6s1.75.806 1.75 1.8ZM16 5c0-1.414 0-2.121.44-2.56C16.878 2 17.585 2 19 2s2.121 0 2.56.44C22 2.878 22 3.585 22 5s0 2.121-.44 2.56C21.122 8 20.415 8 19 8s-2.121 0-2.56-.44C16 7.122 16 6.415 16 5Zm0 14c0-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="M16 5h-1c-2.453.183-3 1.203-3 4.653v4.694c0 3.45.547 4.47 3 4.653h1"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsHierarchySquare08(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="M6.199 9.6H4.8c-2.009 0-3.363 2.148-2.572 4.08a.7.7 0 0 0 .643.443h.492c.166 0 .31.118.351.286l.634 2.65c.132.553.606.941 1.151.941s1.02-.388 1.151-.94l.634-2.65a.365.365 0 0 1 .35-.287h.493a.7.7 0 0 0 .643-.443c.791-1.932-.563-4.08-2.572-4.08Z"/><path d="M7.25 7.8c0 .994-.784 1.8-1.75 1.8s-1.75-.806-1.75-1.8S4.534 6 5.5 6s1.75.806 1.75 1.8ZM16 5c0-1.414 0-2.121.44-2.56C16.878 2 17.585 2 19 2s2.121 0 2.56.44C22 2.878 22 3.585 22 5s0 2.121-.44 2.56C21.122 8 20.415 8 19 8s-2.121 0-2.56-.44C16 7.122 16 6.415 16 5Zm0 14c0-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="M16 5h-1c-2.453.183-3 1.203-3 4.653v4.694c0 3.45.547 4.47 3 4.653h1"/></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="M6.199 9.6H4.8c-2.009 0-3.363 2.148-2.572 4.08a.7.7 0 0 0 .643.443h.492c.166 0 .31.118.351.286l.634 2.65c.132.553.606.941 1.151.941s1.02-.388 1.151-.94l.634-2.65a.365.365 0 0 1 .35-.287h.493a.7.7 0 0 0 .643-.443c.791-1.932-.563-4.08-2.572-4.08Z"/><path d="M7.25 7.8c0 .994-.784 1.8-1.75 1.8s-1.75-.806-1.75-1.8S4.534 6 5.5 6s1.75.806 1.75 1.8ZM16 5c0-1.414 0-2.121.44-2.56C16.878 2 17.585 2 19 2s2.121 0 2.56.44C22 2.878 22 3.585 22 5s0 2.121-.44 2.56C21.122 8 20.415 8 19 8s-2.121 0-2.56-.44C16 7.122 16 6.415 16 5Zm0 14c0-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="M16 5h-1c-2.453.183-3 1.203-3 4.653v4.694c0 3.45.547 4.47 3 4.653h1"/></g></svg> </template>
CSS
.icon-hierarchy-square-08 {
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%22M6.199%209.6H4.8c-2.009%200-3.363%202.148-2.572%204.08a.7.7%200%200%200%20.643.443h.492c.166%200%20.31.118.351.286l.634%202.65c.132.553.606.941%201.151.941s1.02-.388%201.151-.94l.634-2.65a.365.365%200%200%201%20.35-.287h.493a.7.7%200%200%200%20.643-.443c.791-1.932-.563-4.08-2.572-4.08Z%22%2F%3E%3Cpath%20d%3D%22M7.25%207.8c0%20.994-.784%201.8-1.75%201.8s-1.75-.806-1.75-1.8S4.534%206%205.5%206s1.75.806%201.75%201.8ZM16%205c0-1.414%200-2.121.44-2.56C16.878%202%2017.585%202%2019%202s2.121%200%202.56.44C22%202.878%2022%203.585%2022%205s0%202.121-.44%202.56C21.122%208%2020.415%208%2019%208s-2.121%200-2.56-.44C16%207.122%2016%206.415%2016%205Zm0%2014c0-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%22M16%205h-1c-2.453.183-3%201.203-3%204.653v4.694c0%203.45.547%204.47%203%204.653h1%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%22M6.199%209.6H4.8c-2.009%200-3.363%202.148-2.572%204.08a.7.7%200%200%200%20.643.443h.492c.166%200%20.31.118.351.286l.634%202.65c.132.553.606.941%201.151.941s1.02-.388%201.151-.94l.634-2.65a.365.365%200%200%201%20.35-.287h.493a.7.7%200%200%200%20.643-.443c.791-1.932-.563-4.08-2.572-4.08Z%22%2F%3E%3Cpath%20d%3D%22M7.25%207.8c0%20.994-.784%201.8-1.75%201.8s-1.75-.806-1.75-1.8S4.534%206%205.5%206s1.75.806%201.75%201.8ZM16%205c0-1.414%200-2.121.44-2.56C16.878%202%2017.585%202%2019%202s2.121%200%202.56.44C22%202.878%2022%203.585%2022%205s0%202.121-.44%202.56C21.122%208%2020.415%208%2019%208s-2.121%200-2.56-.44C16%207.122%2016%206.415%2016%205Zm0%2014c0-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%22M16%205h-1c-2.453.183-3%201.203-3%204.653v4.694c0%203.45.547%204.47%203%204.653h1%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-08.svg?color=%231a73e8&size=48