grid 2x2 close icon
grid-2x2-close-outline from Solar by 480 Design · Outline · Settings · CC-BY-4.0 Attribution required.
- Name
- grid-2x2-close-outline
- Set
- Solar
- Style
- Outline
- Category
- Settings
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
More settings icons from Solar
columns-2-boldcolumns-3-boldcolumns-3-cog-boldcolumns-4-boldcontainer-boldgrid-2x2-add-boldgrid-2x2-boldgrid-2x2-check-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 close icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M12 1.25C14.3356 1.25 16.1628 1.24817 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.7494 7.81887 22.749 9.61747 22.749 11.9102C22.7522 11.9381 22.7549 11.9663 22.7549 11.9951C22.7549 12.4093 22.4191 12.7451 22.0049 12.7451H12.75V22C12.75 22.4142 12.4142 22.75 12 22.75C9.66439 22.75 7.83717 22.7518 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.25ZM2.75098 12.7451C2.75312 14.7413 2.7708 16.2267 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.77237 21.2291 9.25623 21.2459 11.25 21.248V12.7451H2.75098ZM11.25 2.75098C9.25623 2.75315 7.77237 2.77092 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.77105 7.77142 2.75317 9.25381 2.75098 11.2451H11.25V2.75098ZM12.75 11.2451H21.249C21.2468 9.25381 21.229 7.77142 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.2276 2.77092 14.7438 2.75315 12.75 2.75098V11.2451Z" clip-rule="evenodd"/><path d="M19.0911 14.8483L17.5001 16.4393L15.9091 14.8483C15.6162 14.5555 15.1413 14.5555 14.8484 14.8483C14.5555 15.1412 14.5555 15.6161 14.8484 15.909L16.4394 17.5L14.8484 19.091C14.5555 19.3839 14.5555 19.8588 14.8484 20.1517C15.1413 20.4445 15.6162 20.4445 15.9091 20.1517L17.5001 18.5607L19.0911 20.1517C19.384 20.4445 19.8588 20.4445 20.1517 20.1517C20.4446 19.8588 20.4446 19.3839 20.1517 19.091L18.5607 17.5L20.1517 15.909C20.4446 15.6161 20.4446 15.1412 20.1517 14.8483C19.8588 14.5555 19.384 14.5555 19.0911 14.8483Z"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarGrid2x2CloseOutline(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 fillRule="evenodd" d="M12 1.25C14.3356 1.25 16.1628 1.24817 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.7494 7.81887 22.749 9.61747 22.749 11.9102C22.7522 11.9381 22.7549 11.9663 22.7549 11.9951C22.7549 12.4093 22.4191 12.7451 22.0049 12.7451H12.75V22C12.75 22.4142 12.4142 22.75 12 22.75C9.66439 22.75 7.83717 22.7518 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.25ZM2.75098 12.7451C2.75312 14.7413 2.7708 16.2267 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.77237 21.2291 9.25623 21.2459 11.25 21.248V12.7451H2.75098ZM11.25 2.75098C9.25623 2.75315 7.77237 2.77092 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.77105 7.77142 2.75317 9.25381 2.75098 11.2451H11.25V2.75098ZM12.75 11.2451H21.249C21.2468 9.25381 21.229 7.77142 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.2276 2.77092 14.7438 2.75315 12.75 2.75098V11.2451Z" clipRule="evenodd"/><path d="M19.0911 14.8483L17.5001 16.4393L15.9091 14.8483C15.6162 14.5555 15.1413 14.5555 14.8484 14.8483C14.5555 15.1412 14.5555 15.6161 14.8484 15.909L16.4394 17.5L14.8484 19.091C14.5555 19.3839 14.5555 19.8588 14.8484 20.1517C15.1413 20.4445 15.6162 20.4445 15.9091 20.1517L17.5001 18.5607L19.0911 20.1517C19.384 20.4445 19.8588 20.4445 20.1517 20.1517C20.4446 19.8588 20.4446 19.3839 20.1517 19.091L18.5607 17.5L20.1517 15.909C20.4446 15.6161 20.4446 15.1412 20.1517 14.8483C19.8588 14.5555 19.384 14.5555 19.0911 14.8483Z"/></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 fill-rule="evenodd" d="M12 1.25C14.3356 1.25 16.1628 1.24817 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.7494 7.81887 22.749 9.61747 22.749 11.9102C22.7522 11.9381 22.7549 11.9663 22.7549 11.9951C22.7549 12.4093 22.4191 12.7451 22.0049 12.7451H12.75V22C12.75 22.4142 12.4142 22.75 12 22.75C9.66439 22.75 7.83717 22.7518 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.25ZM2.75098 12.7451C2.75312 14.7413 2.7708 16.2267 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.77237 21.2291 9.25623 21.2459 11.25 21.248V12.7451H2.75098ZM11.25 2.75098C9.25623 2.75315 7.77237 2.77092 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.77105 7.77142 2.75317 9.25381 2.75098 11.2451H11.25V2.75098ZM12.75 11.2451H21.249C21.2468 9.25381 21.229 7.77142 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.2276 2.77092 14.7438 2.75315 12.75 2.75098V11.2451Z" clip-rule="evenodd"/><path d="M19.0911 14.8483L17.5001 16.4393L15.9091 14.8483C15.6162 14.5555 15.1413 14.5555 14.8484 14.8483C14.5555 15.1412 14.5555 15.6161 14.8484 15.909L16.4394 17.5L14.8484 19.091C14.5555 19.3839 14.5555 19.8588 14.8484 20.1517C15.1413 20.4445 15.6162 20.4445 15.9091 20.1517L17.5001 18.5607L19.0911 20.1517C19.384 20.4445 19.8588 20.4445 20.1517 20.1517C20.4446 19.8588 20.4446 19.3839 20.1517 19.091L18.5607 17.5L20.1517 15.909C20.4446 15.6161 20.4446 15.1412 20.1517 14.8483C19.8588 14.5555 19.384 14.5555 19.0911 14.8483Z"/></g></svg> </template>
CSS
.icon-grid-2x2-close-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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12%201.25C14.3356%201.25%2016.1628%201.24817%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.7494%207.81887%2022.749%209.61747%2022.749%2011.9102C22.7522%2011.9381%2022.7549%2011.9663%2022.7549%2011.9951C22.7549%2012.4093%2022.4191%2012.7451%2022.0049%2012.7451H12.75V22C12.75%2022.4142%2012.4142%2022.75%2012%2022.75C9.66439%2022.75%207.83717%2022.7518%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.25ZM2.75098%2012.7451C2.75312%2014.7413%202.7708%2016.2267%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.77237%2021.2291%209.25623%2021.2459%2011.25%2021.248V12.7451H2.75098ZM11.25%202.75098C9.25623%202.75315%207.77237%202.77092%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.77105%207.77142%202.75317%209.25381%202.75098%2011.2451H11.25V2.75098ZM12.75%2011.2451H21.249C21.2468%209.25381%2021.229%207.77142%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.2276%202.77092%2014.7438%202.75315%2012.75%202.75098V11.2451Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M19.0911%2014.8483L17.5001%2016.4393L15.9091%2014.8483C15.6162%2014.5555%2015.1413%2014.5555%2014.8484%2014.8483C14.5555%2015.1412%2014.5555%2015.6161%2014.8484%2015.909L16.4394%2017.5L14.8484%2019.091C14.5555%2019.3839%2014.5555%2019.8588%2014.8484%2020.1517C15.1413%2020.4445%2015.6162%2020.4445%2015.9091%2020.1517L17.5001%2018.5607L19.0911%2020.1517C19.384%2020.4445%2019.8588%2020.4445%2020.1517%2020.1517C20.4446%2019.8588%2020.4446%2019.3839%2020.1517%2019.091L18.5607%2017.5L20.1517%2015.909C20.4446%2015.6161%2020.4446%2015.1412%2020.1517%2014.8483C19.8588%2014.5555%2019.384%2014.5555%2019.0911%2014.8483Z%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%20fill-rule%3D%22evenodd%22%20d%3D%22M12%201.25C14.3356%201.25%2016.1628%201.24817%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.7494%207.81887%2022.749%209.61747%2022.749%2011.9102C22.7522%2011.9381%2022.7549%2011.9663%2022.7549%2011.9951C22.7549%2012.4093%2022.4191%2012.7451%2022.0049%2012.7451H12.75V22C12.75%2022.4142%2012.4142%2022.75%2012%2022.75C9.66439%2022.75%207.83717%2022.7518%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.25ZM2.75098%2012.7451C2.75312%2014.7413%202.7708%2016.2267%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.77237%2021.2291%209.25623%2021.2459%2011.25%2021.248V12.7451H2.75098ZM11.25%202.75098C9.25623%202.75315%207.77237%202.77092%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.77105%207.77142%202.75317%209.25381%202.75098%2011.2451H11.25V2.75098ZM12.75%2011.2451H21.249C21.2468%209.25381%2021.229%207.77142%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.2276%202.77092%2014.7438%202.75315%2012.75%202.75098V11.2451Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M19.0911%2014.8483L17.5001%2016.4393L15.9091%2014.8483C15.6162%2014.5555%2015.1413%2014.5555%2014.8484%2014.8483C14.5555%2015.1412%2014.5555%2015.6161%2014.8484%2015.909L16.4394%2017.5L14.8484%2019.091C14.5555%2019.3839%2014.5555%2019.8588%2014.8484%2020.1517C15.1413%2020.4445%2015.6162%2020.4445%2015.9091%2020.1517L17.5001%2018.5607L19.0911%2020.1517C19.384%2020.4445%2019.8588%2020.4445%2020.1517%2020.1517C20.4446%2019.8588%2020.4446%2019.3839%2020.1517%2019.091L18.5607%2017.5L20.1517%2015.909C20.4446%2015.6161%2020.4446%2015.1412%2020.1517%2014.8483C19.8588%2014.5555%2019.384%2014.5555%2019.0911%2014.8483Z%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-close-outline.svg?color=%231a73e8&size=48