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

Name
globe-off-16-regular
Set
Fluent UI System Icons
Style
16 Regular
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.582a6 6 0 0 1-8.456-8.456L1.146 1.854a.5.5 0 1 1 .708-.708l13 13a.5.5 0 0 1-.708.708zm-.71-.71l-.621-.622q-.141.454-.32.846a6 6 0 0 1-.26.504a5 5 0 0 0 1.201-.729M9.293 10L6.065 6.772A11.4 11.4 0 0 0 6.18 10zM5 8c0-.699.057-1.372.163-2H3.416A5 5 0 0 0 3 8c0 .711.148 1.388.416 2h1.747A12 12 0 0 1 5 8m.777 4.096q-.227-.5-.393-1.096H4a5 5 0 0 0 2.038 1.6a6 6 0 0 1-.261-.504m3.536-.414q.141-.313.26-.682H6.427q.119.369.26.682C7.125 12.644 7.627 13 8 13c.374 0 .875-.356 1.313-1.318M9.82 6c.108.576.171 1.21.178 1.878l.973.972Q11 8.433 11 8c0-.699-.057-1.372-.163-2h1.747c.268.612.416 1.289.416 2s-.148 1.388-.416 2h-.463l1.048 1.048A6 6 0 0 0 4.952 2.83l1.66 1.66l.075-.173C7.125 3.356 7.627 3 8 3c.374 0 .875.356 1.313 1.318q.141.313.26.682H7.12l1 1zM12 5h-1.385a7.5 7.5 0 0 0-.393-1.096a6 6 0 0 0-.26-.504A5 5 0 0 1 12 5"/></svg>

React

import type { SVGProps } from "react";

