globe prohibited icon
globe-prohibited-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- globe-prohibited-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-search-20-filledglobe-shield-20-filledglobe-stand-20-filledglobe-star-16-filledglobe-surface-20-filledglobe-sync-16-filledglobe-video-20-filledglobe-warning-16-filled
Use the globe prohibited icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10.254 17.996a8 8 0 1 1 7.742-7.742a5.5 5.5 0 0 0-1.008-.66A7 7 0 0 0 16.54 7.5h-2.733q.118.736.165 1.525a5.5 5.5 0 0 0-.992.188a15 15 0 0 0-.186-1.713H7.206A15 15 0 0 0 7 10c0 .883.073 1.725.206 2.5h2.169a5.5 5.5 0 0 0-.284 1H7.419c.153.59.342 1.126.56 1.592c.48 1.028 1.041 1.614 1.577 1.821q.287.586.698 1.083m1.768-13.088C11.407 3.59 10.657 3 10 3s-1.407.59-2.022 1.908A9.3 9.3 0 0 0 7.42 6.5h5.162a9.3 9.3 0 0 0-.56-1.592M6.389 6.5c.176-.743.407-1.422.683-2.015c.186-.399.401-.773.642-1.103A7.02 7.02 0 0 0 3.936 6.5zM6 10c0-.87.067-1.712.193-2.5H3.46A7 7 0 0 0 3 10c0 .88.163 1.724.46 2.5h2.733A16 16 0 0 1 6 10m1.072 5.515a10.5 10.5 0 0 1-.683-2.015H3.936a7.02 7.02 0 0 0 3.778 3.118a6.6 6.6 0 0 1-.642-1.103M16.064 6.5a7.02 7.02 0 0 0-3.778-3.118c.241.33.456.704.642 1.103c.276.593.507 1.272.683 2.015zM10 14.5a4.5 4.5 0 1 0 9 0a4.5 4.5 0 0 0-9 0m2.404 2.803l4.9-4.9a3.5 3.5 0 0 1-4.9 4.9m-.707-.707a3.5 3.5 0 0 1 4.9-4.9z"/></svg>
React
import type { SVGProps } from "react";
export function FluentGlobeProhibited20Regular(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="M10.254 17.996a8 8 0 1 1 7.742-7.742a5.5 5.5 0 0 0-1.008-.66A7 7 0 0 0 16.54 7.5h-2.733q.118.736.165 1.525a5.5 5.5 0 0 0-.992.188a15 15 0 0 0-.186-1.713H7.206A15 15 0 0 0 7 10c0 .883.073 1.725.206 2.5h2.169a5.5 5.5 0 0 0-.284 1H7.419c.153.59.342 1.126.56 1.592c.48 1.028 1.041 1.614 1.577 1.821q.287.586.698 1.083m1.768-13.088C11.407 3.59 10.657 3 10 3s-1.407.59-2.022 1.908A9.3 9.3 0 0 0 7.42 6.5h5.162a9.3 9.3 0 0 0-.56-1.592M6.389 6.5c.176-.743.407-1.422.683-2.015c.186-.399.401-.773.642-1.103A7.02 7.02 0 0 0 3.936 6.5zM6 10c0-.87.067-1.712.193-2.5H3.46A7 7 0 0 0 3 10c0 .88.163 1.724.46 2.5h2.733A16 16 0 0 1 6 10m1.072 5.515a10.5 10.5 0 0 1-.683-2.015H3.936a7.02 7.02 0 0 0 3.778 3.118a6.6 6.6 0 0 1-.642-1.103M16.064 6.5a7.02 7.02 0 0 0-3.778-3.118c.241.33.456.704.642 1.103c.276.593.507 1.272.683 2.015zM10 14.5a4.5 4.5 0 1 0 9 0a4.5 4.5 0 0 0-9 0m2.404 2.803l4.9-4.9a3.5 3.5 0 0 1-4.9 4.9m-.707-.707a3.5 3.5 0 0 1 4.9-4.9z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10.254 17.996a8 8 0 1 1 7.742-7.742a5.5 5.5 0 0 0-1.008-.66A7 7 0 0 0 16.54 7.5h-2.733q.118.736.165 1.525a5.5 5.5 0 0 0-.992.188a15 15 0 0 0-.186-1.713H7.206A15 15 0 0 0 7 10c0 .883.073 1.725.206 2.5h2.169a5.5 5.5 0 0 0-.284 1H7.419c.153.59.342 1.126.56 1.592c.48 1.028 1.041 1.614 1.577 1.821q.287.586.698 1.083m1.768-13.088C11.407 3.59 10.657 3 10 3s-1.407.59-2.022 1.908A9.3 9.3 0 0 0 7.42 6.5h5.162a9.3 9.3 0 0 0-.56-1.592M6.389 6.5c.176-.743.407-1.422.683-2.015c.186-.399.401-.773.642-1.103A7.02 7.02 0 0 0 3.936 6.5zM6 10c0-.87.067-1.712.193-2.5H3.46A7 7 0 0 0 3 10c0 .88.163 1.724.46 2.5h2.733A16 16 0 0 1 6 10m1.072 5.515a10.5 10.5 0 0 1-.683-2.015H3.936a7.02 7.02 0 0 0 3.778 3.118a6.6 6.6 0 0 1-.642-1.103M16.064 6.5a7.02 7.02 0 0 0-3.778-3.118c.241.33.456.704.642 1.103c.276.593.507 1.272.683 2.015zM10 14.5a4.5 4.5 0 1 0 9 0a4.5 4.5 0 0 0-9 0m2.404 2.803l4.9-4.9a3.5 3.5 0 0 1-4.9 4.9m-.707-.707a3.5 3.5 0 0 1 4.9-4.9z"/></svg> </template>
CSS
.icon-globe-prohibited-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%22M10.254%2017.996a8%208%200%201%201%207.742-7.742a5.5%205.5%200%200%200-1.008-.66A7%207%200%200%200%2016.54%207.5h-2.733q.118.736.165%201.525a5.5%205.5%200%200%200-.992.188a15%2015%200%200%200-.186-1.713H7.206A15%2015%200%200%200%207%2010c0%20.883.073%201.725.206%202.5h2.169a5.5%205.5%200%200%200-.284%201H7.419c.153.59.342%201.126.56%201.592c.48%201.028%201.041%201.614%201.577%201.821q.287.586.698%201.083m1.768-13.088C11.407%203.59%2010.657%203%2010%203s-1.407.59-2.022%201.908A9.3%209.3%200%200%200%207.42%206.5h5.162a9.3%209.3%200%200%200-.56-1.592M6.389%206.5c.176-.743.407-1.422.683-2.015c.186-.399.401-.773.642-1.103A7.02%207.02%200%200%200%203.936%206.5zM6%2010c0-.87.067-1.712.193-2.5H3.46A7%207%200%200%200%203%2010c0%20.88.163%201.724.46%202.5h2.733A16%2016%200%200%201%206%2010m1.072%205.515a10.5%2010.5%200%200%201-.683-2.015H3.936a7.02%207.02%200%200%200%203.778%203.118a6.6%206.6%200%200%201-.642-1.103M16.064%206.5a7.02%207.02%200%200%200-3.778-3.118c.241.33.456.704.642%201.103c.276.593.507%201.272.683%202.015zM10%2014.5a4.5%204.5%200%201%200%209%200a4.5%204.5%200%200%200-9%200m2.404%202.803l4.9-4.9a3.5%203.5%200%200%201-4.9%204.9m-.707-.707a3.5%203.5%200%200%201%204.9-4.9z%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%22M10.254%2017.996a8%208%200%201%201%207.742-7.742a5.5%205.5%200%200%200-1.008-.66A7%207%200%200%200%2016.54%207.5h-2.733q.118.736.165%201.525a5.5%205.5%200%200%200-.992.188a15%2015%200%200%200-.186-1.713H7.206A15%2015%200%200%200%207%2010c0%20.883.073%201.725.206%202.5h2.169a5.5%205.5%200%200%200-.284%201H7.419c.153.59.342%201.126.56%201.592c.48%201.028%201.041%201.614%201.577%201.821q.287.586.698%201.083m1.768-13.088C11.407%203.59%2010.657%203%2010%203s-1.407.59-2.022%201.908A9.3%209.3%200%200%200%207.42%206.5h5.162a9.3%209.3%200%200%200-.56-1.592M6.389%206.5c.176-.743.407-1.422.683-2.015c.186-.399.401-.773.642-1.103A7.02%207.02%200%200%200%203.936%206.5zM6%2010c0-.87.067-1.712.193-2.5H3.46A7%207%200%200%200%203%2010c0%20.88.163%201.724.46%202.5h2.733A16%2016%200%200%201%206%2010m1.072%205.515a10.5%2010.5%200%200%201-.683-2.015H3.936a7.02%207.02%200%200%200%203.778%203.118a6.6%206.6%200%200%201-.642-1.103M16.064%206.5a7.02%207.02%200%200%200-3.778-3.118c.241.33.456.704.642%201.103c.276.593.507%201.272.683%202.015zM10%2014.5a4.5%204.5%200%201%200%209%200a4.5%204.5%200%200%200-9%200m2.404%202.803l4.9-4.9a3.5%203.5%200%200%201-4.9%204.9m-.707-.707a3.5%203.5%200%200%201%204.9-4.9z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/globe-prohibited-20-regular.svg?color=%231a73e8&size=48