Geizhals Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Geizhals 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/340995.svg" alt="Geizhals icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340995.svg" alt="Geizhals icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340995.svg" alt="Geizhals icon" :width="24" :height="24" />
CSS background
.icon-geizhals {
background-image: url('https://proicons.com/icon/340995.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M40.3752,43.5H25.0892c-2.5875,0-17.4651,0-17.4651-19.7261,0-19.724,15.9851-19.273,15.9851-19.273h11.755v7.6836l-11.302.0843c-7.3151,1.192-6.6989,8.1788-6.6989,8.1788s-.0825,1.313-.0825,5.9158,1.8081,6.6988,1.8081,6.6988c1.85,2.5471,5.384,2.63,5.384,2.63h8.0963V28.5H24.7608V21.31H40.3759Z"/></svg>
Copied!