structure icon
structure from Reicon by REICON · Outline · IT · MIT Free for personal and commercial use.
- Name
- structure
- Set
- Reicon
- Style
- Outline
- 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="M4.25 8.675A3.751 3.751 0 1 1 8.675 4.25h6.65a3.751 3.751 0 1 1 4.425 4.425v6.65a3.751 3.751 0 1 1-4.425 4.425h-6.65a3.751 3.751 0 1 1-4.425-4.425zM2.75 5a2.25 2.25 0 1 1 4.5 0a2.25 2.25 0 0 1-4.5 0m3 10.325v-6.65A3.75 3.75 0 0 0 8.675 5.75h6.65a3.76 3.76 0 0 0 2.925 2.925v6.65a3.76 3.76 0 0 0-2.925 2.925h-6.65a3.76 3.76 0 0 0-2.925-2.925M5 16.75a2.25 2.25 0 1 0 0 4.5a2.25 2.25 0 0 0 0-4.5M21.25 5a2.25 2.25 0 1 1-4.5 0a2.25 2.25 0 0 1 4.5 0m-4.5 14a2.25 2.25 0 1 1 4.5 0a2.25 2.25 0 0 1-4.5 0" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconStructure(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="M4.25 8.675A3.751 3.751 0 1 1 8.675 4.25h6.65a3.751 3.751 0 1 1 4.425 4.425v6.65a3.751 3.751 0 1 1-4.425 4.425h-6.65a3.751 3.751 0 1 1-4.425-4.425zM2.75 5a2.25 2.25 0 1 1 4.5 0a2.25 2.25 0 0 1-4.5 0m3 10.325v-6.65A3.75 3.75 0 0 0 8.675 5.75h6.65a3.76 3.76 0 0 0 2.925 2.925v6.65a3.76 3.76 0 0 0-2.925 2.925h-6.65a3.76 3.76 0 0 0-2.925-2.925M5 16.75a2.25 2.25 0 1 0 0 4.5a2.25 2.25 0 0 0 0-4.5M21.25 5a2.25 2.25 0 1 1-4.5 0a2.25 2.25 0 0 1 4.5 0m-4.5 14a2.25 2.25 0 1 1 4.5 0a2.25 2.25 0 0 1-4.5 0" 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="M4.25 8.675A3.751 3.751 0 1 1 8.675 4.25h6.65a3.751 3.751 0 1 1 4.425 4.425v6.65a3.751 3.751 0 1 1-4.425 4.425h-6.65a3.751 3.751 0 1 1-4.425-4.425zM2.75 5a2.25 2.25 0 1 1 4.5 0a2.25 2.25 0 0 1-4.5 0m3 10.325v-6.65A3.75 3.75 0 0 0 8.675 5.75h6.65a3.76 3.76 0 0 0 2.925 2.925v6.65a3.76 3.76 0 0 0-2.925 2.925h-6.65a3.76 3.76 0 0 0-2.925-2.925M5 16.75a2.25 2.25 0 1 0 0 4.5a2.25 2.25 0 0 0 0-4.5M21.25 5a2.25 2.25 0 1 1-4.5 0a2.25 2.25 0 0 1 4.5 0m-4.5 14a2.25 2.25 0 1 1 4.5 0a2.25 2.25 0 0 1-4.5 0" clip-rule="evenodd"/></svg> </template>
CSS
.icon-structure {
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%22M4.25%208.675A3.751%203.751%200%201%201%208.675%204.25h6.65a3.751%203.751%200%201%201%204.425%204.425v6.65a3.751%203.751%200%201%201-4.425%204.425h-6.65a3.751%203.751%200%201%201-4.425-4.425zM2.75%205a2.25%202.25%200%201%201%204.5%200a2.25%202.25%200%200%201-4.5%200m3%2010.325v-6.65A3.75%203.75%200%200%200%208.675%205.75h6.65a3.76%203.76%200%200%200%202.925%202.925v6.65a3.76%203.76%200%200%200-2.925%202.925h-6.65a3.76%203.76%200%200%200-2.925-2.925M5%2016.75a2.25%202.25%200%201%200%200%204.5a2.25%202.25%200%200%200%200-4.5M21.25%205a2.25%202.25%200%201%201-4.5%200a2.25%202.25%200%200%201%204.5%200m-4.5%2014a2.25%202.25%200%201%201%204.5%200a2.25%202.25%200%200%201-4.5%200%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%22M4.25%208.675A3.751%203.751%200%201%201%208.675%204.25h6.65a3.751%203.751%200%201%201%204.425%204.425v6.65a3.751%203.751%200%201%201-4.425%204.425h-6.65a3.751%203.751%200%201%201-4.425-4.425zM2.75%205a2.25%202.25%200%201%201%204.5%200a2.25%202.25%200%200%201-4.5%200m3%2010.325v-6.65A3.75%203.75%200%200%200%208.675%205.75h6.65a3.76%203.76%200%200%200%202.925%202.925v6.65a3.76%203.76%200%200%200-2.925%202.925h-6.65a3.76%203.76%200%200%200-2.925-2.925M5%2016.75a2.25%202.25%200%201%200%200%204.5a2.25%202.25%200%200%200%200-4.5M21.25%205a2.25%202.25%200%201%201-4.5%200a2.25%202.25%200%200%201%204.5%200m-4.5%2014a2.25%202.25%200%201%201%204.5%200a2.25%202.25%200%200%201-4.5%200%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.svg?color=%231a73e8&size=48