share off icon
share-off from Material Symbols Light by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.
- Name
- share-off
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- share-off-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="M3 12.192V12q0-.98.692-1.683q.692-.702 1.674-.702q.542 0 1.009.213t.79.588l7.199-4.255q-.07-.194-.101-.385q-.032-.192-.032-.392q0-1 .692-1.692Q15.616 3 16.616 3t1.692.692T19 5.385t-.692 1.692q-.693.692-1.693.692q-.542 0-1-.222t-.78-.597L7.45 11.333q-.263-.048-.53-.075q-.266-.027-.535-.027q-.933 0-1.792.248T3 12.192M16.616 21q-1 0-1.693-.692q-.692-.693-.692-1.693q0-.15.133-.757l-1.633-.977q-.05-.331-.108-.634t-.167-.603l2.379 1.406q.323-.375.78-.597q.458-.222 1-.222q1 0 1.693.692q.692.693.692 1.693t-.692 1.692t-1.692.692m-13.067-.549q-1.164-1.164-1.164-2.835t1.164-2.836t2.836-1.164T9.22 14.78t1.165 2.836q0 1.67-1.165 2.835q-1.164 1.165-2.835 1.165T3.549 20.45m2.836-2.29l1.75 1.756l.552-.546l-1.756-1.755l1.756-1.756l-.546-.546l-1.756 1.755l-1.756-1.755l-.546.545l1.756 1.756l-1.756 1.756l.546.546z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightShareOff(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="M3 12.192V12q0-.98.692-1.683q.692-.702 1.674-.702q.542 0 1.009.213t.79.588l7.199-4.255q-.07-.194-.101-.385q-.032-.192-.032-.392q0-1 .692-1.692Q15.616 3 16.616 3t1.692.692T19 5.385t-.692 1.692q-.693.692-1.693.692q-.542 0-1-.222t-.78-.597L7.45 11.333q-.263-.048-.53-.075q-.266-.027-.535-.027q-.933 0-1.792.248T3 12.192M16.616 21q-1 0-1.693-.692q-.692-.693-.692-1.693q0-.15.133-.757l-1.633-.977q-.05-.331-.108-.634t-.167-.603l2.379 1.406q.323-.375.78-.597q.458-.222 1-.222q1 0 1.693.692q.692.693.692 1.693t-.692 1.692t-1.692.692m-13.067-.549q-1.164-1.164-1.164-2.835t1.164-2.836t2.836-1.164T9.22 14.78t1.165 2.836q0 1.67-1.165 2.835q-1.164 1.165-2.835 1.165T3.549 20.45m2.836-2.29l1.75 1.756l.552-.546l-1.756-1.755l1.756-1.756l-.546-.546l-1.756 1.755l-1.756-1.755l-.546.545l1.756 1.756l-1.756 1.756l.546.546z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 12.192V12q0-.98.692-1.683q.692-.702 1.674-.702q.542 0 1.009.213t.79.588l7.199-4.255q-.07-.194-.101-.385q-.032-.192-.032-.392q0-1 .692-1.692Q15.616 3 16.616 3t1.692.692T19 5.385t-.692 1.692q-.693.692-1.693.692q-.542 0-1-.222t-.78-.597L7.45 11.333q-.263-.048-.53-.075q-.266-.027-.535-.027q-.933 0-1.792.248T3 12.192M16.616 21q-1 0-1.693-.692q-.692-.693-.692-1.693q0-.15.133-.757l-1.633-.977q-.05-.331-.108-.634t-.167-.603l2.379 1.406q.323-.375.78-.597q.458-.222 1-.222q1 0 1.693.692q.692.693.692 1.693t-.692 1.692t-1.692.692m-13.067-.549q-1.164-1.164-1.164-2.835t1.164-2.836t2.836-1.164T9.22 14.78t1.165 2.836q0 1.67-1.165 2.835q-1.164 1.165-2.835 1.165T3.549 20.45m2.836-2.29l1.75 1.756l.552-.546l-1.756-1.755l1.756-1.756l-.546-.546l-1.756 1.755l-1.756-1.755l-.546.545l1.756 1.756l-1.756 1.756l.546.546z"/></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%22M3%2012.192V12q0-.98.692-1.683q.692-.702%201.674-.702q.542%200%201.009.213t.79.588l7.199-4.255q-.07-.194-.101-.385q-.032-.192-.032-.392q0-1%20.692-1.692Q15.616%203%2016.616%203t1.692.692T19%205.385t-.692%201.692q-.693.692-1.693.692q-.542%200-1-.222t-.78-.597L7.45%2011.333q-.263-.048-.53-.075q-.266-.027-.535-.027q-.933%200-1.792.248T3%2012.192M16.616%2021q-1%200-1.693-.692q-.692-.693-.692-1.693q0-.15.133-.757l-1.633-.977q-.05-.331-.108-.634t-.167-.603l2.379%201.406q.323-.375.78-.597q.458-.222%201-.222q1%200%201.693.692q.692.693.692%201.693t-.692%201.692t-1.692.692m-13.067-.549q-1.164-1.164-1.164-2.835t1.164-2.836t2.836-1.164T9.22%2014.78t1.165%202.836q0%201.67-1.165%202.835q-1.164%201.165-2.835%201.165T3.549%2020.45m2.836-2.29l1.75%201.756l.552-.546l-1.756-1.755l1.756-1.756l-.546-.546l-1.756%201.755l-1.756-1.755l-.546.545l1.756%201.756l-1.756%201.756l.546.546z%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%22M3%2012.192V12q0-.98.692-1.683q.692-.702%201.674-.702q.542%200%201.009.213t.79.588l7.199-4.255q-.07-.194-.101-.385q-.032-.192-.032-.392q0-1%20.692-1.692Q15.616%203%2016.616%203t1.692.692T19%205.385t-.692%201.692q-.693.692-1.693.692q-.542%200-1-.222t-.78-.597L7.45%2011.333q-.263-.048-.53-.075q-.266-.027-.535-.027q-.933%200-1.792.248T3%2012.192M16.616%2021q-1%200-1.693-.692q-.692-.693-.692-1.693q0-.15.133-.757l-1.633-.977q-.05-.331-.108-.634t-.167-.603l2.379%201.406q.323-.375.78-.597q.458-.222%201-.222q1%200%201.693.692q.692.693.692%201.693t-.692%201.692t-1.692.692m-13.067-.549q-1.164-1.164-1.164-2.835t1.164-2.836t2.836-1.164T9.22%2014.78t1.165%202.836q0%201.67-1.165%202.835q-1.164%201.165-2.835%201.165T3.549%2020.45m2.836-2.29l1.75%201.756l.552-.546l-1.756-1.755l1.756-1.756l-.546-.546l-1.756%201.755l-1.756-1.755l-.546.545l1.756%201.756l-1.756%201.756l.546.546z%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.svg?color=%231a73e8&size=48