globe warning icon
globe-warning-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- globe-warning-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- 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 20 20"><path fill="currentColor" d="M2 10a8 8 0 0 0 7.005 7.939a2 2 0 0 1 .212-.835l.142-.284c-.475-.264-.96-.825-1.38-1.728a9.3 9.3 0 0 1-.56-1.592h3.599l.499-1h-4.31A15 15 0 0 1 7 10c0-.883.073-1.725.206-2.5h5.588c.116.68.187 1.412.203 2.179c.267-.308.61-.511.977-.61q-.046-.812-.167-1.569h2.733a7.04 7.04 0 0 1 .342 3.787l.674 1.348A8 8 0 1 0 2 10m8-7c.657 0 1.407.59 2.022 1.908c.217.466.406 1.002.559 1.592H7.419c.153-.59.342-1.126.56-1.592C8.592 3.59 9.342 3 10 3M7.072 4.485A10.5 10.5 0 0 0 6.389 6.5H3.936a7.02 7.02 0 0 1 3.778-3.118c-.241.33-.456.704-.642 1.103M6.192 7.5A16 16 0 0 0 6 10c0 .87.067 1.712.193 2.5H3.46A7 7 0 0 1 3 10c0-.88.163-1.724.46-2.5zm.197 6c.176.743.407 1.422.683 2.015c.186.399.401.773.642 1.103A7.02 7.02 0 0 1 3.936 13.5zm5.897-10.118A7.02 7.02 0 0 1 16.064 6.5H13.61a10.5 10.5 0 0 0-.683-2.015a6.6 6.6 0 0 0-.642-1.103m1.317 7.172l-3.496 6.998A1 1 0 0 0 11.002 19h6.996a1 1 0 0 0 .895-1.448l-3.5-6.999a1 1 0 0 0-1.79 0m1.395 1.941v3.002a.5.5 0 1 1-1 0v-3.002a.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 FluentGlobeWarning20Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M2 10a8 8 0 0 0 7.005 7.939a2 2 0 0 1 .212-.835l.142-.284c-.475-.264-.96-.825-1.38-1.728a9.3 9.3 0 0 1-.56-1.592h3.599l.499-1h-4.31A15 15 0 0 1 7 10c0-.883.073-1.725.206-2.5h5.588c.116.68.187 1.412.203 2.179c.267-.308.61-.511.977-.61q-.046-.812-.167-1.569h2.733a7.04 7.04 0 0 1 .342 3.787l.674 1.348A8 8 0 1 0 2 10m8-7c.657 0 1.407.59 2.022 1.908c.217.466.406 1.002.559 1.592H7.419c.153-.59.342-1.126.56-1.592C8.592 3.59 9.342 3 10 3M7.072 4.485A10.5 10.5 0 0 0 6.389 6.5H3.936a7.02 7.02 0 0 1 3.778-3.118c-.241.33-.456.704-.642 1.103M6.192 7.5A16 16 0 0 0 6 10c0 .87.067 1.712.193 2.5H3.46A7 7 0 0 1 3 10c0-.88.163-1.724.46-2.5zm.197 6c.176.743.407 1.422.683 2.015c.186.399.401.773.642 1.103A7.02 7.02 0 0 1 3.936 13.5zm5.897-10.118A7.02 7.02 0 0 1 16.064 6.5H13.61a10.5 10.5 0 0 0-.683-2.015a6.6 6.6 0 0 0-.642-1.103m1.317 7.172l-3.496 6.998A1 1 0 0 0 11.002 19h6.996a1 1 0 0 0 .895-1.448l-3.5-6.999a1 1 0 0 0-1.79 0m1.395 1.941v3.002a.5.5 0 1 1-1 0v-3.002a.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 20 20"><path fill="currentColor" d="M2 10a8 8 0 0 0 7.005 7.939a2 2 0 0 1 .212-.835l.142-.284c-.475-.264-.96-.825-1.38-1.728a9.3 9.3 0 0 1-.56-1.592h3.599l.499-1h-4.31A15 15 0 0 1 7 10c0-.883.073-1.725.206-2.5h5.588c.116.68.187 1.412.203 2.179c.267-.308.61-.511.977-.61q-.046-.812-.167-1.569h2.733a7.04 7.04 0 0 1 .342 3.787l.674 1.348A8 8 0 1 0 2 10m8-7c.657 0 1.407.59 2.022 1.908c.217.466.406 1.002.559 1.592H7.419c.153-.59.342-1.126.56-1.592C8.592 3.59 9.342 3 10 3M7.072 4.485A10.5 10.5 0 0 0 6.389 6.5H3.936a7.02 7.02 0 0 1 3.778-3.118c-.241.33-.456.704-.642 1.103M6.192 7.5A16 16 0 0 0 6 10c0 .87.067 1.712.193 2.5H3.46A7 7 0 0 1 3 10c0-.88.163-1.724.46-2.5zm.197 6c.176.743.407 1.422.683 2.015c.186.399.401.773.642 1.103A7.02 7.02 0 0 1 3.936 13.5zm5.897-10.118A7.02 7.02 0 0 1 16.064 6.5H13.61a10.5 10.5 0 0 0-.683-2.015a6.6 6.6 0 0 0-.642-1.103m1.317 7.172l-3.496 6.998A1 1 0 0 0 11.002 19h6.996a1 1 0 0 0 .895-1.448l-3.5-6.999a1 1 0 0 0-1.79 0m1.395 1.941v3.002a.5.5 0 1 1-1 0v-3.002a.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-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%2010a8%208%200%200%200%207.005%207.939a2%202%200%200%201%20.212-.835l.142-.284c-.475-.264-.96-.825-1.38-1.728a9.3%209.3%200%200%201-.56-1.592h3.599l.499-1h-4.31A15%2015%200%200%201%207%2010c0-.883.073-1.725.206-2.5h5.588c.116.68.187%201.412.203%202.179c.267-.308.61-.511.977-.61q-.046-.812-.167-1.569h2.733a7.04%207.04%200%200%201%20.342%203.787l.674%201.348A8%208%200%201%200%202%2010m8-7c.657%200%201.407.59%202.022%201.908c.217.466.406%201.002.559%201.592H7.419c.153-.59.342-1.126.56-1.592C8.592%203.59%209.342%203%2010%203M7.072%204.485A10.5%2010.5%200%200%200%206.389%206.5H3.936a7.02%207.02%200%200%201%203.778-3.118c-.241.33-.456.704-.642%201.103M6.192%207.5A16%2016%200%200%200%206%2010c0%20.87.067%201.712.193%202.5H3.46A7%207%200%200%201%203%2010c0-.88.163-1.724.46-2.5zm.197%206c.176.743.407%201.422.683%202.015c.186.399.401.773.642%201.103A7.02%207.02%200%200%201%203.936%2013.5zm5.897-10.118A7.02%207.02%200%200%201%2016.064%206.5H13.61a10.5%2010.5%200%200%200-.683-2.015a6.6%206.6%200%200%200-.642-1.103m1.317%207.172l-3.496%206.998A1%201%200%200%200%2011.002%2019h6.996a1%201%200%200%200%20.895-1.448l-3.5-6.999a1%201%200%200%200-1.79%200m1.395%201.941v3.002a.5.5%200%201%201-1%200v-3.002a.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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%2010a8%208%200%200%200%207.005%207.939a2%202%200%200%201%20.212-.835l.142-.284c-.475-.264-.96-.825-1.38-1.728a9.3%209.3%200%200%201-.56-1.592h3.599l.499-1h-4.31A15%2015%200%200%201%207%2010c0-.883.073-1.725.206-2.5h5.588c.116.68.187%201.412.203%202.179c.267-.308.61-.511.977-.61q-.046-.812-.167-1.569h2.733a7.04%207.04%200%200%201%20.342%203.787l.674%201.348A8%208%200%201%200%202%2010m8-7c.657%200%201.407.59%202.022%201.908c.217.466.406%201.002.559%201.592H7.419c.153-.59.342-1.126.56-1.592C8.592%203.59%209.342%203%2010%203M7.072%204.485A10.5%2010.5%200%200%200%206.389%206.5H3.936a7.02%207.02%200%200%201%203.778-3.118c-.241.33-.456.704-.642%201.103M6.192%207.5A16%2016%200%200%200%206%2010c0%20.87.067%201.712.193%202.5H3.46A7%207%200%200%201%203%2010c0-.88.163-1.724.46-2.5zm.197%206c.176.743.407%201.422.683%202.015c.186.399.401.773.642%201.103A7.02%207.02%200%200%201%203.936%2013.5zm5.897-10.118A7.02%207.02%200%200%201%2016.064%206.5H13.61a10.5%2010.5%200%200%200-.683-2.015a6.6%206.6%200%200%200-.642-1.103m1.317%207.172l-3.496%206.998A1%201%200%200%200%2011.002%2019h6.996a1%201%200%200%200%20.895-1.448l-3.5-6.999a1%201%200%200%200-1.79%200m1.395%201.941v3.002a.5.5%200%201%201-1%200v-3.002a.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-20-regular.svg?color=%231a73e8&size=48