Ankidroid Alt Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ankidroid Alt 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/336385.svg" alt="Ankidroid Alt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336385.svg" alt="Ankidroid Alt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336385.svg" alt="Ankidroid Alt icon" :width="24" :height="24" />
CSS background
.icon-ankidroid-alt {
background-image: url('https://proicons.com/icon/336385.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M30.63,9.2092l.7351,3.6855,3.4515,1.482-3.2857,1.8427-.3452,3.744-2.7592-2.5545-3.666.8288,1.5698-3.4125-1.9207-3.237,3.7342.4417,2.4765-2.8275.0097.0068ZM17.565,24.9068l4.4557,3.003,5.0017-1.9695-1.482,5.1675,3.4125,4.1438-5.3723.1882-2.886,4.5338-1.8427-5.0505-5.1967-1.3455,4.2315-3.3052-.3276-5.3625.0059-.0029ZM35.5,4.5H12.5c-2.2091,0-4,1.7909-4,4v31c0,2.2091,1.7909,4,4,4h23c2.2091,0,4-1.7909,4-4V8.5c0-2.2091-1.7909-4-4-4Z"/></svg>
Copied!