globe-desktop-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
globe-desktop-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the globe desktop icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.002 12c0-5.524-4.478-10.002-10.002-10.002S2 6.476 2 12c0 5.186 3.947 9.45 9.001 9.952v-1.843c-.778-.612-1.478-1.905-1.939-3.61h1.94V15H8.737a19 19 0 0 1-.135-5h6.794c.068.64.105 1.31.105 2h1.5q-.001-1.028-.095-2h3.358c.154.64.237 1.31.237 2zM4.786 16.5h2.722l.102.395c.317 1.17.748 2.196 1.27 3.015a8.53 8.53 0 0 1-4.094-3.41m-1.05-6.501h3.358a21 21 0 0 0-.095 2c0 1.043.075 2.051.217 3H4.043a8.5 8.5 0 0 1-.544-3c0-.682.08-1.347.232-1.983zm5.122-5.902l.023-.008c-.722 1.132-1.27 2.658-1.583 4.41H4.25c.905-2 2.56-3.587 4.608-4.402m3.026-.594L12 3.498l.126.006c1.262.126 2.48 2.125 3.045 4.995H8.83c.568-2.878 1.79-4.88 3.055-4.996m3.343.76l-.107-.174l.291.121A8.53 8.53 0 0 1 19.75 8.5h-3.048c-.298-1.665-.806-3.125-1.475-4.237M12 18.999a1 1 0 0 0 1 1h3v2h-.5a.5.5 0 1 0 0 1h4a.5.5 0 0 0 0-1H19v-2h3a1 1 0 0 0 1-1v-5a1 1 0 0 0-1-1h-9a1 1 0 0 0-1 1z"/></svg>

React

import type { SVGProps } from "react";

