share icon
share-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- share-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- 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 20 20"><path fill="currentColor" d="M9.5 3a.5.5 0 0 1 0 1H6a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2v-1.5a.5.5 0 0 1 1 0V14a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V6a3 3 0 0 1 3-3zm3.797-.957a.5.5 0 0 1 .538.085l5 4.5a.5.5 0 0 1 0 .744l-5 4.5A.5.5 0 0 1 13 11.5V9.34c-1.4.128-2.665.78-3.7 1.608c-1.015.813-1.775 1.768-2.195 2.484l-.158.291A.5.5 0 0 1 6 13.5c0-2.049.382-4.284 1.518-6.024C8.61 5.808 10.368 4.643 13 4.513V2.5l.005-.073a.5.5 0 0 1 .292-.384M14 5a.5.5 0 0 1-.5.5c-2.588 0-4.177 1.045-5.144 2.523c-.685 1.049-1.073 2.34-1.246 3.684c.433-.52.96-1.054 1.565-1.54C9.943 9.153 11.6 8.316 13.5 8.316a.5.5 0 0 1 .5.5v1.56L17.75 7L14 3.623z"/></svg>
React
import type { SVGProps } from "react";
export function FluentShare20Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M9.5 3a.5.5 0 0 1 0 1H6a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2v-1.5a.5.5 0 0 1 1 0V14a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V6a3 3 0 0 1 3-3zm3.797-.957a.5.5 0 0 1 .538.085l5 4.5a.5.5 0 0 1 0 .744l-5 4.5A.5.5 0 0 1 13 11.5V9.34c-1.4.128-2.665.78-3.7 1.608c-1.015.813-1.775 1.768-2.195 2.484l-.158.291A.5.5 0 0 1 6 13.5c0-2.049.382-4.284 1.518-6.024C8.61 5.808 10.368 4.643 13 4.513V2.5l.005-.073a.5.5 0 0 1 .292-.384M14 5a.5.5 0 0 1-.5.5c-2.588 0-4.177 1.045-5.144 2.523c-.685 1.049-1.073 2.34-1.246 3.684c.433-.52.96-1.054 1.565-1.54C9.943 9.153 11.6 8.316 13.5 8.316a.5.5 0 0 1 .5.5v1.56L17.75 7L14 3.623z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M9.5 3a.5.5 0 0 1 0 1H6a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2v-1.5a.5.5 0 0 1 1 0V14a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V6a3 3 0 0 1 3-3zm3.797-.957a.5.5 0 0 1 .538.085l5 4.5a.5.5 0 0 1 0 .744l-5 4.5A.5.5 0 0 1 13 11.5V9.34c-1.4.128-2.665.78-3.7 1.608c-1.015.813-1.775 1.768-2.195 2.484l-.158.291A.5.5 0 0 1 6 13.5c0-2.049.382-4.284 1.518-6.024C8.61 5.808 10.368 4.643 13 4.513V2.5l.005-.073a.5.5 0 0 1 .292-.384M14 5a.5.5 0 0 1-.5.5c-2.588 0-4.177 1.045-5.144 2.523c-.685 1.049-1.073 2.34-1.246 3.684c.433-.52.96-1.054 1.565-1.54C9.943 9.153 11.6 8.316 13.5 8.316a.5.5 0 0 1 .5.5v1.56L17.75 7L14 3.623z"/></svg> </template>
CSS
.icon-share-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.5%203a.5.5%200%200%201%200%201H6a2%202%200%200%200-2%202v8a2%202%200%200%200%202%202h8a2%202%200%200%200%202-2v-1.5a.5.5%200%200%201%201%200V14a3%203%200%200%201-3%203H6a3%203%200%200%201-3-3V6a3%203%200%200%201%203-3zm3.797-.957a.5.5%200%200%201%20.538.085l5%204.5a.5.5%200%200%201%200%20.744l-5%204.5A.5.5%200%200%201%2013%2011.5V9.34c-1.4.128-2.665.78-3.7%201.608c-1.015.813-1.775%201.768-2.195%202.484l-.158.291A.5.5%200%200%201%206%2013.5c0-2.049.382-4.284%201.518-6.024C8.61%205.808%2010.368%204.643%2013%204.513V2.5l.005-.073a.5.5%200%200%201%20.292-.384M14%205a.5.5%200%200%201-.5.5c-2.588%200-4.177%201.045-5.144%202.523c-.685%201.049-1.073%202.34-1.246%203.684c.433-.52.96-1.054%201.565-1.54C9.943%209.153%2011.6%208.316%2013.5%208.316a.5.5%200%200%201%20.5.5v1.56L17.75%207L14%203.623z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.5%203a.5.5%200%200%201%200%201H6a2%202%200%200%200-2%202v8a2%202%200%200%200%202%202h8a2%202%200%200%200%202-2v-1.5a.5.5%200%200%201%201%200V14a3%203%200%200%201-3%203H6a3%203%200%200%201-3-3V6a3%203%200%200%201%203-3zm3.797-.957a.5.5%200%200%201%20.538.085l5%204.5a.5.5%200%200%201%200%20.744l-5%204.5A.5.5%200%200%201%2013%2011.5V9.34c-1.4.128-2.665.78-3.7%201.608c-1.015.813-1.775%201.768-2.195%202.484l-.158.291A.5.5%200%200%201%206%2013.5c0-2.049.382-4.284%201.518-6.024C8.61%205.808%2010.368%204.643%2013%204.513V2.5l.005-.073a.5.5%200%200%201%20.292-.384M14%205a.5.5%200%200%201-.5.5c-2.588%200-4.177%201.045-5.144%202.523c-.685%201.049-1.073%202.34-1.246%203.684c.433-.52.96-1.054%201.565-1.54C9.943%209.153%2011.6%208.316%2013.5%208.316a.5.5%200%200%201%20.5.5v1.56L17.75%207L14%203.623z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/share-20-regular.svg?color=%231a73e8&size=48