Pop Avain Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pop Avain 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/346053.svg" alt="Pop Avain icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346053.svg" alt="Pop Avain icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346053.svg" alt="Pop Avain icon" :width="24" :height="24" />
CSS background
.icon-pop-avain {
background-image: url('https://proicons.com/icon/346053.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><circle class="b" cx="14.7458" cy="15.0803" r="9.2458"/><circle class="b" cx="14.7458" cy="15.1967" r="4.8662"/><path class="b" d="m18.7798,23.4018s12.7716,12.0801,18.306,17.6151v-.0003s.3398.335.6748,0l2.5805-2.5807s.3023-.2849,0-.5872l-2.1493-2.1495,3.1406-3.1408c.0806-.0806.333-.3809,0-.7139l-.6236-.6237s-.2581-.3087-.5668,0l-1.0804,1.0805-1.3472-1.3473,1.1011-1.1012c.1677-.1895.0957-.4049,0-.5452-.0978-.1434-.7349-.735-.7349-.735,0,0-.2308-.2796-.5104,0l-3.2182,3.2185-1.4204-1.4205.3751-.4185c.1209-.1209.2521-.3549.0434-.5636l-.7749-.7749s-.2119-.2889-.5008,0l-.4425.4426-9.2959-8.6952"/></svg>
Copied!