Spar Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Spar 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/333145.svg" alt="Spar icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333145.svg" alt="Spar icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333145.svg" alt="Spar icon" :width="24" :height="24" />
CSS background
.icon-spar {
background-image: url('https://proicons.com/icon/333145.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>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="e" d="M2.5,24.5431c0,7.9296,3.8944,15.0317,10.7565,18.5067,6.4482,3.2668,15.0414,3.2668,21.5078,0,6.3779-3.2215,10.7357-10.5745,10.7357-18.5067,0-12.1305-9.4653-22.0431-21.5-22.0431C11.908,2.5,2.5,12.3352,2.5,24.5431"/><path id="d" class="e" d="M24.0104,8.2143c-2.1633,7.5212-8.6115,18.5441-13.3155,23.9488h11.1522l.026,3.2748c-.026,1.8576-1.4656,3.7846-3.5612,3.7579-6.2196-.0792-11.5219-6.4894-11.5219-14.6527,0-9.643,7.5754-17.6313,17.2125-17.6313,9.5304,0,17.2125,8.2231,17.2125,17.6313,0,8.6761-5.8582,14.5834-11.3839,14.6527-1.9134.024-3.6757-1.4146-3.6757-3.7686v-3.2668h11.324c-4.8758-5.402-11.324-16.4223-13.469-23.9461"/></svg>
Copied!