Anki Editor Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Anki Editor 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/321823.svg" alt="Anki Editor icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321823.svg" alt="Anki Editor icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321823.svg" alt="Anki Editor icon" :width="24" :height="24" />
CSS background
.icon-anki-editor {
background-image: url('https://proicons.com/icon/321823.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><polygon class="b" points="20.3 18.1 24 24.3 31.3 23.9 26.5 29.3 29.4 36.1 22.8 33 17.2 37.9 17.8 30.6 11.7 26.9 18.8 25.3 20.3 18.1"/><polygon class="b" points="34.4 9.7 34 13.2 36.7 14.9 33.6 15.4 32.6 18.6 31 15.8 27.7 15.9 29.9 13.5 28.8 10.4 31.9 11.9 34.4 9.7"/><circle class="b" cx="24" cy="24" r="21.5"/></svg>
Copied!