Ankiconnect Android Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ankiconnect Android 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/321824.svg" alt="Ankiconnect Android icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321824.svg" alt="Ankiconnect Android icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321824.svg" alt="Ankiconnect Android icon" :width="24" :height="24" />
CSS background
.icon-ankiconnect-android {
background-image: url('https://proicons.com/icon/321824.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="M24.0819,7.4472c6.97.0452,12.5837,5.7322,12.5385,12.7022v9.6484c0,7.0152-5.687,12.7022-12.7022,12.7022-6.97-.0452-12.5837-5.7322-12.5384-12.7022v-9.6484c0-7.0152,5.687-12.7022,12.7022-12.7022,0,0,0,0,0,0Z"/><path class="b" d="M11.3797,22.2961h25.2406"/><circle class="b" cx="18.778" cy="16.2682" r="1.6231"/><circle class="b" cx="29.222" cy="16.2682" r="1.6231"/><path class="b" d="M30.639,9.1578l3.6578-3.6578"/><path class="b" d="M17.361,9.1578l-3.6578-3.6578"/></svg>
Copied!