export function FluentGlobeDesktop24Regular(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="M22.002 12c0-5.524-4.478-10.002-10.002-10.002S2 6.476 2 12c0 5.186 3.947 9.45 9.001 9.952v-1.843c-.778-.612-1.478-1.905-1.939-3.61h1.94V15H8.737a19 19 0 0 1-.135-5h6.794c.068.64.105 1.31.105 2h1.5q-.001-1.028-.095-2h3.358c.154.64.237 1.31.237 2zM4.786 16.5h2.722l.102.395c.317 1.17.748 2.196 1.27 3.015a8.53 8.53 0 0 1-4.094-3.41m-1.05-6.501h3.358a21 21 0 0 0-.095 2c0 1.043.075 2.051.217 3H4.043a8.5 8.5 0 0 1-.544-3c0-.682.08-1.347.232-1.983zm5.122-5.902l.023-.008c-.722 1.132-1.27 2.658-1.583 4.41H4.25c.905-2 2.56-3.587 4.608-4.402m3.026-.594L12 3.498l.126.006c1.262.126 2.48 2.125 3.045 4.995H8.83c.568-2.878 1.79-4.88 3.055-4.996m3.343.76l-.107-.174l.291.121A8.53 8.53 0 0 1 19.75 8.5h-3.048c-.298-1.665-.806-3.125-1.475-4.237M12 18.999a1 1 0 0 0 1 1h3v2h-.5a.5.5 0 1 0 0 1h4a.5.5 0 0 0 0-1H19v-2h3a1 1 0 0 0 1-1v-5a1 1 0 0 0-1-1h-9a1 1 0 0 0-1 1z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.002 12c0-5.524-4.478-10.002-10.002-10.002S2 6.476 2 12c0 5.186 3.947 9.45 9.001 9.952v-1.843c-.778-.612-1.478-1.905-1.939-3.61h1.94V15H8.737a19 19 0 0 1-.135-5h6.794c.068.64.105 1.31.105 2h1.5q-.001-1.028-.095-2h3.358c.154.64.237 1.31.237 2zM4.786 16.5h2.722l.102.395c.317 1.17.748 2.196 1.27 3.015a8.53 8.53 0 0 1-4.094-3.41m-1.05-6.501h3.358a21 21 0 0 0-.095 2c0 1.043.075 2.051.217 3H4.043a8.5 8.5 0 0 1-.544-3c0-.682.08-1.347.232-1.983zm5.122-5.902l.023-.008c-.722 1.132-1.27 2.658-1.583 4.41H4.25c.905-2 2.56-3.587 4.608-4.402m3.026-.594L12 3.498l.126.006c1.262.126 2.48 2.125 3.045 4.995H8.83c.568-2.878 1.79-4.88 3.055-4.996m3.343.76l-.107-.174l.291.121A8.53 8.53 0 0 1 19.75 8.5h-3.048c-.298-1.665-.806-3.125-1.475-4.237M12 18.999a1 1 0 0 0 1 1h3v2h-.5a.5.5 0 1 0 0 1h4a.5.5 0 0 0 0-1H19v-2h3a1 1 0 0 0 1-1v-5a1 1 0 0 0-1-1h-9a1 1 0 0 0-1 1z"/></svg>
</template>

CSS

.icon-globe-desktop-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22.002%2012c0-5.524-4.478-10.002-10.002-10.002S2%206.476%202%2012c0%205.186%203.947%209.45%209.001%209.952v-1.843c-.778-.612-1.478-1.905-1.939-3.61h1.94V15H8.737a19%2019%200%200%201-.135-5h6.794c.068.64.105%201.31.105%202h1.5q-.001-1.028-.095-2h3.358c.154.64.237%201.31.237%202zM4.786%2016.5h2.722l.102.395c.317%201.17.748%202.196%201.27%203.015a8.53%208.53%200%200%201-4.094-3.41m-1.05-6.501h3.358a21%2021%200%200%200-.095%202c0%201.043.075%202.051.217%203H4.043a8.5%208.5%200%200%201-.544-3c0-.682.08-1.347.232-1.983zm5.122-5.902l.023-.008c-.722%201.132-1.27%202.658-1.583%204.41H4.25c.905-2%202.56-3.587%204.608-4.402m3.026-.594L12%203.498l.126.006c1.262.126%202.48%202.125%203.045%204.995H8.83c.568-2.878%201.79-4.88%203.055-4.996m3.343.76l-.107-.174l.291.121A8.53%208.53%200%200%201%2019.75%208.5h-3.048c-.298-1.665-.806-3.125-1.475-4.237M12%2018.999a1%201%200%200%200%201%201h3v2h-.5a.5.5%200%201%200%200%201h4a.5.5%200%200%200%200-1H19v-2h3a1%201%200%200%200%201-1v-5a1%201%200%200%200-1-1h-9a1%201%200%200%200-1%201z%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%22M22.002%2012c0-5.524-4.478-10.002-10.002-10.002S2%206.476%202%2012c0%205.186%203.947%209.45%209.001%209.952v-1.843c-.778-.612-1.478-1.905-1.939-3.61h1.94V15H8.737a19%2019%200%200%201-.135-5h6.794c.068.64.105%201.31.105%202h1.5q-.001-1.028-.095-2h3.358c.154.64.237%201.31.237%202zM4.786%2016.5h2.722l.102.395c.317%201.17.748%202.196%201.27%203.015a8.53%208.53%200%200%201-4.094-3.41m-1.05-6.501h3.358a21%2021%200%200%200-.095%202c0%201.043.075%202.051.217%203H4.043a8.5%208.5%200%200%201-.544-3c0-.682.08-1.347.232-1.983zm5.122-5.902l.023-.008c-.722%201.132-1.27%202.658-1.583%204.41H4.25c.905-2%202.56-3.587%204.608-4.402m3.026-.594L12%203.498l.126.006c1.262.126%202.48%202.125%203.045%204.995H8.83c.568-2.878%201.79-4.88%203.055-4.996m3.343.76l-.107-.174l.291.121A8.53%208.53%200%200%201%2019.75%208.5h-3.048c-.298-1.665-.806-3.125-1.475-4.237M12%2018.999a1%201%200%200%200%201%201h3v2h-.5a.5.5%200%201%200%200%201h4a.5.5%200%200%200%200-1H19v-2h3a1%201%200%200%200%201-1v-5a1%201%200%200%200-1-1h-9a1%201%200%200%200-1%201z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/globe-desktop-24-regular.svg?color=%231a73e8&size=48