structure icon
structure-filled from Reicon by REICON · Filled · IT · MIT Free for personal and commercial use.
- Name
- structure-filled
- Set
- Reicon
- Style
- Filled
- 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"><path fill="currentColor" fill-rule="evenodd" d="M7.907 4.256a3.001 3.001 0 1 0-3.651 3.651A1 1 0 0 0 4.25 8v8q0 .048.006.093a3.001 3.001 0 1 0 3.651 3.651q.045.006.093.006h8a1 1 0 0 0 .093-.006a3.001 3.001 0 1 0 3.651-3.651A1 1 0 0 0 19.75 16V8a1 1 0 0 0-.006-.093a3.001 3.001 0 1 0-3.651-3.651A1 1 0 0 0 16 4.25H8a1 1 0 0 0-.093.006M5.744 7.907q.006.045.006.093v8a1 1 0 0 1-.006.093a3 3 0 0 1 2.163 2.163A1 1 0 0 1 8 18.25h8a1 1 0 0 1 .093.006a3 3 0 0 1 2.163-2.163A1 1 0 0 1 18.25 16V8q0-.048.006-.093a3 3 0 0 1-2.163-2.163A1 1 0 0 1 16 5.75H8a1 1 0 0 1-.093-.006a3 3 0 0 1-2.163 2.163" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconStructureFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M7.907 4.256a3.001 3.001 0 1 0-3.651 3.651A1 1 0 0 0 4.25 8v8q0 .048.006.093a3.001 3.001 0 1 0 3.651 3.651q.045.006.093.006h8a1 1 0 0 0 .093-.006a3.001 3.001 0 1 0 3.651-3.651A1 1 0 0 0 19.75 16V8a1 1 0 0 0-.006-.093a3.001 3.001 0 1 0-3.651-3.651A1 1 0 0 0 16 4.25H8a1 1 0 0 0-.093.006M5.744 7.907q.006.045.006.093v8a1 1 0 0 1-.006.093a3 3 0 0 1 2.163 2.163A1 1 0 0 1 8 18.25h8a1 1 0 0 1 .093.006a3 3 0 0 1 2.163-2.163A1 1 0 0 1 18.25 16V8q0-.048.006-.093a3 3 0 0 1-2.163-2.163A1 1 0 0 1 16 5.75H8a1 1 0 0 1-.093-.006a3 3 0 0 1-2.163 2.163" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M7.907 4.256a3.001 3.001 0 1 0-3.651 3.651A1 1 0 0 0 4.25 8v8q0 .048.006.093a3.001 3.001 0 1 0 3.651 3.651q.045.006.093.006h8a1 1 0 0 0 .093-.006a3.001 3.001 0 1 0 3.651-3.651A1 1 0 0 0 19.75 16V8a1 1 0 0 0-.006-.093a3.001 3.001 0 1 0-3.651-3.651A1 1 0 0 0 16 4.25H8a1 1 0 0 0-.093.006M5.744 7.907q.006.045.006.093v8a1 1 0 0 1-.006.093a3 3 0 0 1 2.163 2.163A1 1 0 0 1 8 18.25h8a1 1 0 0 1 .093.006a3 3 0 0 1 2.163-2.163A1 1 0 0 1 18.25 16V8q0-.048.006-.093a3 3 0 0 1-2.163-2.163A1 1 0 0 1 16 5.75H8a1 1 0 0 1-.093-.006a3 3 0 0 1-2.163 2.163" clip-rule="evenodd"/></svg> </template>
CSS
.icon-structure-filled {
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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M7.907%204.256a3.001%203.001%200%201%200-3.651%203.651A1%201%200%200%200%204.25%208v8q0%20.048.006.093a3.001%203.001%200%201%200%203.651%203.651q.045.006.093.006h8a1%201%200%200%200%20.093-.006a3.001%203.001%200%201%200%203.651-3.651A1%201%200%200%200%2019.75%2016V8a1%201%200%200%200-.006-.093a3.001%203.001%200%201%200-3.651-3.651A1%201%200%200%200%2016%204.25H8a1%201%200%200%200-.093.006M5.744%207.907q.006.045.006.093v8a1%201%200%200%201-.006.093a3%203%200%200%201%202.163%202.163A1%201%200%200%201%208%2018.25h8a1%201%200%200%201%20.093.006a3%203%200%200%201%202.163-2.163A1%201%200%200%201%2018.25%2016V8q0-.048.006-.093a3%203%200%200%201-2.163-2.163A1%201%200%200%201%2016%205.75H8a1%201%200%200%201-.093-.006a3%203%200%200%201-2.163%202.163%22%20clip-rule%3D%22evenodd%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M7.907%204.256a3.001%203.001%200%201%200-3.651%203.651A1%201%200%200%200%204.25%208v8q0%20.048.006.093a3.001%203.001%200%201%200%203.651%203.651q.045.006.093.006h8a1%201%200%200%200%20.093-.006a3.001%203.001%200%201%200%203.651-3.651A1%201%200%200%200%2019.75%2016V8a1%201%200%200%200-.006-.093a3.001%203.001%200%201%200-3.651-3.651A1%201%200%200%200%2016%204.25H8a1%201%200%200%200-.093.006M5.744%207.907q.006.045.006.093v8a1%201%200%200%201-.006.093a3%203%200%200%201%202.163%202.163A1%201%200%200%201%208%2018.25h8a1%201%200%200%201%20.093.006a3%203%200%200%201%202.163-2.163A1%201%200%200%201%2018.25%2016V8q0-.048.006-.093a3%203%200%200%201-2.163-2.163A1%201%200%200%201%2016%205.75H8a1%201%200%200%201-.093-.006a3%203%200%200%201-2.163%202.163%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/structure-filled.svg?color=%231a73e8&size=48