Stickerly Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Stickerly 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/333336.svg" alt="Stickerly icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333336.svg" alt="Stickerly icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333336.svg" alt="Stickerly icon" :width="24" :height="24" />
CSS background
.icon-stickerly {
background-image: url('https://proicons.com/icon/333336.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m20.83,45.2679c-10.8073-1.597-18.9953-11.2358-18.2874-22.6398C3.2073,11.9213,11.9213,3.2073,22.6282,2.5427c11.404-.7079,21.0427,7.4801,22.6398,18.2874.2767,1.8724-.3654,3.7674-1.7038,5.1058l-17.6283,17.6283c-1.3384,1.3384-3.2334,1.9805-5.1058,1.7038Z"/><g><ellipse class="c" cx="17.4017" cy="18.3001" rx="3.0459" ry="4.3001"/><ellipse class="c" cx="30.5983" cy="18.3001" rx="3.0459" ry="4.3001"/><path class="c" d="m33.6442,27.8345c-1.4611,4.6199-5.6618,6.1655-9.255,6.1655-3.5932,0-7.2564-1.3216-9.255-6.1655"/></g></svg>
Copied!