globe warning icon
globe-warning-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- globe-warning-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- License
- MIT
5 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
globe-add-20-filledglobe-arrow-forward-16-filledglobe-arrow-up-16-filledglobe-clock-16-filledglobe-desktop-20-filledglobe-error-16-filledglobe-location-20-filledglobe-off-12-filledglobe-person-20-filledglobe-prohibited-16-filledglobe-search-20-filledglobe-shield-20-filledglobe-stand-20-filledglobe-star-16-filledglobe-surface-20-filledglobe-sync-16-filledglobe-video-20-filled
Use the globe warning icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.906 16.5h4.303l-1.938 3.88a2.5 2.5 0 0 0-.267 1.147c-.83-.784-1.582-2.495-2.04-4.732zm-.23-1.5h5.283l1.308-2.617q.105-.209.236-.386q-.001-1.029-.077-1.997H8.577l-.033.489A26 26 0 0 0 8.676 15m11.065-2.617l1.308 2.618h.496a10.05 10.05 0 0 0 .258-5h-4.87l.039.656l.016.396c1.042-.215 2.203.228 2.753 1.33M3.067 16.501h4.306c.365 2.082.983 3.854 1.792 5.093a10.03 10.03 0 0 1-5.951-4.814zm-.867-6.5h4.87a28 28 0 0 0 .033 4.42l.057.58H2.458a10.05 10.05 0 0 1-.258-5m12.746-7.424l-.108-.17A10.03 10.03 0 0 1 21.374 8.5h-4.591c-.316-2.416-.957-4.492-1.837-5.923m-5.903-.133l.122-.037c-.88 1.35-1.535 3.329-1.883 5.654l-.061.44H2.63a10.03 10.03 0 0 1 6.413-6.057m2.959-.442c1.318 0 2.645 2.542 3.214 6.183l.046.315H8.741c.54-3.809 1.904-6.498 3.26-6.498M16.16 12.83l-3.997 7.998A1.5 1.5 0 0 0 13.507 23h7.994a1.5 1.5 0 0 0 1.343-2.172l-3.997-7.998c-.553-1.107-2.133-1.107-2.686 0m1.843 2.666v3.001a.5.5 0 0 1-1 0v-3.001a.5.5 0 0 1 1 0m-.5 5.503a.5.5 0 1 1 0-1.001a.5.5 0 0 1 0 1"/></svg>
React
import type { SVGProps } from "react";
export function FluentGlobeWarning24Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.906 16.5h4.303l-1.938 3.88a2.5 2.5 0 0 0-.267 1.147c-.83-.784-1.582-2.495-2.04-4.732zm-.23-1.5h5.283l1.308-2.617q.105-.209.236-.386q-.001-1.029-.077-1.997H8.577l-.033.489A26 26 0 0 0 8.676 15m11.065-2.617l1.308 2.618h.496a10.05 10.05 0 0 0 .258-5h-4.87l.039.656l.016.396c1.042-.215 2.203.228 2.753 1.33M3.067 16.501h4.306c.365 2.082.983 3.854 1.792 5.093a10.03 10.03 0 0 1-5.951-4.814zm-.867-6.5h4.87a28 28 0 0 0 .033 4.42l.057.58H2.458a10.05 10.05 0 0 1-.258-5m12.746-7.424l-.108-.17A10.03 10.03 0 0 1 21.374 8.5h-4.591c-.316-2.416-.957-4.492-1.837-5.923m-5.903-.133l.122-.037c-.88 1.35-1.535 3.329-1.883 5.654l-.061.44H2.63a10.03 10.03 0 0 1 6.413-6.057m2.959-.442c1.318 0 2.645 2.542 3.214 6.183l.046.315H8.741c.54-3.809 1.904-6.498 3.26-6.498M16.16 12.83l-3.997 7.998A1.5 1.5 0 0 0 13.507 23h7.994a1.5 1.5 0 0 0 1.343-2.172l-3.997-7.998c-.553-1.107-2.133-1.107-2.686 0m1.843 2.666v3.001a.5.5 0 0 1-1 0v-3.001a.5.5 0 0 1 1 0m-.5 5.503a.5.5 0 1 1 0-1.001a.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 24 24"><path fill="currentColor" d="M8.906 16.5h4.303l-1.938 3.88a2.5 2.5 0 0 0-.267 1.147c-.83-.784-1.582-2.495-2.04-4.732zm-.23-1.5h5.283l1.308-2.617q.105-.209.236-.386q-.001-1.029-.077-1.997H8.577l-.033.489A26 26 0 0 0 8.676 15m11.065-2.617l1.308 2.618h.496a10.05 10.05 0 0 0 .258-5h-4.87l.039.656l.016.396c1.042-.215 2.203.228 2.753 1.33M3.067 16.501h4.306c.365 2.082.983 3.854 1.792 5.093a10.03 10.03 0 0 1-5.951-4.814zm-.867-6.5h4.87a28 28 0 0 0 .033 4.42l.057.58H2.458a10.05 10.05 0 0 1-.258-5m12.746-7.424l-.108-.17A10.03 10.03 0 0 1 21.374 8.5h-4.591c-.316-2.416-.957-4.492-1.837-5.923m-5.903-.133l.122-.037c-.88 1.35-1.535 3.329-1.883 5.654l-.061.44H2.63a10.03 10.03 0 0 1 6.413-6.057m2.959-.442c1.318 0 2.645 2.542 3.214 6.183l.046.315H8.741c.54-3.809 1.904-6.498 3.26-6.498M16.16 12.83l-3.997 7.998A1.5 1.5 0 0 0 13.507 23h7.994a1.5 1.5 0 0 0 1.343-2.172l-3.997-7.998c-.553-1.107-2.133-1.107-2.686 0m1.843 2.666v3.001a.5.5 0 0 1-1 0v-3.001a.5.5 0 0 1 1 0m-.5 5.503a.5.5 0 1 1 0-1.001a.5.5 0 0 1 0 1"/></svg> </template>
CSS
.icon-globe-warning-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.906%2016.5h4.303l-1.938%203.88a2.5%202.5%200%200%200-.267%201.147c-.83-.784-1.582-2.495-2.04-4.732zm-.23-1.5h5.283l1.308-2.617q.105-.209.236-.386q-.001-1.029-.077-1.997H8.577l-.033.489A26%2026%200%200%200%208.676%2015m11.065-2.617l1.308%202.618h.496a10.05%2010.05%200%200%200%20.258-5h-4.87l.039.656l.016.396c1.042-.215%202.203.228%202.753%201.33M3.067%2016.501h4.306c.365%202.082.983%203.854%201.792%205.093a10.03%2010.03%200%200%201-5.951-4.814zm-.867-6.5h4.87a28%2028%200%200%200%20.033%204.42l.057.58H2.458a10.05%2010.05%200%200%201-.258-5m12.746-7.424l-.108-.17A10.03%2010.03%200%200%201%2021.374%208.5h-4.591c-.316-2.416-.957-4.492-1.837-5.923m-5.903-.133l.122-.037c-.88%201.35-1.535%203.329-1.883%205.654l-.061.44H2.63a10.03%2010.03%200%200%201%206.413-6.057m2.959-.442c1.318%200%202.645%202.542%203.214%206.183l.046.315H8.741c.54-3.809%201.904-6.498%203.26-6.498M16.16%2012.83l-3.997%207.998A1.5%201.5%200%200%200%2013.507%2023h7.994a1.5%201.5%200%200%200%201.343-2.172l-3.997-7.998c-.553-1.107-2.133-1.107-2.686%200m1.843%202.666v3.001a.5.5%200%200%201-1%200v-3.001a.5.5%200%200%201%201%200m-.5%205.503a.5.5%200%201%201%200-1.001a.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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.906%2016.5h4.303l-1.938%203.88a2.5%202.5%200%200%200-.267%201.147c-.83-.784-1.582-2.495-2.04-4.732zm-.23-1.5h5.283l1.308-2.617q.105-.209.236-.386q-.001-1.029-.077-1.997H8.577l-.033.489A26%2026%200%200%200%208.676%2015m11.065-2.617l1.308%202.618h.496a10.05%2010.05%200%200%200%20.258-5h-4.87l.039.656l.016.396c1.042-.215%202.203.228%202.753%201.33M3.067%2016.501h4.306c.365%202.082.983%203.854%201.792%205.093a10.03%2010.03%200%200%201-5.951-4.814zm-.867-6.5h4.87a28%2028%200%200%200%20.033%204.42l.057.58H2.458a10.05%2010.05%200%200%201-.258-5m12.746-7.424l-.108-.17A10.03%2010.03%200%200%201%2021.374%208.5h-4.591c-.316-2.416-.957-4.492-1.837-5.923m-5.903-.133l.122-.037c-.88%201.35-1.535%203.329-1.883%205.654l-.061.44H2.63a10.03%2010.03%200%200%201%206.413-6.057m2.959-.442c1.318%200%202.645%202.542%203.214%206.183l.046.315H8.741c.54-3.809%201.904-6.498%203.26-6.498M16.16%2012.83l-3.997%207.998A1.5%201.5%200%200%200%2013.507%2023h7.994a1.5%201.5%200%200%200%201.343-2.172l-3.997-7.998c-.553-1.107-2.133-1.107-2.686%200m1.843%202.666v3.001a.5.5%200%200%201-1%200v-3.001a.5.5%200%200%201%201%200m-.5%205.503a.5.5%200%201%201%200-1.001a.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-24-filled.svg?color=%231a73e8&size=48