globe off icon
globe-off-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- globe-off-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- 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 24 24"><path fill="currentColor" d="M3.28 2.22a.75.75 0 1 0-1.06 1.06l2.197 2.198A10 10 0 0 0 2.627 8.5H7.22l.027-.194L8.939 10h-.364l-.033.489A26 26 0 0 0 8.674 15h5.266l2.49 2.49c-.373 1.654-.916 3.064-1.593 4.103a10 10 0 0 0 3.685-2.011l2.197 2.198a.75.75 0 0 0 1.061-1.061zm5.956 3.834L11.682 8.5h3.578l-.046-.315C14.645 4.544 13.318 2.002 12 2.002c-1.043 0-2.09 1.588-2.764 4.052M13.182 10l2.317 2.318A26 26 0 0 0 15.424 10zm3.765 3.765l1.236 1.236h3.36a10.05 10.05 0 0 0 .258-5h-4.87l.039.656a29 29 0 0 1-.023 3.108m2.736 2.736l.8.8a10 10 0 0 0 .45-.8zM6.699 3.517l1.33 1.33c.316-.945.697-1.77 1.134-2.44l-.122.037A10 10 0 0 0 6.7 3.517m8.396 12.984c-.62 3.271-1.861 5.498-3.095 5.498c-1.197 0-2.401-2.094-3.038-5.204l-.058-.294zm-12.03 0h4.306c.365 2.082.983 3.854 1.792 5.093a10.03 10.03 0 0 1-5.951-4.814zm-.867-6.5h4.87a28 28 0 0 0 .033 4.42l.058.58H2.456a10.05 10.05 0 0 1-.258-5m12.746-7.424l-.108-.17A10.03 10.03 0 0 1 21.372 8.5H16.78c-.316-2.416-.957-4.492-1.837-5.923"/></svg>
React
import type { SVGProps } from "react";
export function FluentGlobeOff24Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.28 2.22a.75.75 0 1 0-1.06 1.06l2.197 2.198A10 10 0 0 0 2.627 8.5H7.22l.027-.194L8.939 10h-.364l-.033.489A26 26 0 0 0 8.674 15h5.266l2.49 2.49c-.373 1.654-.916 3.064-1.593 4.103a10 10 0 0 0 3.685-2.011l2.197 2.198a.75.75 0 0 0 1.061-1.061zm5.956 3.834L11.682 8.5h3.578l-.046-.315C14.645 4.544 13.318 2.002 12 2.002c-1.043 0-2.09 1.588-2.764 4.052M13.182 10l2.317 2.318A26 26 0 0 0 15.424 10zm3.765 3.765l1.236 1.236h3.36a10.05 10.05 0 0 0 .258-5h-4.87l.039.656a29 29 0 0 1-.023 3.108m2.736 2.736l.8.8a10 10 0 0 0 .45-.8zM6.699 3.517l1.33 1.33c.316-.945.697-1.77 1.134-2.44l-.122.037A10 10 0 0 0 6.7 3.517m8.396 12.984c-.62 3.271-1.861 5.498-3.095 5.498c-1.197 0-2.401-2.094-3.038-5.204l-.058-.294zm-12.03 0h4.306c.365 2.082.983 3.854 1.792 5.093a10.03 10.03 0 0 1-5.951-4.814zm-.867-6.5h4.87a28 28 0 0 0 .033 4.42l.058.58H2.456a10.05 10.05 0 0 1-.258-5m12.746-7.424l-.108-.17A10.03 10.03 0 0 1 21.372 8.5H16.78c-.316-2.416-.957-4.492-1.837-5.923"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.28 2.22a.75.75 0 1 0-1.06 1.06l2.197 2.198A10 10 0 0 0 2.627 8.5H7.22l.027-.194L8.939 10h-.364l-.033.489A26 26 0 0 0 8.674 15h5.266l2.49 2.49c-.373 1.654-.916 3.064-1.593 4.103a10 10 0 0 0 3.685-2.011l2.197 2.198a.75.75 0 0 0 1.061-1.061zm5.956 3.834L11.682 8.5h3.578l-.046-.315C14.645 4.544 13.318 2.002 12 2.002c-1.043 0-2.09 1.588-2.764 4.052M13.182 10l2.317 2.318A26 26 0 0 0 15.424 10zm3.765 3.765l1.236 1.236h3.36a10.05 10.05 0 0 0 .258-5h-4.87l.039.656a29 29 0 0 1-.023 3.108m2.736 2.736l.8.8a10 10 0 0 0 .45-.8zM6.699 3.517l1.33 1.33c.316-.945.697-1.77 1.134-2.44l-.122.037A10 10 0 0 0 6.7 3.517m8.396 12.984c-.62 3.271-1.861 5.498-3.095 5.498c-1.197 0-2.401-2.094-3.038-5.204l-.058-.294zm-12.03 0h4.306c.365 2.082.983 3.854 1.792 5.093a10.03 10.03 0 0 1-5.951-4.814zm-.867-6.5h4.87a28 28 0 0 0 .033 4.42l.058.58H2.456a10.05 10.05 0 0 1-.258-5m12.746-7.424l-.108-.17A10.03 10.03 0 0 1 21.372 8.5H16.78c-.316-2.416-.957-4.492-1.837-5.923"/></svg> </template>
CSS
.icon-globe-off-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.28%202.22a.75.75%200%201%200-1.06%201.06l2.197%202.198A10%2010%200%200%200%202.627%208.5H7.22l.027-.194L8.939%2010h-.364l-.033.489A26%2026%200%200%200%208.674%2015h5.266l2.49%202.49c-.373%201.654-.916%203.064-1.593%204.103a10%2010%200%200%200%203.685-2.011l2.197%202.198a.75.75%200%200%200%201.061-1.061zm5.956%203.834L11.682%208.5h3.578l-.046-.315C14.645%204.544%2013.318%202.002%2012%202.002c-1.043%200-2.09%201.588-2.764%204.052M13.182%2010l2.317%202.318A26%2026%200%200%200%2015.424%2010zm3.765%203.765l1.236%201.236h3.36a10.05%2010.05%200%200%200%20.258-5h-4.87l.039.656a29%2029%200%200%201-.023%203.108m2.736%202.736l.8.8a10%2010%200%200%200%20.45-.8zM6.699%203.517l1.33%201.33c.316-.945.697-1.77%201.134-2.44l-.122.037A10%2010%200%200%200%206.7%203.517m8.396%2012.984c-.62%203.271-1.861%205.498-3.095%205.498c-1.197%200-2.401-2.094-3.038-5.204l-.058-.294zm-12.03%200h4.306c.365%202.082.983%203.854%201.792%205.093a10.03%2010.03%200%200%201-5.951-4.814zm-.867-6.5h4.87a28%2028%200%200%200%20.033%204.42l.058.58H2.456a10.05%2010.05%200%200%201-.258-5m12.746-7.424l-.108-.17A10.03%2010.03%200%200%201%2021.372%208.5H16.78c-.316-2.416-.957-4.492-1.837-5.923%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.28%202.22a.75.75%200%201%200-1.06%201.06l2.197%202.198A10%2010%200%200%200%202.627%208.5H7.22l.027-.194L8.939%2010h-.364l-.033.489A26%2026%200%200%200%208.674%2015h5.266l2.49%202.49c-.373%201.654-.916%203.064-1.593%204.103a10%2010%200%200%200%203.685-2.011l2.197%202.198a.75.75%200%200%200%201.061-1.061zm5.956%203.834L11.682%208.5h3.578l-.046-.315C14.645%204.544%2013.318%202.002%2012%202.002c-1.043%200-2.09%201.588-2.764%204.052M13.182%2010l2.317%202.318A26%2026%200%200%200%2015.424%2010zm3.765%203.765l1.236%201.236h3.36a10.05%2010.05%200%200%200%20.258-5h-4.87l.039.656a29%2029%200%200%201-.023%203.108m2.736%202.736l.8.8a10%2010%200%200%200%20.45-.8zM6.699%203.517l1.33%201.33c.316-.945.697-1.77%201.134-2.44l-.122.037A10%2010%200%200%200%206.7%203.517m8.396%2012.984c-.62%203.271-1.861%205.498-3.095%205.498c-1.197%200-2.401-2.094-3.038-5.204l-.058-.294zm-12.03%200h4.306c.365%202.082.983%203.854%201.792%205.093a10.03%2010.03%200%200%201-5.951-4.814zm-.867-6.5h4.87a28%2028%200%200%200%20.033%204.42l.058.58H2.456a10.05%2010.05%200%200%201-.258-5m12.746-7.424l-.108-.17A10.03%2010.03%200%200%201%2021.372%208.5H16.78c-.316-2.416-.957-4.492-1.837-5.923%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/globe-off-24-filled.svg?color=%231a73e8&size=48