ios grid icon
ios-grid from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- ios-grid
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
Related icons in IonIcons
ios-addios-add-circleios-airplaneios-alarmios-albumsios-alertios-american-footballios-americanfootballios-analyticsios-apertureios-appsios-appstoreios-archiveios-arrow-backios-arrow-downios-arrow-dropdownios-arrow-dropdown-circleios-arrow-dropleftios-arrow-dropleft-circleios-arrow-droprightios-arrow-dropright-circleios-arrow-dropupios-arrow-dropup-circleios-arrow-forward
Use the ios grid icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M206 308h100c1.1 0 2-.9 2-2V206c0-1.1-.9-2-2-2H206c-1.1 0-2 .9-2 2v100c0 1.1.9 2 2 2z" fill="currentColor"/><path d="M64 96v320c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32H96c-17.7 0-32 14.3-32 32zm330 108h-56c-1.1 0-2 .9-2 2v100c0 1.1.9 2 2 2h56c7.7 0 14 6.3 14 14s-6.3 14-14 14h-56c-1.1 0-2 .9-2 2v56c0 7.7-6.3 14-14 14s-14-6.3-14-14v-56c0-1.1-.9-2-2-2H206c-1.1 0-2 .9-2 2v56c0 7.7-6.3 14-14 14s-14-6.3-14-14v-56c0-1.1-.9-2-2-2h-56c-7.7 0-14-6.3-14-14s6.3-14 14-14h56c1.1 0 2-.9 2-2V206c0-1.1-.9-2-2-2h-56c-7.7 0-14-6.3-14-14s6.3-14 14-14h56c1.1 0 2-.9 2-2v-56c0-7.7 6.3-14 14-14s14 6.3 14 14v56c0 1.1.9 2 2 2h100c1.1 0 2-.9 2-2v-56c0-7.7 6.3-14 14-14s14 6.3 14 14v56c0 1.1.9 2 2 2h56c7.7 0 14 6.3 14 14s-6.3 14-14 14z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonIosGrid(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M206 308h100c1.1 0 2-.9 2-2V206c0-1.1-.9-2-2-2H206c-1.1 0-2 .9-2 2v100c0 1.1.9 2 2 2z" fill="currentColor"/><path d="M64 96v320c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32H96c-17.7 0-32 14.3-32 32zm330 108h-56c-1.1 0-2 .9-2 2v100c0 1.1.9 2 2 2h56c7.7 0 14 6.3 14 14s-6.3 14-14 14h-56c-1.1 0-2 .9-2 2v56c0 7.7-6.3 14-14 14s-14-6.3-14-14v-56c0-1.1-.9-2-2-2H206c-1.1 0-2 .9-2 2v56c0 7.7-6.3 14-14 14s-14-6.3-14-14v-56c0-1.1-.9-2-2-2h-56c-7.7 0-14-6.3-14-14s6.3-14 14-14h56c1.1 0 2-.9 2-2V206c0-1.1-.9-2-2-2h-56c-7.7 0-14-6.3-14-14s6.3-14 14-14h56c1.1 0 2-.9 2-2v-56c0-7.7 6.3-14 14-14s14 6.3 14 14v56c0 1.1.9 2 2 2h100c1.1 0 2-.9 2-2v-56c0-7.7 6.3-14 14-14s14 6.3 14 14v56c0 1.1.9 2 2 2h56c7.7 0 14 6.3 14 14s-6.3 14-14 14z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M206 308h100c1.1 0 2-.9 2-2V206c0-1.1-.9-2-2-2H206c-1.1 0-2 .9-2 2v100c0 1.1.9 2 2 2z" fill="currentColor"/><path d="M64 96v320c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32H96c-17.7 0-32 14.3-32 32zm330 108h-56c-1.1 0-2 .9-2 2v100c0 1.1.9 2 2 2h56c7.7 0 14 6.3 14 14s-6.3 14-14 14h-56c-1.1 0-2 .9-2 2v56c0 7.7-6.3 14-14 14s-14-6.3-14-14v-56c0-1.1-.9-2-2-2H206c-1.1 0-2 .9-2 2v56c0 7.7-6.3 14-14 14s-14-6.3-14-14v-56c0-1.1-.9-2-2-2h-56c-7.7 0-14-6.3-14-14s6.3-14 14-14h56c1.1 0 2-.9 2-2V206c0-1.1-.9-2-2-2h-56c-7.7 0-14-6.3-14-14s6.3-14 14-14h56c1.1 0 2-.9 2-2v-56c0-7.7 6.3-14 14-14s14 6.3 14 14v56c0 1.1.9 2 2 2h100c1.1 0 2-.9 2-2v-56c0-7.7 6.3-14 14-14s14 6.3 14 14v56c0 1.1.9 2 2 2h56c7.7 0 14 6.3 14 14s-6.3 14-14 14z" fill="currentColor"/></svg> </template>
CSS
.icon-ios-grid {
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%20512%20512%22%3E%3Cpath%20d%3D%22M206%20308h100c1.1%200%202-.9%202-2V206c0-1.1-.9-2-2-2H206c-1.1%200-2%20.9-2%202v100c0%201.1.9%202%202%202z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M64%2096v320c0%2017.7%2014.3%2032%2032%2032h320c17.7%200%2032-14.3%2032-32V96c0-17.7-14.3-32-32-32H96c-17.7%200-32%2014.3-32%2032zm330%20108h-56c-1.1%200-2%20.9-2%202v100c0%201.1.9%202%202%202h56c7.7%200%2014%206.3%2014%2014s-6.3%2014-14%2014h-56c-1.1%200-2%20.9-2%202v56c0%207.7-6.3%2014-14%2014s-14-6.3-14-14v-56c0-1.1-.9-2-2-2H206c-1.1%200-2%20.9-2%202v56c0%207.7-6.3%2014-14%2014s-14-6.3-14-14v-56c0-1.1-.9-2-2-2h-56c-7.7%200-14-6.3-14-14s6.3-14%2014-14h56c1.1%200%202-.9%202-2V206c0-1.1-.9-2-2-2h-56c-7.7%200-14-6.3-14-14s6.3-14%2014-14h56c1.1%200%202-.9%202-2v-56c0-7.7%206.3-14%2014-14s14%206.3%2014%2014v56c0%201.1.9%202%202%202h100c1.1%200%202-.9%202-2v-56c0-7.7%206.3-14%2014-14s14%206.3%2014%2014v56c0%201.1.9%202%202%202h56c7.7%200%2014%206.3%2014%2014s-6.3%2014-14%2014z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M206%20308h100c1.1%200%202-.9%202-2V206c0-1.1-.9-2-2-2H206c-1.1%200-2%20.9-2%202v100c0%201.1.9%202%202%202z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M64%2096v320c0%2017.7%2014.3%2032%2032%2032h320c17.7%200%2032-14.3%2032-32V96c0-17.7-14.3-32-32-32H96c-17.7%200-32%2014.3-32%2032zm330%20108h-56c-1.1%200-2%20.9-2%202v100c0%201.1.9%202%202%202h56c7.7%200%2014%206.3%2014%2014s-6.3%2014-14%2014h-56c-1.1%200-2%20.9-2%202v56c0%207.7-6.3%2014-14%2014s-14-6.3-14-14v-56c0-1.1-.9-2-2-2H206c-1.1%200-2%20.9-2%202v56c0%207.7-6.3%2014-14%2014s-14-6.3-14-14v-56c0-1.1-.9-2-2-2h-56c-7.7%200-14-6.3-14-14s6.3-14%2014-14h56c1.1%200%202-.9%202-2V206c0-1.1-.9-2-2-2h-56c-7.7%200-14-6.3-14-14s6.3-14%2014-14h56c1.1%200%202-.9%202-2v-56c0-7.7%206.3-14%2014-14s14%206.3%2014%2014v56c0%201.1.9%202%202%202h100c1.1%200%202-.9%202-2v-56c0-7.7%206.3-14%2014-14s14%206.3%2014%2014v56c0%201.1.9%202%202%202h56c7.7%200%2014%206.3%2014%2014s-6.3%2014-14%2014z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/ios-grid.svg?color=%231a73e8&size=48