Spritpreise Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Spritpreise 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/333224.svg" alt="Spritpreise icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333224.svg" alt="Spritpreise icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333224.svg" alt="Spritpreise icon" :width="24" :height="24" />
CSS background
.icon-spritpreise {
background-image: url('https://proicons.com/icon/333224.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,.d{fill:none;stroke:#000;}.d{stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m21.9606,9.5195c-.0224-2.0962.7873-2.4676,2.6678-2.4676h10.6529c1.751,0,2.281.7371,2.281,2.4676v8.141c0,1.7703-.4977,2.3015-2.281,2.3015h-10.6529c-1.8955,0-2.6678-.5238-2.6678-2.3015v-8.141Z"/><path class="d" d="m16.804,15.79v22.838c0,3.6801-2.7664,4.6011-4.6011,4.6011s-4.4797-1.6998-4.3188-4.3188c.239-3.8883,1.7512-4.4415,5.8863-13.3627,3.4731-7.4929,3.0337-9.7582,3.0337-9.7582v.0006Z"/><path class="d" d="m19.3087,8.1982s-.9307-.0003-1.3844-.0003-1.0117.2241-1.4393,1.0995c-.4276.8755-.8776,2.5578-.8776,2.5578v3.873h3.7215v25.0599h1.9392v2.7118h16.9558v-2.7118h1.899V6.2553c0-1.0361-.5042-1.7553-1.6717-1.7553h-17.4948c-1.1151,0-1.6474.6046-1.6474,1.7553v1.9436l-.0004-.0007Z"/></svg>
Copied!