Anidroid Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Anidroid 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/321785.svg" alt="Anidroid icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321785.svg" alt="Anidroid icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321785.svg" alt="Anidroid icon" :width="24" :height="24" />
CSS background
.icon-anidroid {
background-image: url('https://proicons.com/icon/321785.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><path class="a" d="M19.7848,7.0988c-3.336-1.9008-7.0262-4.6679-7.205-.1666A9.8548,9.8548,0,0,0,12.913,11.93c-2.735,6.4264-2.0285,10.9158-1.8325,31.5689h8.4961V33.8366c1.8323-3.7243,4.9245-6.0257,8.8293-5.5391V43.4988h8.5794c.1824-11.306.7533-30.34-2.3323-32.11.8358-8.2853.8435-8.0255-6.7469-4.248C25.491,5.216,23.0963,5.5755,19.7848,7.0988Z"/><path class="a" d="M19.6182,23.1748a10.8489,10.8489,0,0,1,8.5378-3.7066c1.3562-4.8232-7.8807-9.2865-8.5378.3331Z"/></svg>
Copied!