grid 2x2 icon
grid-2x2-bold from Solar by 480 Design · Bold · Settings · CC-BY-4.0 Attribution required.
- Name
- grid-2x2-bold
- Set
- Solar
- Style
- Bold
- Category
- Settings
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
The same icon in other sets
More settings icons from Solar
columns-2-boldcolumns-3-boldcolumns-3-cog-boldcolumns-4-boldcontainer-boldgrid-2x2-add-boldgrid-2x2-check-boldgrid-2x2-close-boldgrid-3x3-boldloader-boldsettings-boldsettings-minimalistic-boldtuning-2-boldtuning-3-boldtuning-4-boldtuning-boldtuning-square-2-boldtuning-square-boldwidget-2-boldwidget-3-boldwidget-4-boldwidget-5-boldwidget-6-boldwidget-add-bold
Use the grid 2x2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M11.25 12.7451V21.998C7.03168 21.9939 4.84949 21.9198 3.46484 20.5352C2.07966 19.15 2.00504 16.9666 2.00098 12.7451H11.25Z"/><path d="M21.999 12.7451C21.995 16.9666 21.9203 19.15 20.5352 20.5352C19.1505 21.9198 16.9683 21.9939 12.75 21.998V12.7451H21.999Z"/><path d="M12.75 2.00098C16.9683 2.00509 19.1505 2.08019 20.5352 3.46484C21.9193 4.84896 21.9949 7.03 21.999 11.2451H12.75V2.00098Z"/><path d="M11.25 11.2451H2.00098C2.00514 7.03 2.08073 4.84896 3.46484 3.46484C4.84949 2.08019 7.03168 2.00509 11.25 2.00098V11.2451Z"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarGrid2x2Bold(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="M11.25 12.7451V21.998C7.03168 21.9939 4.84949 21.9198 3.46484 20.5352C2.07966 19.15 2.00504 16.9666 2.00098 12.7451H11.25Z"/><path d="M21.999 12.7451C21.995 16.9666 21.9203 19.15 20.5352 20.5352C19.1505 21.9198 16.9683 21.9939 12.75 21.998V12.7451H21.999Z"/><path d="M12.75 2.00098C16.9683 2.00509 19.1505 2.08019 20.5352 3.46484C21.9193 4.84896 21.9949 7.03 21.999 11.2451H12.75V2.00098Z"/><path d="M11.25 11.2451H2.00098C2.00514 7.03 2.08073 4.84896 3.46484 3.46484C4.84949 2.08019 7.03168 2.00509 11.25 2.00098V11.2451Z"/></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="M11.25 12.7451V21.998C7.03168 21.9939 4.84949 21.9198 3.46484 20.5352C2.07966 19.15 2.00504 16.9666 2.00098 12.7451H11.25Z"/><path d="M21.999 12.7451C21.995 16.9666 21.9203 19.15 20.5352 20.5352C19.1505 21.9198 16.9683 21.9939 12.75 21.998V12.7451H21.999Z"/><path d="M12.75 2.00098C16.9683 2.00509 19.1505 2.08019 20.5352 3.46484C21.9193 4.84896 21.9949 7.03 21.999 11.2451H12.75V2.00098Z"/><path d="M11.25 11.2451H2.00098C2.00514 7.03 2.08073 4.84896 3.46484 3.46484C4.84949 2.08019 7.03168 2.00509 11.25 2.00098V11.2451Z"/></g></svg> </template>
CSS
.icon-grid-2x2-bold {
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%22M11.25%2012.7451V21.998C7.03168%2021.9939%204.84949%2021.9198%203.46484%2020.5352C2.07966%2019.15%202.00504%2016.9666%202.00098%2012.7451H11.25Z%22%2F%3E%3Cpath%20d%3D%22M21.999%2012.7451C21.995%2016.9666%2021.9203%2019.15%2020.5352%2020.5352C19.1505%2021.9198%2016.9683%2021.9939%2012.75%2021.998V12.7451H21.999Z%22%2F%3E%3Cpath%20d%3D%22M12.75%202.00098C16.9683%202.00509%2019.1505%202.08019%2020.5352%203.46484C21.9193%204.84896%2021.9949%207.03%2021.999%2011.2451H12.75V2.00098Z%22%2F%3E%3Cpath%20d%3D%22M11.25%2011.2451H2.00098C2.00514%207.03%202.08073%204.84896%203.46484%203.46484C4.84949%202.08019%207.03168%202.00509%2011.25%202.00098V11.2451Z%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%22M11.25%2012.7451V21.998C7.03168%2021.9939%204.84949%2021.9198%203.46484%2020.5352C2.07966%2019.15%202.00504%2016.9666%202.00098%2012.7451H11.25Z%22%2F%3E%3Cpath%20d%3D%22M21.999%2012.7451C21.995%2016.9666%2021.9203%2019.15%2020.5352%2020.5352C19.1505%2021.9198%2016.9683%2021.9939%2012.75%2021.998V12.7451H21.999Z%22%2F%3E%3Cpath%20d%3D%22M12.75%202.00098C16.9683%202.00509%2019.1505%202.08019%2020.5352%203.46484C21.9193%204.84896%2021.9949%207.03%2021.999%2011.2451H12.75V2.00098Z%22%2F%3E%3Cpath%20d%3D%22M11.25%2011.2451H2.00098C2.00514%207.03%202.08073%204.84896%203.46484%203.46484C4.84949%202.08019%207.03168%202.00509%2011.25%202.00098V11.2451Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/grid-2x2-bold.svg?color=%231a73e8&size=48