export function FluentGlobeOff16Regular(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.582a6 6 0 0 1-8.456-8.456L1.146 1.854a.5.5 0 1 1 .708-.708l13 13a.5.5 0 0 1-.708.708zm-.71-.71l-.621-.622q-.141.454-.32.846a6 6 0 0 1-.26.504a5 5 0 0 0 1.201-.729M9.293 10L6.065 6.772A11.4 11.4 0 0 0 6.18 10zM5 8c0-.699.057-1.372.163-2H3.416A5 5 0 0 0 3 8c0 .711.148 1.388.416 2h1.747A12 12 0 0 1 5 8m.777 4.096q-.227-.5-.393-1.096H4a5 5 0 0 0 2.038 1.6a6 6 0 0 1-.261-.504m3.536-.414q.141-.313.26-.682H6.427q.119.369.26.682C7.125 12.644 7.627 13 8 13c.374 0 .875-.356 1.313-1.318M9.82 6c.108.576.171 1.21.178 1.878l.973.972Q11 8.433 11 8c0-.699-.057-1.372-.163-2h1.747c.268.612.416 1.289.416 2s-.148 1.388-.416 2h-.463l1.048 1.048A6 6 0 0 0 4.952 2.83l1.66 1.66l.075-.173C7.125 3.356 7.627 3 8 3c.374 0 .875.356 1.313 1.318q.141.313.26.682H7.12l1 1zM12 5h-1.385a7.5 7.5 0 0 0-.393-1.096a6 6 0 0 0-.26-.504A5 5 0 0 1 12 5"/></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.582a6 6 0 0 1-8.456-8.456L1.146 1.854a.5.5 0 1 1 .708-.708l13 13a.5.5 0 0 1-.708.708zm-.71-.71l-.621-.622q-.141.454-.32.846a6 6 0 0 1-.26.504a5 5 0 0 0 1.201-.729M9.293 10L6.065 6.772A11.4 11.4 0 0 0 6.18 10zM5 8c0-.699.057-1.372.163-2H3.416A5 5 0 0 0 3 8c0 .711.148 1.388.416 2h1.747A12 12 0 0 1 5 8m.777 4.096q-.227-.5-.393-1.096H4a5 5 0 0 0 2.038 1.6a6 6 0 0 1-.261-.504m3.536-.414q.141-.313.26-.682H6.427q.119.369.26.682C7.125 12.644 7.627 13 8 13c.374 0 .875-.356 1.313-1.318M9.82 6c.108.576.171 1.21.178 1.878l.973.972Q11 8.433 11 8c0-.699-.057-1.372-.163-2h1.747c.268.612.416 1.289.416 2s-.148 1.388-.416 2h-.463l1.048 1.048A6 6 0 0 0 4.952 2.83l1.66 1.66l.075-.173C7.125 3.356 7.627 3 8 3c.374 0 .875.356 1.313 1.318q.141.313.26.682H7.12l1 1zM12 5h-1.385a7.5 7.5 0 0 0-.393-1.096a6 6 0 0 0-.26-.504A5 5 0 0 1 12 5"/></svg>
</template>

CSS

.icon-globe-off-16-regular {
  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.582a6%206%200%200%201-8.456-8.456L1.146%201.854a.5.5%200%201%201%20.708-.708l13%2013a.5.5%200%200%201-.708.708zm-.71-.71l-.621-.622q-.141.454-.32.846a6%206%200%200%201-.26.504a5%205%200%200%200%201.201-.729M9.293%2010L6.065%206.772A11.4%2011.4%200%200%200%206.18%2010zM5%208c0-.699.057-1.372.163-2H3.416A5%205%200%200%200%203%208c0%20.711.148%201.388.416%202h1.747A12%2012%200%200%201%205%208m.777%204.096q-.227-.5-.393-1.096H4a5%205%200%200%200%202.038%201.6a6%206%200%200%201-.261-.504m3.536-.414q.141-.313.26-.682H6.427q.119.369.26.682C7.125%2012.644%207.627%2013%208%2013c.374%200%20.875-.356%201.313-1.318M9.82%206c.108.576.171%201.21.178%201.878l.973.972Q11%208.433%2011%208c0-.699-.057-1.372-.163-2h1.747c.268.612.416%201.289.416%202s-.148%201.388-.416%202h-.463l1.048%201.048A6%206%200%200%200%204.952%202.83l1.66%201.66l.075-.173C7.125%203.356%207.627%203%208%203c.374%200%20.875.356%201.313%201.318q.141.313.26.682H7.12l1%201zM12%205h-1.385a7.5%207.5%200%200%200-.393-1.096a6%206%200%200%200-.26-.504A5%205%200%200%201%2012%205%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.582a6%206%200%200%201-8.456-8.456L1.146%201.854a.5.5%200%201%201%20.708-.708l13%2013a.5.5%200%200%201-.708.708zm-.71-.71l-.621-.622q-.141.454-.32.846a6%206%200%200%201-.26.504a5%205%200%200%200%201.201-.729M9.293%2010L6.065%206.772A11.4%2011.4%200%200%200%206.18%2010zM5%208c0-.699.057-1.372.163-2H3.416A5%205%200%200%200%203%208c0%20.711.148%201.388.416%202h1.747A12%2012%200%200%201%205%208m.777%204.096q-.227-.5-.393-1.096H4a5%205%200%200%200%202.038%201.6a6%206%200%200%201-.261-.504m3.536-.414q.141-.313.26-.682H6.427q.119.369.26.682C7.125%2012.644%207.627%2013%208%2013c.374%200%20.875-.356%201.313-1.318M9.82%206c.108.576.171%201.21.178%201.878l.973.972Q11%208.433%2011%208c0-.699-.057-1.372-.163-2h1.747c.268.612.416%201.289.416%202s-.148%201.388-.416%202h-.463l1.048%201.048A6%206%200%200%200%204.952%202.83l1.66%201.66l.075-.173C7.125%203.356%207.627%203%208%203c.374%200%20.875.356%201.313%201.318q.141.313.26.682H7.12l1%201zM12%205h-1.385a7.5%207.5%200%200%200-.393-1.096a6%206%200%200%200-.26-.504A5%205%200%200%201%2012%205%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-regular.svg?color=%231a73e8&size=48