share icon
share-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.
- Name
- share-28-filled
- Set
- Fluent UI System Icons
- Style
- 28 Filled
- Viewbox
- 28×28
- License
- MIT
12 other variants in Fluent UI System Icons
The same icon in other sets
shareBootstrap IconsshareBoxIcons v2shareBoxIcons v2 SolidshareCarbonshareCodiconsshareElement Plusshare-fillEva IconsshareFont Awesome 6 SolidshareFont Awesome SolidshareFeather Iconssharecss.ggshareHeroIconsshareHumbleiconsshareIconParkshareIconPark OutlineshareIonIconsshareJam IconsshareLine AwesomeshareLucideshareMage IconsshareMajesticonsshareMaterial SymbolsshareMaterial Symbols LightshareMaterial Design Icons
Related icons in Fluent UI System Icons
share-android-16-filledshare-close-tray-20-filledshare-ios-20-filledshare-multiple-16-filledshare-screen-24-filledshare-screen-person-16-filledshare-screen-person-overlay-16-filledshare-screen-person-overlay-inside-16-filledshare-screen-person-p-16-filledshare-screen-start-16-filledshare-screen-stop-16-filledshare-stop-24-filled
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 0 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-.679"/></svg>
React
import type { SVGProps } from "react";
export function FluentShare28Filled(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 0 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-.679"/></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 0 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-.679"/></svg> </template>
CSS
.icon-share-28-filled {
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%200%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-.679%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%200%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-.679%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/share-28-filled.svg?color=%231a73e8&size=48