grid 3x3 icon

grid-3x3-outline from Solar by 480 Design · Outline · Settings · CC-BY-4.0 Attribution required.

Name
grid-3x3-outline
Set
Solar
Style
Outline
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

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" fill-rule="evenodd" d="M12 1.25C13.24 1.25 14.3367 1.25018 15.3057 1.27832C15.3112 1.2782 15.3167 1.27832 15.3223 1.27832C15.3483 1.27832 15.3741 1.27964 15.3994 1.28223C16.2172 1.30779 16.9428 1.35301 17.5859 1.43945C19.0307 1.63369 20.1706 2.03976 21.0654 2.93457C21.9602 3.82938 22.3663 4.96933 22.5605 6.41406C22.7518 7.83717 22.75 9.66439 22.75 12C22.75 13.2006 22.7491 14.2668 22.7236 15.2129C22.7281 15.2458 22.7314 15.2793 22.7314 15.3135C22.7314 15.3653 22.7258 15.416 22.7158 15.4648C22.6898 16.2559 22.6447 16.96 22.5605 17.5859C22.3663 19.0307 21.9602 20.1706 21.0654 21.0654C20.1706 21.9602 19.0307 22.3663 17.5859 22.5605C16.9283 22.6489 16.1843 22.6936 15.3438 22.7188C15.3366 22.719 15.3295 22.7207 15.3223 22.7207L15.3174 22.7197C14.3455 22.7482 13.245 22.75 12 22.75C10.7646 22.75 9.67145 22.7485 8.70508 22.7207C8.70215 22.7207 8.69923 22.7217 8.69629 22.7217C8.68167 22.7217 8.66676 22.7196 8.65234 22.7188C7.81341 22.6936 7.07068 22.6488 6.41406 22.5605C4.96933 22.3663 3.82938 21.9602 2.93457 21.0654C2.03976 20.1706 1.63369 19.0307 1.43945 17.5859C1.24817 16.1628 1.25 14.3356 1.25 12C1.25 9.66439 1.24817 7.83717 1.43945 6.41406C1.63369 4.96933 2.03976 3.82938 2.93457 2.93457C3.82938 2.03976 4.96933 1.63369 6.41406 1.43945C7.83717 1.24817 9.66439 1.25 12 1.25ZM9.44629 16.0635V21.2344C10.2012 21.246 11.0468 21.25 12 21.25C12.9611 21.25 13.8127 21.2463 14.5723 21.2344V16.0635H9.44629ZM2.81152 16.0635C2.83756 16.5482 2.873 16.9869 2.92676 17.3867C3.09865 18.6649 3.42551 19.4353 3.99512 20.0049C4.56472 20.5745 5.33508 20.9014 6.61328 21.0732C7.01582 21.1274 7.45766 21.1624 7.94629 21.1885V16.0635H2.81152ZM16.0723 16.0635V21.1875C16.5535 21.1615 16.9893 21.1267 17.3867 21.0732C18.6649 20.9014 19.4353 20.5745 20.0049 20.0049C20.5745 19.4353 20.9014 18.6649 21.0732 17.3867C21.127 16.9869 21.1624 16.5482 21.1885 16.0635H16.0723ZM2.76465 9.43652C2.75286 10.1939 2.75 11.0427 2.75 12C2.75 12.9574 2.75384 13.8061 2.76563 14.5635H7.94629V9.43652H2.76465ZM9.44629 14.5635H14.5723V9.43652H9.44629V14.5635ZM16.0723 14.5635H21.2344C21.2462 13.8061 21.25 12.9574 21.25 12C21.25 11.0426 21.2462 10.1939 21.2344 9.43652H16.0723V14.5635ZM7.94629 2.81055C7.45764 2.8366 7.01583 2.87264 6.61328 2.92676C5.33508 3.09865 4.56472 3.42551 3.99512 3.99512C3.42551 4.56472 3.09865 5.33508 2.92676 6.61328C2.873 7.01316 2.83658 7.45174 2.81055 7.93652H7.94629V2.81055ZM12 2.75C11.0468 2.75 10.2012 2.75301 9.44629 2.76465V7.93652H14.5723V2.76465C13.8127 2.75273 12.9611 2.75 12 2.75ZM16.0723 7.93652H21.1885C21.1624 7.45176 21.127 7.01314 21.0732 6.61328C20.9014 5.33508 20.5745 4.56472 20.0049 3.99512C19.4353 3.42551 18.6649 3.09865 17.3867 2.92676C16.9893 2.87332 16.5536 2.83754 16.0723 2.81152V7.93652Z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function SolarGrid3x3Outline(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="M12 1.25C13.24 1.25 14.3367 1.25018 15.3057 1.27832C15.3112 1.2782 15.3167 1.27832 15.3223 1.27832C15.3483 1.27832 15.3741 1.27964 15.3994 1.28223C16.2172 1.30779 16.9428 1.35301 17.5859 1.43945C19.0307 1.63369 20.1706 2.03976 21.0654 2.93457C21.9602 3.82938 22.3663 4.96933 22.5605 6.41406C22.7518 7.83717 22.75 9.66439 22.75 12C22.75 13.2006 22.7491 14.2668 22.7236 15.2129C22.7281 15.2458 22.7314 15.2793 22.7314 15.3135C22.7314 15.3653 22.7258 15.416 22.7158 15.4648C22.6898 16.2559 22.6447 16.96 22.5605 17.5859C22.3663 19.0307 21.9602 20.1706 21.0654 21.0654C20.1706 21.9602 19.0307 22.3663 17.5859 22.5605C16.9283 22.6489 16.1843 22.6936 15.3438 22.7188C15.3366 22.719 15.3295 22.7207 15.3223 22.7207L15.3174 22.7197C14.3455 22.7482 13.245 22.75 12 22.75C10.7646 22.75 9.67145 22.7485 8.70508 22.7207C8.70215 22.7207 8.69923 22.7217 8.69629 22.7217C8.68167 22.7217 8.66676 22.7196 8.65234 22.7188C7.81341 22.6936 7.07068 22.6488 6.41406 22.5605C4.96933 22.3663 3.82938 21.9602 2.93457 21.0654C2.03976 20.1706 1.63369 19.0307 1.43945 17.5859C1.24817 16.1628 1.25 14.3356 1.25 12C1.25 9.66439 1.24817 7.83717 1.43945 6.41406C1.63369 4.96933 2.03976 3.82938 2.93457 2.93457C3.82938 2.03976 4.96933 1.63369 6.41406 1.43945C7.83717 1.24817 9.66439 1.25 12 1.25ZM9.44629 16.0635V21.2344C10.2012 21.246 11.0468 21.25 12 21.25C12.9611 21.25 13.8127 21.2463 14.5723 21.2344V16.0635H9.44629ZM2.81152 16.0635C2.83756 16.5482 2.873 16.9869 2.92676 17.3867C3.09865 18.6649 3.42551 19.4353 3.99512 20.0049C4.56472 20.5745 5.33508 20.9014 6.61328 21.0732C7.01582 21.1274 7.45766 21.1624 7.94629 21.1885V16.0635H2.81152ZM16.0723 16.0635V21.1875C16.5535 21.1615 16.9893 21.1267 17.3867 21.0732C18.6649 20.9014 19.4353 20.5745 20.0049 20.0049C20.5745 19.4353 20.9014 18.6649 21.0732 17.3867C21.127 16.9869 21.1624 16.5482 21.1885 16.0635H16.0723ZM2.76465 9.43652C2.75286 10.1939 2.75 11.0427 2.75 12C2.75 12.9574 2.75384 13.8061 2.76563 14.5635H7.94629V9.43652H2.76465ZM9.44629 14.5635H14.5723V9.43652H9.44629V14.5635ZM16.0723 14.5635H21.2344C21.2462 13.8061 21.25 12.9574 21.25 12C21.25 11.0426 21.2462 10.1939 21.2344 9.43652H16.0723V14.5635ZM7.94629 2.81055C7.45764 2.8366 7.01583 2.87264 6.61328 2.92676C5.33508 3.09865 4.56472 3.42551 3.99512 3.99512C3.42551 4.56472 3.09865 5.33508 2.92676 6.61328C2.873 7.01316 2.83658 7.45174 2.81055 7.93652H7.94629V2.81055ZM12 2.75C11.0468 2.75 10.2012 2.75301 9.44629 2.76465V7.93652H14.5723V2.76465C13.8127 2.75273 12.9611 2.75 12 2.75ZM16.0723 7.93652H21.1885C21.1624 7.45176 21.127 7.01314 21.0732 6.61328C20.9014 5.33508 20.5745 4.56472 20.0049 3.99512C19.4353 3.42551 18.6649 3.09865 17.3867 2.92676C16.9893 2.87332 16.5536 2.83754 16.0723 2.81152V7.93652Z" 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="M12 1.25C13.24 1.25 14.3367 1.25018 15.3057 1.27832C15.3112 1.2782 15.3167 1.27832 15.3223 1.27832C15.3483 1.27832 15.3741 1.27964 15.3994 1.28223C16.2172 1.30779 16.9428 1.35301 17.5859 1.43945C19.0307 1.63369 20.1706 2.03976 21.0654 2.93457C21.9602 3.82938 22.3663 4.96933 22.5605 6.41406C22.7518 7.83717 22.75 9.66439 22.75 12C22.75 13.2006 22.7491 14.2668 22.7236 15.2129C22.7281 15.2458 22.7314 15.2793 22.7314 15.3135C22.7314 15.3653 22.7258 15.416 22.7158 15.4648C22.6898 16.2559 22.6447 16.96 22.5605 17.5859C22.3663 19.0307 21.9602 20.1706 21.0654 21.0654C20.1706 21.9602 19.0307 22.3663 17.5859 22.5605C16.9283 22.6489 16.1843 22.6936 15.3438 22.7188C15.3366 22.719 15.3295 22.7207 15.3223 22.7207L15.3174 22.7197C14.3455 22.7482 13.245 22.75 12 22.75C10.7646 22.75 9.67145 22.7485 8.70508 22.7207C8.70215 22.7207 8.69923 22.7217 8.69629 22.7217C8.68167 22.7217 8.66676 22.7196 8.65234 22.7188C7.81341 22.6936 7.07068 22.6488 6.41406 22.5605C4.96933 22.3663 3.82938 21.9602 2.93457 21.0654C2.03976 20.1706 1.63369 19.0307 1.43945 17.5859C1.24817 16.1628 1.25 14.3356 1.25 12C1.25 9.66439 1.24817 7.83717 1.43945 6.41406C1.63369 4.96933 2.03976 3.82938 2.93457 2.93457C3.82938 2.03976 4.96933 1.63369 6.41406 1.43945C7.83717 1.24817 9.66439 1.25 12 1.25ZM9.44629 16.0635V21.2344C10.2012 21.246 11.0468 21.25 12 21.25C12.9611 21.25 13.8127 21.2463 14.5723 21.2344V16.0635H9.44629ZM2.81152 16.0635C2.83756 16.5482 2.873 16.9869 2.92676 17.3867C3.09865 18.6649 3.42551 19.4353 3.99512 20.0049C4.56472 20.5745 5.33508 20.9014 6.61328 21.0732C7.01582 21.1274 7.45766 21.1624 7.94629 21.1885V16.0635H2.81152ZM16.0723 16.0635V21.1875C16.5535 21.1615 16.9893 21.1267 17.3867 21.0732C18.6649 20.9014 19.4353 20.5745 20.0049 20.0049C20.5745 19.4353 20.9014 18.6649 21.0732 17.3867C21.127 16.9869 21.1624 16.5482 21.1885 16.0635H16.0723ZM2.76465 9.43652C2.75286 10.1939 2.75 11.0427 2.75 12C2.75 12.9574 2.75384 13.8061 2.76563 14.5635H7.94629V9.43652H2.76465ZM9.44629 14.5635H14.5723V9.43652H9.44629V14.5635ZM16.0723 14.5635H21.2344C21.2462 13.8061 21.25 12.9574 21.25 12C21.25 11.0426 21.2462 10.1939 21.2344 9.43652H16.0723V14.5635ZM7.94629 2.81055C7.45764 2.8366 7.01583 2.87264 6.61328 2.92676C5.33508 3.09865 4.56472 3.42551 3.99512 3.99512C3.42551 4.56472 3.09865 5.33508 2.92676 6.61328C2.873 7.01316 2.83658 7.45174 2.81055 7.93652H7.94629V2.81055ZM12 2.75C11.0468 2.75 10.2012 2.75301 9.44629 2.76465V7.93652H14.5723V2.76465C13.8127 2.75273 12.9611 2.75 12 2.75ZM16.0723 7.93652H21.1885C21.1624 7.45176 21.127 7.01314 21.0732 6.61328C20.9014 5.33508 20.5745 4.56472 20.0049 3.99512C19.4353 3.42551 18.6649 3.09865 17.3867 2.92676C16.9893 2.87332 16.5536 2.83754 16.0723 2.81152V7.93652Z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-grid-3x3-outline {
  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%22M12%201.25C13.24%201.25%2014.3367%201.25018%2015.3057%201.27832C15.3112%201.2782%2015.3167%201.27832%2015.3223%201.27832C15.3483%201.27832%2015.3741%201.27964%2015.3994%201.28223C16.2172%201.30779%2016.9428%201.35301%2017.5859%201.43945C19.0307%201.63369%2020.1706%202.03976%2021.0654%202.93457C21.9602%203.82938%2022.3663%204.96933%2022.5605%206.41406C22.7518%207.83717%2022.75%209.66439%2022.75%2012C22.75%2013.2006%2022.7491%2014.2668%2022.7236%2015.2129C22.7281%2015.2458%2022.7314%2015.2793%2022.7314%2015.3135C22.7314%2015.3653%2022.7258%2015.416%2022.7158%2015.4648C22.6898%2016.2559%2022.6447%2016.96%2022.5605%2017.5859C22.3663%2019.0307%2021.9602%2020.1706%2021.0654%2021.0654C20.1706%2021.9602%2019.0307%2022.3663%2017.5859%2022.5605C16.9283%2022.6489%2016.1843%2022.6936%2015.3438%2022.7188C15.3366%2022.719%2015.3295%2022.7207%2015.3223%2022.7207L15.3174%2022.7197C14.3455%2022.7482%2013.245%2022.75%2012%2022.75C10.7646%2022.75%209.67145%2022.7485%208.70508%2022.7207C8.70215%2022.7207%208.69923%2022.7217%208.69629%2022.7217C8.68167%2022.7217%208.66676%2022.7196%208.65234%2022.7188C7.81341%2022.6936%207.07068%2022.6488%206.41406%2022.5605C4.96933%2022.3663%203.82938%2021.9602%202.93457%2021.0654C2.03976%2020.1706%201.63369%2019.0307%201.43945%2017.5859C1.24817%2016.1628%201.25%2014.3356%201.25%2012C1.25%209.66439%201.24817%207.83717%201.43945%206.41406C1.63369%204.96933%202.03976%203.82938%202.93457%202.93457C3.82938%202.03976%204.96933%201.63369%206.41406%201.43945C7.83717%201.24817%209.66439%201.25%2012%201.25ZM9.44629%2016.0635V21.2344C10.2012%2021.246%2011.0468%2021.25%2012%2021.25C12.9611%2021.25%2013.8127%2021.2463%2014.5723%2021.2344V16.0635H9.44629ZM2.81152%2016.0635C2.83756%2016.5482%202.873%2016.9869%202.92676%2017.3867C3.09865%2018.6649%203.42551%2019.4353%203.99512%2020.0049C4.56472%2020.5745%205.33508%2020.9014%206.61328%2021.0732C7.01582%2021.1274%207.45766%2021.1624%207.94629%2021.1885V16.0635H2.81152ZM16.0723%2016.0635V21.1875C16.5535%2021.1615%2016.9893%2021.1267%2017.3867%2021.0732C18.6649%2020.9014%2019.4353%2020.5745%2020.0049%2020.0049C20.5745%2019.4353%2020.9014%2018.6649%2021.0732%2017.3867C21.127%2016.9869%2021.1624%2016.5482%2021.1885%2016.0635H16.0723ZM2.76465%209.43652C2.75286%2010.1939%202.75%2011.0427%202.75%2012C2.75%2012.9574%202.75384%2013.8061%202.76563%2014.5635H7.94629V9.43652H2.76465ZM9.44629%2014.5635H14.5723V9.43652H9.44629V14.5635ZM16.0723%2014.5635H21.2344C21.2462%2013.8061%2021.25%2012.9574%2021.25%2012C21.25%2011.0426%2021.2462%2010.1939%2021.2344%209.43652H16.0723V14.5635ZM7.94629%202.81055C7.45764%202.8366%207.01583%202.87264%206.61328%202.92676C5.33508%203.09865%204.56472%203.42551%203.99512%203.99512C3.42551%204.56472%203.09865%205.33508%202.92676%206.61328C2.873%207.01316%202.83658%207.45174%202.81055%207.93652H7.94629V2.81055ZM12%202.75C11.0468%202.75%2010.2012%202.75301%209.44629%202.76465V7.93652H14.5723V2.76465C13.8127%202.75273%2012.9611%202.75%2012%202.75ZM16.0723%207.93652H21.1885C21.1624%207.45176%2021.127%207.01314%2021.0732%206.61328C20.9014%205.33508%2020.5745%204.56472%2020.0049%203.99512C19.4353%203.42551%2018.6649%203.09865%2017.3867%202.92676C16.9893%202.87332%2016.5536%202.83754%2016.0723%202.81152V7.93652Z%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%22M12%201.25C13.24%201.25%2014.3367%201.25018%2015.3057%201.27832C15.3112%201.2782%2015.3167%201.27832%2015.3223%201.27832C15.3483%201.27832%2015.3741%201.27964%2015.3994%201.28223C16.2172%201.30779%2016.9428%201.35301%2017.5859%201.43945C19.0307%201.63369%2020.1706%202.03976%2021.0654%202.93457C21.9602%203.82938%2022.3663%204.96933%2022.5605%206.41406C22.7518%207.83717%2022.75%209.66439%2022.75%2012C22.75%2013.2006%2022.7491%2014.2668%2022.7236%2015.2129C22.7281%2015.2458%2022.7314%2015.2793%2022.7314%2015.3135C22.7314%2015.3653%2022.7258%2015.416%2022.7158%2015.4648C22.6898%2016.2559%2022.6447%2016.96%2022.5605%2017.5859C22.3663%2019.0307%2021.9602%2020.1706%2021.0654%2021.0654C20.1706%2021.9602%2019.0307%2022.3663%2017.5859%2022.5605C16.9283%2022.6489%2016.1843%2022.6936%2015.3438%2022.7188C15.3366%2022.719%2015.3295%2022.7207%2015.3223%2022.7207L15.3174%2022.7197C14.3455%2022.7482%2013.245%2022.75%2012%2022.75C10.7646%2022.75%209.67145%2022.7485%208.70508%2022.7207C8.70215%2022.7207%208.69923%2022.7217%208.69629%2022.7217C8.68167%2022.7217%208.66676%2022.7196%208.65234%2022.7188C7.81341%2022.6936%207.07068%2022.6488%206.41406%2022.5605C4.96933%2022.3663%203.82938%2021.9602%202.93457%2021.0654C2.03976%2020.1706%201.63369%2019.0307%201.43945%2017.5859C1.24817%2016.1628%201.25%2014.3356%201.25%2012C1.25%209.66439%201.24817%207.83717%201.43945%206.41406C1.63369%204.96933%202.03976%203.82938%202.93457%202.93457C3.82938%202.03976%204.96933%201.63369%206.41406%201.43945C7.83717%201.24817%209.66439%201.25%2012%201.25ZM9.44629%2016.0635V21.2344C10.2012%2021.246%2011.0468%2021.25%2012%2021.25C12.9611%2021.25%2013.8127%2021.2463%2014.5723%2021.2344V16.0635H9.44629ZM2.81152%2016.0635C2.83756%2016.5482%202.873%2016.9869%202.92676%2017.3867C3.09865%2018.6649%203.42551%2019.4353%203.99512%2020.0049C4.56472%2020.5745%205.33508%2020.9014%206.61328%2021.0732C7.01582%2021.1274%207.45766%2021.1624%207.94629%2021.1885V16.0635H2.81152ZM16.0723%2016.0635V21.1875C16.5535%2021.1615%2016.9893%2021.1267%2017.3867%2021.0732C18.6649%2020.9014%2019.4353%2020.5745%2020.0049%2020.0049C20.5745%2019.4353%2020.9014%2018.6649%2021.0732%2017.3867C21.127%2016.9869%2021.1624%2016.5482%2021.1885%2016.0635H16.0723ZM2.76465%209.43652C2.75286%2010.1939%202.75%2011.0427%202.75%2012C2.75%2012.9574%202.75384%2013.8061%202.76563%2014.5635H7.94629V9.43652H2.76465ZM9.44629%2014.5635H14.5723V9.43652H9.44629V14.5635ZM16.0723%2014.5635H21.2344C21.2462%2013.8061%2021.25%2012.9574%2021.25%2012C21.25%2011.0426%2021.2462%2010.1939%2021.2344%209.43652H16.0723V14.5635ZM7.94629%202.81055C7.45764%202.8366%207.01583%202.87264%206.61328%202.92676C5.33508%203.09865%204.56472%203.42551%203.99512%203.99512C3.42551%204.56472%203.09865%205.33508%202.92676%206.61328C2.873%207.01316%202.83658%207.45174%202.81055%207.93652H7.94629V2.81055ZM12%202.75C11.0468%202.75%2010.2012%202.75301%209.44629%202.76465V7.93652H14.5723V2.76465C13.8127%202.75273%2012.9611%202.75%2012%202.75ZM16.0723%207.93652H21.1885C21.1624%207.45176%2021.127%207.01314%2021.0732%206.61328C20.9014%205.33508%2020.5745%204.56472%2020.0049%203.99512C19.4353%203.42551%2018.6649%203.09865%2017.3867%202.92676C16.9893%202.87332%2016.5536%202.83754%2016.0723%202.81152V7.93652Z%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/solar/grid-3x3-outline.svg?color=%231a73e8&size=48