Germanos Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Germanos 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/326470.svg" alt="Germanos icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326470.svg" alt="Germanos icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326470.svg" alt="Germanos icon" :width="24" :height="24" />
CSS background
.icon-germanos {
background-image: url('https://proicons.com/icon/326470.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><path class="a" d="M23.8964,45.5A21.2768,21.2768,0,0,1,2.8537,23.9967,21.2766,21.2766,0,0,1,23.8964,2.5a20.3639,20.3639,0,0,1,15.14,6.8665A4.9558,4.9558,0,0,1,40.4173,13.61a4.45,4.45,0,0,1-2.9042,3.3507,4.3539,4.3539,0,0,1-4.2887-.878c-3.0018-2.3489-5.7033-4.4764-9.328-4.4764A12.2642,12.2642,0,0,0,11.7637,23.998,12.2644,12.2644,0,0,0,23.8925,36.3935h.0039a12.8154,12.8154,0,0,0,9.2529-4.3788,4.2429,4.2429,0,0,1,6.0911-.09,4.4209,4.4209,0,0,1,1.1431,1.9583,4.6986,4.6986,0,0,1-1.0281,4.3376A20.4806,20.4806,0,0,1,23.8964,45.5Z"/><path class="a" d="M44.59,26.105a4.3054,4.3054,0,0,0-1.53-5.8108,4.097,4.097,0,0,0-2.0794-.5679H27.8025a4.26,4.26,0,0,0,0,8.5024H40.98A4.1583,4.1583,0,0,0,44.59,26.105Z"/></svg>
Copied!