Pannenhilfe Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pannenhilfe 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/330936.svg" alt="Pannenhilfe icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330936.svg" alt="Pannenhilfe icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330936.svg" alt="Pannenhilfe icon" :width="24" :height="24" />
CSS background
.icon-pannenhilfe {
background-image: url('https://proicons.com/icon/330936.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>.c{fill:#000;}.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polygon class="d" points="32.3802 19.3304 22.2605 36.8584 42.5 36.8584 32.3802 19.3304"/><line class="d" x1="6.3965" y1="20.6468" x2="31.0501" y2="20.6468"/><path class="d" d="M31.2583,21.2736l-2.846-8.5649c-.3109-.9357-1.1861-1.5671-2.1721-1.5671h-15.0339c-.986,0-1.8612.6314-2.1721,1.5671l-2.6377,7.9381c-.5938,1.787-.8965,3.6578-.8965,5.5408v7.9027c0,1.2995.5835,1.883,1.3034,1.883h2.0082c.7198,0,1.3034-.5835,1.3034-1.3034v-1.6703h14.3403"/><circle class="d" cx="12.4835" cy="26.1002" r="1.9985"/><path class="d" d="M27.4016,27.955c-.2204.0826-.4683.1377-.73.1377-1.1157,0-2.011-.8953-2.011-1.9972s.8953-1.9972,2.011-1.9972c1.0055,0,1.8319.7438,1.9697,1.708"/><line class="d" x1="32.3802" y1="30.1212" x2="32.3802" y2="24.7146"/><circle class="c" cx="32.3802" cy="33.423" r=".75"/></svg>
Copied!