globe-off-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.

Name
globe-off-16-filled
Set
Fluent UI System Icons
Style
16 Filled
Viewbox
16×16
License
MIT

13 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the globe off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m11.874 12.582l2.272 2.272a.5.5 0 0 0 .708-.708l-13-13a.5.5 0 1 0-.708.708l2.272 2.272q-.346.408-.615.874h1.49l1.754 1.754A16.2 16.2 0 0 0 6.125 10h3.168l1.36 1.36a10 10 0 0 1-.419 1.416a6 6 0 0 1-.457.957a6 6 0 0 0 2.097-1.152m-5.42-8.25L7.12 5h2.587A9 9 0 0 0 9.3 3.583c-.213-.554-.455-.969-.698-1.236S8.156 2 8 2s-.36.08-.603.347s-.485.682-.698 1.236q-.133.346-.245.75M8.12 6L10 7.878A16 16 0 0 0 9.875 6zm2.858 2.858L12.121 10h1.538A6 6 0 0 0 14 8a6 6 0 0 0-.341-2h-2.776a17 17 0 0 1 .096 2.858M13.121 11l.048.048l.028-.048zM4.952 2.83l.702.703q.054-.159.112-.309a6 6 0 0 1 .457-.957a6 6 0 0 0-1.27.564M5.117 10A17 17 0 0 1 5 8c0-.693.04-1.365.117-2H2.34A6 6 0 0 0 2 8c0 .701.12 1.374.341 2zm-2.314 1h2.47c.125.655.292 1.254.493 1.776c.134.349.286.672.457.957A6.02 6.02 0 0 1 2.803 11m6.905 0a9 9 0 0 1-.407 1.417c-.213.554-.455.969-.698 1.236S8.156 14 8 14s-.36-.08-.603-.347s-.485-.682-.698-1.236A9 9 0 0 1 6.292 11zm1.02-6h2.47a6.02 6.02 0 0 0-3.421-2.733c.17.285.323.608.457.957c.201.522.368 1.12.494 1.776"/></svg>

React

import type { SVGProps } from "react";

export function FluentGlobeOff16Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m11.874 12.582l2.272 2.272a.5.5 0 0 0 .708-.708l-13-13a.5.5 0 1 0-.708.708l2.272 2.272q-.346.408-.615.874h1.49l1.754 1.754A16.2 16.2 0 0 0 6.125 10h3.168l1.36 1.36a10 10 0 0 1-.419 1.416a6 6 0 0 1-.457.957a6 6 0 0 0 2.097-1.152m-5.42-8.25L7.12 5h2.587A9 9 0 0 0 9.3 3.583c-.213-.554-.455-.969-.698-1.236S8.156 2 8 2s-.36.08-.603.347s-.485.682-.698 1.236q-.133.346-.245.75M8.12 6L10 7.878A16 16 0 0 0 9.875 6zm2.858 2.858L12.121 10h1.538A6 6 0 0 0 14 8a6 6 0 0 0-.341-2h-2.776a17 17 0 0 1 .096 2.858M13.121 11l.048.048l.028-.048zM4.952 2.83l.702.703q.054-.159.112-.309a6 6 0 0 1 .457-.957a6 6 0 0 0-1.27.564M5.117 10A17 17 0 0 1 5 8c0-.693.04-1.365.117-2H2.34A6 6 0 0 0 2 8c0 .701.12 1.374.341 2zm-2.314 1h2.47c.125.655.292 1.254.493 1.776c.134.349.286.672.457.957A6.02 6.02 0 0 1 2.803 11m6.905 0a9 9 0 0 1-.407 1.417c-.213.554-.455.969-.698 1.236S8.156 14 8 14s-.36-.08-.603-.347s-.485-.682-.698-1.236A9 9 0 0 1 6.292 11zm1.02-6h2.47a6.02 6.02 0 0 0-3.421-2.733c.17.285.323.608.457.957c.201.522.368 1.12.494 1.776"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m11.874 12.582l2.272 2.272a.5.5 0 0 0 .708-.708l-13-13a.5.5 0 1 0-.708.708l2.272 2.272q-.346.408-.615.874h1.49l1.754 1.754A16.2 16.2 0 0 0 6.125 10h3.168l1.36 1.36a10 10 0 0 1-.419 1.416a6 6 0 0 1-.457.957a6 6 0 0 0 2.097-1.152m-5.42-8.25L7.12 5h2.587A9 9 0 0 0 9.3 3.583c-.213-.554-.455-.969-.698-1.236S8.156 2 8 2s-.36.08-.603.347s-.485.682-.698 1.236q-.133.346-.245.75M8.12 6L10 7.878A16 16 0 0 0 9.875 6zm2.858 2.858L12.121 10h1.538A6 6 0 0 0 14 8a6 6 0 0 0-.341-2h-2.776a17 17 0 0 1 .096 2.858M13.121 11l.048.048l.028-.048zM4.952 2.83l.702.703q.054-.159.112-.309a6 6 0 0 1 .457-.957a6 6 0 0 0-1.27.564M5.117 10A17 17 0 0 1 5 8c0-.693.04-1.365.117-2H2.34A6 6 0 0 0 2 8c0 .701.12 1.374.341 2zm-2.314 1h2.47c.125.655.292 1.254.493 1.776c.134.349.286.672.457.957A6.02 6.02 0 0 1 2.803 11m6.905 0a9 9 0 0 1-.407 1.417c-.213.554-.455.969-.698 1.236S8.156 14 8 14s-.36-.08-.603-.347s-.485-.682-.698-1.236A9 9 0 0 1 6.292 11zm1.02-6h2.47a6.02 6.02 0 0 0-3.421-2.733c.17.285.323.608.457.957c.201.522.368 1.12.494 1.776"/></svg>
</template>

