share from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.

Name
share
Set
Jam Icons
Style
Outline
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Jam Icons

Use the share icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-5 -5 24 24"><path fill="currentColor" d="M8 3.414v5.642a1 1 0 1 1-2 0V3.414L4.879 4.536A1 1 0 0 1 3.464 3.12L6.293.293a.997.997 0 0 1 1.414 0l2.829 2.828A1 1 0 1 1 9.12 4.536zM3 6a1 1 0 1 1 0 2H2v4h10V8h-1a1 1 0 0 1 0-2h1a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2z"/></svg>

React

import type { SVGProps } from "react";

export function JamShare(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-5 -5 24 24"><path fill="currentColor" d="M8 3.414v5.642a1 1 0 1 1-2 0V3.414L4.879 4.536A1 1 0 0 1 3.464 3.12L6.293.293a.997.997 0 0 1 1.414 0l2.829 2.828A1 1 0 1 1 9.12 4.536zM3 6a1 1 0 1 1 0 2H2v4h10V8h-1a1 1 0 0 1 0-2h1a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-5 -5 24 24"><path fill="currentColor" d="M8 3.414v5.642a1 1 0 1 1-2 0V3.414L4.879 4.536A1 1 0 0 1 3.464 3.12L6.293.293a.997.997 0 0 1 1.414 0l2.829 2.828A1 1 0 1 1 9.12 4.536zM3 6a1 1 0 1 1 0 2H2v4h10V8h-1a1 1 0 0 1 0-2h1a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2z"/></svg>
</template>

CSS

.icon-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%22-5%20-5%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%203.414v5.642a1%201%200%201%201-2%200V3.414L4.879%204.536A1%201%200%200%201%203.464%203.12L6.293.293a.997.997%200%200%201%201.414%200l2.829%202.828A1%201%200%201%201%209.12%204.536zM3%206a1%201%200%201%201%200%202H2v4h10V8h-1a1%201%200%200%201%200-2h1a2%202%200%200%201%202%202v4a2%202%200%200%201-2%202H2a2%202%200%200%201-2-2V8a2%202%200%200%201%202-2z%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%22-5%20-5%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%203.414v5.642a1%201%200%201%201-2%200V3.414L4.879%204.536A1%201%200%200%201%203.464%203.12L6.293.293a.997.997%200%200%201%201.414%200l2.829%202.828A1%201%200%201%201%209.12%204.536zM3%206a1%201%200%201%201%200%202H2v4h10V8h-1a1%201%200%200%201%200-2h1a2%202%200%200%201%202%202v4a2%202%200%200%201-2%202H2a2%202%200%200%201-2-2V8a2%202%200%200%201%202-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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