Trawelldroid Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Trawelldroid 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/348799.svg" alt="Trawelldroid icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348799.svg" alt="Trawelldroid icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348799.svg" alt="Trawelldroid icon" :width="24" :height="24" />
CSS background
.icon-trawelldroid {
background-image: url('https://proicons.com/icon/348799.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="d" d="m3.3,18.8334l6.3574,6.3222c.4705.4679,1.2713.1886,1.3511-.471.2764-2.2931.8551-6.388,1.6407-8.205.2286-.5286.752-.8665,1.3262-.8517,5.5068.1376,11.7748,1.7075,17.681,4.049,8.0438,3.1886,12.6437,6.7223,12.6437,9.8932,0,2.0775-5.3011,1.9333-12.3912,2.4098-6.3716.4281-15.1674.4735-18.713.2921"/></svg>
Copied!