Raumfeld Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Raumfeld 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/346503.svg" alt="Raumfeld icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346503.svg" alt="Raumfeld icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346503.svg" alt="Raumfeld icon" :width="24" :height="24" />
CSS background
.icon-raumfeld {
background-image: url('https://proicons.com/icon/346503.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M7.9917,40.4654c3.188.9478,13.4315,2.5849,14.8581-8.7886s2.8053-24.815,2.8053-24.815"/><path class="a" d="M42.5,6.8618H14.3246c-8.0778,0-12.02,4.0928-5.6867,13.14"/></svg>
Copied!