globe off icon
globe-off-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.
- Name
- globe-off-48-regular
- Set
- Fluent UI System Icons
- Style
- 48 Regular
- 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="M44 24c0 4.35-1.389 8.375-3.747 11.657L34.596 30h5.848a17.5 17.5 0 0 0 1.056-6c0-1.921-.31-3.77-.882-5.5h-7A39 39 0 0 1 34 24c0 1.755-.113 3.457-.325 5.078L31.396 26.8q.103-1.365.104-2.8a36 36 0 0 0-.41-5.5h-7.994l-2.5-2.5h10.008c-.453-1.905-1.058-3.602-1.769-5.024C27.158 7.622 25.305 6.5 24 6.5c-1.304 0-3.158 1.122-4.835 4.476c-.385.77-.738 1.62-1.054 2.539l-1.945-1.946c.637-1.604 1.395-3.009 2.246-4.158a17.4 17.4 0 0 0-4.274 2.13l-1.795-1.794A19.9 19.9 0 0 1 24 4c11.046 0 20 8.954 20 20m-4.431-8a17.55 17.55 0 0 0-9.981-8.589c1.565 2.114 2.816 5.09 3.58 8.589zM9 10.77A19.92 19.92 0 0 0 4 24c0 11.046 8.954 20 20 20c5.073 0 9.705-1.889 13.23-5.001l4.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.768zM14.232 16h-5.8a17.5 17.5 0 0 1 2.341-3.46zM35.46 37.227a17.5 17.5 0 0 1-5.871 3.362c1.204-1.626 2.223-3.764 2.976-6.257L34 35.768V36l.213-.02zM16.5 24c0-1.873.137-3.667.387-5.346L28.232 30H16.991a36 36 0 0 1-.491-6m12.335 13.024C27.158 40.378 25.305 41.5 24 41.5c-1.304 0-3.158-1.122-4.835-4.476c-.648-1.296-1.208-2.822-1.645-4.524h12.96c-.437 1.702-.997 3.228-1.645 4.524M14 24c0 2.09.16 4.106.458 6H7.556A17.5 17.5 0 0 1 6.5 24c0-1.921.31-3.77.882-5.5h7A39 39 0 0 0 14 24m4.412 16.589A17.55 17.55 0 0 1 8.7 32.5h6.246c.772 3.282 1.977 6.077 3.467 8.089"/></svg>
React
import type { SVGProps } from "react";
export function FluentGlobeOff48Regular(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="M44 24c0 4.35-1.389 8.375-3.747 11.657L34.596 30h5.848a17.5 17.5 0 0 0 1.056-6c0-1.921-.31-3.77-.882-5.5h-7A39 39 0 0 1 34 24c0 1.755-.113 3.457-.325 5.078L31.396 26.8q.103-1.365.104-2.8a36 36 0 0 0-.41-5.5h-7.994l-2.5-2.5h10.008c-.453-1.905-1.058-3.602-1.769-5.024C27.158 7.622 25.305 6.5 24 6.5c-1.304 0-3.158 1.122-4.835 4.476c-.385.77-.738 1.62-1.054 2.539l-1.945-1.946c.637-1.604 1.395-3.009 2.246-4.158a17.4 17.4 0 0 0-4.274 2.13l-1.795-1.794A19.9 19.9 0 0 1 24 4c11.046 0 20 8.954 20 20m-4.431-8a17.55 17.55 0 0 0-9.981-8.589c1.565 2.114 2.816 5.09 3.58 8.589zM9 10.77A19.92 19.92 0 0 0 4 24c0 11.046 8.954 20 20 20c5.073 0 9.705-1.889 13.23-5.001l4.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.768zM14.232 16h-5.8a17.5 17.5 0 0 1 2.341-3.46zM35.46 37.227a17.5 17.5 0 0 1-5.871 3.362c1.204-1.626 2.223-3.764 2.976-6.257L34 35.768V36l.213-.02zM16.5 24c0-1.873.137-3.667.387-5.346L28.232 30H16.991a36 36 0 0 1-.491-6m12.335 13.024C27.158 40.378 25.305 41.5 24 41.5c-1.304 0-3.158-1.122-4.835-4.476c-.648-1.296-1.208-2.822-1.645-4.524h12.96c-.437 1.702-.997 3.228-1.645 4.524M14 24c0 2.09.16 4.106.458 6H7.556A17.5 17.5 0 0 1 6.5 24c0-1.921.31-3.77.882-5.5h7A39 39 0 0 0 14 24m4.412 16.589A17.55 17.55 0 0 1 8.7 32.5h6.246c.772 3.282 1.977 6.077 3.467 8.089"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M44 24c0 4.35-1.389 8.375-3.747 11.657L34.596 30h5.848a17.5 17.5 0 0 0 1.056-6c0-1.921-.31-3.77-.882-5.5h-7A39 39 0 0 1 34 24c0 1.755-.113 3.457-.325 5.078L31.396 26.8q.103-1.365.104-2.8a36 36 0 0 0-.41-5.5h-7.994l-2.5-2.5h10.008c-.453-1.905-1.058-3.602-1.769-5.024C27.158 7.622 25.305 6.5 24 6.5c-1.304 0-3.158 1.122-4.835 4.476c-.385.77-.738 1.62-1.054 2.539l-1.945-1.946c.637-1.604 1.395-3.009 2.246-4.158a17.4 17.4 0 0 0-4.274 2.13l-1.795-1.794A19.9 19.9 0 0 1 24 4c11.046 0 20 8.954 20 20m-4.431-8a17.55 17.55 0 0 0-9.981-8.589c1.565 2.114 2.816 5.09 3.58 8.589zM9 10.77A19.92 19.92 0 0 0 4 24c0 11.046 8.954 20 20 20c5.073 0 9.705-1.889 13.23-5.001l4.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.768zM14.232 16h-5.8a17.5 17.5 0 0 1 2.341-3.46zM35.46 37.227a17.5 17.5 0 0 1-5.871 3.362c1.204-1.626 2.223-3.764 2.976-6.257L34 35.768V36l.213-.02zM16.5 24c0-1.873.137-3.667.387-5.346L28.232 30H16.991a36 36 0 0 1-.491-6m12.335 13.024C27.158 40.378 25.305 41.5 24 41.5c-1.304 0-3.158-1.122-4.835-4.476c-.648-1.296-1.208-2.822-1.645-4.524h12.96c-.437 1.702-.997 3.228-1.645 4.524M14 24c0 2.09.16 4.106.458 6H7.556A17.5 17.5 0 0 1 6.5 24c0-1.921.31-3.77.882-5.5h7A39 39 0 0 0 14 24m4.412 16.589A17.55 17.55 0 0 1 8.7 32.5h6.246c.772 3.282 1.977 6.077 3.467 8.089"/></svg> </template>
CSS
.icon-globe-off-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M44%2024c0%204.35-1.389%208.375-3.747%2011.657L34.596%2030h5.848a17.5%2017.5%200%200%200%201.056-6c0-1.921-.31-3.77-.882-5.5h-7A39%2039%200%200%201%2034%2024c0%201.755-.113%203.457-.325%205.078L31.396%2026.8q.103-1.365.104-2.8a36%2036%200%200%200-.41-5.5h-7.994l-2.5-2.5h10.008c-.453-1.905-1.058-3.602-1.769-5.024C27.158%207.622%2025.305%206.5%2024%206.5c-1.304%200-3.158%201.122-4.835%204.476c-.385.77-.738%201.62-1.054%202.539l-1.945-1.946c.637-1.604%201.395-3.009%202.246-4.158a17.4%2017.4%200%200%200-4.274%202.13l-1.795-1.794A19.9%2019.9%200%200%201%2024%204c11.046%200%2020%208.954%2020%2020m-4.431-8a17.55%2017.55%200%200%200-9.981-8.589c1.565%202.114%202.816%205.09%203.58%208.589zM9%2010.77A19.92%2019.92%200%200%200%204%2024c0%2011.046%208.954%2020%2020%2020c5.073%200%209.705-1.889%2013.23-5.001l4.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.768zM14.232%2016h-5.8a17.5%2017.5%200%200%201%202.341-3.46zM35.46%2037.227a17.5%2017.5%200%200%201-5.871%203.362c1.204-1.626%202.223-3.764%202.976-6.257L34%2035.768V36l.213-.02zM16.5%2024c0-1.873.137-3.667.387-5.346L28.232%2030H16.991a36%2036%200%200%201-.491-6m12.335%2013.024C27.158%2040.378%2025.305%2041.5%2024%2041.5c-1.304%200-3.158-1.122-4.835-4.476c-.648-1.296-1.208-2.822-1.645-4.524h12.96c-.437%201.702-.997%203.228-1.645%204.524M14%2024c0%202.09.16%204.106.458%206H7.556A17.5%2017.5%200%200%201%206.5%2024c0-1.921.31-3.77.882-5.5h7A39%2039%200%200%200%2014%2024m4.412%2016.589A17.55%2017.55%200%200%201%208.7%2032.5h6.246c.772%203.282%201.977%206.077%203.467%208.089%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%22M44%2024c0%204.35-1.389%208.375-3.747%2011.657L34.596%2030h5.848a17.5%2017.5%200%200%200%201.056-6c0-1.921-.31-3.77-.882-5.5h-7A39%2039%200%200%201%2034%2024c0%201.755-.113%203.457-.325%205.078L31.396%2026.8q.103-1.365.104-2.8a36%2036%200%200%200-.41-5.5h-7.994l-2.5-2.5h10.008c-.453-1.905-1.058-3.602-1.769-5.024C27.158%207.622%2025.305%206.5%2024%206.5c-1.304%200-3.158%201.122-4.835%204.476c-.385.77-.738%201.62-1.054%202.539l-1.945-1.946c.637-1.604%201.395-3.009%202.246-4.158a17.4%2017.4%200%200%200-4.274%202.13l-1.795-1.794A19.9%2019.9%200%200%201%2024%204c11.046%200%2020%208.954%2020%2020m-4.431-8a17.55%2017.55%200%200%200-9.981-8.589c1.565%202.114%202.816%205.09%203.58%208.589zM9%2010.77A19.92%2019.92%200%200%200%204%2024c0%2011.046%208.954%2020%2020%2020c5.073%200%209.705-1.889%2013.23-5.001l4.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.768zM14.232%2016h-5.8a17.5%2017.5%200%200%201%202.341-3.46zM35.46%2037.227a17.5%2017.5%200%200%201-5.871%203.362c1.204-1.626%202.223-3.764%202.976-6.257L34%2035.768V36l.213-.02zM16.5%2024c0-1.873.137-3.667.387-5.346L28.232%2030H16.991a36%2036%200%200%201-.491-6m12.335%2013.024C27.158%2040.378%2025.305%2041.5%2024%2041.5c-1.304%200-3.158-1.122-4.835-4.476c-.648-1.296-1.208-2.822-1.645-4.524h12.96c-.437%201.702-.997%203.228-1.645%204.524M14%2024c0%202.09.16%204.106.458%206H7.556A17.5%2017.5%200%200%201%206.5%2024c0-1.921.31-3.77.882-5.5h7A39%2039%200%200%200%2014%2024m4.412%2016.589A17.55%2017.55%200%200%201%208.7%2032.5h6.246c.772%203.282%201.977%206.077%203.467%208.089%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-regular.svg?color=%231a73e8&size=48