Sparss Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Sparss 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/333156.svg" alt="Sparss icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333156.svg" alt="Sparss icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333156.svg" alt="Sparss icon" :width="24" :height="24" />
CSS background
.icon-sparss {
background-image: url('https://proicons.com/icon/333156.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;}</style></defs><path class="cls-1" d="M35.77,6.79a6.73,6.73,0,1,1,0,13.45H29.05V13.51A6.72,6.72,0,0,1,35.77,6.79Zm-19.67,0h.33a6.6,6.6,0,0,1,3.2.9A6.72,6.72,0,0,1,23,13.51H19a6.73,6.73,0,1,1-13.45,0h4A6.72,6.72,0,0,1,12.9,7.69,6.6,6.6,0,0,1,16.1,6.79ZM33.87,25.07a8.08,8.08,0,1,1-8.07,8.07A8.07,8.07,0,0,1,33.87,25.07ZM14.25,27l4.06,7,4.06,7H6.12l4.07-7,4.06-7Z"/></svg>
Copied!