share-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.

Name
share-48-regular
Set
Fluent UI System Icons
Style
48 Regular
Viewbox
48×48
License
MIT

12 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the share icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M20.75 6a1.25 1.25 0 1 1 0 2.5h-7.5a4.75 4.75 0 0 0-4.75 4.75v21.5a4.75 4.75 0 0 0 4.75 4.75h21.5a4.75 4.75 0 0 0 4.75-4.75v-6.5a1.25 1.25 0 0 1 2.5 0v6.5A7.25 7.25 0 0 1 34.75 42h-21.5A7.25 7.25 0 0 1 6 34.75v-21.5A7.25 7.25 0 0 1 13.25 6zm8.974-3.884a1.25 1.25 0 0 1 1.333.179l14.5 12.25a1.25 1.25 0 0 1 .036 1.878l-14.5 13.25A1.25 1.25 0 0 1 29 28.75v-5.722c-2.055.098-4.022.47-6.038 1.467c-2.28 1.126-4.715 3.095-7.418 6.545l-.544.71a1.25 1.25 0 0 1-2.247-.667c-.266-3.992.788-9.44 3.524-13.922c2.587-4.238 6.74-7.693 12.723-8.117V3.25c0-.487.282-.929.724-1.134M31.5 10.25a1.25 1.25 0 0 1-1.25 1.25c-5.588 0-9.413 2.991-11.838 6.964c-1.701 2.788-2.678 6.014-3.038 8.9c2.214-2.434 4.35-4.057 6.48-5.11c2.89-1.429 5.665-1.754 8.396-1.754a1.25 1.25 0 0 1 1.25 1.25v4.163l11.355-10.377L31.5 5.942z"/></svg>

React

import type { SVGProps } from "react";

export function FluentShare48Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M20.75 6a1.25 1.25 0 1 1 0 2.5h-7.5a4.75 4.75 0 0 0-4.75 4.75v21.5a4.75 4.75 0 0 0 4.75 4.75h21.5a4.75 4.75 0 0 0 4.75-4.75v-6.5a1.25 1.25 0 0 1 2.5 0v6.5A7.25 7.25 0 0 1 34.75 42h-21.5A7.25 7.25 0 0 1 6 34.75v-21.5A7.25 7.25 0 0 1 13.25 6zm8.974-3.884a1.25 1.25 0 0 1 1.333.179l14.5 12.25a1.25 1.25 0 0 1 .036 1.878l-14.5 13.25A1.25 1.25 0 0 1 29 28.75v-5.722c-2.055.098-4.022.47-6.038 1.467c-2.28 1.126-4.715 3.095-7.418 6.545l-.544.71a1.25 1.25 0 0 1-2.247-.667c-.266-3.992.788-9.44 3.524-13.922c2.587-4.238 6.74-7.693 12.723-8.117V3.25c0-.487.282-.929.724-1.134M31.5 10.25a1.25 1.25 0 0 1-1.25 1.25c-5.588 0-9.413 2.991-11.838 6.964c-1.701 2.788-2.678 6.014-3.038 8.9c2.214-2.434 4.35-4.057 6.48-5.11c2.89-1.429 5.665-1.754 8.396-1.754a1.25 1.25 0 0 1 1.25 1.25v4.163l11.355-10.377L31.5 5.942z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M20.75 6a1.25 1.25 0 1 1 0 2.5h-7.5a4.75 4.75 0 0 0-4.75 4.75v21.5a4.75 4.75 0 0 0 4.75 4.75h21.5a4.75 4.75 0 0 0 4.75-4.75v-6.5a1.25 1.25 0 0 1 2.5 0v6.5A7.25 7.25 0 0 1 34.75 42h-21.5A7.25 7.25 0 0 1 6 34.75v-21.5A7.25 7.25 0 0 1 13.25 6zm8.974-3.884a1.25 1.25 0 0 1 1.333.179l14.5 12.25a1.25 1.25 0 0 1 .036 1.878l-14.5 13.25A1.25 1.25 0 0 1 29 28.75v-5.722c-2.055.098-4.022.47-6.038 1.467c-2.28 1.126-4.715 3.095-7.418 6.545l-.544.71a1.25 1.25 0 0 1-2.247-.667c-.266-3.992.788-9.44 3.524-13.922c2.587-4.238 6.74-7.693 12.723-8.117V3.25c0-.487.282-.929.724-1.134M31.5 10.25a1.25 1.25 0 0 1-1.25 1.25c-5.588 0-9.413 2.991-11.838 6.964c-1.701 2.788-2.678 6.014-3.038 8.9c2.214-2.434 4.35-4.057 6.48-5.11c2.89-1.429 5.665-1.754 8.396-1.754a1.25 1.25 0 0 1 1.25 1.25v4.163l11.355-10.377L31.5 5.942z"/></svg>
</template>

