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

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

Related icons in Huge Icons

Use the share 02 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 d="M9 4.5c-3.496 1.201-6 4.442-6 8.251c0 1.207.251 2.357.706 3.402M15 4.5c3.496 1.201 6 4.442 6 8.251c0 1.023-.18 2.004-.512 2.916M16.5 20.33A9.16 9.16 0 0 1 12 21.5a9.16 9.16 0 0 1-4.5-1.17M15 5a3 3 0 1 1-6 0a3 3 0 0 1 6 0Z"/><circle cx="5" cy="19" r="3"/><circle cx="19" cy="19" r="3"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsShare02(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 d="M9 4.5c-3.496 1.201-6 4.442-6 8.251c0 1.207.251 2.357.706 3.402M15 4.5c3.496 1.201 6 4.442 6 8.251c0 1.023-.18 2.004-.512 2.916M16.5 20.33A9.16 9.16 0 0 1 12 21.5a9.16 9.16 0 0 1-4.5-1.17M15 5a3 3 0 1 1-6 0a3 3 0 0 1 6 0Z"/><circle cx="5" cy="19" r="3"/><circle cx="19" cy="19" r="3"/></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 d="M9 4.5c-3.496 1.201-6 4.442-6 8.251c0 1.207.251 2.357.706 3.402M15 4.5c3.496 1.201 6 4.442 6 8.251c0 1.023-.18 2.004-.512 2.916M16.5 20.33A9.16 9.16 0 0 1 12 21.5a9.16 9.16 0 0 1-4.5-1.17M15 5a3 3 0 1 1-6 0a3 3 0 0 1 6 0Z"/><circle cx="5" cy="19" r="3"/><circle cx="19" cy="19" r="3"/></g></svg>
</template>

CSS

.icon-share-02 {
  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%20d%3D%22M9%204.5c-3.496%201.201-6%204.442-6%208.251c0%201.207.251%202.357.706%203.402M15%204.5c3.496%201.201%206%204.442%206%208.251c0%201.023-.18%202.004-.512%202.916M16.5%2020.33A9.16%209.16%200%200%201%2012%2021.5a9.16%209.16%200%200%201-4.5-1.17M15%205a3%203%200%201%201-6%200a3%203%200%200%201%206%200Z%22%2F%3E%3Ccircle%20cx%3D%225%22%20cy%3D%2219%22%20r%3D%223%22%2F%3E%3Ccircle%20cx%3D%2219%22%20cy%3D%2219%22%20r%3D%223%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%20d%3D%22M9%204.5c-3.496%201.201-6%204.442-6%208.251c0%201.207.251%202.357.706%203.402M15%204.5c3.496%201.201%206%204.442%206%208.251c0%201.023-.18%202.004-.512%202.916M16.5%2020.33A9.16%209.16%200%200%201%2012%2021.5a9.16%209.16%200%200%201-4.5-1.17M15%205a3%203%200%201%201-6%200a3%203%200%200%201%206%200Z%22%2F%3E%3Ccircle%20cx%3D%225%22%20cy%3D%2219%22%20r%3D%223%22%2F%3E%3Ccircle%20cx%3D%2219%22%20cy%3D%2219%22%20r%3D%223%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/share-02.svg?color=%231a73e8&size=48