structure 01 icon

structure-01 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
structure-01
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the structure 01 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 stroke-linecap="round" stroke-linejoin="round" d="M12 9v4m0 0H9c-1.886 0-2.828 0-3.414.586S5 15.114 5 17m7-4h3c1.886 0 2.828 0 3.414.586S19 15.114 19 17"/><path stroke-linecap="round" d="M2.009 21C2 20.712 2 20.382 2 20c0-1.414 0-2.121.44-2.56C2.878 17 3.585 17 5 17s2.121 0 2.56.44C8 17.878 8 18.585 8 20c0 .382 0 .712-.009 1m8.018 0C16 20.712 16 20.382 16 20c0-1.414 0-2.121.44-2.56C16.878 17 17.585 17 19 17s2.121 0 2.56.44c.44.439.44 1.146.44 2.56c0 .382 0 .712-.009 1"/><path d="M10.286 3h3.428C15.79 3 16 4.11 16 6s-.211 3-2.286 3h-3.428C8.21 9 8 7.89 8 6s.211-3 2.286-3Z"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsStructure01(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 strokeLinecap="round" strokeLinejoin="round" d="M12 9v4m0 0H9c-1.886 0-2.828 0-3.414.586S5 15.114 5 17m7-4h3c1.886 0 2.828 0 3.414.586S19 15.114 19 17"/><path strokeLinecap="round" d="M2.009 21C2 20.712 2 20.382 2 20c0-1.414 0-2.121.44-2.56C2.878 17 3.585 17 5 17s2.121 0 2.56.44C8 17.878 8 18.585 8 20c0 .382 0 .712-.009 1m8.018 0C16 20.712 16 20.382 16 20c0-1.414 0-2.121.44-2.56C16.878 17 17.585 17 19 17s2.121 0 2.56.44c.44.439.44 1.146.44 2.56c0 .382 0 .712-.009 1"/><path d="M10.286 3h3.428C15.79 3 16 4.11 16 6s-.211 3-2.286 3h-3.428C8.21 9 8 7.89 8 6s.211-3 2.286-3Z"/></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 stroke-linecap="round" stroke-linejoin="round" d="M12 9v4m0 0H9c-1.886 0-2.828 0-3.414.586S5 15.114 5 17m7-4h3c1.886 0 2.828 0 3.414.586S19 15.114 19 17"/><path stroke-linecap="round" d="M2.009 21C2 20.712 2 20.382 2 20c0-1.414 0-2.121.44-2.56C2.878 17 3.585 17 5 17s2.121 0 2.56.44C8 17.878 8 18.585 8 20c0 .382 0 .712-.009 1m8.018 0C16 20.712 16 20.382 16 20c0-1.414 0-2.121.44-2.56C16.878 17 17.585 17 19 17s2.121 0 2.56.44c.44.439.44 1.146.44 2.56c0 .382 0 .712-.009 1"/><path d="M10.286 3h3.428C15.79 3 16 4.11 16 6s-.211 3-2.286 3h-3.428C8.21 9 8 7.89 8 6s.211-3 2.286-3Z"/></g></svg>
</template>

CSS

.icon-structure-01 {
  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%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%209v4m0%200H9c-1.886%200-2.828%200-3.414.586S5%2015.114%205%2017m7-4h3c1.886%200%202.828%200%203.414.586S19%2015.114%2019%2017%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M2.009%2021C2%2020.712%202%2020.382%202%2020c0-1.414%200-2.121.44-2.56C2.878%2017%203.585%2017%205%2017s2.121%200%202.56.44C8%2017.878%208%2018.585%208%2020c0%20.382%200%20.712-.009%201m8.018%200C16%2020.712%2016%2020.382%2016%2020c0-1.414%200-2.121.44-2.56C16.878%2017%2017.585%2017%2019%2017s2.121%200%202.56.44c.44.439.44%201.146.44%202.56c0%20.382%200%20.712-.009%201%22%2F%3E%3Cpath%20d%3D%22M10.286%203h3.428C15.79%203%2016%204.11%2016%206s-.211%203-2.286%203h-3.428C8.21%209%208%207.89%208%206s.211-3%202.286-3Z%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%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%209v4m0%200H9c-1.886%200-2.828%200-3.414.586S5%2015.114%205%2017m7-4h3c1.886%200%202.828%200%203.414.586S19%2015.114%2019%2017%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M2.009%2021C2%2020.712%202%2020.382%202%2020c0-1.414%200-2.121.44-2.56C2.878%2017%203.585%2017%205%2017s2.121%200%202.56.44C8%2017.878%208%2018.585%208%2020c0%20.382%200%20.712-.009%201m8.018%200C16%2020.712%2016%2020.382%2016%2020c0-1.414%200-2.121.44-2.56C16.878%2017%2017.585%2017%2019%2017s2.121%200%202.56.44c.44.439.44%201.146.44%202.56c0%20.382%200%20.712-.009%201%22%2F%3E%3Cpath%20d%3D%22M10.286%203h3.428C15.79%203%2016%204.11%2016%206s-.211%203-2.286%203h-3.428C8.21%209%208%207.89%208%206s.211-3%202.286-3Z%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/structure-01.svg?color=%231a73e8&size=48