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

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

3 other variants in Material Symbols Light

The same icon in other sets

More social icons from Material Symbols Light

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="M16.616 20q.588 0 .986-.398t.398-.986t-.398-.987t-.986-.398t-.987.398t-.398.986t.398.987t.987.398m.981-13.629Q18 5.973 18 5.384q0-.588-.398-.986T16.616 4t-.987.398t-.398.987t.403.986t.982.398t.981-.398M3 12.192V12q0-.98.69-1.683q.69-.702 1.676-.702q.537 0 1.007.213t.793.588l7.198-4.255q-.07-.194-.101-.385q-.032-.192-.032-.392q0-.993.697-1.689Q15.625 3 16.62 3t1.688.697T19 5.389t-.695 1.688t-1.69.692q-.542 0-1-.222t-.78-.597L7.45 11.333q-.26-.047-.526-.074q-.266-.028-.54-.028q-.932 0-1.79.248q-.86.248-1.594.713M16.61 21q-.994 0-1.687-.695q-.692-.696-.692-1.69q0-.15.132-.757l-1.632-.977q-.05-.331-.11-.635q-.059-.304-.165-.602l2.379 1.406q.323-.375.78-.597q.458-.222 1-.222q.994 0 1.69.696q.695.698.695 1.693t-.697 1.688t-1.692.692m-13.062-.549q-1.165-1.164-1.165-2.835T3.55 14.78t2.835-1.164T9.22 14.78t1.164 2.836q0 1.67-1.164 2.835t-2.836 1.165q-1.67 0-2.835-1.165m2.835-2.29l1.75 1.756l.552-.546l-1.755-1.755l1.755-1.756l-.546-.546l-1.756 1.755l-1.755-1.755l-.546.545l1.755 1.756l-1.755 1.756l.546.546zM16.617 5.385"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightShareOffOutline(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="M16.616 20q.588 0 .986-.398t.398-.986t-.398-.987t-.986-.398t-.987.398t-.398.986t.398.987t.987.398m.981-13.629Q18 5.973 18 5.384q0-.588-.398-.986T16.616 4t-.987.398t-.398.987t.403.986t.982.398t.981-.398M3 12.192V12q0-.98.69-1.683q.69-.702 1.676-.702q.537 0 1.007.213t.793.588l7.198-4.255q-.07-.194-.101-.385q-.032-.192-.032-.392q0-.993.697-1.689Q15.625 3 16.62 3t1.688.697T19 5.389t-.695 1.688t-1.69.692q-.542 0-1-.222t-.78-.597L7.45 11.333q-.26-.047-.526-.074q-.266-.028-.54-.028q-.932 0-1.79.248q-.86.248-1.594.713M16.61 21q-.994 0-1.687-.695q-.692-.696-.692-1.69q0-.15.132-.757l-1.632-.977q-.05-.331-.11-.635q-.059-.304-.165-.602l2.379 1.406q.323-.375.78-.597q.458-.222 1-.222q.994 0 1.69.696q.695.698.695 1.693t-.697 1.688t-1.692.692m-13.062-.549q-1.165-1.164-1.165-2.835T3.55 14.78t2.835-1.164T9.22 14.78t1.164 2.836q0 1.67-1.164 2.835t-2.836 1.165q-1.67 0-2.835-1.165m2.835-2.29l1.75 1.756l.552-.546l-1.755-1.755l1.755-1.756l-.546-.546l-1.756 1.755l-1.755-1.755l-.546.545l1.755 1.756l-1.755 1.756l.546.546zM16.617 5.385"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.616 20q.588 0 .986-.398t.398-.986t-.398-.987t-.986-.398t-.987.398t-.398.986t.398.987t.987.398m.981-13.629Q18 5.973 18 5.384q0-.588-.398-.986T16.616 4t-.987.398t-.398.987t.403.986t.982.398t.981-.398M3 12.192V12q0-.98.69-1.683q.69-.702 1.676-.702q.537 0 1.007.213t.793.588l7.198-4.255q-.07-.194-.101-.385q-.032-.192-.032-.392q0-.993.697-1.689Q15.625 3 16.62 3t1.688.697T19 5.389t-.695 1.688t-1.69.692q-.542 0-1-.222t-.78-.597L7.45 11.333q-.26-.047-.526-.074q-.266-.028-.54-.028q-.932 0-1.79.248q-.86.248-1.594.713M16.61 21q-.994 0-1.687-.695q-.692-.696-.692-1.69q0-.15.132-.757l-1.632-.977q-.05-.331-.11-.635q-.059-.304-.165-.602l2.379 1.406q.323-.375.78-.597q.458-.222 1-.222q.994 0 1.69.696q.695.698.695 1.693t-.697 1.688t-1.692.692m-13.062-.549q-1.165-1.164-1.165-2.835T3.55 14.78t2.835-1.164T9.22 14.78t1.164 2.836q0 1.67-1.164 2.835t-2.836 1.165q-1.67 0-2.835-1.165m2.835-2.29l1.75 1.756l.552-.546l-1.755-1.755l1.755-1.756l-.546-.546l-1.756 1.755l-1.755-1.755l-.546.545l1.755 1.756l-1.755 1.756l.546.546zM16.617 5.385"/></svg>
</template>

CSS

.icon-share-off-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%22M16.616%2020q.588%200%20.986-.398t.398-.986t-.398-.987t-.986-.398t-.987.398t-.398.986t.398.987t.987.398m.981-13.629Q18%205.973%2018%205.384q0-.588-.398-.986T16.616%204t-.987.398t-.398.987t.403.986t.982.398t.981-.398M3%2012.192V12q0-.98.69-1.683q.69-.702%201.676-.702q.537%200%201.007.213t.793.588l7.198-4.255q-.07-.194-.101-.385q-.032-.192-.032-.392q0-.993.697-1.689Q15.625%203%2016.62%203t1.688.697T19%205.389t-.695%201.688t-1.69.692q-.542%200-1-.222t-.78-.597L7.45%2011.333q-.26-.047-.526-.074q-.266-.028-.54-.028q-.932%200-1.79.248q-.86.248-1.594.713M16.61%2021q-.994%200-1.687-.695q-.692-.696-.692-1.69q0-.15.132-.757l-1.632-.977q-.05-.331-.11-.635q-.059-.304-.165-.602l2.379%201.406q.323-.375.78-.597q.458-.222%201-.222q.994%200%201.69.696q.695.698.695%201.693t-.697%201.688t-1.692.692m-13.062-.549q-1.165-1.164-1.165-2.835T3.55%2014.78t2.835-1.164T9.22%2014.78t1.164%202.836q0%201.67-1.164%202.835t-2.836%201.165q-1.67%200-2.835-1.165m2.835-2.29l1.75%201.756l.552-.546l-1.755-1.755l1.755-1.756l-.546-.546l-1.756%201.755l-1.755-1.755l-.546.545l1.755%201.756l-1.755%201.756l.546.546zM16.617%205.385%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%22M16.616%2020q.588%200%20.986-.398t.398-.986t-.398-.987t-.986-.398t-.987.398t-.398.986t.398.987t.987.398m.981-13.629Q18%205.973%2018%205.384q0-.588-.398-.986T16.616%204t-.987.398t-.398.987t.403.986t.982.398t.981-.398M3%2012.192V12q0-.98.69-1.683q.69-.702%201.676-.702q.537%200%201.007.213t.793.588l7.198-4.255q-.07-.194-.101-.385q-.032-.192-.032-.392q0-.993.697-1.689Q15.625%203%2016.62%203t1.688.697T19%205.389t-.695%201.688t-1.69.692q-.542%200-1-.222t-.78-.597L7.45%2011.333q-.26-.047-.526-.074q-.266-.028-.54-.028q-.932%200-1.79.248q-.86.248-1.594.713M16.61%2021q-.994%200-1.687-.695q-.692-.696-.692-1.69q0-.15.132-.757l-1.632-.977q-.05-.331-.11-.635q-.059-.304-.165-.602l2.379%201.406q.323-.375.78-.597q.458-.222%201-.222q.994%200%201.69.696q.695.698.695%201.693t-.697%201.688t-1.692.692m-13.062-.549q-1.165-1.164-1.165-2.835T3.55%2014.78t2.835-1.164T9.22%2014.78t1.164%202.836q0%201.67-1.164%202.835t-2.836%201.165q-1.67%200-2.835-1.165m2.835-2.29l1.75%201.756l.552-.546l-1.755-1.755l1.755-1.756l-.546-.546l-1.756%201.755l-1.755-1.755l-.546.545l1.755%201.756l-1.755%201.756l.546.546zM16.617%205.385%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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