Runawaytoad Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Runawaytoad 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/332276.svg" alt="Runawaytoad icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332276.svg" alt="Runawaytoad icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332276.svg" alt="Runawaytoad icon" :width="24" :height="24" />
CSS background
.icon-runawaytoad {
background-image: url('https://proicons.com/icon/332276.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><circle class="a" cx="12.98" cy="25.85" r="6.49"/><circle class="a" cx="12.98" cy="25.85" r="6.49"/><ellipse class="a" cx="12.98" cy="25.85" rx="1.95" ry="4.1"/><path class="a" d="M6.57,26.84c-.47.37-.93.76-1.38,1.15a2.1,2.1,0,0,0-.69,1.57v8.63A2.12,2.12,0,0,0,6.61,40.3H41.39a2.12,2.12,0,0,0,2.11-2.11V29.56A2.1,2.1,0,0,0,42.81,28c-.45-.4-.91-.78-1.39-1.15"/><path class="a" d="M30.18,21.53A28,28,0,0,0,24,20.85a28.61,28.61,0,0,0-6.18.67"/><circle class="a" cx="35.02" cy="25.85" r="6.49"/><circle class="a" cx="35.02" cy="25.85" r="6.49"/><ellipse class="a" cx="35.02" cy="25.85" rx="1.95" ry="4.1"/><polyline class="a" points="29.85 21.39 28.53 8.45 25.6 14.67 24 7.7 22.4 14.67 19.47 8.45 18.15 21.39"/><line class="a" x1="20.7" y1="34.73" x2="21.5" y2="35.54"/><line class="a" x1="27.3" y1="34.73" x2="26.5" y2="35.54"/></svg>
Copied!