Dawdle Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Dawdle 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/324305.svg" alt="Dawdle icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324305.svg" alt="Dawdle icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324305.svg" alt="Dawdle icon" :width="24" :height="24" />
CSS background
.icon-dawdle {
background-image: url('https://proicons.com/icon/324305.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="d" d="m34.7738,31.082l.8696-6.3667,8.8365-1.6115-19.1521-8.5054-21.8279,1.2103,6.0898,2.8221-1.2116,8.8721m26.3956,3.579s-17.4224,4.2225-26.3956-3.579"/><path id="c" class="d" d="m25.1968,18.9293l19.3032,4.2384v10.2338"/></svg>
Copied!