share icon
share-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- share-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- License
- MIT
12 other variants in Fluent UI System Icons
The same icon in other sets
shareBootstrap IconsshareBoxIcons v2shareBoxIcons v2 SolidshareCarbonshare-fillEva IconsshareFont Awesome 6 SolidshareFeather Iconssharecss.ggshareHeroIconsshareHumbleiconsshareIonIconsshareJam IconsshareLine AwesomeshareLucideshareMage IconsshareMajesticonsshareMaterial SymbolsshareMaterial Design Iconsshare-16OcticonsshareOpenMojisharePhosphorsharePixelarticonsshare-fillRemix Iconshare-boldSolar
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 24 24"><path fill="currentColor" d="M10.25 3a.75.75 0 0 1 0 1.5h-3.5A2.25 2.25 0 0 0 4.5 6.75v10.5l.012.23A2.25 2.25 0 0 0 6.75 19.5h10.5a2.25 2.25 0 0 0 2.25-2.25v-2a.75.75 0 0 1 1.5 0v2A3.75 3.75 0 0 1 17.25 21H6.75a3.75 3.75 0 0 1-3.745-3.557L3 17.25V6.75A3.75 3.75 0 0 1 6.75 3zm4.687-.932a.75.75 0 0 1 .801.113l7 6a.75.75 0 0 1 .032 1.109l-7 6.75a.75.75 0 0 1-1.27-.54v-2.976c-1.014.064-1.97.273-2.94.769c-1.136.581-2.344 1.581-3.689 3.303l-.271.354a.75.75 0 0 1-1.35-.45c0-2.857.687-5.59 2.168-7.628c1.376-1.893 3.41-3.147 6.082-3.344V2.75l.008-.109a.75.75 0 0 1 .429-.573M16 6.25a.75.75 0 0 1-.75.75c-2.557 0-4.395 1.07-5.618 2.753c-.878 1.208-1.454 2.757-1.717 4.493c1-1.048 1.977-1.785 2.962-2.29C12.36 11.199 13.8 11 15.25 11a.75.75 0 0 1 .75.75v1.984l5.135-4.952L16 4.38z"/></svg>
React
import type { SVGProps } from "react";
export function FluentShare24Regular(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="M10.25 3a.75.75 0 0 1 0 1.5h-3.5A2.25 2.25 0 0 0 4.5 6.75v10.5l.012.23A2.25 2.25 0 0 0 6.75 19.5h10.5a2.25 2.25 0 0 0 2.25-2.25v-2a.75.75 0 0 1 1.5 0v2A3.75 3.75 0 0 1 17.25 21H6.75a3.75 3.75 0 0 1-3.745-3.557L3 17.25V6.75A3.75 3.75 0 0 1 6.75 3zm4.687-.932a.75.75 0 0 1 .801.113l7 6a.75.75 0 0 1 .032 1.109l-7 6.75a.75.75 0 0 1-1.27-.54v-2.976c-1.014.064-1.97.273-2.94.769c-1.136.581-2.344 1.581-3.689 3.303l-.271.354a.75.75 0 0 1-1.35-.45c0-2.857.687-5.59 2.168-7.628c1.376-1.893 3.41-3.147 6.082-3.344V2.75l.008-.109a.75.75 0 0 1 .429-.573M16 6.25a.75.75 0 0 1-.75.75c-2.557 0-4.395 1.07-5.618 2.753c-.878 1.208-1.454 2.757-1.717 4.493c1-1.048 1.977-1.785 2.962-2.29C12.36 11.199 13.8 11 15.25 11a.75.75 0 0 1 .75.75v1.984l5.135-4.952L16 4.38z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.25 3a.75.75 0 0 1 0 1.5h-3.5A2.25 2.25 0 0 0 4.5 6.75v10.5l.012.23A2.25 2.25 0 0 0 6.75 19.5h10.5a2.25 2.25 0 0 0 2.25-2.25v-2a.75.75 0 0 1 1.5 0v2A3.75 3.75 0 0 1 17.25 21H6.75a3.75 3.75 0 0 1-3.745-3.557L3 17.25V6.75A3.75 3.75 0 0 1 6.75 3zm4.687-.932a.75.75 0 0 1 .801.113l7 6a.75.75 0 0 1 .032 1.109l-7 6.75a.75.75 0 0 1-1.27-.54v-2.976c-1.014.064-1.97.273-2.94.769c-1.136.581-2.344 1.581-3.689 3.303l-.271.354a.75.75 0 0 1-1.35-.45c0-2.857.687-5.59 2.168-7.628c1.376-1.893 3.41-3.147 6.082-3.344V2.75l.008-.109a.75.75 0 0 1 .429-.573M16 6.25a.75.75 0 0 1-.75.75c-2.557 0-4.395 1.07-5.618 2.753c-.878 1.208-1.454 2.757-1.717 4.493c1-1.048 1.977-1.785 2.962-2.29C12.36 11.199 13.8 11 15.25 11a.75.75 0 0 1 .75.75v1.984l5.135-4.952L16 4.38z"/></svg> </template>
CSS
.icon-share-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.25%203a.75.75%200%200%201%200%201.5h-3.5A2.25%202.25%200%200%200%204.5%206.75v10.5l.012.23A2.25%202.25%200%200%200%206.75%2019.5h10.5a2.25%202.25%200%200%200%202.25-2.25v-2a.75.75%200%200%201%201.5%200v2A3.75%203.75%200%200%201%2017.25%2021H6.75a3.75%203.75%200%200%201-3.745-3.557L3%2017.25V6.75A3.75%203.75%200%200%201%206.75%203zm4.687-.932a.75.75%200%200%201%20.801.113l7%206a.75.75%200%200%201%20.032%201.109l-7%206.75a.75.75%200%200%201-1.27-.54v-2.976c-1.014.064-1.97.273-2.94.769c-1.136.581-2.344%201.581-3.689%203.303l-.271.354a.75.75%200%200%201-1.35-.45c0-2.857.687-5.59%202.168-7.628c1.376-1.893%203.41-3.147%206.082-3.344V2.75l.008-.109a.75.75%200%200%201%20.429-.573M16%206.25a.75.75%200%200%201-.75.75c-2.557%200-4.395%201.07-5.618%202.753c-.878%201.208-1.454%202.757-1.717%204.493c1-1.048%201.977-1.785%202.962-2.29C12.36%2011.199%2013.8%2011%2015.25%2011a.75.75%200%200%201%20.75.75v1.984l5.135-4.952L16%204.38z%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%22M10.25%203a.75.75%200%200%201%200%201.5h-3.5A2.25%202.25%200%200%200%204.5%206.75v10.5l.012.23A2.25%202.25%200%200%200%206.75%2019.5h10.5a2.25%202.25%200%200%200%202.25-2.25v-2a.75.75%200%200%201%201.5%200v2A3.75%203.75%200%200%201%2017.25%2021H6.75a3.75%203.75%200%200%201-3.745-3.557L3%2017.25V6.75A3.75%203.75%200%200%201%206.75%203zm4.687-.932a.75.75%200%200%201%20.801.113l7%206a.75.75%200%200%201%20.032%201.109l-7%206.75a.75.75%200%200%201-1.27-.54v-2.976c-1.014.064-1.97.273-2.94.769c-1.136.581-2.344%201.581-3.689%203.303l-.271.354a.75.75%200%200%201-1.35-.45c0-2.857.687-5.59%202.168-7.628c1.376-1.893%203.41-3.147%206.082-3.344V2.75l.008-.109a.75.75%200%200%201%20.429-.573M16%206.25a.75.75%200%200%201-.75.75c-2.557%200-4.395%201.07-5.618%202.753c-.878%201.208-1.454%202.757-1.717%204.493c1-1.048%201.977-1.785%202.962-2.29C12.36%2011.199%2013.8%2011%2015.25%2011a.75.75%200%200%201%20.75.75v1.984l5.135-4.952L16%204.38z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/share-24-regular.svg?color=%231a73e8&size=48