Androidide Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Androidide 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/321761.svg" alt="Androidide icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321761.svg" alt="Androidide icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321761.svg" alt="Androidide icon" :width="24" :height="24" />
CSS background
.icon-androidide {
background-image: url('https://proicons.com/icon/321761.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>.i{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}.j{fill:#000;stroke-width:0px;}</style></defs><path id="b" class="i" d="M15.2049,8.6086c-2.6799,0-4.8525,2.1725-4.8525,4.8525v5.6865c0,2.6799-2.1725,4.8525-4.8525,4.8525,2.6799,0,4.8525,2.1725,4.8525,4.8525v5.6865c0,2.6799,2.1725,4.8525,4.8525,4.8525"/><path id="c" class="i" d="M32.7951,8.6086c2.6799,0,4.8525,2.1725,4.8525,4.8525v5.6865c0,2.6799,2.1725,4.8525,4.8525,4.8525-2.6799,0-4.8525,2.1725-4.8525,4.8525v5.6865c0,2.6799-2.1725,4.8525-4.8525,4.8525"/><path id="d" class="i" d="M13.2779,30.9099c0-6.1713,4.8274-11.1742,10.7824-11.1742h0c5.9549,0,10.7824,5.0029,10.7824,11.1742H13.2779Z"/><line id="e" class="i" x1="31.3574" y1="22.681" x2="34.1858" y2="19.8525"/><line id="f" class="i" x1="16.4323" y1="22.6942" x2="13.6039" y2="19.8658"/><circle id="g" class="j" cx="20.8592" cy="24.2045" r=".75"/><circle id="h" class="j" cx="27.8592" cy="24.2045" r=".75"/></svg>
Copied!