Griddotai Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Griddotai icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/314577.svg" alt="Griddotai icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/314577.svg" alt="Griddotai icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/314577.svg" alt="Griddotai icon" :width="24" :height="24" />
CSS background
.icon-griddotai {
background-image: url('https://proicons.com/icon/314577.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Grid.ai</title><path d="M17.732 9.091v-3.52H6.506v12.816h5.612v-5.613h11.226V24h-5.613v-5.613H12.12V24h-4.5a6.965 6.965 0 0 1-6.964-6.964V6.966A6.966 6.966 0 0 1 7.619 0h8.762a6.965 6.965 0 0 1 6.964 6.964v2.127h-5.613z"/></svg>
Copied!