share icon
share-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.
- Name
- share-duotone
- Set
- Phosphor
- Style
- Duotone
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
shareBootstrap IconsshareBoxIcons v2shareBoxIcons v2 SolidshareCarbonshareCodiconsshareElement Plusshare-fillEva IconsshareFont Awesome 6 SolidshareFont Awesome SolidshareFeather Iconsshare-16-filledFluent UI System Iconssharecss.ggshareHeroIconsshareHumbleiconsshareIconParkshareIconPark OutlineshareIonIconsshareJam IconsshareLine AwesomeshareLucideshareMage IconsshareMajesticonsshareMaterial SymbolsshareMaterial Symbols Light
Related icons in Phosphor
Use the share icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="m224 104l-48 48V56Z" opacity=".2"/><path d="m229.66 98.34l-48-48A8 8 0 0 0 168 56v40h-3a103.94 103.94 0 0 0-100.75 78a8 8 0 0 0 15.5 4A88 88 0 0 1 165 112h3v40a8 8 0 0 0 13.66 5.66l48-48a8 8 0 0 0 0-11.32M184 132.69V75.31L212.69 104ZM200 216a8 8 0 0 1-8 8H32a8 8 0 0 1-8-8V88a8 8 0 0 1 16 0v120h152a8 8 0 0 1 8 8"/></g></svg>
React
import type { SVGProps } from "react";
export function PhShareDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="m224 104l-48 48V56Z" opacity=".2"/><path d="m229.66 98.34l-48-48A8 8 0 0 0 168 56v40h-3a103.94 103.94 0 0 0-100.75 78a8 8 0 0 0 15.5 4A88 88 0 0 1 165 112h3v40a8 8 0 0 0 13.66 5.66l48-48a8 8 0 0 0 0-11.32M184 132.69V75.31L212.69 104ZM200 216a8 8 0 0 1-8 8H32a8 8 0 0 1-8-8V88a8 8 0 0 1 16 0v120h152a8 8 0 0 1 8 8"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="m224 104l-48 48V56Z" opacity=".2"/><path d="m229.66 98.34l-48-48A8 8 0 0 0 168 56v40h-3a103.94 103.94 0 0 0-100.75 78a8 8 0 0 0 15.5 4A88 88 0 0 1 165 112h3v40a8 8 0 0 0 13.66 5.66l48-48a8 8 0 0 0 0-11.32M184 132.69V75.31L212.69 104ZM200 216a8 8 0 0 1-8 8H32a8 8 0 0 1-8-8V88a8 8 0 0 1 16 0v120h152a8 8 0 0 1 8 8"/></g></svg> </template>
CSS
.icon-share-duotone {
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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22m224%20104l-48%2048V56Z%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22m229.66%2098.34l-48-48A8%208%200%200%200%20168%2056v40h-3a103.94%20103.94%200%200%200-100.75%2078a8%208%200%200%200%2015.5%204A88%2088%200%200%201%20165%20112h3v40a8%208%200%200%200%2013.66%205.66l48-48a8%208%200%200%200%200-11.32M184%20132.69V75.31L212.69%20104ZM200%20216a8%208%200%200%201-8%208H32a8%208%200%200%201-8-8V88a8%208%200%200%201%2016%200v120h152a8%208%200%200%201%208%208%22%2F%3E%3C%2Fg%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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22m224%20104l-48%2048V56Z%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22m229.66%2098.34l-48-48A8%208%200%200%200%20168%2056v40h-3a103.94%20103.94%200%200%200-100.75%2078a8%208%200%200%200%2015.5%204A88%2088%200%200%201%20165%20112h3v40a8%208%200%200%200%2013.66%205.66l48-48a8%208%200%200%200%200-11.32M184%20132.69V75.31L212.69%20104ZM200%20216a8%208%200%200%201-8%208H32a8%208%200%200%201-8-8V88a8%208%200%200%201%2016%200v120h152a8%208%200%200%201%208%208%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/share-duotone.svg?color=%231a73e8&size=48