Hornbach Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Hornbach 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/327124.svg" alt="Hornbach icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327124.svg" alt="Hornbach icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327124.svg" alt="Hornbach icon" :width="24" :height="24" />
CSS background
.icon-hornbach {
background-image: url('https://proicons.com/icon/327124.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{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="c" cx="24" cy="24" r="21.5"/><line class="c" x1="19.9548" y1="2.832" x2="2.8915" y2="19.8954"/><line class="c" x1="27.1307" y1="2.7272" x2="2.7265" y2="27.1314"/><line class="c" x1="32.6273" y1="4.3017" x2="4.3224" y2="32.6066"/><line class="c" x1="37.0704" y1="6.9297" x2="6.9287" y2="37.0714"/><line class="c" x1="40.6608" y1="10.4104" x2="10.4101" y2="40.6611"/><line class="c" x1="44.5339" y1="30.3918" x2="32.6066" y2="18.4645"/><line class="c" x1="42.3236" y1="35.2526" x2="29.071" y2="22"/><line class="c" x1="39.2022" y1="39.2022" x2="25.5355" y2="25.5355"/><line class="c" x1="35.2521" y1="42.3232" x2="22" y2="29.0711"/><line class="c" x1="30.3914" y1="44.5336" x2="18.4644" y2="32.6066"/></svg>
Copied!