Snapedit Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Snapedit 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/347552.svg" alt="Snapedit icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347552.svg" alt="Snapedit icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347552.svg" alt="Snapedit icon" :width="24" :height="24" />
CSS background
.icon-snapedit {
background-image: url('https://proicons.com/icon/347552.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="M33.46,5.5h-4.77M39.664,5.5h2.836v2.76M20.148,33.082c1.582.697,3.116.8,6.273-.046l1.6-.43c2.603-.697,4.171-3.285,3.503-5.78h0c-.669-2.494-3.32-3.951-5.924-3.254l-3.2.858c-2.603.697-5.255-.76-5.924-3.255h0c-.668-2.494.9-5.082,3.503-5.78l1.6-.429c3.157-.845,4.691-.743,6.273-.046M42.5,14.54v4.768M42.5,25.855v12.645c0,2.2091-1.7909,4-4,4H9.5c-2.2091,0-4-1.7909-4-4,0-.0002.0003-20.2217.0002-29.0059,0-2.2092,1.7908-3.9941,4-3.9941h12.4968"/></svg>
Copied!