Snapenhance Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Snapenhance 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/332994.svg" alt="Snapenhance icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332994.svg" alt="Snapenhance icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332994.svg" alt="Snapenhance icon" :width="24" :height="24" />
CSS background
.icon-snapenhance {
background-image: url('https://proicons.com/icon/332994.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="m34.4016,39.5484c-.0001,1.5763-1.2343,2.9368-2.8106,2.9514-.0154.0001-.0309.0002-.0465.0002-2.857,0-2.857-2.4026-5.714-2.4026-2.855,0-2.855,2.4026-5.7101,2.4026-2.8526,0-2.8526-2.4026-5.7051-2.4026s-2.8522,2.4026-5.7043,2.4026c-.0143,0-.0285,0-.0426-.0002-1.5762-.0133-2.8105-1.375-2.8106-2.9512l-.0016-19.775c0-7.8831,6.3905-14.2736,14.2736-14.2736s14.2736,6.3905,14.2736,14.2736l-.0016,19.7748Z"/><path class="c" d="m12.5756,24.4788h2.7558c1.6393,0,2.9683,1.3289,2.9683,2.9683s-1.3289,2.9683-2.9683,2.9683h-2.7558"/><path class="c" d="m34.4032,24.4788h4.7725c1.6393,0,2.9683,1.3289,2.9683,2.9683s-1.3289,2.9683-2.9683,2.9683h-4.7725"/><path class="c" d="m33.4033,14.5151c-2.0399-.1985-4.3609.1819-6.3343.6824-.5782.1466-1.151-.0651-1.7133-.2218-1.9157-.5339-3.8473-.7032-5.8292-.3812-.7466.1213-1.0116.4885-.9645,1.1626.0711,1.0173.2651,2.0165.6054,2.9779.2173.614.6626,1.0043,1.3012,1.2166,2.232.742,4.1228.3884,5.1503-1.7396.2809-.5818.1849-1.3009,1.0374-1.274.8098.0255.9143.7283,1.2029,1.3131,1.0341,2.0951,2.7767,2.4008,5.0205,1.724.725-.2187,1.0695-.7223,1.4794-1.3291"/></svg>
Copied!