earth-off from Material Design Icons by Pictogrammers · Filled · Geographic Information System · Apache-2.0 Free for personal and commercial use.

Name
earth-off
Set
Material Design Icons
Style
Filled
Category
Geographic Information System
Viewbox
24×24
License
Apache 2.0
Aliases
globe-off, planet-off, world-off

More geographic information system icons from Material Design Icons

Use the earth 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 5.27l-1.5 1.48C21.46 8.28 22 10.07 22 12a10 10 0 0 1-10 10c-1.92 0-3.72-.54-5.25-1.5L5.27 22L4 20.72L20.72 4zm-4.1 12.12C19.2 15.97 20 14.08 20 12c0-1.37-.34-2.66-.95-3.78l-4.22 4.22c.11.16.17.35.17.56v3h1c.89 0 1.64.59 1.9 1.39M11 19.93V18c-.5 0-.93-.17-1.27-.46l-1.51 1.51c.85.45 1.78.75 2.78.88m4-15.34V5a2 2 0 0 1-2 2h-2v2a1 1 0 0 1-1 1H8v2h2.18l-2.09 2.09l-3.88-3.88C4.08 10.78 4 11.38 4 12c0 1.74.56 3.36 1.5 4.67L4.08 18.1A9.9 9.9 0 0 1 2 12A10 10 0 0 1 12 2c2.3 0 4.41.77 6.1 2.08L16.67 5.5A8.2 8.2 0 0 0 15 4.59"/></svg>

React

import type { SVGProps } from "react";

export function MdiEarthOff(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 5.27l-1.5 1.48C21.46 8.28 22 10.07 22 12a10 10 0 0 1-10 10c-1.92 0-3.72-.54-5.25-1.5L5.27 22L4 20.72L20.72 4zm-4.1 12.12C19.2 15.97 20 14.08 20 12c0-1.37-.34-2.66-.95-3.78l-4.22 4.22c.11.16.17.35.17.56v3h1c.89 0 1.64.59 1.9 1.39M11 19.93V18c-.5 0-.93-.17-1.27-.46l-1.51 1.51c.85.45 1.78.75 2.78.88m4-15.34V5a2 2 0 0 1-2 2h-2v2a1 1 0 0 1-1 1H8v2h2.18l-2.09 2.09l-3.88-3.88C4.08 10.78 4 11.38 4 12c0 1.74.56 3.36 1.5 4.67L4.08 18.1A9.9 9.9 0 0 1 2 12A10 10 0 0 1 12 2c2.3 0 4.41.77 6.1 2.08L16.67 5.5A8.2 8.2 0 0 0 15 4.59"/></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 5.27l-1.5 1.48C21.46 8.28 22 10.07 22 12a10 10 0 0 1-10 10c-1.92 0-3.72-.54-5.25-1.5L5.27 22L4 20.72L20.72 4zm-4.1 12.12C19.2 15.97 20 14.08 20 12c0-1.37-.34-2.66-.95-3.78l-4.22 4.22c.11.16.17.35.17.56v3h1c.89 0 1.64.59 1.9 1.39M11 19.93V18c-.5 0-.93-.17-1.27-.46l-1.51 1.51c.85.45 1.78.75 2.78.88m4-15.34V5a2 2 0 0 1-2 2h-2v2a1 1 0 0 1-1 1H8v2h2.18l-2.09 2.09l-3.88-3.88C4.08 10.78 4 11.38 4 12c0 1.74.56 3.36 1.5 4.67L4.08 18.1A9.9 9.9 0 0 1 2 12A10 10 0 0 1 12 2c2.3 0 4.41.77 6.1 2.08L16.67 5.5A8.2 8.2 0 0 0 15 4.59"/></svg>
</template>

CSS

.icon-earth-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%22m22%205.27l-1.5%201.48C21.46%208.28%2022%2010.07%2022%2012a10%2010%200%200%201-10%2010c-1.92%200-3.72-.54-5.25-1.5L5.27%2022L4%2020.72L20.72%204zm-4.1%2012.12C19.2%2015.97%2020%2014.08%2020%2012c0-1.37-.34-2.66-.95-3.78l-4.22%204.22c.11.16.17.35.17.56v3h1c.89%200%201.64.59%201.9%201.39M11%2019.93V18c-.5%200-.93-.17-1.27-.46l-1.51%201.51c.85.45%201.78.75%202.78.88m4-15.34V5a2%202%200%200%201-2%202h-2v2a1%201%200%200%201-1%201H8v2h2.18l-2.09%202.09l-3.88-3.88C4.08%2010.78%204%2011.38%204%2012c0%201.74.56%203.36%201.5%204.67L4.08%2018.1A9.9%209.9%200%200%201%202%2012A10%2010%200%200%201%2012%202c2.3%200%204.41.77%206.1%202.08L16.67%205.5A8.2%208.2%200%200%200%2015%204.59%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%205.27l-1.5%201.48C21.46%208.28%2022%2010.07%2022%2012a10%2010%200%200%201-10%2010c-1.92%200-3.72-.54-5.25-1.5L5.27%2022L4%2020.72L20.72%204zm-4.1%2012.12C19.2%2015.97%2020%2014.08%2020%2012c0-1.37-.34-2.66-.95-3.78l-4.22%204.22c.11.16.17.35.17.56v3h1c.89%200%201.64.59%201.9%201.39M11%2019.93V18c-.5%200-.93-.17-1.27-.46l-1.51%201.51c.85.45%201.78.75%202.78.88m4-15.34V5a2%202%200%200%201-2%202h-2v2a1%201%200%200%201-1%201H8v2h2.18l-2.09%202.09l-3.88-3.88C4.08%2010.78%204%2011.38%204%2012c0%201.74.56%203.36%201.5%204.67L4.08%2018.1A9.9%209.9%200%200%201%202%2012A10%2010%200%200%201%2012%202c2.3%200%204.41.77%206.1%202.08L16.67%205.5A8.2%208.2%200%200%200%2015%204.59%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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