Hagebau Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Hagebau 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/341421.svg" alt="Hagebau icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341421.svg" alt="Hagebau icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341421.svg" alt="Hagebau icon" :width="24" :height="24" />
CSS background
.icon-hagebau {
background-image: url('https://proicons.com/icon/341421.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.f{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><path id="c" class="f" d="M41.8648,14.2471l-9.8028-8.7471h-9.1241M6.1352,14.2471L15.938,5.5h9.1241"/><path id="d" class="f" d="M41.8648,33.7529l-9.8028,8.7471h-9.1241M6.1352,33.7529l9.8028,8.7471h9.1241"/><path id="e" class="f" d="M28.9706,31.9991v-9.2244s.1333-1.3863-1.5463-1.3863h-7.9447M19.0268,31.9991V15.8246"/></g></svg>
Copied!