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

Name
globe-off-32-filled
Set
Fluent UI System Icons
Style
32 Filled
Viewbox
32×32
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 32 32"><path fill="currentColor" d="M5.419 6.833A14 14 0 0 0 3.348 10h5.238l2.576 2.576A36 36 0 0 0 11 16c0 1.393.078 2.734.222 4h7.364l3.612 3.612a22.5 22.5 0 0 1-1.027 3.366c-.368.922-.793 1.758-1.272 2.472a14 14 0 0 0 5.268-2.869l3.126 3.126a1 1 0 0 0 1.414-1.414l-26-26a1 1 0 0 0-1.414 1.414zm6.452 1.503L13.535 10h6.95c-.29-1.6-.69-3.032-1.17-4.235c-.516-1.288-1.104-2.263-1.706-2.9c-.599-.632-1.142-.864-1.606-.865h-.008c-.463.002-1.006.234-1.604.866c-.602.636-1.19 1.611-1.705 2.899a20 20 0 0 0-.815 2.571M15.535 12l5.437 5.437Q21 16.73 21 16c0-1.393-.078-2.734-.222-4zm7.322 7.322l.678.678h5.886c.377-1.267.58-2.61.58-4s-.203-2.733-.58-4h-6.63a38 38 0 0 1 .066 7.322M25.535 22l1.974 1.974q.65-.936 1.144-1.974zM8.026 4.491l2.217 2.218q.269-.893.586-1.687c.369-.922.793-1.758 1.272-2.472a14 14 0 0 0-4.075 1.941M9.21 20A38 38 0 0 1 9 16c0-1.379.073-2.72.21-4H2.58A14 14 0 0 0 2 16c0 1.39.203 2.733.58 4zm-5.862 2h6.137c.314 1.86.772 3.547 1.344 4.978c.369.922.793 1.758 1.272 2.472A14.04 14.04 0 0 1 3.348 22m17.137 0c-.29 1.6-.69 3.032-1.17 4.235c-.516 1.288-1.104 2.262-1.706 2.9c-.6.634-1.144.865-1.609.865s-1.009-.231-1.609-.866c-.602-.637-1.19-1.611-1.705-2.899c-.481-1.203-.881-2.636-1.17-4.235zm2.03-12h6.138a14.04 14.04 0 0 0-8.754-7.45c.48.714.904 1.55 1.272 2.472c.573 1.431 1.03 3.118 1.345 4.978"/></svg>

React

import type { SVGProps } from "react";

