share off icon
share-off-rounded from Material Symbols Light by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- share-off-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
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 7.77q-.543 0-1-.223q-.458-.222-.781-.597l-7.162 4.246q-.111.056-.226.09q-.114.035-.25.005q-.208-.043-.404-.052q-.195-.008-.408-.008q-.685 0-1.347.14q-.663.138-1.292.431q-.13.056-.264.021q-.134-.034-.24-.14t-.124-.25t.038-.304q.267-.688.884-1.101q.618-.413 1.326-.413q.542 0 1.009.213t.79.588l7.199-4.254q-.07-.195-.102-.386t-.031-.391q0-1 .692-1.693Q15.615 3 16.615 3t1.693.692T19 5.385t-.692 1.692t-1.693.692m0 13.231q-1 0-1.692-.692q-.692-.693-.692-1.693q0-.15.132-.757l-1.461-.874q-.166-.103-.22-.287q-.055-.184.049-.349q.103-.165.287-.22t.35.049l1.467.873q.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.477 1.483q.111.112.263.122t.283-.122t.13-.276t-.13-.276L6.93 17.616l1.483-1.483q.111-.112.12-.264q.01-.152-.12-.282t-.273-.131t-.274.13L6.385 17.07l-1.483-1.482q-.111-.112-.263-.121q-.152-.01-.283.12t-.131.274t.13.273l1.484 1.483l-1.483 1.482q-.112.112-.121.264q-.01.152.12.282t.274.131t.273-.13z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightShareOffRounded(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 7.77q-.543 0-1-.223q-.458-.222-.781-.597l-7.162 4.246q-.111.056-.226.09q-.114.035-.25.005q-.208-.043-.404-.052q-.195-.008-.408-.008q-.685 0-1.347.14q-.663.138-1.292.431q-.13.056-.264.021q-.134-.034-.24-.14t-.124-.25t.038-.304q.267-.688.884-1.101q.618-.413 1.326-.413q.542 0 1.009.213t.79.588l7.199-4.254q-.07-.195-.102-.386t-.031-.391q0-1 .692-1.693Q15.615 3 16.615 3t1.693.692T19 5.385t-.692 1.692t-1.693.692m0 13.231q-1 0-1.692-.692q-.692-.693-.692-1.693q0-.15.132-.757l-1.461-.874q-.166-.103-.22-.287q-.055-.184.049-.349q.103-.165.287-.22t.35.049l1.467.873q.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.477 1.483q.111.112.263.122t.283-.122t.13-.276t-.13-.276L6.93 17.616l1.483-1.483q.111-.112.12-.264q.01-.152-.12-.282t-.273-.131t-.274.13L6.385 17.07l-1.483-1.482q-.111-.112-.263-.121q-.152-.01-.283.12t-.131.274t.13.273l1.484 1.483l-1.483 1.482q-.112.112-.121.264q-.01.152.12.282t.274.131t.273-.13z"/></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 7.77q-.543 0-1-.223q-.458-.222-.781-.597l-7.162 4.246q-.111.056-.226.09q-.114.035-.25.005q-.208-.043-.404-.052q-.195-.008-.408-.008q-.685 0-1.347.14q-.663.138-1.292.431q-.13.056-.264.021q-.134-.034-.24-.14t-.124-.25t.038-.304q.267-.688.884-1.101q.618-.413 1.326-.413q.542 0 1.009.213t.79.588l7.199-4.254q-.07-.195-.102-.386t-.031-.391q0-1 .692-1.693Q15.615 3 16.615 3t1.693.692T19 5.385t-.692 1.692t-1.693.692m0 13.231q-1 0-1.692-.692q-.692-.693-.692-1.693q0-.15.132-.757l-1.461-.874q-.166-.103-.22-.287q-.055-.184.049-.349q.103-.165.287-.22t.35.049l1.467.873q.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.477 1.483q.111.112.263.122t.283-.122t.13-.276t-.13-.276L6.93 17.616l1.483-1.483q.111-.112.12-.264q.01-.152-.12-.282t-.273-.131t-.274.13L6.385 17.07l-1.483-1.482q-.111-.112-.263-.121q-.152-.01-.283.12t-.131.274t.13.273l1.484 1.483l-1.483 1.482q-.112.112-.121.264q-.01.152.12.282t.274.131t.273-.13z"/></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%22M16.616%207.77q-.543%200-1-.223q-.458-.222-.781-.597l-7.162%204.246q-.111.056-.226.09q-.114.035-.25.005q-.208-.043-.404-.052q-.195-.008-.408-.008q-.685%200-1.347.14q-.663.138-1.292.431q-.13.056-.264.021q-.134-.034-.24-.14t-.124-.25t.038-.304q.267-.688.884-1.101q.618-.413%201.326-.413q.542%200%201.009.213t.79.588l7.199-4.254q-.07-.195-.102-.386t-.031-.391q0-1%20.692-1.693Q15.615%203%2016.615%203t1.693.692T19%205.385t-.692%201.692t-1.693.692m0%2013.231q-1%200-1.692-.692q-.692-.693-.692-1.693q0-.15.132-.757l-1.461-.874q-.166-.103-.22-.287q-.055-.184.049-.349q.103-.165.287-.22t.35.049l1.467.873q.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.477%201.483q.111.112.263.122t.283-.122t.13-.276t-.13-.276L6.93%2017.616l1.483-1.483q.111-.112.12-.264q.01-.152-.12-.282t-.273-.131t-.274.13L6.385%2017.07l-1.483-1.482q-.111-.112-.263-.121q-.152-.01-.283.12t-.131.274t.13.273l1.484%201.483l-1.483%201.482q-.112.112-.121.264q-.01.152.12.282t.274.131t.273-.13z%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%207.77q-.543%200-1-.223q-.458-.222-.781-.597l-7.162%204.246q-.111.056-.226.09q-.114.035-.25.005q-.208-.043-.404-.052q-.195-.008-.408-.008q-.685%200-1.347.14q-.663.138-1.292.431q-.13.056-.264.021q-.134-.034-.24-.14t-.124-.25t.038-.304q.267-.688.884-1.101q.618-.413%201.326-.413q.542%200%201.009.213t.79.588l7.199-4.254q-.07-.195-.102-.386t-.031-.391q0-1%20.692-1.693Q15.615%203%2016.615%203t1.693.692T19%205.385t-.692%201.692t-1.693.692m0%2013.231q-1%200-1.692-.692q-.692-.693-.692-1.693q0-.15.132-.757l-1.461-.874q-.166-.103-.22-.287q-.055-.184.049-.349q.103-.165.287-.22t.35.049l1.467.873q.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.477%201.483q.111.112.263.122t.283-.122t.13-.276t-.13-.276L6.93%2017.616l1.483-1.483q.111-.112.12-.264q.01-.152-.12-.282t-.273-.131t-.274.13L6.385%2017.07l-1.483-1.482q-.111-.112-.263-.121q-.152-.01-.283.12t-.131.274t.13.273l1.484%201.483l-1.483%201.482q-.112.112-.121.264q-.01.152.12.282t.274.131t.273-.13z%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-rounded.svg?color=%231a73e8&size=48