Aurdroid Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Aurdroid 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/322189.svg" alt="Aurdroid icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322189.svg" alt="Aurdroid icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322189.svg" alt="Aurdroid icon" :width="24" :height="24" />
CSS background
.icon-aurdroid {
background-image: url('https://proicons.com/icon/322189.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><polygon class="a" points="43.5 34.21 23.17 39.93 23.17 19.08 43.5 13.37 43.5 34.21"/><polygon class="a" points="4.5 34.97 23.17 39.93 23.17 19.08 4.5 14.12 4.5 34.97"/><polyline class="a" points="4.5 14.12 24 8.07 43.5 13.37"/><polyline class="a" points="35.6 15.59 35.6 23.58 30.52 25.14 30.52 17.02"/><line class="a" x1="33.06" y1="16.3" x2="15.36" y2="11.1"/></svg>
Copied!