Bauhaus Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bauhaus 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/336993.svg" alt="Bauhaus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336993.svg" alt="Bauhaus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336993.svg" alt="Bauhaus icon" :width="24" :height="24" />
CSS background
.icon-bauhaus {
background-image: url('https://proicons.com/icon/336993.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>.e{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="e" d="m20.0288,43.5v-9.9164l9.5951-10.2493,9.5836,10.2493v9.9164h-19.1786Z"/><path id="c" class="e" d="m8.7925,28.2925v-9.2507l7.9308-7.9308,7.9423,7.9308v9.2507s-15.8732,0-15.8732,0Z"/><path id="d" class="e" d="m23.3343,17.7219v-6.6109l6.2896-6.6109,6.2781,6.6109v6.6109s-12.5677,0-12.5677,0Z"/></svg>
Copied!