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

Name
share-28-regular
Set
Fluent UI System Icons
Style
28 Regular
Viewbox
28×28
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 28 28"><path fill="currentColor" d="M12.25 3a.75.75 0 1 1 0 1.5h-5A2.75 2.75 0 0 0 4.5 7.25v13.5a2.75 2.75 0 0 0 2.75 2.75h13.5a2.75 2.75 0 0 0 2.75-2.75v-5a.75.75 0 0 1 1.5 0v5A4.25 4.25 0 0 1 20.75 25H7.25A4.25 4.25 0 0 1 3 20.75V7.25A4.25 4.25 0 0 1 7.25 3zm5.179-.928a.75.75 0 0 1 .796.098l8.25 6.75a.75.75 0 0 1 .039 1.127l-8.25 7.75A.75.75 0 0 1 17 17.25v-3.74c-1.166.036-2.463.189-3.854.802c-1.584.698-3.35 2.021-5.16 4.577l-.362.527A.75.75 0 0 1 6.25 19c0-4.406 1.34-7.56 3.51-9.608C11.738 7.527 14.325 6.656 17 6.52V2.75a.75.75 0 0 1 .429-.679m1.07 5.178a.75.75 0 0 1-.75.75c-2.66 0-5.145.772-6.959 2.483c-1.413 1.334-2.474 3.292-2.87 6.046c1.56-1.823 3.12-2.93 4.621-3.59C14.532 12.06 16.349 12 17.75 12a.75.75 0 0 1 .75.75v2.766l6.363-5.978L18.5 4.332z"/></svg>

React

import type { SVGProps } from "react";

export function FluentShare28Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M12.25 3a.75.75 0 1 1 0 1.5h-5A2.75 2.75 0 0 0 4.5 7.25v13.5a2.75 2.75 0 0 0 2.75 2.75h13.5a2.75 2.75 0 0 0 2.75-2.75v-5a.75.75 0 0 1 1.5 0v5A4.25 4.25 0 0 1 20.75 25H7.25A4.25 4.25 0 0 1 3 20.75V7.25A4.25 4.25 0 0 1 7.25 3zm5.179-.928a.75.75 0 0 1 .796.098l8.25 6.75a.75.75 0 0 1 .039 1.127l-8.25 7.75A.75.75 0 0 1 17 17.25v-3.74c-1.166.036-2.463.189-3.854.802c-1.584.698-3.35 2.021-5.16 4.577l-.362.527A.75.75 0 0 1 6.25 19c0-4.406 1.34-7.56 3.51-9.608C11.738 7.527 14.325 6.656 17 6.52V2.75a.75.75 0 0 1 .429-.679m1.07 5.178a.75.75 0 0 1-.75.75c-2.66 0-5.145.772-6.959 2.483c-1.413 1.334-2.474 3.292-2.87 6.046c1.56-1.823 3.12-2.93 4.621-3.59C14.532 12.06 16.349 12 17.75 12a.75.75 0 0 1 .75.75v2.766l6.363-5.978L18.5 4.332z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M12.25 3a.75.75 0 1 1 0 1.5h-5A2.75 2.75 0 0 0 4.5 7.25v13.5a2.75 2.75 0 0 0 2.75 2.75h13.5a2.75 2.75 0 0 0 2.75-2.75v-5a.75.75 0 0 1 1.5 0v5A4.25 4.25 0 0 1 20.75 25H7.25A4.25 4.25 0 0 1 3 20.75V7.25A4.25 4.25 0 0 1 7.25 3zm5.179-.928a.75.75 0 0 1 .796.098l8.25 6.75a.75.75 0 0 1 .039 1.127l-8.25 7.75A.75.75 0 0 1 17 17.25v-3.74c-1.166.036-2.463.189-3.854.802c-1.584.698-3.35 2.021-5.16 4.577l-.362.527A.75.75 0 0 1 6.25 19c0-4.406 1.34-7.56 3.51-9.608C11.738 7.527 14.325 6.656 17 6.52V2.75a.75.75 0 0 1 .429-.679m1.07 5.178a.75.75 0 0 1-.75.75c-2.66 0-5.145.772-6.959 2.483c-1.413 1.334-2.474 3.292-2.87 6.046c1.56-1.823 3.12-2.93 4.621-3.59C14.532 12.06 16.349 12 17.75 12a.75.75 0 0 1 .75.75v2.766l6.363-5.978L18.5 4.332z"/></svg>
</template>

CSS

.icon-share-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.25%203a.75.75%200%201%201%200%201.5h-5A2.75%202.75%200%200%200%204.5%207.25v13.5a2.75%202.75%200%200%200%202.75%202.75h13.5a2.75%202.75%200%200%200%202.75-2.75v-5a.75.75%200%200%201%201.5%200v5A4.25%204.25%200%200%201%2020.75%2025H7.25A4.25%204.25%200%200%201%203%2020.75V7.25A4.25%204.25%200%200%201%207.25%203zm5.179-.928a.75.75%200%200%201%20.796.098l8.25%206.75a.75.75%200%200%201%20.039%201.127l-8.25%207.75A.75.75%200%200%201%2017%2017.25v-3.74c-1.166.036-2.463.189-3.854.802c-1.584.698-3.35%202.021-5.16%204.577l-.362.527A.75.75%200%200%201%206.25%2019c0-4.406%201.34-7.56%203.51-9.608C11.738%207.527%2014.325%206.656%2017%206.52V2.75a.75.75%200%200%201%20.429-.679m1.07%205.178a.75.75%200%200%201-.75.75c-2.66%200-5.145.772-6.959%202.483c-1.413%201.334-2.474%203.292-2.87%206.046c1.56-1.823%203.12-2.93%204.621-3.59C14.532%2012.06%2016.349%2012%2017.75%2012a.75.75%200%200%201%20.75.75v2.766l6.363-5.978L18.5%204.332z%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.25%203a.75.75%200%201%201%200%201.5h-5A2.75%202.75%200%200%200%204.5%207.25v13.5a2.75%202.75%200%200%200%202.75%202.75h13.5a2.75%202.75%200%200%200%202.75-2.75v-5a.75.75%200%200%201%201.5%200v5A4.25%204.25%200%200%201%2020.75%2025H7.25A4.25%204.25%200%200%201%203%2020.75V7.25A4.25%204.25%200%200%201%207.25%203zm5.179-.928a.75.75%200%200%201%20.796.098l8.25%206.75a.75.75%200%200%201%20.039%201.127l-8.25%207.75A.75.75%200%200%201%2017%2017.25v-3.74c-1.166.036-2.463.189-3.854.802c-1.584.698-3.35%202.021-5.16%204.577l-.362.527A.75.75%200%200%201%206.25%2019c0-4.406%201.34-7.56%203.51-9.608C11.738%207.527%2014.325%206.656%2017%206.52V2.75a.75.75%200%200%201%20.429-.679m1.07%205.178a.75.75%200%200%201-.75.75c-2.66%200-5.145.772-6.959%202.483c-1.413%201.334-2.474%203.292-2.87%206.046c1.56-1.823%203.12-2.93%204.621-3.59C14.532%2012.06%2016.349%2012%2017.75%2012a.75.75%200%200%201%20.75.75v2.766l6.363-5.978L18.5%204.332z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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