share from Material Symbols by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.

Name
share
Set
Material Symbols
Style
Regular
Category
Social
Viewbox
24×24
License
Apache 2.0
Aliases
share-rounded, share-sharp

1 other variant in Material Symbols

The same icon in other sets

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 22"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsShare(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 22"/></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 22"/></svg>
</template>

CSS

.icon-share {
  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%2022%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%2022%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/share.svg?color=%231a73e8&size=48