Doodle Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Doodle 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/324676.svg" alt="Doodle icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324676.svg" alt="Doodle icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324676.svg" alt="Doodle icon" :width="24" :height="24" />
CSS background
.icon-doodle {
background-image: url('https://proicons.com/icon/324676.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 25.4.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_2_00000103982911183709908770000008672087189494237859_"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 48 48"
fill="#ffffff" xml:space="preserve">
<style type="text/css">
.st0{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}
</style>
<path class="st0" d="M28.8,4.5h8.1v39h-8.1v-1.8c-5.4,3.4-12.5,1.8-15.9-3.6s-1.8-12.5,3.6-15.9c3.7-2.4,8.5-2.4,12.2,0V4.5z
M22.7,27.2c-2.6,0-4.8,2.1-4.8,4.8s2.1,4.8,4.8,4.8s4.8-2.1,4.8-4.8C27.5,29.4,25.3,27.2,22.7,27.2C22.7,27.2,22.7,27.2,22.7,27.2z
"/>
</svg>
Copied!