CSS

.icon-globe-off-16-filled {
  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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m11.874%2012.582l2.272%202.272a.5.5%200%200%200%20.708-.708l-13-13a.5.5%200%201%200-.708.708l2.272%202.272q-.346.408-.615.874h1.49l1.754%201.754A16.2%2016.2%200%200%200%206.125%2010h3.168l1.36%201.36a10%2010%200%200%201-.419%201.416a6%206%200%200%201-.457.957a6%206%200%200%200%202.097-1.152m-5.42-8.25L7.12%205h2.587A9%209%200%200%200%209.3%203.583c-.213-.554-.455-.969-.698-1.236S8.156%202%208%202s-.36.08-.603.347s-.485.682-.698%201.236q-.133.346-.245.75M8.12%206L10%207.878A16%2016%200%200%200%209.875%206zm2.858%202.858L12.121%2010h1.538A6%206%200%200%200%2014%208a6%206%200%200%200-.341-2h-2.776a17%2017%200%200%201%20.096%202.858M13.121%2011l.048.048l.028-.048zM4.952%202.83l.702.703q.054-.159.112-.309a6%206%200%200%201%20.457-.957a6%206%200%200%200-1.27.564M5.117%2010A17%2017%200%200%201%205%208c0-.693.04-1.365.117-2H2.34A6%206%200%200%200%202%208c0%20.701.12%201.374.341%202zm-2.314%201h2.47c.125.655.292%201.254.493%201.776c.134.349.286.672.457.957A6.02%206.02%200%200%201%202.803%2011m6.905%200a9%209%200%200%201-.407%201.417c-.213.554-.455.969-.698%201.236S8.156%2014%208%2014s-.36-.08-.603-.347s-.485-.682-.698-1.236A9%209%200%200%201%206.292%2011zm1.02-6h2.47a6.02%206.02%200%200%200-3.421-2.733c.17.285.323.608.457.957c.201.522.368%201.12.494%201.776%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m11.874%2012.582l2.272%202.272a.5.5%200%200%200%20.708-.708l-13-13a.5.5%200%201%200-.708.708l2.272%202.272q-.346.408-.615.874h1.49l1.754%201.754A16.2%2016.2%200%200%200%206.125%2010h3.168l1.36%201.36a10%2010%200%200%201-.419%201.416a6%206%200%200%201-.457.957a6%206%200%200%200%202.097-1.152m-5.42-8.25L7.12%205h2.587A9%209%200%200%200%209.3%203.583c-.213-.554-.455-.969-.698-1.236S8.156%202%208%202s-.36.08-.603.347s-.485.682-.698%201.236q-.133.346-.245.75M8.12%206L10%207.878A16%2016%200%200%200%209.875%206zm2.858%202.858L12.121%2010h1.538A6%206%200%200%200%2014%208a6%206%200%200%200-.341-2h-2.776a17%2017%200%200%201%20.096%202.858M13.121%2011l.048.048l.028-.048zM4.952%202.83l.702.703q.054-.159.112-.309a6%206%200%200%201%20.457-.957a6%206%200%200%200-1.27.564M5.117%2010A17%2017%200%200%201%205%208c0-.693.04-1.365.117-2H2.34A6%206%200%200%200%202%208c0%20.701.12%201.374.341%202zm-2.314%201h2.47c.125.655.292%201.254.493%201.776c.134.349.286.672.457.957A6.02%206.02%200%200%201%202.803%2011m6.905%200a9%209%200%200%201-.407%201.417c-.213.554-.455.969-.698%201.236S8.156%2014%208%2014s-.36-.08-.603-.347s-.485-.682-.698-1.236A9%209%200%200%201%206.292%2011zm1.02-6h2.47a6.02%206.02%200%200%200-3.421-2.733c.17.285.323.608.457.957c.201.522.368%201.12.494%201.776%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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