Simpledraw Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Simpledraw 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/332772.svg" alt="Simpledraw icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332772.svg" alt="Simpledraw icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332772.svg" alt="Simpledraw icon" :width="24" :height="24" />
CSS background
.icon-simpledraw {
background-image: url('https://proicons.com/icon/332772.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M32.33,5.87a1.15,1.15,0,0,1,1.66,0l7.49,7.49a1.15,1.15,0,0,1,0,1.67l-5,5-9.16-9.16Zm-5,5L36.49,20l-1.67,1.67-9.15-9.16Zm7.49,10.83-18,18L5.69,42.5h0L8.18,30,25.67,12.53"/><line class="cls-1" x1="8.18" y1="30.01" x2="16.82" y2="39.69"/><line class="cls-1" x1="26.63" y1="17.51" x2="13.19" y2="30.95"/><line class="cls-1" x1="29.6" y1="20.48" x2="16.16" y2="33.93"/></svg>
Copied!