export function FluentGlobeOff32Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5.419 6.833A14 14 0 0 0 3.348 10h5.238l2.576 2.576A36 36 0 0 0 11 16c0 1.393.078 2.734.222 4h7.364l3.612 3.612a22.5 22.5 0 0 1-1.027 3.366c-.368.922-.793 1.758-1.272 2.472a14 14 0 0 0 5.268-2.869l3.126 3.126a1 1 0 0 0 1.414-1.414l-26-26a1 1 0 0 0-1.414 1.414zm6.452 1.503L13.535 10h6.95c-.29-1.6-.69-3.032-1.17-4.235c-.516-1.288-1.104-2.263-1.706-2.9c-.599-.632-1.142-.864-1.606-.865h-.008c-.463.002-1.006.234-1.604.866c-.602.636-1.19 1.611-1.705 2.899a20 20 0 0 0-.815 2.571M15.535 12l5.437 5.437Q21 16.73 21 16c0-1.393-.078-2.734-.222-4zm7.322 7.322l.678.678h5.886c.377-1.267.58-2.61.58-4s-.203-2.733-.58-4h-6.63a38 38 0 0 1 .066 7.322M25.535 22l1.974 1.974q.65-.936 1.144-1.974zM8.026 4.491l2.217 2.218q.269-.893.586-1.687c.369-.922.793-1.758 1.272-2.472a14 14 0 0 0-4.075 1.941M9.21 20A38 38 0 0 1 9 16c0-1.379.073-2.72.21-4H2.58A14 14 0 0 0 2 16c0 1.39.203 2.733.58 4zm-5.862 2h6.137c.314 1.86.772 3.547 1.344 4.978c.369.922.793 1.758 1.272 2.472A14.04 14.04 0 0 1 3.348 22m17.137 0c-.29 1.6-.69 3.032-1.17 4.235c-.516 1.288-1.104 2.262-1.706 2.9c-.6.634-1.144.865-1.609.865s-1.009-.231-1.609-.866c-.602-.637-1.19-1.611-1.705-2.899c-.481-1.203-.881-2.636-1.17-4.235zm2.03-12h6.138a14.04 14.04 0 0 0-8.754-7.45c.48.714.904 1.55 1.272 2.472c.573 1.431 1.03 3.118 1.345 4.978"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5.419 6.833A14 14 0 0 0 3.348 10h5.238l2.576 2.576A36 36 0 0 0 11 16c0 1.393.078 2.734.222 4h7.364l3.612 3.612a22.5 22.5 0 0 1-1.027 3.366c-.368.922-.793 1.758-1.272 2.472a14 14 0 0 0 5.268-2.869l3.126 3.126a1 1 0 0 0 1.414-1.414l-26-26a1 1 0 0 0-1.414 1.414zm6.452 1.503L13.535 10h6.95c-.29-1.6-.69-3.032-1.17-4.235c-.516-1.288-1.104-2.263-1.706-2.9c-.599-.632-1.142-.864-1.606-.865h-.008c-.463.002-1.006.234-1.604.866c-.602.636-1.19 1.611-1.705 2.899a20 20 0 0 0-.815 2.571M15.535 12l5.437 5.437Q21 16.73 21 16c0-1.393-.078-2.734-.222-4zm7.322 7.322l.678.678h5.886c.377-1.267.58-2.61.58-4s-.203-2.733-.58-4h-6.63a38 38 0 0 1 .066 7.322M25.535 22l1.974 1.974q.65-.936 1.144-1.974zM8.026 4.491l2.217 2.218q.269-.893.586-1.687c.369-.922.793-1.758 1.272-2.472a14 14 0 0 0-4.075 1.941M9.21 20A38 38 0 0 1 9 16c0-1.379.073-2.72.21-4H2.58A14 14 0 0 0 2 16c0 1.39.203 2.733.58 4zm-5.862 2h6.137c.314 1.86.772 3.547 1.344 4.978c.369.922.793 1.758 1.272 2.472A14.04 14.04 0 0 1 3.348 22m17.137 0c-.29 1.6-.69 3.032-1.17 4.235c-.516 1.288-1.104 2.262-1.706 2.9c-.6.634-1.144.865-1.609.865s-1.009-.231-1.609-.866c-.602-.637-1.19-1.611-1.705-2.899c-.481-1.203-.881-2.636-1.17-4.235zm2.03-12h6.138a14.04 14.04 0 0 0-8.754-7.45c.48.714.904 1.55 1.272 2.472c.573 1.431 1.03 3.118 1.345 4.978"/></svg>
</template>

CSS

