Line Sticker Maker Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Line Sticker Maker 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/343076.svg" alt="Line Sticker Maker icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343076.svg" alt="Line Sticker Maker icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343076.svg" alt="Line Sticker Maker icon" :width="24" :height="24" />
CSS background
.icon-line-sticker-maker {
background-image: url('https://proicons.com/icon/343076.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><path class="b" d="M37.944,20.283l5.556,5.56-14.944,14.958-5.613.057.057-5.619,14.944-14.956ZM26.765,25.927c-1.4205,2.3156-3.6451,3.6776-6.007,3.678-2.3623,0-4.5873-1.3621-6.008-3.678M17.167,19.921c0,.8998-.7292,1.6294-1.629,1.63-.8994-.0011-1.628-.7306-1.628-1.63s.7286-1.6289,1.628-1.63c.8998.0006,1.629.7302,1.629,1.63M27.606,19.921c0,.8998-.7292,1.6294-1.629,1.63-.8994-.0011-1.628-.7306-1.628-1.63s.7286-1.6289,1.628-1.63c.8998.0006,1.629.7302,1.629,1.63M20.28,39.676c-8.789-.2582-15.78-7.4637-15.78-16.264.0006-8.9858,7.2789-16.27,16.257-16.27,6.9568-.0004,13.1429,4.4297,15.388,11.02"/></svg>
Copied!