share-off-outline from Material Design Icons by Pictogrammers · Outline · Arrow · Apache-2.0 Free for personal and commercial use.

Name
share-off-outline
Set
Material Design Icons
Style
Outline
Category
Arrow
Viewbox
24×24
License
Apache 2.0
Aliases
forward-off-outline

1 other variant in Material Design Icons

The same icon in other sets

More arrow icons from Material Design Icons

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="M22.1 21.5L2.4 1.7L1.1 3l7.8 7.8C5.4 12.9 3.7 16.4 3 20c2.3-3.3 5.6-4.9 10-5.1l1 1V19l1.6-1.6l5.2 5.3M8.3 13.8c.64-.58 1.35-1.09 2.1-1.5l.9.8m2.9-2.1l-1.7-1.7L14 9V5l7 7l-2.9 2.9l-1.4-1.4l1.5-1.5L16 9.8v.9"/></svg>

React

import type { SVGProps } from "react";

export function MdiShareOffOutline(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="M22.1 21.5L2.4 1.7L1.1 3l7.8 7.8C5.4 12.9 3.7 16.4 3 20c2.3-3.3 5.6-4.9 10-5.1l1 1V19l1.6-1.6l5.2 5.3M8.3 13.8c.64-.58 1.35-1.09 2.1-1.5l.9.8m2.9-2.1l-1.7-1.7L14 9V5l7 7l-2.9 2.9l-1.4-1.4l1.5-1.5L16 9.8v.9"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.1 21.5L2.4 1.7L1.1 3l7.8 7.8C5.4 12.9 3.7 16.4 3 20c2.3-3.3 5.6-4.9 10-5.1l1 1V19l1.6-1.6l5.2 5.3M8.3 13.8c.64-.58 1.35-1.09 2.1-1.5l.9.8m2.9-2.1l-1.7-1.7L14 9V5l7 7l-2.9 2.9l-1.4-1.4l1.5-1.5L16 9.8v.9"/></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%22M22.1%2021.5L2.4%201.7L1.1%203l7.8%207.8C5.4%2012.9%203.7%2016.4%203%2020c2.3-3.3%205.6-4.9%2010-5.1l1%201V19l1.6-1.6l5.2%205.3M8.3%2013.8c.64-.58%201.35-1.09%202.1-1.5l.9.8m2.9-2.1l-1.7-1.7L14%209V5l7%207l-2.9%202.9l-1.4-1.4l1.5-1.5L16%209.8v.9%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%22M22.1%2021.5L2.4%201.7L1.1%203l7.8%207.8C5.4%2012.9%203.7%2016.4%203%2020c2.3-3.3%205.6-4.9%2010-5.1l1%201V19l1.6-1.6l5.2%205.3M8.3%2013.8c.64-.58%201.35-1.09%202.1-1.5l.9.8m2.9-2.1l-1.7-1.7L14%209V5l7%207l-2.9%202.9l-1.4-1.4l1.5-1.5L16%209.8v.9%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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