grid 3x3 icon
grid-3x3-bold from Solar by 480 Design · Bold · Settings · CC-BY-4.0 Attribution required.
- Name
- grid-3x3-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-boldgrid-2x2-check-boldgrid-2x2-close-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 3x3 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.5723 16.0635V21.9844C13.8024 21.9963 12.949 22 12 22C11.0578 22 10.2099 21.9961 9.44434 21.9844C9.44441 21.9801 9.44531 21.9759 9.44531 21.9717V16.0635H14.5723ZM7.94531 16.0635V21.9395C5.78384 21.8274 4.43045 21.5008 3.46484 20.5352C2.50055 19.5709 2.17303 18.2198 2.06055 16.0635H7.94531ZM21.9395 16.0635C21.827 18.2198 21.4995 19.5709 20.5352 20.5352C19.5722 21.4981 18.2235 21.8256 16.0723 21.9385V16.0635H21.9395ZM2.03711 9.43652H7.94531V14.5635H2.03906C2.03105 14.5635 2.0226 14.5642 2.01465 14.5645C2.00282 13.7966 2 12.9458 2 12C2 11.0542 2.00282 10.2034 2.01465 9.43555C2.02212 9.43577 2.02958 9.43652 2.03711 9.43652ZM21.9844 9.43555C21.9962 10.2034 22 11.0542 22 12C22 12.9454 21.9962 13.7959 21.9844 14.5635H16.0723V9.43652L21.9502 9.4375C21.9617 9.43749 21.973 9.43606 21.9844 9.43555ZM14.5723 9.43652V14.5635H9.44531V9.43652H14.5723ZM16.0723 2.06055C18.2235 2.17347 19.5722 2.50186 20.5352 3.46484C21.4995 4.42914 21.827 5.78016 21.9395 7.93652H16.0723V2.06055ZM7.94531 7.93652H2.06055C2.17303 5.78016 2.50055 4.42914 3.46484 3.46484C4.43045 2.49923 5.78381 2.17162 7.94531 2.05957V7.93652ZM12 2C12.949 2 13.8024 2.0027 14.5723 2.01465V7.93652H9.44531L9.44629 2.05957C9.44629 2.04447 9.44424 2.02953 9.44336 2.01465C10.2092 2.00294 11.0574 2 12 2Z"/></svg>
React
import type { SVGProps } from "react";
export function SolarGrid3x3Bold(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" d="M14.5723 16.0635V21.9844C13.8024 21.9963 12.949 22 12 22C11.0578 22 10.2099 21.9961 9.44434 21.9844C9.44441 21.9801 9.44531 21.9759 9.44531 21.9717V16.0635H14.5723ZM7.94531 16.0635V21.9395C5.78384 21.8274 4.43045 21.5008 3.46484 20.5352C2.50055 19.5709 2.17303 18.2198 2.06055 16.0635H7.94531ZM21.9395 16.0635C21.827 18.2198 21.4995 19.5709 20.5352 20.5352C19.5722 21.4981 18.2235 21.8256 16.0723 21.9385V16.0635H21.9395ZM2.03711 9.43652H7.94531V14.5635H2.03906C2.03105 14.5635 2.0226 14.5642 2.01465 14.5645C2.00282 13.7966 2 12.9458 2 12C2 11.0542 2.00282 10.2034 2.01465 9.43555C2.02212 9.43577 2.02958 9.43652 2.03711 9.43652ZM21.9844 9.43555C21.9962 10.2034 22 11.0542 22 12C22 12.9454 21.9962 13.7959 21.9844 14.5635H16.0723V9.43652L21.9502 9.4375C21.9617 9.43749 21.973 9.43606 21.9844 9.43555ZM14.5723 9.43652V14.5635H9.44531V9.43652H14.5723ZM16.0723 2.06055C18.2235 2.17347 19.5722 2.50186 20.5352 3.46484C21.4995 4.42914 21.827 5.78016 21.9395 7.93652H16.0723V2.06055ZM7.94531 7.93652H2.06055C2.17303 5.78016 2.50055 4.42914 3.46484 3.46484C4.43045 2.49923 5.78381 2.17162 7.94531 2.05957V7.93652ZM12 2C12.949 2 13.8024 2.0027 14.5723 2.01465V7.93652H9.44531L9.44629 2.05957C9.44629 2.04447 9.44424 2.02953 9.44336 2.01465C10.2092 2.00294 11.0574 2 12 2Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.5723 16.0635V21.9844C13.8024 21.9963 12.949 22 12 22C11.0578 22 10.2099 21.9961 9.44434 21.9844C9.44441 21.9801 9.44531 21.9759 9.44531 21.9717V16.0635H14.5723ZM7.94531 16.0635V21.9395C5.78384 21.8274 4.43045 21.5008 3.46484 20.5352C2.50055 19.5709 2.17303 18.2198 2.06055 16.0635H7.94531ZM21.9395 16.0635C21.827 18.2198 21.4995 19.5709 20.5352 20.5352C19.5722 21.4981 18.2235 21.8256 16.0723 21.9385V16.0635H21.9395ZM2.03711 9.43652H7.94531V14.5635H2.03906C2.03105 14.5635 2.0226 14.5642 2.01465 14.5645C2.00282 13.7966 2 12.9458 2 12C2 11.0542 2.00282 10.2034 2.01465 9.43555C2.02212 9.43577 2.02958 9.43652 2.03711 9.43652ZM21.9844 9.43555C21.9962 10.2034 22 11.0542 22 12C22 12.9454 21.9962 13.7959 21.9844 14.5635H16.0723V9.43652L21.9502 9.4375C21.9617 9.43749 21.973 9.43606 21.9844 9.43555ZM14.5723 9.43652V14.5635H9.44531V9.43652H14.5723ZM16.0723 2.06055C18.2235 2.17347 19.5722 2.50186 20.5352 3.46484C21.4995 4.42914 21.827 5.78016 21.9395 7.93652H16.0723V2.06055ZM7.94531 7.93652H2.06055C2.17303 5.78016 2.50055 4.42914 3.46484 3.46484C4.43045 2.49923 5.78381 2.17162 7.94531 2.05957V7.93652ZM12 2C12.949 2 13.8024 2.0027 14.5723 2.01465V7.93652H9.44531L9.44629 2.05957C9.44629 2.04447 9.44424 2.02953 9.44336 2.01465C10.2092 2.00294 11.0574 2 12 2Z"/></svg> </template>
CSS
.icon-grid-3x3-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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.5723%2016.0635V21.9844C13.8024%2021.9963%2012.949%2022%2012%2022C11.0578%2022%2010.2099%2021.9961%209.44434%2021.9844C9.44441%2021.9801%209.44531%2021.9759%209.44531%2021.9717V16.0635H14.5723ZM7.94531%2016.0635V21.9395C5.78384%2021.8274%204.43045%2021.5008%203.46484%2020.5352C2.50055%2019.5709%202.17303%2018.2198%202.06055%2016.0635H7.94531ZM21.9395%2016.0635C21.827%2018.2198%2021.4995%2019.5709%2020.5352%2020.5352C19.5722%2021.4981%2018.2235%2021.8256%2016.0723%2021.9385V16.0635H21.9395ZM2.03711%209.43652H7.94531V14.5635H2.03906C2.03105%2014.5635%202.0226%2014.5642%202.01465%2014.5645C2.00282%2013.7966%202%2012.9458%202%2012C2%2011.0542%202.00282%2010.2034%202.01465%209.43555C2.02212%209.43577%202.02958%209.43652%202.03711%209.43652ZM21.9844%209.43555C21.9962%2010.2034%2022%2011.0542%2022%2012C22%2012.9454%2021.9962%2013.7959%2021.9844%2014.5635H16.0723V9.43652L21.9502%209.4375C21.9617%209.43749%2021.973%209.43606%2021.9844%209.43555ZM14.5723%209.43652V14.5635H9.44531V9.43652H14.5723ZM16.0723%202.06055C18.2235%202.17347%2019.5722%202.50186%2020.5352%203.46484C21.4995%204.42914%2021.827%205.78016%2021.9395%207.93652H16.0723V2.06055ZM7.94531%207.93652H2.06055C2.17303%205.78016%202.50055%204.42914%203.46484%203.46484C4.43045%202.49923%205.78381%202.17162%207.94531%202.05957V7.93652ZM12%202C12.949%202%2013.8024%202.0027%2014.5723%202.01465V7.93652H9.44531L9.44629%202.05957C9.44629%202.04447%209.44424%202.02953%209.44336%202.01465C10.2092%202.00294%2011.0574%202%2012%202Z%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%20d%3D%22M14.5723%2016.0635V21.9844C13.8024%2021.9963%2012.949%2022%2012%2022C11.0578%2022%2010.2099%2021.9961%209.44434%2021.9844C9.44441%2021.9801%209.44531%2021.9759%209.44531%2021.9717V16.0635H14.5723ZM7.94531%2016.0635V21.9395C5.78384%2021.8274%204.43045%2021.5008%203.46484%2020.5352C2.50055%2019.5709%202.17303%2018.2198%202.06055%2016.0635H7.94531ZM21.9395%2016.0635C21.827%2018.2198%2021.4995%2019.5709%2020.5352%2020.5352C19.5722%2021.4981%2018.2235%2021.8256%2016.0723%2021.9385V16.0635H21.9395ZM2.03711%209.43652H7.94531V14.5635H2.03906C2.03105%2014.5635%202.0226%2014.5642%202.01465%2014.5645C2.00282%2013.7966%202%2012.9458%202%2012C2%2011.0542%202.00282%2010.2034%202.01465%209.43555C2.02212%209.43577%202.02958%209.43652%202.03711%209.43652ZM21.9844%209.43555C21.9962%2010.2034%2022%2011.0542%2022%2012C22%2012.9454%2021.9962%2013.7959%2021.9844%2014.5635H16.0723V9.43652L21.9502%209.4375C21.9617%209.43749%2021.973%209.43606%2021.9844%209.43555ZM14.5723%209.43652V14.5635H9.44531V9.43652H14.5723ZM16.0723%202.06055C18.2235%202.17347%2019.5722%202.50186%2020.5352%203.46484C21.4995%204.42914%2021.827%205.78016%2021.9395%207.93652H16.0723V2.06055ZM7.94531%207.93652H2.06055C2.17303%205.78016%202.50055%204.42914%203.46484%203.46484C4.43045%202.49923%205.78381%202.17162%207.94531%202.05957V7.93652ZM12%202C12.949%202%2013.8024%202.0027%2014.5723%202.01465V7.93652H9.44531L9.44629%202.05957C9.44629%202.04447%209.44424%202.02953%209.44336%202.01465C10.2092%202.00294%2011.0574%202%2012%202Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/grid-3x3-bold.svg?color=%231a73e8&size=48