globe off icon
globe-off-48-filled from Fluent UI System Icons by Microsoft Corporation · 48 Filled · MIT Free for personal and commercial use.
- Name
- globe-off-48-filled
- Set
- Fluent UI System Icons
- Style
- 48 Filled
- Viewbox
- 48×48
- License
- MIT
13 other variants in Fluent UI System Icons
The same icon in other sets
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-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-filledglobe-warning-16-filled
Use the globe off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M42.11 32.5a20 20 0 0 1-1.857 3.157L37.096 32.5zm-4.88 6.499l4.636 4.635a1.25 1.25 0 0 0 1.768-1.768l-37.5-37.5a1.25 1.25 0 1 0-1.768 1.768l4.635 4.635A20 20 0 0 0 5.664 16h8.568l2.576 2.576A47 47 0 0 0 16.5 24c0 2.098.134 4.111.38 6h11.352l4.593 4.593c-.86 3.62-2.148 6.65-3.712 8.747a19.95 19.95 0 0 0 8.118-4.342m-3.492-9.858l.858.859h8.488a20 20 0 0 0 .916-6a20 20 0 0 0-.766-5.5H33.7c.197 1.76.301 3.603.301 5.5c0 1.769-.09 3.49-.262 5.141M23.096 18.5l8.322 8.322a48.3 48.3 0 0 0-.235-8.322zm-5.294-5.294L20.596 16h10.216c-.476-2.64-1.175-4.981-2.026-6.895c-.82-1.844-1.731-3.183-2.617-4.026C25.296 4.25 24.567 4 24 4s-1.296.248-2.169 1.08c-.886.842-1.798 2.18-2.617 4.025a27 27 0 0 0-1.412 4.1m-5.459-5.46l3.437 3.437c.815-2.642 1.876-4.872 3.107-6.523a19.9 19.9 0 0 0-6.544 3.087M30.718 32.5c-.471 2.437-1.135 4.603-1.931 6.395c-.82 1.844-1.732 3.183-2.618 4.026C25.296 43.75 24.567 44 24 44s-1.296-.248-2.169-1.08c-.886-.842-1.798-2.18-2.617-4.025c-.797-1.792-1.46-3.958-1.932-6.395zM14.36 30a49 49 0 0 1-.36-6c0-1.897.104-3.74.3-5.5H4.767A20 20 0 0 0 4 24c0 2.09.32 4.106.916 6zm-8.47 2.5c2.49 5.295 7.235 9.321 12.997 10.84c-1.856-2.49-3.324-6.293-4.149-10.84zM33.35 16h8.986c-2.421-5.541-7.281-9.774-13.223-11.34c1.924 2.58 3.43 6.572 4.236 11.34"/></svg>
React
import type { SVGProps } from "react";
export function FluentGlobeOff48Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M42.11 32.5a20 20 0 0 1-1.857 3.157L37.096 32.5zm-4.88 6.499l4.636 4.635a1.25 1.25 0 0 0 1.768-1.768l-37.5-37.5a1.25 1.25 0 1 0-1.768 1.768l4.635 4.635A20 20 0 0 0 5.664 16h8.568l2.576 2.576A47 47 0 0 0 16.5 24c0 2.098.134 4.111.38 6h11.352l4.593 4.593c-.86 3.62-2.148 6.65-3.712 8.747a19.95 19.95 0 0 0 8.118-4.342m-3.492-9.858l.858.859h8.488a20 20 0 0 0 .916-6a20 20 0 0 0-.766-5.5H33.7c.197 1.76.301 3.603.301 5.5c0 1.769-.09 3.49-.262 5.141M23.096 18.5l8.322 8.322a48.3 48.3 0 0 0-.235-8.322zm-5.294-5.294L20.596 16h10.216c-.476-2.64-1.175-4.981-2.026-6.895c-.82-1.844-1.731-3.183-2.617-4.026C25.296 4.25 24.567 4 24 4s-1.296.248-2.169 1.08c-.886.842-1.798 2.18-2.617 4.025a27 27 0 0 0-1.412 4.1m-5.459-5.46l3.437 3.437c.815-2.642 1.876-4.872 3.107-6.523a19.9 19.9 0 0 0-6.544 3.087M30.718 32.5c-.471 2.437-1.135 4.603-1.931 6.395c-.82 1.844-1.732 3.183-2.618 4.026C25.296 43.75 24.567 44 24 44s-1.296-.248-2.169-1.08c-.886-.842-1.798-2.18-2.617-4.025c-.797-1.792-1.46-3.958-1.932-6.395zM14.36 30a49 49 0 0 1-.36-6c0-1.897.104-3.74.3-5.5H4.767A20 20 0 0 0 4 24c0 2.09.32 4.106.916 6zm-8.47 2.5c2.49 5.295 7.235 9.321 12.997 10.84c-1.856-2.49-3.324-6.293-4.149-10.84zM33.35 16h8.986c-2.421-5.541-7.281-9.774-13.223-11.34c1.924 2.58 3.43 6.572 4.236 11.34"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M42.11 32.5a20 20 0 0 1-1.857 3.157L37.096 32.5zm-4.88 6.499l4.636 4.635a1.25 1.25 0 0 0 1.768-1.768l-37.5-37.5a1.25 1.25 0 1 0-1.768 1.768l4.635 4.635A20 20 0 0 0 5.664 16h8.568l2.576 2.576A47 47 0 0 0 16.5 24c0 2.098.134 4.111.38 6h11.352l4.593 4.593c-.86 3.62-2.148 6.65-3.712 8.747a19.95 19.95 0 0 0 8.118-4.342m-3.492-9.858l.858.859h8.488a20 20 0 0 0 .916-6a20 20 0 0 0-.766-5.5H33.7c.197 1.76.301 3.603.301 5.5c0 1.769-.09 3.49-.262 5.141M23.096 18.5l8.322 8.322a48.3 48.3 0 0 0-.235-8.322zm-5.294-5.294L20.596 16h10.216c-.476-2.64-1.175-4.981-2.026-6.895c-.82-1.844-1.731-3.183-2.617-4.026C25.296 4.25 24.567 4 24 4s-1.296.248-2.169 1.08c-.886.842-1.798 2.18-2.617 4.025a27 27 0 0 0-1.412 4.1m-5.459-5.46l3.437 3.437c.815-2.642 1.876-4.872 3.107-6.523a19.9 19.9 0 0 0-6.544 3.087M30.718 32.5c-.471 2.437-1.135 4.603-1.931 6.395c-.82 1.844-1.732 3.183-2.618 4.026C25.296 43.75 24.567 44 24 44s-1.296-.248-2.169-1.08c-.886-.842-1.798-2.18-2.617-4.025c-.797-1.792-1.46-3.958-1.932-6.395zM14.36 30a49 49 0 0 1-.36-6c0-1.897.104-3.74.3-5.5H4.767A20 20 0 0 0 4 24c0 2.09.32 4.106.916 6zm-8.47 2.5c2.49 5.295 7.235 9.321 12.997 10.84c-1.856-2.49-3.324-6.293-4.149-10.84zM33.35 16h8.986c-2.421-5.541-7.281-9.774-13.223-11.34c1.924 2.58 3.43 6.572 4.236 11.34"/></svg> </template>
CSS
.icon-globe-off-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M42.11%2032.5a20%2020%200%200%201-1.857%203.157L37.096%2032.5zm-4.88%206.499l4.636%204.635a1.25%201.25%200%200%200%201.768-1.768l-37.5-37.5a1.25%201.25%200%201%200-1.768%201.768l4.635%204.635A20%2020%200%200%200%205.664%2016h8.568l2.576%202.576A47%2047%200%200%200%2016.5%2024c0%202.098.134%204.111.38%206h11.352l4.593%204.593c-.86%203.62-2.148%206.65-3.712%208.747a19.95%2019.95%200%200%200%208.118-4.342m-3.492-9.858l.858.859h8.488a20%2020%200%200%200%20.916-6a20%2020%200%200%200-.766-5.5H33.7c.197%201.76.301%203.603.301%205.5c0%201.769-.09%203.49-.262%205.141M23.096%2018.5l8.322%208.322a48.3%2048.3%200%200%200-.235-8.322zm-5.294-5.294L20.596%2016h10.216c-.476-2.64-1.175-4.981-2.026-6.895c-.82-1.844-1.731-3.183-2.617-4.026C25.296%204.25%2024.567%204%2024%204s-1.296.248-2.169%201.08c-.886.842-1.798%202.18-2.617%204.025a27%2027%200%200%200-1.412%204.1m-5.459-5.46l3.437%203.437c.815-2.642%201.876-4.872%203.107-6.523a19.9%2019.9%200%200%200-6.544%203.087M30.718%2032.5c-.471%202.437-1.135%204.603-1.931%206.395c-.82%201.844-1.732%203.183-2.618%204.026C25.296%2043.75%2024.567%2044%2024%2044s-1.296-.248-2.169-1.08c-.886-.842-1.798-2.18-2.617-4.025c-.797-1.792-1.46-3.958-1.932-6.395zM14.36%2030a49%2049%200%200%201-.36-6c0-1.897.104-3.74.3-5.5H4.767A20%2020%200%200%200%204%2024c0%202.09.32%204.106.916%206zm-8.47%202.5c2.49%205.295%207.235%209.321%2012.997%2010.84c-1.856-2.49-3.324-6.293-4.149-10.84zM33.35%2016h8.986c-2.421-5.541-7.281-9.774-13.223-11.34c1.924%202.58%203.43%206.572%204.236%2011.34%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M42.11%2032.5a20%2020%200%200%201-1.857%203.157L37.096%2032.5zm-4.88%206.499l4.636%204.635a1.25%201.25%200%200%200%201.768-1.768l-37.5-37.5a1.25%201.25%200%201%200-1.768%201.768l4.635%204.635A20%2020%200%200%200%205.664%2016h8.568l2.576%202.576A47%2047%200%200%200%2016.5%2024c0%202.098.134%204.111.38%206h11.352l4.593%204.593c-.86%203.62-2.148%206.65-3.712%208.747a19.95%2019.95%200%200%200%208.118-4.342m-3.492-9.858l.858.859h8.488a20%2020%200%200%200%20.916-6a20%2020%200%200%200-.766-5.5H33.7c.197%201.76.301%203.603.301%205.5c0%201.769-.09%203.49-.262%205.141M23.096%2018.5l8.322%208.322a48.3%2048.3%200%200%200-.235-8.322zm-5.294-5.294L20.596%2016h10.216c-.476-2.64-1.175-4.981-2.026-6.895c-.82-1.844-1.731-3.183-2.617-4.026C25.296%204.25%2024.567%204%2024%204s-1.296.248-2.169%201.08c-.886.842-1.798%202.18-2.617%204.025a27%2027%200%200%200-1.412%204.1m-5.459-5.46l3.437%203.437c.815-2.642%201.876-4.872%203.107-6.523a19.9%2019.9%200%200%200-6.544%203.087M30.718%2032.5c-.471%202.437-1.135%204.603-1.931%206.395c-.82%201.844-1.732%203.183-2.618%204.026C25.296%2043.75%2024.567%2044%2024%2044s-1.296-.248-2.169-1.08c-.886-.842-1.798-2.18-2.617-4.025c-.797-1.792-1.46-3.958-1.932-6.395zM14.36%2030a49%2049%200%200%201-.36-6c0-1.897.104-3.74.3-5.5H4.767A20%2020%200%200%200%204%2024c0%202.09.32%204.106.916%206zm-8.47%202.5c2.49%205.295%207.235%209.321%2012.997%2010.84c-1.856-2.49-3.324-6.293-4.149-10.84zM33.35%2016h8.986c-2.421-5.541-7.281-9.774-13.223-11.34c1.924%202.58%203.43%206.572%204.236%2011.34%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/globe-off-48-filled.svg?color=%231a73e8&size=48