.icon-globe-off-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.419%206.833A14%2014%200%200%200%203.348%2010h5.238l2.576%202.576A36%2036%200%200%200%2011%2016c0%201.393.078%202.734.222%204h7.364l3.612%203.612a22.5%2022.5%200%200%201-1.027%203.366c-.368.922-.793%201.758-1.272%202.472a14%2014%200%200%200%205.268-2.869l3.126%203.126a1%201%200%200%200%201.414-1.414l-26-26a1%201%200%200%200-1.414%201.414zm6.452%201.503L13.535%2010h6.95c-.29-1.6-.69-3.032-1.17-4.235c-.516-1.288-1.104-2.263-1.706-2.9c-.599-.632-1.142-.864-1.606-.865h-.008c-.463.002-1.006.234-1.604.866c-.602.636-1.19%201.611-1.705%202.899a20%2020%200%200%200-.815%202.571M15.535%2012l5.437%205.437Q21%2016.73%2021%2016c0-1.393-.078-2.734-.222-4zm7.322%207.322l.678.678h5.886c.377-1.267.58-2.61.58-4s-.203-2.733-.58-4h-6.63a38%2038%200%200%201%20.066%207.322M25.535%2022l1.974%201.974q.65-.936%201.144-1.974zM8.026%204.491l2.217%202.218q.269-.893.586-1.687c.369-.922.793-1.758%201.272-2.472a14%2014%200%200%200-4.075%201.941M9.21%2020A38%2038%200%200%201%209%2016c0-1.379.073-2.72.21-4H2.58A14%2014%200%200%200%202%2016c0%201.39.203%202.733.58%204zm-5.862%202h6.137c.314%201.86.772%203.547%201.344%204.978c.369.922.793%201.758%201.272%202.472A14.04%2014.04%200%200%201%203.348%2022m17.137%200c-.29%201.6-.69%203.032-1.17%204.235c-.516%201.288-1.104%202.262-1.706%202.9c-.6.634-1.144.865-1.609.865s-1.009-.231-1.609-.866c-.602-.637-1.19-1.611-1.705-2.899c-.481-1.203-.881-2.636-1.17-4.235zm2.03-12h6.138a14.04%2014.04%200%200%200-8.754-7.45c.48.714.904%201.55%201.272%202.472c.573%201.431%201.03%203.118%201.345%204.978%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.419%206.833A14%2014%200%200%200%203.348%2010h5.238l2.576%202.576A36%2036%200%200%200%2011%2016c0%201.393.078%202.734.222%204h7.364l3.612%203.612a22.5%2022.5%200%200%201-1.027%203.366c-.368.922-.793%201.758-1.272%202.472a14%2014%200%200%200%205.268-2.869l3.126%203.126a1%201%200%200%200%201.414-1.414l-26-26a1%201%200%200%200-1.414%201.414zm6.452%201.503L13.535%2010h6.95c-.29-1.6-.69-3.032-1.17-4.235c-.516-1.288-1.104-2.263-1.706-2.9c-.599-.632-1.142-.864-1.606-.865h-.008c-.463.002-1.006.234-1.604.866c-.602.636-1.19%201.611-1.705%202.899a20%2020%200%200%200-.815%202.571M15.535%2012l5.437%205.437Q21%2016.73%2021%2016c0-1.393-.078-2.734-.222-4zm7.322%207.322l.678.678h5.886c.377-1.267.58-2.61.58-4s-.203-2.733-.58-4h-6.63a38%2038%200%200%201%20.066%207.322M25.535%2022l1.974%201.974q.65-.936%201.144-1.974zM8.026%204.491l2.217%202.218q.269-.893.586-1.687c.369-.922.793-1.758%201.272-2.472a14%2014%200%200%200-4.075%201.941M9.21%2020A38%2038%200%200%201%209%2016c0-1.379.073-2.72.21-4H2.58A14%2014%200%200%200%202%2016c0%201.39.203%202.733.58%204zm-5.862%202h6.137c.314%201.86.772%203.547%201.344%204.978c.369.922.793%201.758%201.272%202.472A14.04%2014.04%200%200%201%203.348%2022m17.137%200c-.29%201.6-.69%203.032-1.17%204.235c-.516%201.288-1.104%202.262-1.706%202.9c-.6.634-1.144.865-1.609.865s-1.009-.231-1.609-.866c-.602-.637-1.19-1.611-1.705-2.899c-.481-1.203-.881-2.636-1.17-4.235zm2.03-12h6.138a14.04%2014.04%200%200%200-8.754-7.45c.48.714.904%201.55%201.272%202.472c.573%201.431%201.03%203.118%201.345%204.978%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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