Sparkasse S Identity Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Sparkasse S Identity 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/347714.svg" alt="Sparkasse S Identity icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347714.svg" alt="Sparkasse S Identity icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347714.svg" alt="Sparkasse S Identity icon" :width="24" :height="24" />
CSS background
.icon-sparkasse-s-identity {
background-image: url('https://proicons.com/icon/347714.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" version="1.1" viewBox="0 0 48 48">
<defs>
<style>
.cls-1 {
fill: none;
stroke:#fff;
stroke-linecap: round;
stroke-linejoin: round;
}
</style>
</defs>
<line class="cls-1" x1="6.1" y1="37.1" x2="20.4" y2="37.1"/>
<line class="cls-1" x1="29.4" y1="5.5" x2="29.4" y2="18.6"/>
<path class="cls-1" d="M33.2,18.6V5.5h3c3.2,0,5.7,2.6,5.7,5.7v1.6c0,3.2-2.6,5.7-5.7,5.7h-3Z"/>
<g>
<path class="cls-1" d="M9,26.4h12.4c1.7,0,3.1,1.4,3.1,3.1v9.9c0,1.7-1.4,3.1-3.1,3.1h-12.4c-1.7,0-3.1-1.4-3.1-3.1v-9.9c0-1.7,1.4-3.1,3.1-3.1Z"/>
<line class="cls-1" x1="10.3" y1="31.8" x2="24.6" y2="31.8"/>
<line class="cls-1" x1="5.9" y1="37.1" x2="20.2" y2="37.1"/>
<circle class="cls-1" cx="15.2" cy="23.3" r="3.1"/>
</g>
</svg>
Copied!