Aurora Droid Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Aurora Droid 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/336751.svg" alt="Aurora Droid icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336751.svg" alt="Aurora Droid icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336751.svg" alt="Aurora Droid icon" :width="24" :height="24" />
CSS background
.icon-aurora-droid {
background-image: url('https://proicons.com/icon/336751.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M29.55,14.64a1.9,1.9,0,1,1-1.91,1.9A1.9,1.9,0,0,1,29.55,14.64Zm-11.08,0a1.9,1.9,0,1,1-1.9,1.9A1.91,1.91,0,0,1,18.47,14.64Z"/><path class="a" d="M35.69,22.18H12.31a1.87,1.87,0,0,0-1.87,1.87v5.89a13.56,13.56,0,0,0,27.12,0V24.05A1.87,1.87,0,0,0,35.69,22.18Z"/><polygon class="a" points="22.01 34.55 25.99 34.55 24 31.04 22.01 34.55"/><path class="a" d="M30.35,37.09a1.7,1.7,0,0,1-1.46.84H19.11a1.69,1.69,0,0,1-1.47-2.52l4.89-8.62a1.69,1.69,0,0,1,2.94,0l4.89,8.62A1.71,1.71,0,0,1,30.35,37.09Z"/><path class="a" d="M24,6.75h0A13.56,13.56,0,0,1,37.56,20.31v0a1.87,1.87,0,0,1-1.87,1.87H12.31a1.87,1.87,0,0,1-1.87-1.87v0A13.56,13.56,0,0,1,24,6.75Z"/><line class="a" x1="11.76" y1="4.87" x2="16.16" y2="9.26"/><line class="a" x1="36.23" y1="4.87" x2="31.84" y2="9.27"/></svg>
Copied!