sphere-off from Material Design Icons by Pictogrammers · Filled · Shape · Apache-2.0 Free for personal and commercial use.

Name
sphere-off
Set
Material Design Icons
Style
Filled
Category
Shape
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More shape icons from Material Design Icons

Use the sphere off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.39 1.73L1.11 3l2.95 2.95A9.9 9.9 0 0 0 2 12c0 5.5 4.5 10 10 10c2.28 0 4.37-.77 6.05-2.06l2.79 2.79l1.27-1.27zM5.5 7.39l1.08 1.08c-.71.15-1.4.33-2.01.58c.24-.6.56-1.15.93-1.66M4 12c0-.77 1.76-1.44 4.33-1.78L12.11 14H12c-4.42 0-8-.89-8-2m8 8c-3.37 0-6.25-2.09-7.43-5.05C6.07 15.57 8.39 16 12 16c.63 0 1.33 0 2.05-.06l2.58 2.56c-1.31.95-2.9 1.5-4.63 1.5M8.19 5L6.72 3.5C8.25 2.56 10.06 2 12 2c5.5 0 10 4.5 10 10c0 1.94-.56 3.75-1.5 5.28L19 15.81c.17-.27.31-.56.43-.85c-.3.12-.62.22-.96.31L16.8 13.6c1.94-.37 3.2-.95 3.2-1.6c0-1-2.94-1.83-6.77-1.97L11.21 8H12c3.61 0 5.93.43 7.43 1.05C18.25 6.09 15.37 4 12 4c-1.39 0-2.68.36-3.81 1"/></svg>

React

import type { SVGProps } from "react";

export function MdiSphereOff(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="M2.39 1.73L1.11 3l2.95 2.95A9.9 9.9 0 0 0 2 12c0 5.5 4.5 10 10 10c2.28 0 4.37-.77 6.05-2.06l2.79 2.79l1.27-1.27zM5.5 7.39l1.08 1.08c-.71.15-1.4.33-2.01.58c.24-.6.56-1.15.93-1.66M4 12c0-.77 1.76-1.44 4.33-1.78L12.11 14H12c-4.42 0-8-.89-8-2m8 8c-3.37 0-6.25-2.09-7.43-5.05C6.07 15.57 8.39 16 12 16c.63 0 1.33 0 2.05-.06l2.58 2.56c-1.31.95-2.9 1.5-4.63 1.5M8.19 5L6.72 3.5C8.25 2.56 10.06 2 12 2c5.5 0 10 4.5 10 10c0 1.94-.56 3.75-1.5 5.28L19 15.81c.17-.27.31-.56.43-.85c-.3.12-.62.22-.96.31L16.8 13.6c1.94-.37 3.2-.95 3.2-1.6c0-1-2.94-1.83-6.77-1.97L11.21 8H12c3.61 0 5.93.43 7.43 1.05C18.25 6.09 15.37 4 12 4c-1.39 0-2.68.36-3.81 1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.39 1.73L1.11 3l2.95 2.95A9.9 9.9 0 0 0 2 12c0 5.5 4.5 10 10 10c2.28 0 4.37-.77 6.05-2.06l2.79 2.79l1.27-1.27zM5.5 7.39l1.08 1.08c-.71.15-1.4.33-2.01.58c.24-.6.56-1.15.93-1.66M4 12c0-.77 1.76-1.44 4.33-1.78L12.11 14H12c-4.42 0-8-.89-8-2m8 8c-3.37 0-6.25-2.09-7.43-5.05C6.07 15.57 8.39 16 12 16c.63 0 1.33 0 2.05-.06l2.58 2.56c-1.31.95-2.9 1.5-4.63 1.5M8.19 5L6.72 3.5C8.25 2.56 10.06 2 12 2c5.5 0 10 4.5 10 10c0 1.94-.56 3.75-1.5 5.28L19 15.81c.17-.27.31-.56.43-.85c-.3.12-.62.22-.96.31L16.8 13.6c1.94-.37 3.2-.95 3.2-1.6c0-1-2.94-1.83-6.77-1.97L11.21 8H12c3.61 0 5.93.43 7.43 1.05C18.25 6.09 15.37 4 12 4c-1.39 0-2.68.36-3.81 1"/></svg>
</template>

CSS

.icon-sphere-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%22M2.39%201.73L1.11%203l2.95%202.95A9.9%209.9%200%200%200%202%2012c0%205.5%204.5%2010%2010%2010c2.28%200%204.37-.77%206.05-2.06l2.79%202.79l1.27-1.27zM5.5%207.39l1.08%201.08c-.71.15-1.4.33-2.01.58c.24-.6.56-1.15.93-1.66M4%2012c0-.77%201.76-1.44%204.33-1.78L12.11%2014H12c-4.42%200-8-.89-8-2m8%208c-3.37%200-6.25-2.09-7.43-5.05C6.07%2015.57%208.39%2016%2012%2016c.63%200%201.33%200%202.05-.06l2.58%202.56c-1.31.95-2.9%201.5-4.63%201.5M8.19%205L6.72%203.5C8.25%202.56%2010.06%202%2012%202c5.5%200%2010%204.5%2010%2010c0%201.94-.56%203.75-1.5%205.28L19%2015.81c.17-.27.31-.56.43-.85c-.3.12-.62.22-.96.31L16.8%2013.6c1.94-.37%203.2-.95%203.2-1.6c0-1-2.94-1.83-6.77-1.97L11.21%208H12c3.61%200%205.93.43%207.43%201.05C18.25%206.09%2015.37%204%2012%204c-1.39%200-2.68.36-3.81%201%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%22M2.39%201.73L1.11%203l2.95%202.95A9.9%209.9%200%200%200%202%2012c0%205.5%204.5%2010%2010%2010c2.28%200%204.37-.77%206.05-2.06l2.79%202.79l1.27-1.27zM5.5%207.39l1.08%201.08c-.71.15-1.4.33-2.01.58c.24-.6.56-1.15.93-1.66M4%2012c0-.77%201.76-1.44%204.33-1.78L12.11%2014H12c-4.42%200-8-.89-8-2m8%208c-3.37%200-6.25-2.09-7.43-5.05C6.07%2015.57%208.39%2016%2012%2016c.63%200%201.33%200%202.05-.06l2.58%202.56c-1.31.95-2.9%201.5-4.63%201.5M8.19%205L6.72%203.5C8.25%202.56%2010.06%202%2012%202c5.5%200%2010%204.5%2010%2010c0%201.94-.56%203.75-1.5%205.28L19%2015.81c.17-.27.31-.56.43-.85c-.3.12-.62.22-.96.31L16.8%2013.6c1.94-.37%203.2-.95%203.2-1.6c0-1-2.94-1.83-6.77-1.97L11.21%208H12c3.61%200%205.93.43%207.43%201.05C18.25%206.09%2015.37%204%2012%204c-1.39%200-2.68.36-3.81%201%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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