globe off icon
globe-off-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.
- Name
- globe-off-28-regular
- Set
- Fluent UI System Icons
- Style
- 28 Regular
- Viewbox
- 28×28
- 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 28 28"><path fill="currentColor" d="M5 6.062L2.22 3.28a.75.75 0 1 1 1.06-1.06l22.5 22.5a.75.75 0 0 1-1.06 1.06L21.937 23A11.96 11.96 0 0 1 14 26C7.373 26 2 20.627 2 14c0-3.044 1.133-5.823 3-7.938m15.875 15.874L19.16 20.22c-.219.74-.476 1.428-.767 2.052a10 10 0 0 1-.964 1.656a10.5 10.5 0 0 0 3.447-1.992M17.44 18.5H9.953c.252 1.185.598 2.246 1.014 3.138C11.89 23.615 13.015 24.5 14 24.5s2.11-.885 3.033-2.862c.357-.766.663-1.656.902-2.643zm-1.5-1.5l-6-6h-.244a23 23 0 0 0-.195 3c0 1.045.069 2.051.195 3zM8.425 9.486L6.064 7.125A10.5 10.5 0 0 0 4.51 9.5h3.912q0-.008.003-.014M8 14c0-1.034.063-2.04.183-3H3.935c-.283.95-.435 1.957-.435 3s.152 2.05.435 3h4.248C8.063 16.04 8 15.034 8 14m1.608 8.272c-.506-1.084-.91-2.363-1.186-3.772H4.51a10.53 10.53 0 0 0 6.062 5.428a10 10 0 0 1-.964-1.656M7.255 4.073l1.083 1.083c.693-.445 1.442-.81 2.234-1.084a10 10 0 0 0-.964 1.656q-.11.236-.214.484l1.159 1.159q.193-.535.414-1.009C11.89 4.385 13.015 3.5 14 3.5s2.11.885 3.033 2.862c.416.892.762 1.953 1.014 3.138h-5.365l1.5 1.5h4.123a23.5 23.5 0 0 1 .16 4.283l1.39 1.39A25 25 0 0 0 20 14c0-1.034-.063-2.04-.183-3h4.248c.283.95.435 1.957.435 3s-.152 2.05-.435 3h-3.883l3.745 3.745A11.95 11.95 0 0 0 26 14c0-6.627-5.373-12-12-12c-2.5 0-4.822.765-6.745 2.073M23.49 9.5h-3.912c-.276-1.41-.68-2.688-1.186-3.772a10 10 0 0 0-.964-1.656A10.53 10.53 0 0 1 23.49 9.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentGlobeOff28Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M5 6.062L2.22 3.28a.75.75 0 1 1 1.06-1.06l22.5 22.5a.75.75 0 0 1-1.06 1.06L21.937 23A11.96 11.96 0 0 1 14 26C7.373 26 2 20.627 2 14c0-3.044 1.133-5.823 3-7.938m15.875 15.874L19.16 20.22c-.219.74-.476 1.428-.767 2.052a10 10 0 0 1-.964 1.656a10.5 10.5 0 0 0 3.447-1.992M17.44 18.5H9.953c.252 1.185.598 2.246 1.014 3.138C11.89 23.615 13.015 24.5 14 24.5s2.11-.885 3.033-2.862c.357-.766.663-1.656.902-2.643zm-1.5-1.5l-6-6h-.244a23 23 0 0 0-.195 3c0 1.045.069 2.051.195 3zM8.425 9.486L6.064 7.125A10.5 10.5 0 0 0 4.51 9.5h3.912q0-.008.003-.014M8 14c0-1.034.063-2.04.183-3H3.935c-.283.95-.435 1.957-.435 3s.152 2.05.435 3h4.248C8.063 16.04 8 15.034 8 14m1.608 8.272c-.506-1.084-.91-2.363-1.186-3.772H4.51a10.53 10.53 0 0 0 6.062 5.428a10 10 0 0 1-.964-1.656M7.255 4.073l1.083 1.083c.693-.445 1.442-.81 2.234-1.084a10 10 0 0 0-.964 1.656q-.11.236-.214.484l1.159 1.159q.193-.535.414-1.009C11.89 4.385 13.015 3.5 14 3.5s2.11.885 3.033 2.862c.416.892.762 1.953 1.014 3.138h-5.365l1.5 1.5h4.123a23.5 23.5 0 0 1 .16 4.283l1.39 1.39A25 25 0 0 0 20 14c0-1.034-.063-2.04-.183-3h4.248c.283.95.435 1.957.435 3s-.152 2.05-.435 3h-3.883l3.745 3.745A11.95 11.95 0 0 0 26 14c0-6.627-5.373-12-12-12c-2.5 0-4.822.765-6.745 2.073M23.49 9.5h-3.912c-.276-1.41-.68-2.688-1.186-3.772a10 10 0 0 0-.964-1.656A10.53 10.53 0 0 1 23.49 9.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M5 6.062L2.22 3.28a.75.75 0 1 1 1.06-1.06l22.5 22.5a.75.75 0 0 1-1.06 1.06L21.937 23A11.96 11.96 0 0 1 14 26C7.373 26 2 20.627 2 14c0-3.044 1.133-5.823 3-7.938m15.875 15.874L19.16 20.22c-.219.74-.476 1.428-.767 2.052a10 10 0 0 1-.964 1.656a10.5 10.5 0 0 0 3.447-1.992M17.44 18.5H9.953c.252 1.185.598 2.246 1.014 3.138C11.89 23.615 13.015 24.5 14 24.5s2.11-.885 3.033-2.862c.357-.766.663-1.656.902-2.643zm-1.5-1.5l-6-6h-.244a23 23 0 0 0-.195 3c0 1.045.069 2.051.195 3zM8.425 9.486L6.064 7.125A10.5 10.5 0 0 0 4.51 9.5h3.912q0-.008.003-.014M8 14c0-1.034.063-2.04.183-3H3.935c-.283.95-.435 1.957-.435 3s.152 2.05.435 3h4.248C8.063 16.04 8 15.034 8 14m1.608 8.272c-.506-1.084-.91-2.363-1.186-3.772H4.51a10.53 10.53 0 0 0 6.062 5.428a10 10 0 0 1-.964-1.656M7.255 4.073l1.083 1.083c.693-.445 1.442-.81 2.234-1.084a10 10 0 0 0-.964 1.656q-.11.236-.214.484l1.159 1.159q.193-.535.414-1.009C11.89 4.385 13.015 3.5 14 3.5s2.11.885 3.033 2.862c.416.892.762 1.953 1.014 3.138h-5.365l1.5 1.5h4.123a23.5 23.5 0 0 1 .16 4.283l1.39 1.39A25 25 0 0 0 20 14c0-1.034-.063-2.04-.183-3h4.248c.283.95.435 1.957.435 3s-.152 2.05-.435 3h-3.883l3.745 3.745A11.95 11.95 0 0 0 26 14c0-6.627-5.373-12-12-12c-2.5 0-4.822.765-6.745 2.073M23.49 9.5h-3.912c-.276-1.41-.68-2.688-1.186-3.772a10 10 0 0 0-.964-1.656A10.53 10.53 0 0 1 23.49 9.5"/></svg> </template>
CSS
.icon-globe-off-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%206.062L2.22%203.28a.75.75%200%201%201%201.06-1.06l22.5%2022.5a.75.75%200%200%201-1.06%201.06L21.937%2023A11.96%2011.96%200%200%201%2014%2026C7.373%2026%202%2020.627%202%2014c0-3.044%201.133-5.823%203-7.938m15.875%2015.874L19.16%2020.22c-.219.74-.476%201.428-.767%202.052a10%2010%200%200%201-.964%201.656a10.5%2010.5%200%200%200%203.447-1.992M17.44%2018.5H9.953c.252%201.185.598%202.246%201.014%203.138C11.89%2023.615%2013.015%2024.5%2014%2024.5s2.11-.885%203.033-2.862c.357-.766.663-1.656.902-2.643zm-1.5-1.5l-6-6h-.244a23%2023%200%200%200-.195%203c0%201.045.069%202.051.195%203zM8.425%209.486L6.064%207.125A10.5%2010.5%200%200%200%204.51%209.5h3.912q0-.008.003-.014M8%2014c0-1.034.063-2.04.183-3H3.935c-.283.95-.435%201.957-.435%203s.152%202.05.435%203h4.248C8.063%2016.04%208%2015.034%208%2014m1.608%208.272c-.506-1.084-.91-2.363-1.186-3.772H4.51a10.53%2010.53%200%200%200%206.062%205.428a10%2010%200%200%201-.964-1.656M7.255%204.073l1.083%201.083c.693-.445%201.442-.81%202.234-1.084a10%2010%200%200%200-.964%201.656q-.11.236-.214.484l1.159%201.159q.193-.535.414-1.009C11.89%204.385%2013.015%203.5%2014%203.5s2.11.885%203.033%202.862c.416.892.762%201.953%201.014%203.138h-5.365l1.5%201.5h4.123a23.5%2023.5%200%200%201%20.16%204.283l1.39%201.39A25%2025%200%200%200%2020%2014c0-1.034-.063-2.04-.183-3h4.248c.283.95.435%201.957.435%203s-.152%202.05-.435%203h-3.883l3.745%203.745A11.95%2011.95%200%200%200%2026%2014c0-6.627-5.373-12-12-12c-2.5%200-4.822.765-6.745%202.073M23.49%209.5h-3.912c-.276-1.41-.68-2.688-1.186-3.772a10%2010%200%200%200-.964-1.656A10.53%2010.53%200%200%201%2023.49%209.5%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%206.062L2.22%203.28a.75.75%200%201%201%201.06-1.06l22.5%2022.5a.75.75%200%200%201-1.06%201.06L21.937%2023A11.96%2011.96%200%200%201%2014%2026C7.373%2026%202%2020.627%202%2014c0-3.044%201.133-5.823%203-7.938m15.875%2015.874L19.16%2020.22c-.219.74-.476%201.428-.767%202.052a10%2010%200%200%201-.964%201.656a10.5%2010.5%200%200%200%203.447-1.992M17.44%2018.5H9.953c.252%201.185.598%202.246%201.014%203.138C11.89%2023.615%2013.015%2024.5%2014%2024.5s2.11-.885%203.033-2.862c.357-.766.663-1.656.902-2.643zm-1.5-1.5l-6-6h-.244a23%2023%200%200%200-.195%203c0%201.045.069%202.051.195%203zM8.425%209.486L6.064%207.125A10.5%2010.5%200%200%200%204.51%209.5h3.912q0-.008.003-.014M8%2014c0-1.034.063-2.04.183-3H3.935c-.283.95-.435%201.957-.435%203s.152%202.05.435%203h4.248C8.063%2016.04%208%2015.034%208%2014m1.608%208.272c-.506-1.084-.91-2.363-1.186-3.772H4.51a10.53%2010.53%200%200%200%206.062%205.428a10%2010%200%200%201-.964-1.656M7.255%204.073l1.083%201.083c.693-.445%201.442-.81%202.234-1.084a10%2010%200%200%200-.964%201.656q-.11.236-.214.484l1.159%201.159q.193-.535.414-1.009C11.89%204.385%2013.015%203.5%2014%203.5s2.11.885%203.033%202.862c.416.892.762%201.953%201.014%203.138h-5.365l1.5%201.5h4.123a23.5%2023.5%200%200%201%20.16%204.283l1.39%201.39A25%2025%200%200%200%2020%2014c0-1.034-.063-2.04-.183-3h4.248c.283.95.435%201.957.435%203s-.152%202.05-.435%203h-3.883l3.745%203.745A11.95%2011.95%200%200%200%2026%2014c0-6.627-5.373-12-12-12c-2.5%200-4.822.765-6.745%202.073M23.49%209.5h-3.912c-.276-1.41-.68-2.688-1.186-3.772a10%2010%200%200%200-.964-1.656A10.53%2010.53%200%200%201%2023.49%209.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/globe-off-28-regular.svg?color=%231a73e8&size=48