share off icon
share-off-rounded from Material Symbols by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- share-off-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
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="M17 8q-.6 0-1.125-.213T14.95 7.2l-6.7 3.9q-.15.075-.312.1t-.338-.025q-.4-.1-.788-.137T6 11q-.8 0-1.588.188t-1.512.537q-.15.075-.312.05t-.288-.15t-.162-.288t.037-.362q.325-.9 1.125-1.437T5 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 8m0 14q-1.25 0-2.125-.875T14 19q0-.15.075-.7l-.75-.45q-.3-.2-.413-.537t.088-.638t.538-.413t.637.088l.775.45q.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.4 1.425q.15.15.35.15t.35-.15t.15-.363t-.15-.362L6.7 18l1.425-1.425q.15-.15.15-.35t-.15-.35t-.35-.15t-.35.15L6 17.3l-1.425-1.425q-.15-.15-.35-.15t-.35.15t-.15.35t.15.35L5.3 18l-1.425 1.425q-.15.15-.15.35t.15.35t.35.15t.35-.15z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsShareOffRounded(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 8q-.6 0-1.125-.213T14.95 7.2l-6.7 3.9q-.15.075-.312.1t-.338-.025q-.4-.1-.788-.137T6 11q-.8 0-1.588.188t-1.512.537q-.15.075-.312.05t-.288-.15t-.162-.288t.037-.362q.325-.9 1.125-1.437T5 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 8m0 14q-1.25 0-2.125-.875T14 19q0-.15.075-.7l-.75-.45q-.3-.2-.413-.537t.088-.638t.538-.413t.637.088l.775.45q.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.4 1.425q.15.15.35.15t.35-.15t.15-.363t-.15-.362L6.7 18l1.425-1.425q.15-.15.15-.35t-.15-.35t-.35-.15t-.35.15L6 17.3l-1.425-1.425q-.15-.15-.35-.15t-.35.15t-.15.35t.15.35L5.3 18l-1.425 1.425q-.15.15-.15.35t.15.35t.35.15t.35-.15z"/></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 8q-.6 0-1.125-.213T14.95 7.2l-6.7 3.9q-.15.075-.312.1t-.338-.025q-.4-.1-.788-.137T6 11q-.8 0-1.588.188t-1.512.537q-.15.075-.312.05t-.288-.15t-.162-.288t.037-.362q.325-.9 1.125-1.437T5 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 8m0 14q-1.25 0-2.125-.875T14 19q0-.15.075-.7l-.75-.45q-.3-.2-.413-.537t.088-.638t.538-.413t.637.088l.775.45q.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.4 1.425q.15.15.35.15t.35-.15t.15-.363t-.15-.362L6.7 18l1.425-1.425q.15-.15.15-.35t-.15-.35t-.35-.15t-.35.15L6 17.3l-1.425-1.425q-.15-.15-.35-.15t-.35.15t-.15.35t.15.35L5.3 18l-1.425 1.425q-.15.15-.15.35t.15.35t.35.15t.35-.15z"/></svg> </template>
CSS
.icon-share-off-rounded {
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%208q-.6%200-1.125-.213T14.95%207.2l-6.7%203.9q-.15.075-.312.1t-.338-.025q-.4-.1-.788-.137T6%2011q-.8%200-1.588.188t-1.512.537q-.15.075-.312.05t-.288-.15t-.162-.288t.037-.362q.325-.9%201.125-1.437T5%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%208m0%2014q-1.25%200-2.125-.875T14%2019q0-.15.075-.7l-.75-.45q-.3-.2-.413-.537t.088-.638t.538-.413t.637.088l.775.45q.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.4%201.425q.15.15.35.15t.35-.15t.15-.363t-.15-.362L6.7%2018l1.425-1.425q.15-.15.15-.35t-.15-.35t-.35-.15t-.35.15L6%2017.3l-1.425-1.425q-.15-.15-.35-.15t-.35.15t-.15.35t.15.35L5.3%2018l-1.425%201.425q-.15.15-.15.35t.15.35t.35.15t.35-.15z%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%208q-.6%200-1.125-.213T14.95%207.2l-6.7%203.9q-.15.075-.312.1t-.338-.025q-.4-.1-.788-.137T6%2011q-.8%200-1.588.188t-1.512.537q-.15.075-.312.05t-.288-.15t-.162-.288t.037-.362q.325-.9%201.125-1.437T5%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%208m0%2014q-1.25%200-2.125-.875T14%2019q0-.15.075-.7l-.75-.45q-.3-.2-.413-.537t.088-.638t.538-.413t.637.088l.775.45q.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.4%201.425q.15.15.35.15t.35-.15t.15-.363t-.15-.362L6.7%2018l1.425-1.425q.15-.15.15-.35t-.15-.35t-.35-.15t-.35.15L6%2017.3l-1.425-1.425q-.15-.15-.35-.15t-.35.15t-.15.35t.15.35L5.3%2018l-1.425%201.425q-.15.15-.15.35t.15.35t.35.15t.35-.15z%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-rounded.svg?color=%231a73e8&size=48