Arduinodroid Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Arduinodroid 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/322024.svg" alt="Arduinodroid icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322024.svg" alt="Arduinodroid icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322024.svg" alt="Arduinodroid icon" :width="24" :height="24" />
CSS background
.icon-arduinodroid {
background-image: url('https://proicons.com/icon/322024.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M25.94,20.46a9.15,9.15,0,1,1,2,10c-3.76-4-4.25-9.41-7.72-12.92a9.14,9.14,0,1,0,0,12.92,9.23,9.23,0,0,0,2-2.9"/><line class="b" x1="16.07" y1="24" x2="11.19" y2="24"/><line class="b" x1="36.79" y1="24" x2="31.91" y2="24"/><line class="b" x1="34.35" y1="26.43" x2="34.35" y2="21.56"/></svg>
Copied!