Stickermaker Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Stickermaker 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/333337.svg" alt="Stickermaker icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333337.svg" alt="Stickermaker icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333337.svg" alt="Stickermaker icon" :width="24" :height="24" />
CSS background
.icon-stickermaker {
background-image: url('https://proicons.com/icon/333337.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;fill-rule:evenodd;}</style></defs><path class="cls-1" d="M43.1,19.64c-.33-1.48,0-3.2-.62-4.54S40.25,13,39.32,11.78,38,8.9,36.78,8,33.86,7,32.5,6.34s-2.45-2-3.93-2.33-3,.42-4.57.42-3.13-.72-4.57-.4-2.6,1.69-3.93,2.34S12.38,7.06,11.22,8s-1.6,2.62-2.54,3.79-2.5,2-3.16,3.32-.29,3.06-.62,4.54S3.5,22.46,3.5,24s1.07,2.93,1.4,4.36,0,3.2.62,4.54,2.23,2.15,3.16,3.32S10,39.1,11.22,40s2.92.93,4.28,1.63,2.45,2,3.93,2.33,3-.42,4.57-.42,3.13.72,4.57.4,2.6-1.69,3.93-2.34,3.12-.69,4.28-1.62,1.6-2.64,2.54-3.81,2.5-2,3.16-3.32.29-3.06.62-4.54,1.4-2.8,1.4-4.34S43.43,21.07,43.1,19.64ZM17.94,34.72a1.6,1.6,0,0,1-1.12.46h-4v-4a1.6,1.6,0,0,1,.46-1.12L26.55,16.78l4.66,4.66ZM34.82,17.84l-3.61,3.6-4.66-4.66,3.61-3.6a1.3,1.3,0,0,1,1.8,0l2.9,2.91A1.23,1.23,0,0,1,34.82,17.84Z"/></svg>
Copied!