Grid Drawing For Artist Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Grid Drawing For Artist 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/326777.svg" alt="Grid Drawing For Artist icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326777.svg" alt="Grid Drawing For Artist icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326777.svg" alt="Grid Drawing For Artist icon" :width="24" :height="24" />
CSS background
.icon-grid-drawing-for-artist {
background-image: url('https://proicons.com/icon/326777.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M24.1936,6.1311l.13,35.7378"/><path class="a" d="M34.8866,8.3117l.11,30.4341"/><path class="a" d="M13.3947,8.3448l.1044,30.6586"/><path class="a" d="M6.9723,24.13H41.0277"/><path class="a" d="M9.1745,35.3955h29.78"/><path class="a" d="M9.1045,13.382H38.6364"/><path class="a" d="M28.421,20.2271a4.2811,4.2811,0,1,1,.0031-.0106"/><path class="a" d="M33.0866,31.1585c-1.43,2.3108-6.5053,3.63-11.3386,2.9479s-7.5959-3.1082-6.1723-5.42,6.4951-3.6343,11.33-2.955,7.6043,3.1035,6.187,5.416"/><circle class="a" cx="24" cy="24" r="21.5"/></svg>
Copied!