grid view icon
grid-view from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- grid-view
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge Icons
Use the grid view icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5" d="M3.889 9.663C4.393 10 5.096 10 6.5 10s2.107 0 2.611-.337a2 2 0 0 0 .552-.552C10 8.607 10 7.904 10 6.5s0-2.107-.337-2.611a2 2 0 0 0-.552-.552C8.607 3 7.904 3 6.5 3s-2.107 0-2.611.337a2 2 0 0 0-.552.552C3 4.393 3 5.096 3 6.5s0 2.107.337 2.611a2 2 0 0 0 .552.552Zm11 0C15.393 10 16.096 10 17.5 10s2.107 0 2.611-.337a2 2 0 0 0 .552-.552C21 8.607 21 7.904 21 6.5s0-2.107-.337-2.611a2 2 0 0 0-.552-.552C19.607 3 18.904 3 17.5 3s-2.107 0-2.611.337a2 2 0 0 0-.552.552C14 4.393 14 5.096 14 6.5s0 2.107.337 2.611a2 2 0 0 0 .552.552Zm-11 11C4.393 21 5.096 21 6.5 21s2.107 0 2.611-.337a2 2 0 0 0 .552-.552C10 19.607 10 18.904 10 17.5s0-2.107-.337-2.611a2 2 0 0 0-.552-.552C8.607 14 7.904 14 6.5 14s-2.107 0-2.611.337a2 2 0 0 0-.552.552C3 15.393 3 16.096 3 17.5s0 2.107.337 2.611a2 2 0 0 0 .552.552Zm11 0C15.393 21 16.096 21 17.5 21s2.107 0 2.611-.337c.218-.146.406-.334.552-.552C21 19.607 21 18.904 21 17.5s0-2.107-.337-2.611a2 2 0 0 0-.552-.552C19.607 14 18.904 14 17.5 14s-2.107 0-2.611.337a2 2 0 0 0-.552.552C14 15.393 14 16.096 14 17.5s0 2.107.337 2.611c.146.218.334.406.552.552Z"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsGridView(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="1.5" d="M3.889 9.663C4.393 10 5.096 10 6.5 10s2.107 0 2.611-.337a2 2 0 0 0 .552-.552C10 8.607 10 7.904 10 6.5s0-2.107-.337-2.611a2 2 0 0 0-.552-.552C8.607 3 7.904 3 6.5 3s-2.107 0-2.611.337a2 2 0 0 0-.552.552C3 4.393 3 5.096 3 6.5s0 2.107.337 2.611a2 2 0 0 0 .552.552Zm11 0C15.393 10 16.096 10 17.5 10s2.107 0 2.611-.337a2 2 0 0 0 .552-.552C21 8.607 21 7.904 21 6.5s0-2.107-.337-2.611a2 2 0 0 0-.552-.552C19.607 3 18.904 3 17.5 3s-2.107 0-2.611.337a2 2 0 0 0-.552.552C14 4.393 14 5.096 14 6.5s0 2.107.337 2.611a2 2 0 0 0 .552.552Zm-11 11C4.393 21 5.096 21 6.5 21s2.107 0 2.611-.337a2 2 0 0 0 .552-.552C10 19.607 10 18.904 10 17.5s0-2.107-.337-2.611a2 2 0 0 0-.552-.552C8.607 14 7.904 14 6.5 14s-2.107 0-2.611.337a2 2 0 0 0-.552.552C3 15.393 3 16.096 3 17.5s0 2.107.337 2.611a2 2 0 0 0 .552.552Zm11 0C15.393 21 16.096 21 17.5 21s2.107 0 2.611-.337c.218-.146.406-.334.552-.552C21 19.607 21 18.904 21 17.5s0-2.107-.337-2.611a2 2 0 0 0-.552-.552C19.607 14 18.904 14 17.5 14s-2.107 0-2.611.337a2 2 0 0 0-.552.552C14 15.393 14 16.096 14 17.5s0 2.107.337 2.611c.146.218.334.406.552.552Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5" d="M3.889 9.663C4.393 10 5.096 10 6.5 10s2.107 0 2.611-.337a2 2 0 0 0 .552-.552C10 8.607 10 7.904 10 6.5s0-2.107-.337-2.611a2 2 0 0 0-.552-.552C8.607 3 7.904 3 6.5 3s-2.107 0-2.611.337a2 2 0 0 0-.552.552C3 4.393 3 5.096 3 6.5s0 2.107.337 2.611a2 2 0 0 0 .552.552Zm11 0C15.393 10 16.096 10 17.5 10s2.107 0 2.611-.337a2 2 0 0 0 .552-.552C21 8.607 21 7.904 21 6.5s0-2.107-.337-2.611a2 2 0 0 0-.552-.552C19.607 3 18.904 3 17.5 3s-2.107 0-2.611.337a2 2 0 0 0-.552.552C14 4.393 14 5.096 14 6.5s0 2.107.337 2.611a2 2 0 0 0 .552.552Zm-11 11C4.393 21 5.096 21 6.5 21s2.107 0 2.611-.337a2 2 0 0 0 .552-.552C10 19.607 10 18.904 10 17.5s0-2.107-.337-2.611a2 2 0 0 0-.552-.552C8.607 14 7.904 14 6.5 14s-2.107 0-2.611.337a2 2 0 0 0-.552.552C3 15.393 3 16.096 3 17.5s0 2.107.337 2.611a2 2 0 0 0 .552.552Zm11 0C15.393 21 16.096 21 17.5 21s2.107 0 2.611-.337c.218-.146.406-.334.552-.552C21 19.607 21 18.904 21 17.5s0-2.107-.337-2.611a2 2 0 0 0-.552-.552C19.607 14 18.904 14 17.5 14s-2.107 0-2.611.337a2 2 0 0 0-.552.552C14 15.393 14 16.096 14 17.5s0 2.107.337 2.611c.146.218.334.406.552.552Z"/></svg> </template>
CSS
.icon-grid-view {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M3.889%209.663C4.393%2010%205.096%2010%206.5%2010s2.107%200%202.611-.337a2%202%200%200%200%20.552-.552C10%208.607%2010%207.904%2010%206.5s0-2.107-.337-2.611a2%202%200%200%200-.552-.552C8.607%203%207.904%203%206.5%203s-2.107%200-2.611.337a2%202%200%200%200-.552.552C3%204.393%203%205.096%203%206.5s0%202.107.337%202.611a2%202%200%200%200%20.552.552Zm11%200C15.393%2010%2016.096%2010%2017.5%2010s2.107%200%202.611-.337a2%202%200%200%200%20.552-.552C21%208.607%2021%207.904%2021%206.5s0-2.107-.337-2.611a2%202%200%200%200-.552-.552C19.607%203%2018.904%203%2017.5%203s-2.107%200-2.611.337a2%202%200%200%200-.552.552C14%204.393%2014%205.096%2014%206.5s0%202.107.337%202.611a2%202%200%200%200%20.552.552Zm-11%2011C4.393%2021%205.096%2021%206.5%2021s2.107%200%202.611-.337a2%202%200%200%200%20.552-.552C10%2019.607%2010%2018.904%2010%2017.5s0-2.107-.337-2.611a2%202%200%200%200-.552-.552C8.607%2014%207.904%2014%206.5%2014s-2.107%200-2.611.337a2%202%200%200%200-.552.552C3%2015.393%203%2016.096%203%2017.5s0%202.107.337%202.611a2%202%200%200%200%20.552.552Zm11%200C15.393%2021%2016.096%2021%2017.5%2021s2.107%200%202.611-.337c.218-.146.406-.334.552-.552C21%2019.607%2021%2018.904%2021%2017.5s0-2.107-.337-2.611a2%202%200%200%200-.552-.552C19.607%2014%2018.904%2014%2017.5%2014s-2.107%200-2.611.337a2%202%200%200%200-.552.552C14%2015.393%2014%2016.096%2014%2017.5s0%202.107.337%202.611c.146.218.334.406.552.552Z%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M3.889%209.663C4.393%2010%205.096%2010%206.5%2010s2.107%200%202.611-.337a2%202%200%200%200%20.552-.552C10%208.607%2010%207.904%2010%206.5s0-2.107-.337-2.611a2%202%200%200%200-.552-.552C8.607%203%207.904%203%206.5%203s-2.107%200-2.611.337a2%202%200%200%200-.552.552C3%204.393%203%205.096%203%206.5s0%202.107.337%202.611a2%202%200%200%200%20.552.552Zm11%200C15.393%2010%2016.096%2010%2017.5%2010s2.107%200%202.611-.337a2%202%200%200%200%20.552-.552C21%208.607%2021%207.904%2021%206.5s0-2.107-.337-2.611a2%202%200%200%200-.552-.552C19.607%203%2018.904%203%2017.5%203s-2.107%200-2.611.337a2%202%200%200%200-.552.552C14%204.393%2014%205.096%2014%206.5s0%202.107.337%202.611a2%202%200%200%200%20.552.552Zm-11%2011C4.393%2021%205.096%2021%206.5%2021s2.107%200%202.611-.337a2%202%200%200%200%20.552-.552C10%2019.607%2010%2018.904%2010%2017.5s0-2.107-.337-2.611a2%202%200%200%200-.552-.552C8.607%2014%207.904%2014%206.5%2014s-2.107%200-2.611.337a2%202%200%200%200-.552.552C3%2015.393%203%2016.096%203%2017.5s0%202.107.337%202.611a2%202%200%200%200%20.552.552Zm11%200C15.393%2021%2016.096%2021%2017.5%2021s2.107%200%202.611-.337c.218-.146.406-.334.552-.552C21%2019.607%2021%2018.904%2021%2017.5s0-2.107-.337-2.611a2%202%200%200%200-.552-.552C19.607%2014%2018.904%2014%2017.5%2014s-2.107%200-2.611.337a2%202%200%200%200-.552.552C14%2015.393%2014%2016.096%2014%2017.5s0%202.107.337%202.611c.146.218.334.406.552.552Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/grid-view.svg?color=%231a73e8&size=48