Vaskehjelp Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Vaskehjelp 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/334653.svg" alt="Vaskehjelp icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334653.svg" alt="Vaskehjelp icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334653.svg" alt="Vaskehjelp icon" :width="24" :height="24" />
CSS background
.icon-vaskehjelp {
background-image: url('https://proicons.com/icon/334653.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="Layer_2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="cls-1" x1="11.3058" y1="20.2024" x2="36.6942" y2="20.2024"/><path class="cls-1" d="m13.4393,20.2024l1.038,21.1201c.0599,1.2195,1.0662,2.1775,2.2872,2.1775h14.4712c1.221,0,2.2272-.958,2.2872-2.1775l1.038-21.1201"/><line class="cls-1" x1="23.6515" y1="23.5306" x2="33.8962" y2="33.7233"/><circle class="cls-1" cx="21.8452" cy="30.1444" r="1.9201"/><circle class="cls-1" cx="20.3944" cy="13.2046" r="4.2456"/><circle class="cls-1" cx="27.3922" cy="6.1641" r="1.6641"/><path class="cls-1" d="m32.9819,20.2024c0-1.8853-1.5283-3.4136-3.4136-3.4136s-3.4136,1.5283-3.4136,3.4136"/></svg>
Copied!