Stickerconv Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Stickerconv 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/347894.svg" alt="Stickerconv icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347894.svg" alt="Stickerconv icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347894.svg" alt="Stickerconv icon" :width="24" :height="24" />
CSS background
.icon-stickerconv {
background-image: url('https://proicons.com/icon/347894.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M25.611,45.4406Q24.8132,45.5,24,45.5A21.5,21.5,0,1,1,45.5,24q0,.7656-.0528,1.518"/><path class="a" d="M25.5642,45.3256A21.5042,21.5042,0,0,1,45.4321,25.5563"/><path class="a" d="M27.7987,29.8342l-4.0581,4.0581-5.5748-5.626-5.5747,5.626L8.5329,29.8342l9.6329-9.6329Z"/><path class="a" d="M20.2013,18.1658l4.0581-4.0581,5.5748,5.626,5.5747-5.626,4.0582,4.0581-9.6329,9.6329Z"/><path class="a" d="M25.611,45.4406,45.4321,25.5563"/></svg>
Copied!