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

Name
globe-error-16-regular
Set
Fluent UI System Icons
Style
16 Regular
Viewbox
16×16
License
MIT

5 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the globe error icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M2 8a6 6 0 0 0 4.509 5.813A5.5 5.5 0 0 1 6 11.5a5.5 5.5 0 0 1 .207-1.5h-.028A11 11 0 0 1 6 8c0-.714.064-1.39.179-2H9.82q.024.122.043.247a5.5 5.5 0 0 1 .98-.208L10.837 6h1.747l.05.117a5.5 5.5 0 0 1 1.18.392A6 6 0 0 0 2 8m6-5c.374 0 .875.356 1.313 1.318q.141.313.26.682H6.427a6 6 0 0 1 .26-.682C7.125 3.356 7.627 3 8 3m-2.223.904q-.227.5-.393 1.096H4a5 5 0 0 1 2.038-1.6a6 6 0 0 0-.261.504M5.163 6A12 12 0 0 0 5 8c0 .699.057 1.373.163 2H3.416A5 5 0 0 1 3 8c0-.711.148-1.388.416-2zm.221 5q.166.596.393 1.096q.119.262.26.504A5 5 0 0 1 4 11zm4.578-7.6A5 5 0 0 1 12 5h-1.384a7.5 7.5 0 0 0-.393-1.096a6 6 0 0 0-.26-.504M16 11.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0M11.5 9a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 1 0v-2a.5.5 0 0 0-.5-.5m0 5.125a.625.625 0 1 0 0-1.25a.625.625 0 0 0 0 1.25"/></svg>

React

import type { SVGProps } from "react";

export function FluentGlobeError16Regular(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="M2 8a6 6 0 0 0 4.509 5.813A5.5 5.5 0 0 1 6 11.5a5.5 5.5 0 0 1 .207-1.5h-.028A11 11 0 0 1 6 8c0-.714.064-1.39.179-2H9.82q.024.122.043.247a5.5 5.5 0 0 1 .98-.208L10.837 6h1.747l.05.117a5.5 5.5 0 0 1 1.18.392A6 6 0 0 0 2 8m6-5c.374 0 .875.356 1.313 1.318q.141.313.26.682H6.427a6 6 0 0 1 .26-.682C7.125 3.356 7.627 3 8 3m-2.223.904q-.227.5-.393 1.096H4a5 5 0 0 1 2.038-1.6a6 6 0 0 0-.261.504M5.163 6A12 12 0 0 0 5 8c0 .699.057 1.373.163 2H3.416A5 5 0 0 1 3 8c0-.711.148-1.388.416-2zm.221 5q.166.596.393 1.096q.119.262.26.504A5 5 0 0 1 4 11zm4.578-7.6A5 5 0 0 1 12 5h-1.384a7.5 7.5 0 0 0-.393-1.096a6 6 0 0 0-.26-.504M16 11.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0M11.5 9a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 1 0v-2a.5.5 0 0 0-.5-.5m0 5.125a.625.625 0 1 0 0-1.25a.625.625 0 0 0 0 1.25"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M2 8a6 6 0 0 0 4.509 5.813A5.5 5.5 0 0 1 6 11.5a5.5 5.5 0 0 1 .207-1.5h-.028A11 11 0 0 1 6 8c0-.714.064-1.39.179-2H9.82q.024.122.043.247a5.5 5.5 0 0 1 .98-.208L10.837 6h1.747l.05.117a5.5 5.5 0 0 1 1.18.392A6 6 0 0 0 2 8m6-5c.374 0 .875.356 1.313 1.318q.141.313.26.682H6.427a6 6 0 0 1 .26-.682C7.125 3.356 7.627 3 8 3m-2.223.904q-.227.5-.393 1.096H4a5 5 0 0 1 2.038-1.6a6 6 0 0 0-.261.504M5.163 6A12 12 0 0 0 5 8c0 .699.057 1.373.163 2H3.416A5 5 0 0 1 3 8c0-.711.148-1.388.416-2zm.221 5q.166.596.393 1.096q.119.262.26.504A5 5 0 0 1 4 11zm4.578-7.6A5 5 0 0 1 12 5h-1.384a7.5 7.5 0 0 0-.393-1.096a6 6 0 0 0-.26-.504M16 11.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0M11.5 9a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 1 0v-2a.5.5 0 0 0-.5-.5m0 5.125a.625.625 0 1 0 0-1.25a.625.625 0 0 0 0 1.25"/></svg>
</template>

CSS

.icon-globe-error-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%22M2%208a6%206%200%200%200%204.509%205.813A5.5%205.5%200%200%201%206%2011.5a5.5%205.5%200%200%201%20.207-1.5h-.028A11%2011%200%200%201%206%208c0-.714.064-1.39.179-2H9.82q.024.122.043.247a5.5%205.5%200%200%201%20.98-.208L10.837%206h1.747l.05.117a5.5%205.5%200%200%201%201.18.392A6%206%200%200%200%202%208m6-5c.374%200%20.875.356%201.313%201.318q.141.313.26.682H6.427a6%206%200%200%201%20.26-.682C7.125%203.356%207.627%203%208%203m-2.223.904q-.227.5-.393%201.096H4a5%205%200%200%201%202.038-1.6a6%206%200%200%200-.261.504M5.163%206A12%2012%200%200%200%205%208c0%20.699.057%201.373.163%202H3.416A5%205%200%200%201%203%208c0-.711.148-1.388.416-2zm.221%205q.166.596.393%201.096q.119.262.26.504A5%205%200%200%201%204%2011zm4.578-7.6A5%205%200%200%201%2012%205h-1.384a7.5%207.5%200%200%200-.393-1.096a6%206%200%200%200-.26-.504M16%2011.5a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200M11.5%209a.5.5%200%200%200-.5.5v2a.5.5%200%200%200%201%200v-2a.5.5%200%200%200-.5-.5m0%205.125a.625.625%200%201%200%200-1.25a.625.625%200%200%200%200%201.25%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%22M2%208a6%206%200%200%200%204.509%205.813A5.5%205.5%200%200%201%206%2011.5a5.5%205.5%200%200%201%20.207-1.5h-.028A11%2011%200%200%201%206%208c0-.714.064-1.39.179-2H9.82q.024.122.043.247a5.5%205.5%200%200%201%20.98-.208L10.837%206h1.747l.05.117a5.5%205.5%200%200%201%201.18.392A6%206%200%200%200%202%208m6-5c.374%200%20.875.356%201.313%201.318q.141.313.26.682H6.427a6%206%200%200%201%20.26-.682C7.125%203.356%207.627%203%208%203m-2.223.904q-.227.5-.393%201.096H4a5%205%200%200%201%202.038-1.6a6%206%200%200%200-.261.504M5.163%206A12%2012%200%200%200%205%208c0%20.699.057%201.373.163%202H3.416A5%205%200%200%201%203%208c0-.711.148-1.388.416-2zm.221%205q.166.596.393%201.096q.119.262.26.504A5%205%200%200%201%204%2011zm4.578-7.6A5%205%200%200%201%2012%205h-1.384a7.5%207.5%200%200%200-.393-1.096a6%206%200%200%200-.26-.504M16%2011.5a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200M11.5%209a.5.5%200%200%200-.5.5v2a.5.5%200%200%200%201%200v-2a.5.5%200%200%200-.5-.5m0%205.125a.625.625%200%201%200%200-1.25a.625.625%200%200%200%200%201.25%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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