grid 2x2 close icon
grid-2x2-close-broken from Solar by 480 Design · Broken · Settings · CC-BY-4.0 Attribution required.
- Name
- grid-2x2-close-broken
- Set
- Solar
- Style
- Broken
- 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="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M15.3786 15.3787L17.5 17.5M17.5 17.5L19.6213 19.6213M17.5 17.5L19.6213 15.3787M17.5 17.5L15.3786 19.6213"/><path d="M16.5501 2.08856C15.3375 2 13.8503 2 12 2C7.28595 2 4.92893 2 3.46447 3.46447C2 4.92893 2 7.28595 2 12C2 16.714 2 19.0711 3.46447 20.5355C4.92893 22 7.28595 22 12 22"/><path d="M22.0001 11.9999C22.0001 7.28584 22.0001 4.92882 20.5356 3.46436"/><path d="M22 12H10M2 12H6"/><path d="M12.0049 22.0049L12.0049 2.00488"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarGrid2x2CloseBroken(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path d="M15.3786 15.3787L17.5 17.5M17.5 17.5L19.6213 19.6213M17.5 17.5L19.6213 15.3787M17.5 17.5L15.3786 19.6213"/><path d="M16.5501 2.08856C15.3375 2 13.8503 2 12 2C7.28595 2 4.92893 2 3.46447 3.46447C2 4.92893 2 7.28595 2 12C2 16.714 2 19.0711 3.46447 20.5355C4.92893 22 7.28595 22 12 22"/><path d="M22.0001 11.9999C22.0001 7.28584 22.0001 4.92882 20.5356 3.46436"/><path d="M22 12H10M2 12H6"/><path d="M12.0049 22.0049L12.0049 2.00488"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M15.3786 15.3787L17.5 17.5M17.5 17.5L19.6213 19.6213M17.5 17.5L19.6213 15.3787M17.5 17.5L15.3786 19.6213"/><path d="M16.5501 2.08856C15.3375 2 13.8503 2 12 2C7.28595 2 4.92893 2 3.46447 3.46447C2 4.92893 2 7.28595 2 12C2 16.714 2 19.0711 3.46447 20.5355C4.92893 22 7.28595 22 12 22"/><path d="M22.0001 11.9999C22.0001 7.28584 22.0001 4.92882 20.5356 3.46436"/><path d="M22 12H10M2 12H6"/><path d="M12.0049 22.0049L12.0049 2.00488"/></g></svg> </template>
CSS
.icon-grid-2x2-close-broken {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M15.3786%2015.3787L17.5%2017.5M17.5%2017.5L19.6213%2019.6213M17.5%2017.5L19.6213%2015.3787M17.5%2017.5L15.3786%2019.6213%22%2F%3E%3Cpath%20d%3D%22M16.5501%202.08856C15.3375%202%2013.8503%202%2012%202C7.28595%202%204.92893%202%203.46447%203.46447C2%204.92893%202%207.28595%202%2012C2%2016.714%202%2019.0711%203.46447%2020.5355C4.92893%2022%207.28595%2022%2012%2022%22%2F%3E%3Cpath%20d%3D%22M22.0001%2011.9999C22.0001%207.28584%2022.0001%204.92882%2020.5356%203.46436%22%2F%3E%3Cpath%20d%3D%22M22%2012H10M2%2012H6%22%2F%3E%3Cpath%20d%3D%22M12.0049%2022.0049L12.0049%202.00488%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M15.3786%2015.3787L17.5%2017.5M17.5%2017.5L19.6213%2019.6213M17.5%2017.5L19.6213%2015.3787M17.5%2017.5L15.3786%2019.6213%22%2F%3E%3Cpath%20d%3D%22M16.5501%202.08856C15.3375%202%2013.8503%202%2012%202C7.28595%202%204.92893%202%203.46447%203.46447C2%204.92893%202%207.28595%202%2012C2%2016.714%202%2019.0711%203.46447%2020.5355C4.92893%2022%207.28595%2022%2012%2022%22%2F%3E%3Cpath%20d%3D%22M22.0001%2011.9999C22.0001%207.28584%2022.0001%204.92882%2020.5356%203.46436%22%2F%3E%3Cpath%20d%3D%22M22%2012H10M2%2012H6%22%2F%3E%3Cpath%20d%3D%22M12.0049%2022.0049L12.0049%202.00488%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-broken.svg?color=%231a73e8&size=48