structure 02 icon
structure-02 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- structure-02
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the structure 02 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="M2 13c0-.943 0-1.414.293-1.707S3.057 11 4 11s1.414 0 1.707.293S6 12.057 6 13s0 1.414-.293 1.707S4.943 15 4 15s-1.414 0-1.707-.293S2 13.943 2 13Zm16 0c0-.943 0-1.414.293-1.707S19.057 11 20 11s1.414 0 1.707.293S22 12.057 22 13s0 1.414-.293 1.707S20.943 15 20 15s-1.414 0-1.707-.293S18 13.943 18 13Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M12 7v7m0 5v3M4 11V9c0-3.31.69-4 4-4m12 6V9c0-3.31-.69-4-4-4"/><path d="M14.5 16.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0ZM10 2h4c1.815 0 2 .925 2 2.5S15.815 7 14 7h-4c-1.815 0-2-.925-2-2.5S8.185 2 10 2Z"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsStructure02(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="M2 13c0-.943 0-1.414.293-1.707S3.057 11 4 11s1.414 0 1.707.293S6 12.057 6 13s0 1.414-.293 1.707S4.943 15 4 15s-1.414 0-1.707-.293S2 13.943 2 13Zm16 0c0-.943 0-1.414.293-1.707S19.057 11 20 11s1.414 0 1.707.293S22 12.057 22 13s0 1.414-.293 1.707S20.943 15 20 15s-1.414 0-1.707-.293S18 13.943 18 13Z"/><path strokeLinecap="round" strokeLinejoin="round" d="M12 7v7m0 5v3M4 11V9c0-3.31.69-4 4-4m12 6V9c0-3.31-.69-4-4-4"/><path d="M14.5 16.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0ZM10 2h4c1.815 0 2 .925 2 2.5S15.815 7 14 7h-4c-1.815 0-2-.925-2-2.5S8.185 2 10 2Z"/></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="M2 13c0-.943 0-1.414.293-1.707S3.057 11 4 11s1.414 0 1.707.293S6 12.057 6 13s0 1.414-.293 1.707S4.943 15 4 15s-1.414 0-1.707-.293S2 13.943 2 13Zm16 0c0-.943 0-1.414.293-1.707S19.057 11 20 11s1.414 0 1.707.293S22 12.057 22 13s0 1.414-.293 1.707S20.943 15 20 15s-1.414 0-1.707-.293S18 13.943 18 13Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M12 7v7m0 5v3M4 11V9c0-3.31.69-4 4-4m12 6V9c0-3.31-.69-4-4-4"/><path d="M14.5 16.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0ZM10 2h4c1.815 0 2 .925 2 2.5S15.815 7 14 7h-4c-1.815 0-2-.925-2-2.5S8.185 2 10 2Z"/></g></svg> </template>
CSS
.icon-structure-02 {
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%22M2%2013c0-.943%200-1.414.293-1.707S3.057%2011%204%2011s1.414%200%201.707.293S6%2012.057%206%2013s0%201.414-.293%201.707S4.943%2015%204%2015s-1.414%200-1.707-.293S2%2013.943%202%2013Zm16%200c0-.943%200-1.414.293-1.707S19.057%2011%2020%2011s1.414%200%201.707.293S22%2012.057%2022%2013s0%201.414-.293%201.707S20.943%2015%2020%2015s-1.414%200-1.707-.293S18%2013.943%2018%2013Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%207v7m0%205v3M4%2011V9c0-3.31.69-4%204-4m12%206V9c0-3.31-.69-4-4-4%22%2F%3E%3Cpath%20d%3D%22M14.5%2016.5a2.5%202.5%200%201%201-5%200a2.5%202.5%200%200%201%205%200ZM10%202h4c1.815%200%202%20.925%202%202.5S15.815%207%2014%207h-4c-1.815%200-2-.925-2-2.5S8.185%202%2010%202Z%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%22M2%2013c0-.943%200-1.414.293-1.707S3.057%2011%204%2011s1.414%200%201.707.293S6%2012.057%206%2013s0%201.414-.293%201.707S4.943%2015%204%2015s-1.414%200-1.707-.293S2%2013.943%202%2013Zm16%200c0-.943%200-1.414.293-1.707S19.057%2011%2020%2011s1.414%200%201.707.293S22%2012.057%2022%2013s0%201.414-.293%201.707S20.943%2015%2020%2015s-1.414%200-1.707-.293S18%2013.943%2018%2013Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%207v7m0%205v3M4%2011V9c0-3.31.69-4%204-4m12%206V9c0-3.31-.69-4-4-4%22%2F%3E%3Cpath%20d%3D%22M14.5%2016.5a2.5%202.5%200%201%201-5%200a2.5%202.5%200%200%201%205%200ZM10%202h4c1.815%200%202%20.925%202%202.5S15.815%207%2014%207h-4c-1.815%200-2-.925-2-2.5S8.185%202%2010%202Z%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-02.svg?color=%231a73e8&size=48