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

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

3 other variants in Material Symbols

The same icon in other sets

More social icons from Material Symbols

Use the share off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 12.25V12q0-1.25.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 4.075q-.475-.125-.962-.2T6 11q-1.125 0-2.137.325T2 12.25M17 22q-1.25 0-2.125-.875T14 19q0-.15.075-.7L13 17.65q-.05-.6-.175-1.162t-.35-1.113L14.95 16.8q.4-.375.925-.587T17 16q1.25 0 2.125.875T20 19t-.875 2.125T17 22m-14.537-.462Q1 20.075 1 18t1.463-3.537T6 13t3.538 1.463T11 18t-1.463 3.538T6 23t-3.537-1.462M6 18.7l1.75 1.775l.725-.7L6.7 18l1.775-1.775l-.7-.7L6 17.3l-1.775-1.775l-.7.7L5.3 18l-1.775 1.775l.7.7z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsShareOff(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="M2 12.25V12q0-1.25.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 4.075q-.475-.125-.962-.2T6 11q-1.125 0-2.137.325T2 12.25M17 22q-1.25 0-2.125-.875T14 19q0-.15.075-.7L13 17.65q-.05-.6-.175-1.162t-.35-1.113L14.95 16.8q.4-.375.925-.587T17 16q1.25 0 2.125.875T20 19t-.875 2.125T17 22m-14.537-.462Q1 20.075 1 18t1.463-3.537T6 13t3.538 1.463T11 18t-1.463 3.538T6 23t-3.537-1.462M6 18.7l1.75 1.775l.725-.7L6.7 18l1.775-1.775l-.7-.7L6 17.3l-1.775-1.775l-.7.7L5.3 18l-1.775 1.775l.7.7z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 12.25V12q0-1.25.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 4.075q-.475-.125-.962-.2T6 11q-1.125 0-2.137.325T2 12.25M17 22q-1.25 0-2.125-.875T14 19q0-.15.075-.7L13 17.65q-.05-.6-.175-1.162t-.35-1.113L14.95 16.8q.4-.375.925-.587T17 16q1.25 0 2.125.875T20 19t-.875 2.125T17 22m-14.537-.462Q1 20.075 1 18t1.463-3.537T6 13t3.538 1.463T11 18t-1.463 3.538T6 23t-3.537-1.462M6 18.7l1.75 1.775l.725-.7L6.7 18l1.775-1.775l-.7-.7L6 17.3l-1.775-1.775l-.7.7L5.3 18l-1.775 1.775l.7.7z"/></svg>
</template>

CSS

.icon-share-off {
  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%22M2%2012.25V12q0-1.25.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%204.075q-.475-.125-.962-.2T6%2011q-1.125%200-2.137.325T2%2012.25M17%2022q-1.25%200-2.125-.875T14%2019q0-.15.075-.7L13%2017.65q-.05-.6-.175-1.162t-.35-1.113L14.95%2016.8q.4-.375.925-.587T17%2016q1.25%200%202.125.875T20%2019t-.875%202.125T17%2022m-14.537-.462Q1%2020.075%201%2018t1.463-3.537T6%2013t3.538%201.463T11%2018t-1.463%203.538T6%2023t-3.537-1.462M6%2018.7l1.75%201.775l.725-.7L6.7%2018l1.775-1.775l-.7-.7L6%2017.3l-1.775-1.775l-.7.7L5.3%2018l-1.775%201.775l.7.7z%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%22M2%2012.25V12q0-1.25.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%204.075q-.475-.125-.962-.2T6%2011q-1.125%200-2.137.325T2%2012.25M17%2022q-1.25%200-2.125-.875T14%2019q0-.15.075-.7L13%2017.65q-.05-.6-.175-1.162t-.35-1.113L14.95%2016.8q.4-.375.925-.587T17%2016q1.25%200%202.125.875T20%2019t-.875%202.125T17%2022m-14.537-.462Q1%2020.075%201%2018t1.463-3.537T6%2013t3.538%201.463T11%2018t-1.463%203.538T6%2023t-3.537-1.462M6%2018.7l1.75%201.775l.725-.7L6.7%2018l1.775-1.775l-.7-.7L6%2017.3l-1.775-1.775l-.7.7L5.3%2018l-1.775%201.775l.7.7z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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