Snapmint Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Snapmint 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/332995.svg" alt="Snapmint icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332995.svg" alt="Snapmint icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332995.svg" alt="Snapmint icon" :width="24" :height="24" />
CSS background
.icon-snapmint {
background-image: url('https://proicons.com/icon/332995.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M26.028,23.395c2.987.85,5.568,2.99,6.95,5.764M32.978,29.159c1.492,2.935,1.613,6.524.266,9.549M26.029,23.09v-9.856c6.464,1.992,11.161,8.44,11.059,15.183-.022,3.736-1.396,7.45-3.851,10.278M33.235,38.696c-1.9164,2.2314-4.4092,3.8932-7.206,4.804v-9.856c2.6594-.8645,5.0478-2.4068,6.93-4.475M21.971,24.605c-2.987-.85-5.568-2.991-6.95-5.764M15.021,18.841c-1.501-2.939-1.599-6.535-.266-9.55M21.972,24.909v9.856c-6.464-1.992-11.161-8.44-11.06-15.183.023-3.737,1.396-7.45,3.852-10.278M14.765,9.302c1.9167-2.2306,4.4094-3.8918,7.206-4.802v9.856c-2.6598.8644-5.0486,2.4067-6.931,4.475"/></svg>
Copied!