Sparkasse George Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Sparkasse George 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/333153.svg" alt="Sparkasse George icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333153.svg" alt="Sparkasse George icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333153.svg" alt="Sparkasse George icon" :width="24" :height="24" />
CSS background
.icon-sparkasse-george {
background-image: url('https://proicons.com/icon/333153.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="a" x="12.0612" y="35.5267" width="9.3406" height="8.0807" rx="1.5516"/><line class="a" x1="14.2397" y1="38.2203" x2="21.4019" y2="38.2203"/><line class="a" x1="12.0612" y1="40.9139" x2="19.2234" y2="40.9139"/><circle class="a" cx="16.7253" cy="33.9751" r="1.5516"/><circle class="a" cx="24" cy="16.4388" r="11.9388"/><path class="a" d="M35.9388,31.5612A11.9388,11.9388,0,0,1,24,43.5"/></svg>
Copied!