share icon
share-outline from Material Symbols by Google · Outline · Social · Apache-2.0 Free for personal and commercial use.
- Name
- share-outline
- Set
- Material Symbols
- Style
- Outline
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- share-outline-rounded, share-outline-sharp
1 other variant in Material Symbols
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 Symbols LightshareMaterial Design Icons
More social icons from Material Symbols
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="M17 22q-1.25 0-2.125-.875T14 19q0-.15.075-.7L7.05 14.2q-.4.375-.925.588T5 15q-1.25 0-2.125-.875T2 12t.875-2.125T5 9q.6 0 1.125.213t.925.587l7.025-4.1q-.05-.175-.062-.337T14 5q0-1.25.875-2.125T17 2t2.125.875T20 5t-.875 2.125T17 8q-.6 0-1.125-.213T14.95 7.2l-7.025 4.1q.05.175.063.338T8 12t-.012.363t-.063.337l7.025 4.1q.4-.375.925-.587T17 16q1.25 0 2.125.875T20 19t-.875 2.125T17 22m0-2q.425 0 .713-.287T18 19t-.288-.712T17 18t-.712.288T16 19t.288.713T17 20M5 13q.425 0 .713-.288T6 12t-.288-.712T5 11t-.712.288T4 12t.288.713T5 13m12.713-7.288Q18 5.426 18 5t-.288-.712T17 4t-.712.288T16 5t.288.713T17 6t.713-.288M17 5"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsShareOutline(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="M17 22q-1.25 0-2.125-.875T14 19q0-.15.075-.7L7.05 14.2q-.4.375-.925.588T5 15q-1.25 0-2.125-.875T2 12t.875-2.125T5 9q.6 0 1.125.213t.925.587l7.025-4.1q-.05-.175-.062-.337T14 5q0-1.25.875-2.125T17 2t2.125.875T20 5t-.875 2.125T17 8q-.6 0-1.125-.213T14.95 7.2l-7.025 4.1q.05.175.063.338T8 12t-.012.363t-.063.337l7.025 4.1q.4-.375.925-.587T17 16q1.25 0 2.125.875T20 19t-.875 2.125T17 22m0-2q.425 0 .713-.287T18 19t-.288-.712T17 18t-.712.288T16 19t.288.713T17 20M5 13q.425 0 .713-.288T6 12t-.288-.712T5 11t-.712.288T4 12t.288.713T5 13m12.713-7.288Q18 5.426 18 5t-.288-.712T17 4t-.712.288T16 5t.288.713T17 6t.713-.288M17 5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 22q-1.25 0-2.125-.875T14 19q0-.15.075-.7L7.05 14.2q-.4.375-.925.588T5 15q-1.25 0-2.125-.875T2 12t.875-2.125T5 9q.6 0 1.125.213t.925.587l7.025-4.1q-.05-.175-.062-.337T14 5q0-1.25.875-2.125T17 2t2.125.875T20 5t-.875 2.125T17 8q-.6 0-1.125-.213T14.95 7.2l-7.025 4.1q.05.175.063.338T8 12t-.012.363t-.063.337l7.025 4.1q.4-.375.925-.587T17 16q1.25 0 2.125.875T20 19t-.875 2.125T17 22m0-2q.425 0 .713-.287T18 19t-.288-.712T17 18t-.712.288T16 19t.288.713T17 20M5 13q.425 0 .713-.288T6 12t-.288-.712T5 11t-.712.288T4 12t.288.713T5 13m12.713-7.288Q18 5.426 18 5t-.288-.712T17 4t-.712.288T16 5t.288.713T17 6t.713-.288M17 5"/></svg> </template>
CSS
.icon-share-outline {
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%22M17%2022q-1.25%200-2.125-.875T14%2019q0-.15.075-.7L7.05%2014.2q-.4.375-.925.588T5%2015q-1.25%200-2.125-.875T2%2012t.875-2.125T5%209q.6%200%201.125.213t.925.587l7.025-4.1q-.05-.175-.062-.337T14%205q0-1.25.875-2.125T17%202t2.125.875T20%205t-.875%202.125T17%208q-.6%200-1.125-.213T14.95%207.2l-7.025%204.1q.05.175.063.338T8%2012t-.012.363t-.063.337l7.025%204.1q.4-.375.925-.587T17%2016q1.25%200%202.125.875T20%2019t-.875%202.125T17%2022m0-2q.425%200%20.713-.287T18%2019t-.288-.712T17%2018t-.712.288T16%2019t.288.713T17%2020M5%2013q.425%200%20.713-.288T6%2012t-.288-.712T5%2011t-.712.288T4%2012t.288.713T5%2013m12.713-7.288Q18%205.426%2018%205t-.288-.712T17%204t-.712.288T16%205t.288.713T17%206t.713-.288M17%205%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%22M17%2022q-1.25%200-2.125-.875T14%2019q0-.15.075-.7L7.05%2014.2q-.4.375-.925.588T5%2015q-1.25%200-2.125-.875T2%2012t.875-2.125T5%209q.6%200%201.125.213t.925.587l7.025-4.1q-.05-.175-.062-.337T14%205q0-1.25.875-2.125T17%202t2.125.875T20%205t-.875%202.125T17%208q-.6%200-1.125-.213T14.95%207.2l-7.025%204.1q.05.175.063.338T8%2012t-.012.363t-.063.337l7.025%204.1q.4-.375.925-.587T17%2016q1.25%200%202.125.875T20%2019t-.875%202.125T17%2022m0-2q.425%200%20.713-.287T18%2019t-.288-.712T17%2018t-.712.288T16%2019t.288.713T17%2020M5%2013q.425%200%20.713-.288T6%2012t-.288-.712T5%2011t-.712.288T4%2012t.288.713T5%2013m12.713-7.288Q18%205.426%2018%205t-.288-.712T17%204t-.712.288T16%205t.288.713T17%206t.713-.288M17%205%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/share-outline.svg?color=%231a73e8&size=48