hire a helper icon
hire-a-helper from Line Awesome by Icons8 · Line · Other · Apache-2.0 Free for personal and commercial use.
- Name
- hire-a-helper
- Set
- Line Awesome
- Style
- Line
- Category
- Other
- Viewbox
- 32×32
- License
- Apache 2.0
The same icon in other sets
More other icons from Line Awesome
Use the hire a helper icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m7.91 5l-.096.893a2.196 2.196 0 0 1-1.918 1.914L5 7.898V24.19l.87.116c1.023.134 1.79.862 1.95 1.855l.137.84H24.27l.074-.918a2.02 2.02 0 0 1 1.767-1.814l.889-.1V7.949l-.84-.135c-.989-.16-1.753-.95-1.857-1.92L24.207 5zm1.694 2h12.91A4.22 4.22 0 0 0 25 9.563v12.925A4.1 4.1 0 0 0 22.543 25H9.57A4.22 4.22 0 0 0 7 22.525V9.6A4.19 4.19 0 0 0 9.604 7m.671 3c-.193 0-.378.387-.037.475c.633.166 1.106.411 1.106 1.306v4.078c0 3.361-.009 4.63-.307 5.15c-.317.416-.444.418-.838.555c-.224 0-.305.436 0 .436c1.403 0 .726-.08 2.13-.08c1.382 0 .81.08 2.167.08c.232 0 .19-.33 0-.395c-.88-.306-.883-.414-.95-.515c-.401-.628-.228-3.404-.228-4.613c0-.214.248-.516.534-.516h4.296c.286 0 .534.302.534.516c0 1.209.173 3.984-.229 4.613c-.066.105-.068.21-.95.515c-.188.065-.227.395 0 .395c1.357 0 .785-.08 2.169-.08c1.403 0 .726.08 2.129.08c.302 0 .224-.436 0-.436c-.398-.137-.521-.143-.838-.554c-.301-.52-.307-1.79-.307-5.15v-4.08c0-.89.472-1.141 1.106-1.306c.344-.088.15-.475-.04-.475c-1.41 0-.795.08-2.206.08c-1.263 0-.637-.08-1.9-.08c-.128 0-.33.335-.04.436c.19.065 1.069.149 1.069 1.584c0 1.837.006 2.186-.04 2.71c0 .053-.09.516-.496.516h-4.218c-.406 0-.496-.464-.496-.516c-.047-.523-.04-.873-.04-2.71c0-1.435.88-1.52 1.069-1.584c.29-.101.089-.436-.04-.436c-1.262 0-.638.08-1.902.08c-1.41 0-.796-.08-2.207-.08z"/></svg>
React
import type { SVGProps } from "react";
export function LaHireAHelper(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m7.91 5l-.096.893a2.196 2.196 0 0 1-1.918 1.914L5 7.898V24.19l.87.116c1.023.134 1.79.862 1.95 1.855l.137.84H24.27l.074-.918a2.02 2.02 0 0 1 1.767-1.814l.889-.1V7.949l-.84-.135c-.989-.16-1.753-.95-1.857-1.92L24.207 5zm1.694 2h12.91A4.22 4.22 0 0 0 25 9.563v12.925A4.1 4.1 0 0 0 22.543 25H9.57A4.22 4.22 0 0 0 7 22.525V9.6A4.19 4.19 0 0 0 9.604 7m.671 3c-.193 0-.378.387-.037.475c.633.166 1.106.411 1.106 1.306v4.078c0 3.361-.009 4.63-.307 5.15c-.317.416-.444.418-.838.555c-.224 0-.305.436 0 .436c1.403 0 .726-.08 2.13-.08c1.382 0 .81.08 2.167.08c.232 0 .19-.33 0-.395c-.88-.306-.883-.414-.95-.515c-.401-.628-.228-3.404-.228-4.613c0-.214.248-.516.534-.516h4.296c.286 0 .534.302.534.516c0 1.209.173 3.984-.229 4.613c-.066.105-.068.21-.95.515c-.188.065-.227.395 0 .395c1.357 0 .785-.08 2.169-.08c1.403 0 .726.08 2.129.08c.302 0 .224-.436 0-.436c-.398-.137-.521-.143-.838-.554c-.301-.52-.307-1.79-.307-5.15v-4.08c0-.89.472-1.141 1.106-1.306c.344-.088.15-.475-.04-.475c-1.41 0-.795.08-2.206.08c-1.263 0-.637-.08-1.9-.08c-.128 0-.33.335-.04.436c.19.065 1.069.149 1.069 1.584c0 1.837.006 2.186-.04 2.71c0 .053-.09.516-.496.516h-4.218c-.406 0-.496-.464-.496-.516c-.047-.523-.04-.873-.04-2.71c0-1.435.88-1.52 1.069-1.584c.29-.101.089-.436-.04-.436c-1.262 0-.638.08-1.902.08c-1.41 0-.796-.08-2.207-.08z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m7.91 5l-.096.893a2.196 2.196 0 0 1-1.918 1.914L5 7.898V24.19l.87.116c1.023.134 1.79.862 1.95 1.855l.137.84H24.27l.074-.918a2.02 2.02 0 0 1 1.767-1.814l.889-.1V7.949l-.84-.135c-.989-.16-1.753-.95-1.857-1.92L24.207 5zm1.694 2h12.91A4.22 4.22 0 0 0 25 9.563v12.925A4.1 4.1 0 0 0 22.543 25H9.57A4.22 4.22 0 0 0 7 22.525V9.6A4.19 4.19 0 0 0 9.604 7m.671 3c-.193 0-.378.387-.037.475c.633.166 1.106.411 1.106 1.306v4.078c0 3.361-.009 4.63-.307 5.15c-.317.416-.444.418-.838.555c-.224 0-.305.436 0 .436c1.403 0 .726-.08 2.13-.08c1.382 0 .81.08 2.167.08c.232 0 .19-.33 0-.395c-.88-.306-.883-.414-.95-.515c-.401-.628-.228-3.404-.228-4.613c0-.214.248-.516.534-.516h4.296c.286 0 .534.302.534.516c0 1.209.173 3.984-.229 4.613c-.066.105-.068.21-.95.515c-.188.065-.227.395 0 .395c1.357 0 .785-.08 2.169-.08c1.403 0 .726.08 2.129.08c.302 0 .224-.436 0-.436c-.398-.137-.521-.143-.838-.554c-.301-.52-.307-1.79-.307-5.15v-4.08c0-.89.472-1.141 1.106-1.306c.344-.088.15-.475-.04-.475c-1.41 0-.795.08-2.206.08c-1.263 0-.637-.08-1.9-.08c-.128 0-.33.335-.04.436c.19.065 1.069.149 1.069 1.584c0 1.837.006 2.186-.04 2.71c0 .053-.09.516-.496.516h-4.218c-.406 0-.496-.464-.496-.516c-.047-.523-.04-.873-.04-2.71c0-1.435.88-1.52 1.069-1.584c.29-.101.089-.436-.04-.436c-1.262 0-.638.08-1.902.08c-1.41 0-.796-.08-2.207-.08z"/></svg> </template>
CSS
.icon-hire-a-helper {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m7.91%205l-.096.893a2.196%202.196%200%200%201-1.918%201.914L5%207.898V24.19l.87.116c1.023.134%201.79.862%201.95%201.855l.137.84H24.27l.074-.918a2.02%202.02%200%200%201%201.767-1.814l.889-.1V7.949l-.84-.135c-.989-.16-1.753-.95-1.857-1.92L24.207%205zm1.694%202h12.91A4.22%204.22%200%200%200%2025%209.563v12.925A4.1%204.1%200%200%200%2022.543%2025H9.57A4.22%204.22%200%200%200%207%2022.525V9.6A4.19%204.19%200%200%200%209.604%207m.671%203c-.193%200-.378.387-.037.475c.633.166%201.106.411%201.106%201.306v4.078c0%203.361-.009%204.63-.307%205.15c-.317.416-.444.418-.838.555c-.224%200-.305.436%200%20.436c1.403%200%20.726-.08%202.13-.08c1.382%200%20.81.08%202.167.08c.232%200%20.19-.33%200-.395c-.88-.306-.883-.414-.95-.515c-.401-.628-.228-3.404-.228-4.613c0-.214.248-.516.534-.516h4.296c.286%200%20.534.302.534.516c0%201.209.173%203.984-.229%204.613c-.066.105-.068.21-.95.515c-.188.065-.227.395%200%20.395c1.357%200%20.785-.08%202.169-.08c1.403%200%20.726.08%202.129.08c.302%200%20.224-.436%200-.436c-.398-.137-.521-.143-.838-.554c-.301-.52-.307-1.79-.307-5.15v-4.08c0-.89.472-1.141%201.106-1.306c.344-.088.15-.475-.04-.475c-1.41%200-.795.08-2.206.08c-1.263%200-.637-.08-1.9-.08c-.128%200-.33.335-.04.436c.19.065%201.069.149%201.069%201.584c0%201.837.006%202.186-.04%202.71c0%20.053-.09.516-.496.516h-4.218c-.406%200-.496-.464-.496-.516c-.047-.523-.04-.873-.04-2.71c0-1.435.88-1.52%201.069-1.584c.29-.101.089-.436-.04-.436c-1.262%200-.638.08-1.902.08c-1.41%200-.796-.08-2.207-.08z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m7.91%205l-.096.893a2.196%202.196%200%200%201-1.918%201.914L5%207.898V24.19l.87.116c1.023.134%201.79.862%201.95%201.855l.137.84H24.27l.074-.918a2.02%202.02%200%200%201%201.767-1.814l.889-.1V7.949l-.84-.135c-.989-.16-1.753-.95-1.857-1.92L24.207%205zm1.694%202h12.91A4.22%204.22%200%200%200%2025%209.563v12.925A4.1%204.1%200%200%200%2022.543%2025H9.57A4.22%204.22%200%200%200%207%2022.525V9.6A4.19%204.19%200%200%200%209.604%207m.671%203c-.193%200-.378.387-.037.475c.633.166%201.106.411%201.106%201.306v4.078c0%203.361-.009%204.63-.307%205.15c-.317.416-.444.418-.838.555c-.224%200-.305.436%200%20.436c1.403%200%20.726-.08%202.13-.08c1.382%200%20.81.08%202.167.08c.232%200%20.19-.33%200-.395c-.88-.306-.883-.414-.95-.515c-.401-.628-.228-3.404-.228-4.613c0-.214.248-.516.534-.516h4.296c.286%200%20.534.302.534.516c0%201.209.173%203.984-.229%204.613c-.066.105-.068.21-.95.515c-.188.065-.227.395%200%20.395c1.357%200%20.785-.08%202.169-.08c1.403%200%20.726.08%202.129.08c.302%200%20.224-.436%200-.436c-.398-.137-.521-.143-.838-.554c-.301-.52-.307-1.79-.307-5.15v-4.08c0-.89.472-1.141%201.106-1.306c.344-.088.15-.475-.04-.475c-1.41%200-.795.08-2.206.08c-1.263%200-.637-.08-1.9-.08c-.128%200-.33.335-.04.436c.19.065%201.069.149%201.069%201.584c0%201.837.006%202.186-.04%202.71c0%20.053-.09.516-.496.516h-4.218c-.406%200-.496-.464-.496-.516c-.047-.523-.04-.873-.04-2.71c0-1.435.88-1.52%201.069-1.584c.29-.101.089-.436-.04-.436c-1.262%200-.638.08-1.902.08c-1.41%200-.796-.08-2.207-.08z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/hire-a-helper.svg?color=%231a73e8&size=48