Ankidroid Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ankidroid 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/321825.svg" alt="Ankidroid icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321825.svg" alt="Ankidroid icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321825.svg" alt="Ankidroid icon" :width="24" :height="24" />
CSS background
.icon-ankidroid {
background-image: url('https://proicons.com/icon/321825.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="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M33.8159,38.1225v.5564h0c0,1.5361-1.2568,2.7929-2.7929,2.7929h-2.1152"/><path class="cls-1" d="M22.9491,41.4719h-14.1998c-1.5361,0-2.7929-1.2568-2.7929-2.7929V6.7929c0-1.5361,1.2568-2.7929,2.7929-2.7929h22.2737c1.5361,0,2.7929,1.2568,2.7929,2.7929v14.2288"/><path class="cls-1" d="M9.5639,8.3989h15.2448"/><path class="cls-1" d="M9.5639,13.24h4.2825"/><path class="cls-1" d="M16.5695,13.24h4.2825"/><path class="cls-1" d="M9.6802,18.244h7.634"/><path class="cls-1" d="M9.5639,26.1573h8.3788"/><path class="cls-1" d="M9.5639,31.4406h3.7239"/><path class="cls-1" d="M9.4475,36.4446h8.8443"/><path class="cls-1" d="M25.4834,15.0786c-.2327,0-.4887.0234-.7214.0932-.9775.3258-1.466,1.2567-1.6988,2.1179s-.2795,1.8155-.3027,2.7698-.0465,1.9316-.1164,2.7229-.2791,1.3736-.3955,1.5365-.6286.5352-1.3501.8378c-.7215.3258-1.6293.6283-2.537.9542-.9077.3258-1.7921.675-2.5602,1.1405-.7448.4655-1.4897,1.2101-1.4897,2.2574s.7216,1.7691,1.4897,2.2579,1.6293.8146,2.537,1.1637c.9077.3258,1.8155.6283,2.537.9542s1.2333.6749,1.3496.8378.3029.7679.3728,1.5592c.0698.7913.0931,1.7459.1164,2.7234.0233.9543.0928,1.9086.3023,2.7698s.6985,1.792,1.676,2.1179c.9775.3258,1.9083-.1396,2.6066-.7214.6982-.5819,1.3033-1.3036,1.8851-2.0483s1.1639-1.536,1.6992-2.1179,1.0238-.9776,1.2333-1.0242c.1862-.0698.8148-.0465,1.5828.1164.7681.1629,1.6989.4654,2.6066.7214.931.256,1.839.5121,2.7234.5587.8844.0465,1.9086-.1163,2.537-.9542.6051-.8379.4654-1.8619.1396-2.6997s-.838-1.6293-1.3733-2.4206c-.5353-.7913-1.094-1.5829-1.4897-2.2579-.3957-.675-.605-1.2797-.605-1.4892,0-.2327.2562-.9311.7682-1.7224.4888-.7913,1.1637-1.6989,1.7456-2.5834.4655-.6982.8609-1.42,1.1169-2.1415.2327-.7448.3026-1.6522-.2327-2.397-.6051-.8379-1.6293-1.0012-2.537-.9546-.8844.0465-1.8151.3027-2.7461.5587s-1.839.5585-2.607.7214-1.3962.1629-1.5824.1164c-.1862-.0465-.6984-.4419-1.2337-1.0237-.5353-.6051-1.0937-1.3735-1.6756-2.1415-.5819-.7681-1.1869-1.4897-1.8851-2.0715-.5353-.4422-1.1874-.8145-1.8856-.8378Z"/></svg>
Copied!