Hs Koblenz Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Hs Koblenz 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/327150.svg" alt="Hs Koblenz icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327150.svg" alt="Hs Koblenz icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327150.svg" alt="Hs Koblenz icon" :width="24" :height="24" />
CSS background
.icon-hs-koblenz {
background-image: url('https://proicons.com/icon/327150.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><rect class="c" x="29.2063" y="5.5" width="11.7773" height="37" rx="2" ry="2"/><path class="c" d="M24.118,21.0939l-14.5976,7.0972c-1.1571.5626-2.5039-.2802-2.5039-1.5668V7.5c0-1.1046.8954-2,2-2h14.2978c1.1046,0,2,.8954,2,2v11.6822c0,.8137-.4645,1.556-1.1962,1.9117Z"/><path class="c" d="M8.2126,32.7695l14.5976-7.0972c1.1571-.5626,2.5039.2802,2.5039,1.5668v13.2609c0,1.1046-.8954,2-2,2h-14.2978c-1.1046,0-2-.8954-2-2v-5.8188c0-.8137.4645-1.556,1.1962-1.9117Z"/></svg>
Copied!