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

Name
globe-warning-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 warning 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.38 5.779l.701-1.404a4 4 0 0 1-.394-.693a6 6 0 0 1-.26-.682h1.34l.5-1H6.18A11 11 0 0 1 6 8c0-.714.064-1.39.179-2H9.82q.069.364.112.756c.247-.316.57-.533.921-.65L10.837 6h1.747q.091.21.165.43a2 2 0 0 1 .543.676l.689 1.378Q14 8.244 14 8A6 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-.504m.64 4.154l-3.495 6.998A1 1 0 0 0 8.002 16h6.996a1 1 0 0 0 .895-1.448l-3.5-6.999a1 1 0 0 0-1.79 0m1.396 1.941v3.002a.5.5 0 1 1-1 0V9.495a.5.5 0 1 1 1 0m-.5 5.504a.5.5 0 1 1 0-1a.5.5 0 0 1 0 1"/></svg>

React

import type { SVGProps } from "react";

export function FluentGlobeWarning16Regular(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.38 5.779l.701-1.404a4 4 0 0 1-.394-.693a6 6 0 0 1-.26-.682h1.34l.5-1H6.18A11 11 0 0 1 6 8c0-.714.064-1.39.179-2H9.82q.069.364.112.756c.247-.316.57-.533.921-.65L10.837 6h1.747q.091.21.165.43a2 2 0 0 1 .543.676l.689 1.378Q14 8.244 14 8A6 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-.504m.64 4.154l-3.495 6.998A1 1 0 0 0 8.002 16h6.996a1 1 0 0 0 .895-1.448l-3.5-6.999a1 1 0 0 0-1.79 0m1.396 1.941v3.002a.5.5 0 1 1-1 0V9.495a.5.5 0 1 1 1 0m-.5 5.504a.5.5 0 1 1 0-1a.5.5 0 0 1 0 1"/></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.38 5.779l.701-1.404a4 4 0 0 1-.394-.693a6 6 0 0 1-.26-.682h1.34l.5-1H6.18A11 11 0 0 1 6 8c0-.714.064-1.39.179-2H9.82q.069.364.112.756c.247-.316.57-.533.921-.65L10.837 6h1.747q.091.21.165.43a2 2 0 0 1 .543.676l.689 1.378Q14 8.244 14 8A6 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-.504m.64 4.154l-3.495 6.998A1 1 0 0 0 8.002 16h6.996a1 1 0 0 0 .895-1.448l-3.5-6.999a1 1 0 0 0-1.79 0m1.396 1.941v3.002a.5.5 0 1 1-1 0V9.495a.5.5 0 1 1 1 0m-.5 5.504a.5.5 0 1 1 0-1a.5.5 0 0 1 0 1"/></svg>
</template>

CSS

.icon-globe-warning-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.38%205.779l.701-1.404a4%204%200%200%201-.394-.693a6%206%200%200%201-.26-.682h1.34l.5-1H6.18A11%2011%200%200%201%206%208c0-.714.064-1.39.179-2H9.82q.069.364.112.756c.247-.316.57-.533.921-.65L10.837%206h1.747q.091.21.165.43a2%202%200%200%201%20.543.676l.689%201.378Q14%208.244%2014%208A6%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-.504m.64%204.154l-3.495%206.998A1%201%200%200%200%208.002%2016h6.996a1%201%200%200%200%20.895-1.448l-3.5-6.999a1%201%200%200%200-1.79%200m1.396%201.941v3.002a.5.5%200%201%201-1%200V9.495a.5.5%200%201%201%201%200m-.5%205.504a.5.5%200%201%201%200-1a.5.5%200%200%201%200%201%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.38%205.779l.701-1.404a4%204%200%200%201-.394-.693a6%206%200%200%201-.26-.682h1.34l.5-1H6.18A11%2011%200%200%201%206%208c0-.714.064-1.39.179-2H9.82q.069.364.112.756c.247-.316.57-.533.921-.65L10.837%206h1.747q.091.21.165.43a2%202%200%200%201%20.543.676l.689%201.378Q14%208.244%2014%208A6%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-.504m.64%204.154l-3.495%206.998A1%201%200%200%200%208.002%2016h6.996a1%201%200%200%200%20.895-1.448l-3.5-6.999a1%201%200%200%200-1.79%200m1.396%201.941v3.002a.5.5%200%201%201-1%200V9.495a.5.5%200%201%201%201%200m-.5%205.504a.5.5%200%201%201%200-1a.5.5%200%200%201%200%201%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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