share-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.

Name
share-fill
Set
Mage Icons
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in Mage Icons

The same icon in other sets

Use the share icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.96 17.977a4 4 0 1 1-7.94-.7l-4.9-2.22a4 4 0 0 1-3.11 1.49a4 4 0 1 1 0-8a4 4 0 0 1 2.92 1.28l5.16-2.8a3.6 3.6 0 0 1-.13-1a4 4 0 1 1 1.09 2.74l-5.16 2.81q.135.491.13 1a4 4 0 0 1-.06.7l4.9 2.22a4 4 0 0 1 7.13 2.52z"/></svg>

React

import type { SVGProps } from "react";

export function MageShareFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.96 17.977a4 4 0 1 1-7.94-.7l-4.9-2.22a4 4 0 0 1-3.11 1.49a4 4 0 1 1 0-8a4 4 0 0 1 2.92 1.28l5.16-2.8a3.6 3.6 0 0 1-.13-1a4 4 0 1 1 1.09 2.74l-5.16 2.81q.135.491.13 1a4 4 0 0 1-.06.7l4.9 2.22a4 4 0 0 1 7.13 2.52z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.96 17.977a4 4 0 1 1-7.94-.7l-4.9-2.22a4 4 0 0 1-3.11 1.49a4 4 0 1 1 0-8a4 4 0 0 1 2.92 1.28l5.16-2.8a3.6 3.6 0 0 1-.13-1a4 4 0 1 1 1.09 2.74l-5.16 2.81q.135.491.13 1a4 4 0 0 1-.06.7l4.9 2.22a4 4 0 0 1 7.13 2.52z"/></svg>
</template>

CSS

.icon-share-fill {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.96%2017.977a4%204%200%201%201-7.94-.7l-4.9-2.22a4%204%200%200%201-3.11%201.49a4%204%200%201%201%200-8a4%204%200%200%201%202.92%201.28l5.16-2.8a3.6%203.6%200%200%201-.13-1a4%204%200%201%201%201.09%202.74l-5.16%202.81q.135.491.13%201a4%204%200%200%201-.06.7l4.9%202.22a4%204%200%200%201%207.13%202.52z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.96%2017.977a4%204%200%201%201-7.94-.7l-4.9-2.22a4%204%200%200%201-3.11%201.49a4%204%200%201%201%200-8a4%204%200%200%201%202.92%201.28l5.16-2.8a3.6%203.6%200%200%201-.13-1a4%204%200%201%201%201.09%202.74l-5.16%202.81q.135.491.13%201a4%204%200%200%201-.06.7l4.9%202.22a4%204%200%200%201%207.13%202.52z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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