globe off icon
globe-off-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- globe-off-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- 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.708A8 8 0 0 0 2.805 6.5h2.989L7.12 7.826C7.04 8.516 7 9.246 7 10c0 .875.056 1.714.158 2.5h4.635l1.752 1.752a12.5 12.5 0 0 1-.608 1.949a7.2 7.2 0 0 1-.827 1.518a8 8 0 0 0 3.182-1.72l1.854 1.855a.5.5 0 0 0 .708-.708l-15-15a.5.5 0 1 0-.708.708zm3.563.734L8.62 6.5h4.06a12.2 12.2 0 0 0-.668-2.32c-.302-.733-.65-1.294-1.009-1.663C10.646 2.149 10.307 2 10 2s-.646.149-1.004.517c-.36.37-.707.93-1.009 1.663q-.237.575-.424 1.262M9.62 7.5l3.36 3.36q.02-.424.019-.86c0-.875-.056-1.715-.158-2.5zm4.302 4.302l.698.698h2.98A8 8 0 0 0 18 10a8 8 0 0 0-.398-2.5H13.85a21 21 0 0 1 .073 4.302m1.698 1.698l.997.996q.323-.476.578-.996zM5.504 3.382l1.254 1.255q.141-.441.305-.838a7.2 7.2 0 0 1 .828-1.518a8 8 0 0 0-2.387 1.101m6.606-1.101c.313.426.59.941.827 1.518c.32.78.58 1.694.762 2.701h3.497a8.02 8.02 0 0 0-5.087-4.219M10 18c.307 0 .646-.149 1.004-.517c.36-.37.707-.93 1.008-1.663a12.2 12.2 0 0 0 .67-2.32H7.318c.168.873.397 1.657.67 2.32c.301.733.648 1.294 1.008 1.663c.358.368.697.517 1.004.517m-2.11-.281A8.02 8.02 0 0 1 2.805 13.5h3.497c.182 1.007.441 1.922.762 2.7c.237.578.514 1.093.828 1.519M2.399 12.5H6.15A21 21 0 0 1 6 10c0-.866.052-1.705.15-2.5H2.398A8 8 0 0 0 2 10c0 .873.14 1.713.398 2.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentGlobeOff20Filled(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.708A8 8 0 0 0 2.805 6.5h2.989L7.12 7.826C7.04 8.516 7 9.246 7 10c0 .875.056 1.714.158 2.5h4.635l1.752 1.752a12.5 12.5 0 0 1-.608 1.949a7.2 7.2 0 0 1-.827 1.518a8 8 0 0 0 3.182-1.72l1.854 1.855a.5.5 0 0 0 .708-.708l-15-15a.5.5 0 1 0-.708.708zm3.563.734L8.62 6.5h4.06a12.2 12.2 0 0 0-.668-2.32c-.302-.733-.65-1.294-1.009-1.663C10.646 2.149 10.307 2 10 2s-.646.149-1.004.517c-.36.37-.707.93-1.009 1.663q-.237.575-.424 1.262M9.62 7.5l3.36 3.36q.02-.424.019-.86c0-.875-.056-1.715-.158-2.5zm4.302 4.302l.698.698h2.98A8 8 0 0 0 18 10a8 8 0 0 0-.398-2.5H13.85a21 21 0 0 1 .073 4.302m1.698 1.698l.997.996q.323-.476.578-.996zM5.504 3.382l1.254 1.255q.141-.441.305-.838a7.2 7.2 0 0 1 .828-1.518a8 8 0 0 0-2.387 1.101m6.606-1.101c.313.426.59.941.827 1.518c.32.78.58 1.694.762 2.701h3.497a8.02 8.02 0 0 0-5.087-4.219M10 18c.307 0 .646-.149 1.004-.517c.36-.37.707-.93 1.008-1.663a12.2 12.2 0 0 0 .67-2.32H7.318c.168.873.397 1.657.67 2.32c.301.733.648 1.294 1.008 1.663c.358.368.697.517 1.004.517m-2.11-.281A8.02 8.02 0 0 1 2.805 13.5h3.497c.182 1.007.441 1.922.762 2.7c.237.578.514 1.093.828 1.519M2.399 12.5H6.15A21 21 0 0 1 6 10c0-.866.052-1.705.15-2.5H2.398A8 8 0 0 0 2 10c0 .873.14 1.713.398 2.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.708A8 8 0 0 0 2.805 6.5h2.989L7.12 7.826C7.04 8.516 7 9.246 7 10c0 .875.056 1.714.158 2.5h4.635l1.752 1.752a12.5 12.5 0 0 1-.608 1.949a7.2 7.2 0 0 1-.827 1.518a8 8 0 0 0 3.182-1.72l1.854 1.855a.5.5 0 0 0 .708-.708l-15-15a.5.5 0 1 0-.708.708zm3.563.734L8.62 6.5h4.06a12.2 12.2 0 0 0-.668-2.32c-.302-.733-.65-1.294-1.009-1.663C10.646 2.149 10.307 2 10 2s-.646.149-1.004.517c-.36.37-.707.93-1.009 1.663q-.237.575-.424 1.262M9.62 7.5l3.36 3.36q.02-.424.019-.86c0-.875-.056-1.715-.158-2.5zm4.302 4.302l.698.698h2.98A8 8 0 0 0 18 10a8 8 0 0 0-.398-2.5H13.85a21 21 0 0 1 .073 4.302m1.698 1.698l.997.996q.323-.476.578-.996zM5.504 3.382l1.254 1.255q.141-.441.305-.838a7.2 7.2 0 0 1 .828-1.518a8 8 0 0 0-2.387 1.101m6.606-1.101c.313.426.59.941.827 1.518c.32.78.58 1.694.762 2.701h3.497a8.02 8.02 0 0 0-5.087-4.219M10 18c.307 0 .646-.149 1.004-.517c.36-.37.707-.93 1.008-1.663a12.2 12.2 0 0 0 .67-2.32H7.318c.168.873.397 1.657.67 2.32c.301.733.648 1.294 1.008 1.663c.358.368.697.517 1.004.517m-2.11-.281A8.02 8.02 0 0 1 2.805 13.5h3.497c.182 1.007.441 1.922.762 2.7c.237.578.514 1.093.828 1.519M2.399 12.5H6.15A21 21 0 0 1 6 10c0-.866.052-1.705.15-2.5H2.398A8 8 0 0 0 2 10c0 .873.14 1.713.398 2.5"/></svg> </template>
CSS
.icon-globe-off-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%204.708A8%208%200%200%200%202.805%206.5h2.989L7.12%207.826C7.04%208.516%207%209.246%207%2010c0%20.875.056%201.714.158%202.5h4.635l1.752%201.752a12.5%2012.5%200%200%201-.608%201.949a7.2%207.2%200%200%201-.827%201.518a8%208%200%200%200%203.182-1.72l1.854%201.855a.5.5%200%200%200%20.708-.708l-15-15a.5.5%200%201%200-.708.708zm3.563.734L8.62%206.5h4.06a12.2%2012.2%200%200%200-.668-2.32c-.302-.733-.65-1.294-1.009-1.663C10.646%202.149%2010.307%202%2010%202s-.646.149-1.004.517c-.36.37-.707.93-1.009%201.663q-.237.575-.424%201.262M9.62%207.5l3.36%203.36q.02-.424.019-.86c0-.875-.056-1.715-.158-2.5zm4.302%204.302l.698.698h2.98A8%208%200%200%200%2018%2010a8%208%200%200%200-.398-2.5H13.85a21%2021%200%200%201%20.073%204.302m1.698%201.698l.997.996q.323-.476.578-.996zM5.504%203.382l1.254%201.255q.141-.441.305-.838a7.2%207.2%200%200%201%20.828-1.518a8%208%200%200%200-2.387%201.101m6.606-1.101c.313.426.59.941.827%201.518c.32.78.58%201.694.762%202.701h3.497a8.02%208.02%200%200%200-5.087-4.219M10%2018c.307%200%20.646-.149%201.004-.517c.36-.37.707-.93%201.008-1.663a12.2%2012.2%200%200%200%20.67-2.32H7.318c.168.873.397%201.657.67%202.32c.301.733.648%201.294%201.008%201.663c.358.368.697.517%201.004.517m-2.11-.281A8.02%208.02%200%200%201%202.805%2013.5h3.497c.182%201.007.441%201.922.762%202.7c.237.578.514%201.093.828%201.519M2.399%2012.5H6.15A21%2021%200%200%201%206%2010c0-.866.052-1.705.15-2.5H2.398A8%208%200%200%200%202%2010c0%20.873.14%201.713.398%202.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.708A8%208%200%200%200%202.805%206.5h2.989L7.12%207.826C7.04%208.516%207%209.246%207%2010c0%20.875.056%201.714.158%202.5h4.635l1.752%201.752a12.5%2012.5%200%200%201-.608%201.949a7.2%207.2%200%200%201-.827%201.518a8%208%200%200%200%203.182-1.72l1.854%201.855a.5.5%200%200%200%20.708-.708l-15-15a.5.5%200%201%200-.708.708zm3.563.734L8.62%206.5h4.06a12.2%2012.2%200%200%200-.668-2.32c-.302-.733-.65-1.294-1.009-1.663C10.646%202.149%2010.307%202%2010%202s-.646.149-1.004.517c-.36.37-.707.93-1.009%201.663q-.237.575-.424%201.262M9.62%207.5l3.36%203.36q.02-.424.019-.86c0-.875-.056-1.715-.158-2.5zm4.302%204.302l.698.698h2.98A8%208%200%200%200%2018%2010a8%208%200%200%200-.398-2.5H13.85a21%2021%200%200%201%20.073%204.302m1.698%201.698l.997.996q.323-.476.578-.996zM5.504%203.382l1.254%201.255q.141-.441.305-.838a7.2%207.2%200%200%201%20.828-1.518a8%208%200%200%200-2.387%201.101m6.606-1.101c.313.426.59.941.827%201.518c.32.78.58%201.694.762%202.701h3.497a8.02%208.02%200%200%200-5.087-4.219M10%2018c.307%200%20.646-.149%201.004-.517c.36-.37.707-.93%201.008-1.663a12.2%2012.2%200%200%200%20.67-2.32H7.318c.168.873.397%201.657.67%202.32c.301.733.648%201.294%201.008%201.663c.358.368.697.517%201.004.517m-2.11-.281A8.02%208.02%200%200%201%202.805%2013.5h3.497c.182%201.007.441%201.922.762%202.7c.237.578.514%201.093.828%201.519M2.399%2012.5H6.15A21%2021%200%200%201%206%2010c0-.866.052-1.705.15-2.5H2.398A8%208%200%200%200%202%2010c0%20.873.14%201.713.398%202.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-filled.svg?color=%231a73e8&size=48