Meinheidelberg Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Meinheidelberg 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/343609.svg" alt="Meinheidelberg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343609.svg" alt="Meinheidelberg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343609.svg" alt="Meinheidelberg icon" :width="24" :height="24" />
CSS background
.icon-meinheidelberg {
background-image: url('https://proicons.com/icon/343609.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="M19.2422,5.1311C13.7161,6.59,8.063,12.4963,6.7676,18.0678A17.7924,17.7924,0,0,0,19.55,39.4931a2.7186,2.7186,0,0,1,1.2683.7882l2.9352,3.0892a.4528.4528,0,0,0,.6341,0h0l2.9443-3.0892a2.718,2.718,0,0,1,1.2774-.7791A17.8124,17.8124,0,0,0,19.2422,5.1311Z"/><path class="a" d="M22.721,29.41h2.7178"/><path class="a" d="M30.8744,23.5215a6.2586,6.2586,0,0,0-2.2648-.9059c-1.6307,0-2.899,1.8119-4.53,1.8119s-2.9443-1.8119-4.53-1.8119a7.1084,7.1084,0,0,0-2.2649.9059"/><path class="a" d="M17.2854,20.3508V14.9152h4.53v5.4356h4.53V14.9152h4.53v5.4356"/><path class="a" d="M17.2854,29.41a2.7178,2.7178,0,0,1,5.4356,0"/><path class="a" d="M25.4388,29.41a2.7178,2.7178,0,0,1,5.4356,0"/></svg>
Copied!