globe-off-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.

Name
globe-off-28-filled
Set
Fluent UI System Icons
Style
28 Filled
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

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.062A12 12 0 0 0 2.684 10h5.574q.04-.302.085-.597L10.44 11.5h-.836A30 30 0 0 0 9.5 14c0 1.595.123 3.112.346 4.5h7.593l1.878 1.878a19 19 0 0 1-.911 2.923c-.357.866-.771 1.638-1.242 2.277A12 12 0 0 0 21.938 23l2.781 2.782a.75.75 0 0 0 1.061-1.061L3.28 2.22a.75.75 0 1 0-1.06 1.06zm2.255-1.989l1.883 1.882q.21-.661.456-1.256c.357-.866.771-1.638 1.242-2.277c-1.294.352-2.5.916-3.58 1.651m3.09 3.09L13.181 10h5.047c-.254-1.816-.674-3.429-1.21-4.73c-.453-1.1-.973-1.94-1.513-2.495C14.97 2.223 14.46 2 14 2s-.969.223-1.506.775c-.54.554-1.06 1.395-1.513 2.495c-.236.573-.45 1.207-.637 1.892m4.337 4.337l3.79 3.79a30 30 0 0 0-.075-3.79zm5.203 5.203l1.797 1.797h3.446c.562-1.39.872-2.909.872-4.5c0-.857-.09-1.694-.26-2.5h-5.838a31.5 31.5 0 0 1-.017 5.203M23.182 20l.745.745q.246-.363.468-.745zM8.328 18.5a31.5 31.5 0 0 1-.23-7H2.261A12 12 0 0 0 2 14c0 1.591.31 3.11.872 4.5zM3.605 20H8.6c.259 1.217.595 2.33.995 3.301c.357.866.771 1.638 1.242 2.277A12.03 12.03 0 0 1 3.606 20m14.26 0a17.3 17.3 0 0 1-.846 2.73c-.453 1.1-.973 1.94-1.513 2.495C14.97 25.777 14.46 26 14 26s-.969-.223-1.506-.775c-.54-.554-1.06-1.395-1.513-2.495a17.3 17.3 0 0 1-.846-2.73zm1.878-10h5.574a12.03 12.03 0 0 0-8.153-7.578c.47.639.885 1.411 1.242 2.277c.61 1.483 1.072 3.293 1.337 5.301"/></svg>

React

import type { SVGProps } from "react";

