job share icon

job-share from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
job-share
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the job share icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M11.007 21H9.605c-3.585 0-5.377 0-6.491-1.135S2 16.904 2 13.25c0-3.653 0-5.48 1.114-6.615S6.02 5.5 9.605 5.5h3.803c3.585 0 5.378 0 6.492 1.135c.557.568.836 1.309.975 2.365"/><path d="M19.158 19.829a1.5 1.5 0 1 0 2.684 1.342a1.5 1.5 0 0 0-2.684-1.342Zm0 0l-3.316-1.658m3.316-3a1.5 1.5 0 1 0 2.683-1.342a1.5 1.5 0 0 0-2.683 1.342Zm0 0l-3.316 1.658m0 0a1.5 1.5 0 1 0 0 1.342m0-1.342a1.5 1.5 0 0 1 0 1.342M16 5.5l-.1-.31c-.495-1.54-.742-2.31-1.331-2.75C13.979 2 13.197 2 11.63 2h-.263c-1.565 0-2.348 0-2.937.44c-.59.44-.837 1.21-1.332 2.75L7 5.5"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsJobShare(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinecap="round" d="M11.007 21H9.605c-3.585 0-5.377 0-6.491-1.135S2 16.904 2 13.25c0-3.653 0-5.48 1.114-6.615S6.02 5.5 9.605 5.5h3.803c3.585 0 5.378 0 6.492 1.135c.557.568.836 1.309.975 2.365"/><path d="M19.158 19.829a1.5 1.5 0 1 0 2.684 1.342a1.5 1.5 0 0 0-2.684-1.342Zm0 0l-3.316-1.658m3.316-3a1.5 1.5 0 1 0 2.683-1.342a1.5 1.5 0 0 0-2.683 1.342Zm0 0l-3.316 1.658m0 0a1.5 1.5 0 1 0 0 1.342m0-1.342a1.5 1.5 0 0 1 0 1.342M16 5.5l-.1-.31c-.495-1.54-.742-2.31-1.331-2.75C13.979 2 13.197 2 11.63 2h-.263c-1.565 0-2.348 0-2.937.44c-.59.44-.837 1.21-1.332 2.75L7 5.5"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M11.007 21H9.605c-3.585 0-5.377 0-6.491-1.135S2 16.904 2 13.25c0-3.653 0-5.48 1.114-6.615S6.02 5.5 9.605 5.5h3.803c3.585 0 5.378 0 6.492 1.135c.557.568.836 1.309.975 2.365"/><path d="M19.158 19.829a1.5 1.5 0 1 0 2.684 1.342a1.5 1.5 0 0 0-2.684-1.342Zm0 0l-3.316-1.658m3.316-3a1.5 1.5 0 1 0 2.683-1.342a1.5 1.5 0 0 0-2.683 1.342Zm0 0l-3.316 1.658m0 0a1.5 1.5 0 1 0 0 1.342m0-1.342a1.5 1.5 0 0 1 0 1.342M16 5.5l-.1-.31c-.495-1.54-.742-2.31-1.331-2.75C13.979 2 13.197 2 11.63 2h-.263c-1.565 0-2.348 0-2.937.44c-.59.44-.837 1.21-1.332 2.75L7 5.5"/></g></svg>
</template>

CSS

.icon-job-share {
  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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M11.007%2021H9.605c-3.585%200-5.377%200-6.491-1.135S2%2016.904%202%2013.25c0-3.653%200-5.48%201.114-6.615S6.02%205.5%209.605%205.5h3.803c3.585%200%205.378%200%206.492%201.135c.557.568.836%201.309.975%202.365%22%2F%3E%3Cpath%20d%3D%22M19.158%2019.829a1.5%201.5%200%201%200%202.684%201.342a1.5%201.5%200%200%200-2.684-1.342Zm0%200l-3.316-1.658m3.316-3a1.5%201.5%200%201%200%202.683-1.342a1.5%201.5%200%200%200-2.683%201.342Zm0%200l-3.316%201.658m0%200a1.5%201.5%200%201%200%200%201.342m0-1.342a1.5%201.5%200%200%201%200%201.342M16%205.5l-.1-.31c-.495-1.54-.742-2.31-1.331-2.75C13.979%202%2013.197%202%2011.63%202h-.263c-1.565%200-2.348%200-2.937.44c-.59.44-.837%201.21-1.332%202.75L7%205.5%22%2F%3E%3C%2Fg%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M11.007%2021H9.605c-3.585%200-5.377%200-6.491-1.135S2%2016.904%202%2013.25c0-3.653%200-5.48%201.114-6.615S6.02%205.5%209.605%205.5h3.803c3.585%200%205.378%200%206.492%201.135c.557.568.836%201.309.975%202.365%22%2F%3E%3Cpath%20d%3D%22M19.158%2019.829a1.5%201.5%200%201%200%202.684%201.342a1.5%201.5%200%200%200-2.684-1.342Zm0%200l-3.316-1.658m3.316-3a1.5%201.5%200%201%200%202.683-1.342a1.5%201.5%200%200%200-2.683%201.342Zm0%200l-3.316%201.658m0%200a1.5%201.5%200%201%200%200%201.342m0-1.342a1.5%201.5%200%200%201%200%201.342M16%205.5l-.1-.31c-.495-1.54-.742-2.31-1.331-2.75C13.979%202%2013.197%202%2011.63%202h-.263c-1.565%200-2.348%200-2.937.44c-.59.44-.837%201.21-1.332%202.75L7%205.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/job-share.svg?color=%231a73e8&size=48