Status Sticker Saver Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Status Sticker Saver 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/333312.svg" alt="Status Sticker Saver icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333312.svg" alt="Status Sticker Saver icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333312.svg" alt="Status Sticker Saver icon" :width="24" :height="24" />
CSS background
.icon-status-sticker-saver {
background-image: url('https://proicons.com/icon/333312.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="m24.0178,2.503c-16.3349.0175-26.6904,17.5204-18.8418,31.8462l-2.6489,11.1352,11.1352-2.6489c12.3007,6.7476,27.663.0914,31.1515-13.4971,3.489-13.5891-6.7665-26.8224-20.796-26.8354Z"/><line class="c" x1="24.0178" y1="11.9767" x2="24.0178" y2="32.7381"/><polyline class="c" points="34.3985 22.3574 24.0178 32.7381 13.6371 22.3574"/><line class="c" x1="34.3985" y1="36.0199" x2="13.6371" y2="36.0199"/></svg>
Copied!