export function FluentGlobeOff28Filled(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.062A12 12 0 0 0 2.684 10h5.574q.04-.302.085-.597L10.44 11.5h-.836A30 30 0 0 0 9.5 14c0 1.595.123 3.112.346 4.5h7.593l1.878 1.878a19 19 0 0 1-.911 2.923c-.357.866-.771 1.638-1.242 2.277A12 12 0 0 0 21.938 23l2.781 2.782a.75.75 0 0 0 1.061-1.061L3.28 2.22a.75.75 0 1 0-1.06 1.06zm2.255-1.989l1.883 1.882q.21-.661.456-1.256c.357-.866.771-1.638 1.242-2.277c-1.294.352-2.5.916-3.58 1.651m3.09 3.09L13.181 10h5.047c-.254-1.816-.674-3.429-1.21-4.73c-.453-1.1-.973-1.94-1.513-2.495C14.97 2.223 14.46 2 14 2s-.969.223-1.506.775c-.54.554-1.06 1.395-1.513 2.495c-.236.573-.45 1.207-.637 1.892m4.337 4.337l3.79 3.79a30 30 0 0 0-.075-3.79zm5.203 5.203l1.797 1.797h3.446c.562-1.39.872-2.909.872-4.5c0-.857-.09-1.694-.26-2.5h-5.838a31.5 31.5 0 0 1-.017 5.203M23.182 20l.745.745q.246-.363.468-.745zM8.328 18.5a31.5 31.5 0 0 1-.23-7H2.261A12 12 0 0 0 2 14c0 1.591.31 3.11.872 4.5zM3.605 20H8.6c.259 1.217.595 2.33.995 3.301c.357.866.771 1.638 1.242 2.277A12.03 12.03 0 0 1 3.606 20m14.26 0a17.3 17.3 0 0 1-.846 2.73c-.453 1.1-.973 1.94-1.513 2.495C14.97 25.777 14.46 26 14 26s-.969-.223-1.506-.775c-.54-.554-1.06-1.395-1.513-2.495a17.3 17.3 0 0 1-.846-2.73zm1.878-10h5.574a12.03 12.03 0 0 0-8.153-7.578c.47.639.885 1.411 1.242 2.277c.61 1.483 1.072 3.293 1.337 5.301"/></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.062A12 12 0 0 0 2.684 10h5.574q.04-.302.085-.597L10.44 11.5h-.836A30 30 0 0 0 9.5 14c0 1.595.123 3.112.346 4.5h7.593l1.878 1.878a19 19 0 0 1-.911 2.923c-.357.866-.771 1.638-1.242 2.277A12 12 0 0 0 21.938 23l2.781 2.782a.75.75 0 0 0 1.061-1.061L3.28 2.22a.75.75 0 1 0-1.06 1.06zm2.255-1.989l1.883 1.882q.21-.661.456-1.256c.357-.866.771-1.638 1.242-2.277c-1.294.352-2.5.916-3.58 1.651m3.09 3.09L13.181 10h5.047c-.254-1.816-.674-3.429-1.21-4.73c-.453-1.1-.973-1.94-1.513-2.495C14.97 2.223 14.46 2 14 2s-.969.223-1.506.775c-.54.554-1.06 1.395-1.513 2.495c-.236.573-.45 1.207-.637 1.892m4.337 4.337l3.79 3.79a30 30 0 0 0-.075-3.79zm5.203 5.203l1.797 1.797h3.446c.562-1.39.872-2.909.872-4.5c0-.857-.09-1.694-.26-2.5h-5.838a31.5 31.5 0 0 1-.017 5.203M23.182 20l.745.745q.246-.363.468-.745zM8.328 18.5a31.5 31.5 0 0 1-.23-7H2.261A12 12 0 0 0 2 14c0 1.591.31 3.11.872 4.5zM3.605 20H8.6c.259 1.217.595 2.33.995 3.301c.357.866.771 1.638 1.242 2.277A12.03 12.03 0 0 1 3.606 20m14.26 0a17.3 17.3 0 0 1-.846 2.73c-.453 1.1-.973 1.94-1.513 2.495C14.97 25.777 14.46 26 14 26s-.969-.223-1.506-.775c-.54-.554-1.06-1.395-1.513-2.495a17.3 17.3 0 0 1-.846-2.73zm1.878-10h5.574a12.03 12.03 0 0 0-8.153-7.578c.47.639.885 1.411 1.242 2.277c.61 1.483 1.072 3.293 1.337 5.301"/></svg>
</template>

CSS

.icon-globe-off-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%206.062A12%2012%200%200%200%202.684%2010h5.574q.04-.302.085-.597L10.44%2011.5h-.836A30%2030%200%200%200%209.5%2014c0%201.595.123%203.112.346%204.5h7.593l1.878%201.878a19%2019%200%200%201-.911%202.923c-.357.866-.771%201.638-1.242%202.277A12%2012%200%200%200%2021.938%2023l2.781%202.782a.75.75%200%200%200%201.061-1.061L3.28%202.22a.75.75%200%201%200-1.06%201.06zm2.255-1.989l1.883%201.882q.21-.661.456-1.256c.357-.866.771-1.638%201.242-2.277c-1.294.352-2.5.916-3.58%201.651m3.09%203.09L13.181%2010h5.047c-.254-1.816-.674-3.429-1.21-4.73c-.453-1.1-.973-1.94-1.513-2.495C14.97%202.223%2014.46%202%2014%202s-.969.223-1.506.775c-.54.554-1.06%201.395-1.513%202.495c-.236.573-.45%201.207-.637%201.892m4.337%204.337l3.79%203.79a30%2030%200%200%200-.075-3.79zm5.203%205.203l1.797%201.797h3.446c.562-1.39.872-2.909.872-4.5c0-.857-.09-1.694-.26-2.5h-5.838a31.5%2031.5%200%200%201-.017%205.203M23.182%2020l.745.745q.246-.363.468-.745zM8.328%2018.5a31.5%2031.5%200%200%201-.23-7H2.261A12%2012%200%200%200%202%2014c0%201.591.31%203.11.872%204.5zM3.605%2020H8.6c.259%201.217.595%202.33.995%203.301c.357.866.771%201.638%201.242%202.277A12.03%2012.03%200%200%201%203.606%2020m14.26%200a17.3%2017.3%200%200%201-.846%202.73c-.453%201.1-.973%201.94-1.513%202.495C14.97%2025.777%2014.46%2026%2014%2026s-.969-.223-1.506-.775c-.54-.554-1.06-1.395-1.513-2.495a17.3%2017.3%200%200%201-.846-2.73zm1.878-10h5.574a12.03%2012.03%200%200%200-8.153-7.578c.47.639.885%201.411%201.242%202.277c.61%201.483%201.072%203.293%201.337%205.301%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.062A12%2012%200%200%200%202.684%2010h5.574q.04-.302.085-.597L10.44%2011.5h-.836A30%2030%200%200%200%209.5%2014c0%201.595.123%203.112.346%204.5h7.593l1.878%201.878a19%2019%200%200%201-.911%202.923c-.357.866-.771%201.638-1.242%202.277A12%2012%200%200%200%2021.938%2023l2.781%202.782a.75.75%200%200%200%201.061-1.061L3.28%202.22a.75.75%200%201%200-1.06%201.06zm2.255-1.989l1.883%201.882q.21-.661.456-1.256c.357-.866.771-1.638%201.242-2.277c-1.294.352-2.5.916-3.58%201.651m3.09%203.09L13.181%2010h5.047c-.254-1.816-.674-3.429-1.21-4.73c-.453-1.1-.973-1.94-1.513-2.495C14.97%202.223%2014.46%202%2014%202s-.969.223-1.506.775c-.54.554-1.06%201.395-1.513%202.495c-.236.573-.45%201.207-.637%201.892m4.337%204.337l3.79%203.79a30%2030%200%200%200-.075-3.79zm5.203%205.203l1.797%201.797h3.446c.562-1.39.872-2.909.872-4.5c0-.857-.09-1.694-.26-2.5h-5.838a31.5%2031.5%200%200%201-.017%205.203M23.182%2020l.745.745q.246-.363.468-.745zM8.328%2018.5a31.5%2031.5%200%200%201-.23-7H2.261A12%2012%200%200%200%202%2014c0%201.591.31%203.11.872%204.5zM3.605%2020H8.6c.259%201.217.595%202.33.995%203.301c.357.866.771%201.638%201.242%202.277A12.03%2012.03%200%200%201%203.606%2020m14.26%200a17.3%2017.3%200%200%201-.846%202.73c-.453%201.1-.973%201.94-1.513%202.495C14.97%2025.777%2014.46%2026%2014%2026s-.969-.223-1.506-.775c-.54-.554-1.06-1.395-1.513-2.495a17.3%2017.3%200%200%201-.846-2.73zm1.878-10h5.574a12.03%2012.03%200%200%200-8.153-7.578c.47.639.885%201.411%201.242%202.277c.61%201.483%201.072%203.293%201.337%205.301%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-filled.svg?color=%231a73e8&size=48