CSS

.icon-share-48-regular {
  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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.75%206a1.25%201.25%200%201%201%200%202.5h-7.5a4.75%204.75%200%200%200-4.75%204.75v21.5a4.75%204.75%200%200%200%204.75%204.75h21.5a4.75%204.75%200%200%200%204.75-4.75v-6.5a1.25%201.25%200%200%201%202.5%200v6.5A7.25%207.25%200%200%201%2034.75%2042h-21.5A7.25%207.25%200%200%201%206%2034.75v-21.5A7.25%207.25%200%200%201%2013.25%206zm8.974-3.884a1.25%201.25%200%200%201%201.333.179l14.5%2012.25a1.25%201.25%200%200%201%20.036%201.878l-14.5%2013.25A1.25%201.25%200%200%201%2029%2028.75v-5.722c-2.055.098-4.022.47-6.038%201.467c-2.28%201.126-4.715%203.095-7.418%206.545l-.544.71a1.25%201.25%200%200%201-2.247-.667c-.266-3.992.788-9.44%203.524-13.922c2.587-4.238%206.74-7.693%2012.723-8.117V3.25c0-.487.282-.929.724-1.134M31.5%2010.25a1.25%201.25%200%200%201-1.25%201.25c-5.588%200-9.413%202.991-11.838%206.964c-1.701%202.788-2.678%206.014-3.038%208.9c2.214-2.434%204.35-4.057%206.48-5.11c2.89-1.429%205.665-1.754%208.396-1.754a1.25%201.25%200%200%201%201.25%201.25v4.163l11.355-10.377L31.5%205.942z%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.75%206a1.25%201.25%200%201%201%200%202.5h-7.5a4.75%204.75%200%200%200-4.75%204.75v21.5a4.75%204.75%200%200%200%204.75%204.75h21.5a4.75%204.75%200%200%200%204.75-4.75v-6.5a1.25%201.25%200%200%201%202.5%200v6.5A7.25%207.25%200%200%201%2034.75%2042h-21.5A7.25%207.25%200%200%201%206%2034.75v-21.5A7.25%207.25%200%200%201%2013.25%206zm8.974-3.884a1.25%201.25%200%200%201%201.333.179l14.5%2012.25a1.25%201.25%200%200%201%20.036%201.878l-14.5%2013.25A1.25%201.25%200%200%201%2029%2028.75v-5.722c-2.055.098-4.022.47-6.038%201.467c-2.28%201.126-4.715%203.095-7.418%206.545l-.544.71a1.25%201.25%200%200%201-2.247-.667c-.266-3.992.788-9.44%203.524-13.922c2.587-4.238%206.74-7.693%2012.723-8.117V3.25c0-.487.282-.929.724-1.134M31.5%2010.25a1.25%201.25%200%200%201-1.25%201.25c-5.588%200-9.413%202.991-11.838%206.964c-1.701%202.788-2.678%206.014-3.038%208.9c2.214-2.434%204.35-4.057%206.48-5.11c2.89-1.429%205.665-1.754%208.396-1.754a1.25%201.25%200%200%201%201.25%201.25v4.163l11.355-10.377L31.5%205.942z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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