globe off icon
globe-off-12-filled from Fluent UI System Icons by Microsoft Corporation · 12 Filled · MIT Free for personal and commercial use.
- Name
- globe-off-12-filled
- Set
- Fluent UI System Icons
- Style
- 12 Filled
- Viewbox
- 12×12
- 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 12 12"><path fill="currentColor" d="M2.128 2.835A5 5 0 0 0 1.024 5.5H3.01c.023-.56.085-1.098.18-1.604l.878.88q-.04.351-.057.724h.782l1 1H4.01c.06 1.326.353 2.477.762 3.295C5.263 10.775 5.754 11 6 11c.245 0 .737-.225 1.227-1.205c.193-.387.361-.85.49-1.37l.81.81a6.6 6.6 0 0 1-.613 1.386a5 5 0 0 0 1.25-.75l.982.983a.5.5 0 0 0 .708-.708l-9-9a.5.5 0 1 0-.708.708zM7.621 5.5l-2.99-2.99a5 5 0 0 1 .142-.305C5.263 1.225 5.754 1 6 1c.245 0 .737.225 1.227 1.205c.409.818.702 1.97.762 3.295zm2.813 2.813L8.97 6.849q.012-.173.02-.349h1.985a5 5 0 0 1-.541 1.813M1.024 6.5H3.01c.068 1.655.472 3.12 1.076 4.12A5 5 0 0 1 1.024 6.5m7.965-1h1.986a5 5 0 0 0-3.061-4.12c.603 1 1.007 2.465 1.075 4.12"/></svg>
React
import type { SVGProps } from "react";
export function FluentGlobeOff12Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M2.128 2.835A5 5 0 0 0 1.024 5.5H3.01c.023-.56.085-1.098.18-1.604l.878.88q-.04.351-.057.724h.782l1 1H4.01c.06 1.326.353 2.477.762 3.295C5.263 10.775 5.754 11 6 11c.245 0 .737-.225 1.227-1.205c.193-.387.361-.85.49-1.37l.81.81a6.6 6.6 0 0 1-.613 1.386a5 5 0 0 0 1.25-.75l.982.983a.5.5 0 0 0 .708-.708l-9-9a.5.5 0 1 0-.708.708zM7.621 5.5l-2.99-2.99a5 5 0 0 1 .142-.305C5.263 1.225 5.754 1 6 1c.245 0 .737.225 1.227 1.205c.409.818.702 1.97.762 3.295zm2.813 2.813L8.97 6.849q.012-.173.02-.349h1.985a5 5 0 0 1-.541 1.813M1.024 6.5H3.01c.068 1.655.472 3.12 1.076 4.12A5 5 0 0 1 1.024 6.5m7.965-1h1.986a5 5 0 0 0-3.061-4.12c.603 1 1.007 2.465 1.075 4.12"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M2.128 2.835A5 5 0 0 0 1.024 5.5H3.01c.023-.56.085-1.098.18-1.604l.878.88q-.04.351-.057.724h.782l1 1H4.01c.06 1.326.353 2.477.762 3.295C5.263 10.775 5.754 11 6 11c.245 0 .737-.225 1.227-1.205c.193-.387.361-.85.49-1.37l.81.81a6.6 6.6 0 0 1-.613 1.386a5 5 0 0 0 1.25-.75l.982.983a.5.5 0 0 0 .708-.708l-9-9a.5.5 0 1 0-.708.708zM7.621 5.5l-2.99-2.99a5 5 0 0 1 .142-.305C5.263 1.225 5.754 1 6 1c.245 0 .737.225 1.227 1.205c.409.818.702 1.97.762 3.295zm2.813 2.813L8.97 6.849q.012-.173.02-.349h1.985a5 5 0 0 1-.541 1.813M1.024 6.5H3.01c.068 1.655.472 3.12 1.076 4.12A5 5 0 0 1 1.024 6.5m7.965-1h1.986a5 5 0 0 0-3.061-4.12c.603 1 1.007 2.465 1.075 4.12"/></svg> </template>
CSS
.icon-globe-off-12-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%2012%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.128%202.835A5%205%200%200%200%201.024%205.5H3.01c.023-.56.085-1.098.18-1.604l.878.88q-.04.351-.057.724h.782l1%201H4.01c.06%201.326.353%202.477.762%203.295C5.263%2010.775%205.754%2011%206%2011c.245%200%20.737-.225%201.227-1.205c.193-.387.361-.85.49-1.37l.81.81a6.6%206.6%200%200%201-.613%201.386a5%205%200%200%200%201.25-.75l.982.983a.5.5%200%200%200%20.708-.708l-9-9a.5.5%200%201%200-.708.708zM7.621%205.5l-2.99-2.99a5%205%200%200%201%20.142-.305C5.263%201.225%205.754%201%206%201c.245%200%20.737.225%201.227%201.205c.409.818.702%201.97.762%203.295zm2.813%202.813L8.97%206.849q.012-.173.02-.349h1.985a5%205%200%200%201-.541%201.813M1.024%206.5H3.01c.068%201.655.472%203.12%201.076%204.12A5%205%200%200%201%201.024%206.5m7.965-1h1.986a5%205%200%200%200-3.061-4.12c.603%201%201.007%202.465%201.075%204.12%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%2012%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.128%202.835A5%205%200%200%200%201.024%205.5H3.01c.023-.56.085-1.098.18-1.604l.878.88q-.04.351-.057.724h.782l1%201H4.01c.06%201.326.353%202.477.762%203.295C5.263%2010.775%205.754%2011%206%2011c.245%200%20.737-.225%201.227-1.205c.193-.387.361-.85.49-1.37l.81.81a6.6%206.6%200%200%201-.613%201.386a5%205%200%200%200%201.25-.75l.982.983a.5.5%200%200%200%20.708-.708l-9-9a.5.5%200%201%200-.708.708zM7.621%205.5l-2.99-2.99a5%205%200%200%201%20.142-.305C5.263%201.225%205.754%201%206%201c.245%200%20.737.225%201.227%201.205c.409.818.702%201.97.762%203.295zm2.813%202.813L8.97%206.849q.012-.173.02-.349h1.985a5%205%200%200%201-.541%201.813M1.024%206.5H3.01c.068%201.655.472%203.12%201.076%204.12A5%205%200%200%201%201.024%206.5m7.965-1h1.986a5%205%200%200%200-3.061-4.12c.603%201%201.007%202.465%201.075%204.12%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/globe-off-12-filled.svg?color=%231a73e8&size=48