Hessenwarn Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Hessenwarn 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/326995.svg" alt="Hessenwarn icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326995.svg" alt="Hessenwarn icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326995.svg" alt="Hessenwarn icon" :width="24" :height="24" />
CSS background
.icon-hessenwarn {
background-image: url('https://proicons.com/icon/326995.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>.f{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="f" d="M32.78176717,42.49486243c0-5.36439012,4.34870072-9.71309084,9.71309084-9.71309084v9.71309084h-9.71309084Z"/><path class="f" d="M23.68548134,42.49280328c0-10.38705387,8.42036956-18.80742343,18.80742343-18.80742539"/><path class="f" d="M14.64677124,42.49794526c0-15.38183479,12.46944072-27.85127551,27.85127551-27.85127551h0"/><path class="f" d="M5.5,42.50000049C5.5,22.06546585,22.06546536,5.5,42.5,5.49999951"/></svg>
Copied!