share-3-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
share-3-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

The same icon in other sets

Related icons in MingCute Icon

Use the share 3 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.174 3a2.99 2.99 0 0 0 .697 3.112c-1.486 1.537-2.907 3.51-3.717 5.94a3 3 0 1 0 5.692 1.896c.611-1.834 1.925-3.41 3.423-4.676a18.5 18.5 0 0 1 3.618-2.375l.113-.06V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2zm8.339 0c.622 0 .984.469 1.075.856c.091.389-.025.97-.585 1.247a20.5 20.5 0 0 0-4.026 2.642c-1.655 1.4-3.26 3.262-4.029 5.571a1 1 0 1 1-1.896-.632c.928-2.784 2.822-4.933 4.633-6.465A22 22 0 0 1 16.278 5H14a1 1 0 1 1 0-2z"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteShare3Fill(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="M11.174 3a2.99 2.99 0 0 0 .697 3.112c-1.486 1.537-2.907 3.51-3.717 5.94a3 3 0 1 0 5.692 1.896c.611-1.834 1.925-3.41 3.423-4.676a18.5 18.5 0 0 1 3.618-2.375l.113-.06V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2zm8.339 0c.622 0 .984.469 1.075.856c.091.389-.025.97-.585 1.247a20.5 20.5 0 0 0-4.026 2.642c-1.655 1.4-3.26 3.262-4.029 5.571a1 1 0 1 1-1.896-.632c.928-2.784 2.822-4.933 4.633-6.465A22 22 0 0 1 16.278 5H14a1 1 0 1 1 0-2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.174 3a2.99 2.99 0 0 0 .697 3.112c-1.486 1.537-2.907 3.51-3.717 5.94a3 3 0 1 0 5.692 1.896c.611-1.834 1.925-3.41 3.423-4.676a18.5 18.5 0 0 1 3.618-2.375l.113-.06V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2zm8.339 0c.622 0 .984.469 1.075.856c.091.389-.025.97-.585 1.247a20.5 20.5 0 0 0-4.026 2.642c-1.655 1.4-3.26 3.262-4.029 5.571a1 1 0 1 1-1.896-.632c.928-2.784 2.822-4.933 4.633-6.465A22 22 0 0 1 16.278 5H14a1 1 0 1 1 0-2z"/></svg>
</template>

CSS

.icon-share-3-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%22M11.174%203a2.99%202.99%200%200%200%20.697%203.112c-1.486%201.537-2.907%203.51-3.717%205.94a3%203%200%201%200%205.692%201.896c.611-1.834%201.925-3.41%203.423-4.676a18.5%2018.5%200%200%201%203.618-2.375l.113-.06V19a2%202%200%200%201-2%202H5a2%202%200%200%201-2-2V5a2%202%200%200%201%202-2zm8.339%200c.622%200%20.984.469%201.075.856c.091.389-.025.97-.585%201.247a20.5%2020.5%200%200%200-4.026%202.642c-1.655%201.4-3.26%203.262-4.029%205.571a1%201%200%201%201-1.896-.632c.928-2.784%202.822-4.933%204.633-6.465A22%2022%200%200%201%2016.278%205H14a1%201%200%201%201%200-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%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.174%203a2.99%202.99%200%200%200%20.697%203.112c-1.486%201.537-2.907%203.51-3.717%205.94a3%203%200%201%200%205.692%201.896c.611-1.834%201.925-3.41%203.423-4.676a18.5%2018.5%200%200%201%203.618-2.375l.113-.06V19a2%202%200%200%201-2%202H5a2%202%200%200%201-2-2V5a2%202%200%200%201%202-2zm8.339%200c.622%200%20.984.469%201.075.856c.091.389-.025.97-.585%201.247a20.5%2020.5%200%200%200-4.026%202.642c-1.655%201.4-3.26%203.262-4.029%205.571a1%201%200%201%201-1.896-.632c.928-2.784%202.822-4.933%204.633-6.465A22%2022%200%200%201%2016.278%205H14a1%201%200%201%201%200-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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