Doodle2 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Doodle2 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/324677.svg" alt="Doodle2 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324677.svg" alt="Doodle2 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324677.svg" alt="Doodle2 icon" :width="24" :height="24" />
CSS background
.icon-doodle2 {
background-image: url('https://proicons.com/icon/324677.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="M38.8487,16.7181,42.6748,24.37a3.3514,3.3514,0,0,1-1.1488,4.2153L19.3289,39.3044a3.0286,3.0286,0,0,1-4.0905-1.27q-.069-.1309-.1249-.2682L6.0847,19.4618a7.8622,7.8622,0,0,1,13.5575-7.9655L34.2536,42.3615"/><path class="a" d="M35.4023,5.6385a3.8071,3.8071,0,1,1-3.8071,3.8071A3.8007,3.8007,0,0,1,35.4023,5.6385Z"/></svg>
Copied!