globe off icon
globe-off-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- globe-off-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- 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 20 20"><path fill="currentColor" d="M4 4.708L2.147 2.854a.5.5 0 1 1 .708-.708l15 15a.5.5 0 0 1-.708.708l-1.854-1.855A8 8 0 0 1 4 4.707M14.585 15.29l-1.145-1.145a10 10 0 0 1-.511 1.369a6.6 6.6 0 0 1-.642 1.103a7 7 0 0 0 2.298-1.327m-2.792-2.79L7.15 7.857A15 15 0 0 0 7 10c0 .883.073 1.725.206 2.5zm-6-6L4.709 5.416A7 7 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.103m4.95-.423a9.3 9.3 0 0 0 .559-1.592H7.419c.153.59.342 1.126.56 1.592C8.592 16.41 9.342 17 10 17s1.407-.59 2.022-1.908M7.072 4.485a9 9 0 0 0-.143.323l.773.772q.129-.356.276-.672C8.593 3.59 9.343 3 10 3s1.407.59 2.022 1.908c.217.466.406 1.002.559 1.592H8.62l1 1h3.173c.133.775.206 1.617.206 2.5q0 .435-.023.855l.927.927a16.3 16.3 0 0 0-.097-4.282h2.733c.297.776.46 1.62.46 2.5s-.163 1.724-.46 2.5H14.62l1.997 1.996A8 8 0 0 0 5.504 3.382l.721.722c.462-.297.962-.54 1.49-.722a6.6 6.6 0 0 0-.643 1.103M16.064 6.5H13.61a10.5 10.5 0 0 0-.683-2.015a6.6 6.6 0 0 0-.642-1.103A7.02 7.02 0 0 1 16.064 6.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentGlobeOff20Regular(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="M4 4.708L2.147 2.854a.5.5 0 1 1 .708-.708l15 15a.5.5 0 0 1-.708.708l-1.854-1.855A8 8 0 0 1 4 4.707M14.585 15.29l-1.145-1.145a10 10 0 0 1-.511 1.369a6.6 6.6 0 0 1-.642 1.103a7 7 0 0 0 2.298-1.327m-2.792-2.79L7.15 7.857A15 15 0 0 0 7 10c0 .883.073 1.725.206 2.5zm-6-6L4.709 5.416A7 7 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.103m4.95-.423a9.3 9.3 0 0 0 .559-1.592H7.419c.153.59.342 1.126.56 1.592C8.592 16.41 9.342 17 10 17s1.407-.59 2.022-1.908M7.072 4.485a9 9 0 0 0-.143.323l.773.772q.129-.356.276-.672C8.593 3.59 9.343 3 10 3s1.407.59 2.022 1.908c.217.466.406 1.002.559 1.592H8.62l1 1h3.173c.133.775.206 1.617.206 2.5q0 .435-.023.855l.927.927a16.3 16.3 0 0 0-.097-4.282h2.733c.297.776.46 1.62.46 2.5s-.163 1.724-.46 2.5H14.62l1.997 1.996A8 8 0 0 0 5.504 3.382l.721.722c.462-.297.962-.54 1.49-.722a6.6 6.6 0 0 0-.643 1.103M16.064 6.5H13.61a10.5 10.5 0 0 0-.683-2.015a6.6 6.6 0 0 0-.642-1.103A7.02 7.02 0 0 1 16.064 6.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M4 4.708L2.147 2.854a.5.5 0 1 1 .708-.708l15 15a.5.5 0 0 1-.708.708l-1.854-1.855A8 8 0 0 1 4 4.707M14.585 15.29l-1.145-1.145a10 10 0 0 1-.511 1.369a6.6 6.6 0 0 1-.642 1.103a7 7 0 0 0 2.298-1.327m-2.792-2.79L7.15 7.857A15 15 0 0 0 7 10c0 .883.073 1.725.206 2.5zm-6-6L4.709 5.416A7 7 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.103m4.95-.423a9.3 9.3 0 0 0 .559-1.592H7.419c.153.59.342 1.126.56 1.592C8.592 16.41 9.342 17 10 17s1.407-.59 2.022-1.908M7.072 4.485a9 9 0 0 0-.143.323l.773.772q.129-.356.276-.672C8.593 3.59 9.343 3 10 3s1.407.59 2.022 1.908c.217.466.406 1.002.559 1.592H8.62l1 1h3.173c.133.775.206 1.617.206 2.5q0 .435-.023.855l.927.927a16.3 16.3 0 0 0-.097-4.282h2.733c.297.776.46 1.62.46 2.5s-.163 1.724-.46 2.5H14.62l1.997 1.996A8 8 0 0 0 5.504 3.382l.721.722c.462-.297.962-.54 1.49-.722a6.6 6.6 0 0 0-.643 1.103M16.064 6.5H13.61a10.5 10.5 0 0 0-.683-2.015a6.6 6.6 0 0 0-.642-1.103A7.02 7.02 0 0 1 16.064 6.5"/></svg> </template>
CSS
.icon-globe-off-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%22M4%204.708L2.147%202.854a.5.5%200%201%201%20.708-.708l15%2015a.5.5%200%200%201-.708.708l-1.854-1.855A8%208%200%200%201%204%204.707M14.585%2015.29l-1.145-1.145a10%2010%200%200%201-.511%201.369a6.6%206.6%200%200%201-.642%201.103a7%207%200%200%200%202.298-1.327m-2.792-2.79L7.15%207.857A15%2015%200%200%200%207%2010c0%20.883.073%201.725.206%202.5zm-6-6L4.709%205.416A7%207%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.103m4.95-.423a9.3%209.3%200%200%200%20.559-1.592H7.419c.153.59.342%201.126.56%201.592C8.592%2016.41%209.342%2017%2010%2017s1.407-.59%202.022-1.908M7.072%204.485a9%209%200%200%200-.143.323l.773.772q.129-.356.276-.672C8.593%203.59%209.343%203%2010%203s1.407.59%202.022%201.908c.217.466.406%201.002.559%201.592H8.62l1%201h3.173c.133.775.206%201.617.206%202.5q0%20.435-.023.855l.927.927a16.3%2016.3%200%200%200-.097-4.282h2.733c.297.776.46%201.62.46%202.5s-.163%201.724-.46%202.5H14.62l1.997%201.996A8%208%200%200%200%205.504%203.382l.721.722c.462-.297.962-.54%201.49-.722a6.6%206.6%200%200%200-.643%201.103M16.064%206.5H13.61a10.5%2010.5%200%200%200-.683-2.015a6.6%206.6%200%200%200-.642-1.103A7.02%207.02%200%200%201%2016.064%206.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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%204.708L2.147%202.854a.5.5%200%201%201%20.708-.708l15%2015a.5.5%200%200%201-.708.708l-1.854-1.855A8%208%200%200%201%204%204.707M14.585%2015.29l-1.145-1.145a10%2010%200%200%201-.511%201.369a6.6%206.6%200%200%201-.642%201.103a7%207%200%200%200%202.298-1.327m-2.792-2.79L7.15%207.857A15%2015%200%200%200%207%2010c0%20.883.073%201.725.206%202.5zm-6-6L4.709%205.416A7%207%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.103m4.95-.423a9.3%209.3%200%200%200%20.559-1.592H7.419c.153.59.342%201.126.56%201.592C8.592%2016.41%209.342%2017%2010%2017s1.407-.59%202.022-1.908M7.072%204.485a9%209%200%200%200-.143.323l.773.772q.129-.356.276-.672C8.593%203.59%209.343%203%2010%203s1.407.59%202.022%201.908c.217.466.406%201.002.559%201.592H8.62l1%201h3.173c.133.775.206%201.617.206%202.5q0%20.435-.023.855l.927.927a16.3%2016.3%200%200%200-.097-4.282h2.733c.297.776.46%201.62.46%202.5s-.163%201.724-.46%202.5H14.62l1.997%201.996A8%208%200%200%200%205.504%203.382l.721.722c.462-.297.962-.54%201.49-.722a6.6%206.6%200%200%200-.643%201.103M16.064%206.5H13.61a10.5%2010.5%200%200%200-.683-2.015a6.6%206.6%200%200%200-.642-1.103A7.02%207.02%200%200%201%2016.064%206.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-20-regular.svg?color=%231a73e8&size=48