grid 2x2 close icon

grid-2x2-close-bold from Solar by 480 Design · Bold · Settings · CC-BY-4.0 Attribution required.

Name
grid-2x2-close-bold
Set
Solar
Style
Bold
Category
Settings
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More settings icons from Solar

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 d="M11.25 21.998C7.03168 21.9939 4.84949 21.9198 3.46484 20.5352C2.07966 19.15 2.00504 16.9666 2.00098 12.7451H11.25V21.998Z"/><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"/><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="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 SolarGrid2x2CloseBold(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 21.998C7.03168 21.9939 4.84949 21.9198 3.46484 20.5352C2.07966 19.15 2.00504 16.9666 2.00098 12.7451H11.25V21.998Z"/><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"/><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="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 d="M11.25 21.998C7.03168 21.9939 4.84949 21.9198 3.46484 20.5352C2.07966 19.15 2.00504 16.9666 2.00098 12.7451H11.25V21.998Z"/><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"/><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="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-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%2021.998C7.03168%2021.9939%204.84949%2021.9198%203.46484%2020.5352C2.07966%2019.15%202.00504%2016.9666%202.00098%2012.7451H11.25V21.998Z%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%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%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%20d%3D%22M11.25%2021.998C7.03168%2021.9939%204.84949%2021.9198%203.46484%2020.5352C2.07966%2019.15%202.00504%2016.9666%202.00098%2012.7451H11.25V21.998Z%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%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%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-bold.svg?color=%231a73e8&size=48