structure icon
structure-duotone from Reicon by REICON · Duotone · IT · MIT Free for personal and commercial use.
- Name
- structure-duotone
- Set
- Reicon
- Style
- Duotone
- Category
- IT
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
More it icons from Reicon
Use the structure icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M8 5a3 3 0 1 1-6 0a3 3 0 0 1 6 0m14 0a3 3 0 1 1-6 0a3 3 0 0 1 6 0M8 19a3 3 0 1 1-6 0a3 3 0 0 1 6 0m14 0a3 3 0 1 1-6 0a3 3 0 0 1 6 0"/><path d="M16.093 4.256A1 1 0 0 0 16 4.25H8a1 1 0 0 0-.093.006a3 3 0 0 1 0 1.488q.045.006.093.006h8a1 1 0 0 0 .093-.006a3 3 0 0 1 0-1.488M19 8q.386 0 .744-.093q.006.045.006.093v8a1 1 0 0 1-.006.093a3 3 0 0 0-1.488 0A1 1 0 0 1 18.25 16V8q0-.048.006-.093q.358.091.744.093m-2.907 10.256A1 1 0 0 0 16 18.25H8a1 1 0 0 0-.093.006a3 3 0 0 1 0 1.488q.045.006.093.006h8a1 1 0 0 0 .093-.006a3 3 0 0 1 0-1.488M5 8q-.386 0-.744-.093A1 1 0 0 0 4.25 8v8q0 .048.006.093a3 3 0 0 1 1.488 0A1 1 0 0 0 5.75 16V8a1 1 0 0 0-.006-.093Q5.386 7.998 5 8" opacity=".5"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconStructureDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M8 5a3 3 0 1 1-6 0a3 3 0 0 1 6 0m14 0a3 3 0 1 1-6 0a3 3 0 0 1 6 0M8 19a3 3 0 1 1-6 0a3 3 0 0 1 6 0m14 0a3 3 0 1 1-6 0a3 3 0 0 1 6 0"/><path d="M16.093 4.256A1 1 0 0 0 16 4.25H8a1 1 0 0 0-.093.006a3 3 0 0 1 0 1.488q.045.006.093.006h8a1 1 0 0 0 .093-.006a3 3 0 0 1 0-1.488M19 8q.386 0 .744-.093q.006.045.006.093v8a1 1 0 0 1-.006.093a3 3 0 0 0-1.488 0A1 1 0 0 1 18.25 16V8q0-.048.006-.093q.358.091.744.093m-2.907 10.256A1 1 0 0 0 16 18.25H8a1 1 0 0 0-.093.006a3 3 0 0 1 0 1.488q.045.006.093.006h8a1 1 0 0 0 .093-.006a3 3 0 0 1 0-1.488M5 8q-.386 0-.744-.093A1 1 0 0 0 4.25 8v8q0 .048.006.093a3 3 0 0 1 1.488 0A1 1 0 0 0 5.75 16V8a1 1 0 0 0-.006-.093Q5.386 7.998 5 8" opacity=".5"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M8 5a3 3 0 1 1-6 0a3 3 0 0 1 6 0m14 0a3 3 0 1 1-6 0a3 3 0 0 1 6 0M8 19a3 3 0 1 1-6 0a3 3 0 0 1 6 0m14 0a3 3 0 1 1-6 0a3 3 0 0 1 6 0"/><path d="M16.093 4.256A1 1 0 0 0 16 4.25H8a1 1 0 0 0-.093.006a3 3 0 0 1 0 1.488q.045.006.093.006h8a1 1 0 0 0 .093-.006a3 3 0 0 1 0-1.488M19 8q.386 0 .744-.093q.006.045.006.093v8a1 1 0 0 1-.006.093a3 3 0 0 0-1.488 0A1 1 0 0 1 18.25 16V8q0-.048.006-.093q.358.091.744.093m-2.907 10.256A1 1 0 0 0 16 18.25H8a1 1 0 0 0-.093.006a3 3 0 0 1 0 1.488q.045.006.093.006h8a1 1 0 0 0 .093-.006a3 3 0 0 1 0-1.488M5 8q-.386 0-.744-.093A1 1 0 0 0 4.25 8v8q0 .048.006.093a3 3 0 0 1 1.488 0A1 1 0 0 0 5.75 16V8a1 1 0 0 0-.006-.093Q5.386 7.998 5 8" opacity=".5"/></g></svg> </template>
CSS
.icon-structure-duotone {
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%22currentColor%22%3E%3Cpath%20d%3D%22M8%205a3%203%200%201%201-6%200a3%203%200%200%201%206%200m14%200a3%203%200%201%201-6%200a3%203%200%200%201%206%200M8%2019a3%203%200%201%201-6%200a3%203%200%200%201%206%200m14%200a3%203%200%201%201-6%200a3%203%200%200%201%206%200%22%2F%3E%3Cpath%20d%3D%22M16.093%204.256A1%201%200%200%200%2016%204.25H8a1%201%200%200%200-.093.006a3%203%200%200%201%200%201.488q.045.006.093.006h8a1%201%200%200%200%20.093-.006a3%203%200%200%201%200-1.488M19%208q.386%200%20.744-.093q.006.045.006.093v8a1%201%200%200%201-.006.093a3%203%200%200%200-1.488%200A1%201%200%200%201%2018.25%2016V8q0-.048.006-.093q.358.091.744.093m-2.907%2010.256A1%201%200%200%200%2016%2018.25H8a1%201%200%200%200-.093.006a3%203%200%200%201%200%201.488q.045.006.093.006h8a1%201%200%200%200%20.093-.006a3%203%200%200%201%200-1.488M5%208q-.386%200-.744-.093A1%201%200%200%200%204.25%208v8q0%20.048.006.093a3%203%200%200%201%201.488%200A1%201%200%200%200%205.75%2016V8a1%201%200%200%200-.006-.093Q5.386%207.998%205%208%22%20opacity%3D%22.5%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%22currentColor%22%3E%3Cpath%20d%3D%22M8%205a3%203%200%201%201-6%200a3%203%200%200%201%206%200m14%200a3%203%200%201%201-6%200a3%203%200%200%201%206%200M8%2019a3%203%200%201%201-6%200a3%203%200%200%201%206%200m14%200a3%203%200%201%201-6%200a3%203%200%200%201%206%200%22%2F%3E%3Cpath%20d%3D%22M16.093%204.256A1%201%200%200%200%2016%204.25H8a1%201%200%200%200-.093.006a3%203%200%200%201%200%201.488q.045.006.093.006h8a1%201%200%200%200%20.093-.006a3%203%200%200%201%200-1.488M19%208q.386%200%20.744-.093q.006.045.006.093v8a1%201%200%200%201-.006.093a3%203%200%200%200-1.488%200A1%201%200%200%201%2018.25%2016V8q0-.048.006-.093q.358.091.744.093m-2.907%2010.256A1%201%200%200%200%2016%2018.25H8a1%201%200%200%200-.093.006a3%203%200%200%201%200%201.488q.045.006.093.006h8a1%201%200%200%200%20.093-.006a3%203%200%200%201%200-1.488M5%208q-.386%200-.744-.093A1%201%200%200%200%204.25%208v8q0%20.048.006.093a3%203%200%200%201%201.488%200A1%201%200%200%200%205.75%2016V8a1%201%200%200%200-.006-.093Q5.386%207.998%205%208%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/structure-duotone.svg?color=%231a73e8&size=48