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

Name
globe-48-filled
Set
Fluent UI System Icons
Style
48 Filled
Viewbox
48×48
License
MIT

14 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the globe icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M30.718 32.5c-.471 2.437-1.135 4.603-1.931 6.395c-.82 1.844-1.732 3.183-2.618 4.026C25.296 43.75 24.567 44 24 44s-1.296-.248-2.169-1.08c-.886-.842-1.798-2.18-2.617-4.025c-.797-1.792-1.46-3.958-1.932-6.395zm2.544 0c-.825 4.547-2.293 8.35-4.149 10.84c5.762-1.519 10.506-5.545 12.996-10.84zm9.822-2.5h-9.443c.234-1.91.359-3.922.359-6c0-1.897-.104-3.74-.3-5.5h9.534A20 20 0 0 1 44 24c0 2.09-.32 4.106-.916 6m-11.963 0H16.879a47 47 0 0 1-.379-6a47 47 0 0 1 .317-5.5h14.366A47 47 0 0 1 31.5 24a47 47 0 0 1-.38 6m-16.76 0a49 49 0 0 1-.36-6c0-1.897.104-3.74.3-5.5H4.767A20 20 0 0 0 4 24c0 2.09.32 4.106.916 6zm-8.47 2.5c2.49 5.295 7.235 9.321 12.997 10.84c-1.856-2.49-3.324-6.293-4.149-10.84zM28.788 9.105c.85 1.914 1.55 4.254 2.025 6.895H17.188c.476-2.64 1.175-4.981 2.026-6.895c.82-1.844 1.731-3.183 2.617-4.026C22.704 4.25 23.433 4 24 4s1.296.248 2.169 1.08c.886.842 1.798 2.18 2.617 4.025M33.349 16h8.987c-2.421-5.541-7.281-9.774-13.223-11.34c1.924 2.58 3.43 6.572 4.236 11.34M5.664 16h8.987c.806-4.768 2.312-8.76 4.236-11.34C12.945 6.226 8.085 10.459 5.664 16"/></svg>

React

import type { SVGProps } from "react";

export function FluentGlobe48Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M30.718 32.5c-.471 2.437-1.135 4.603-1.931 6.395c-.82 1.844-1.732 3.183-2.618 4.026C25.296 43.75 24.567 44 24 44s-1.296-.248-2.169-1.08c-.886-.842-1.798-2.18-2.617-4.025c-.797-1.792-1.46-3.958-1.932-6.395zm2.544 0c-.825 4.547-2.293 8.35-4.149 10.84c5.762-1.519 10.506-5.545 12.996-10.84zm9.822-2.5h-9.443c.234-1.91.359-3.922.359-6c0-1.897-.104-3.74-.3-5.5h9.534A20 20 0 0 1 44 24c0 2.09-.32 4.106-.916 6m-11.963 0H16.879a47 47 0 0 1-.379-6a47 47 0 0 1 .317-5.5h14.366A47 47 0 0 1 31.5 24a47 47 0 0 1-.38 6m-16.76 0a49 49 0 0 1-.36-6c0-1.897.104-3.74.3-5.5H4.767A20 20 0 0 0 4 24c0 2.09.32 4.106.916 6zm-8.47 2.5c2.49 5.295 7.235 9.321 12.997 10.84c-1.856-2.49-3.324-6.293-4.149-10.84zM28.788 9.105c.85 1.914 1.55 4.254 2.025 6.895H17.188c.476-2.64 1.175-4.981 2.026-6.895c.82-1.844 1.731-3.183 2.617-4.026C22.704 4.25 23.433 4 24 4s1.296.248 2.169 1.08c.886.842 1.798 2.18 2.617 4.025M33.349 16h8.987c-2.421-5.541-7.281-9.774-13.223-11.34c1.924 2.58 3.43 6.572 4.236 11.34M5.664 16h8.987c.806-4.768 2.312-8.76 4.236-11.34C12.945 6.226 8.085 10.459 5.664 16"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M30.718 32.5c-.471 2.437-1.135 4.603-1.931 6.395c-.82 1.844-1.732 3.183-2.618 4.026C25.296 43.75 24.567 44 24 44s-1.296-.248-2.169-1.08c-.886-.842-1.798-2.18-2.617-4.025c-.797-1.792-1.46-3.958-1.932-6.395zm2.544 0c-.825 4.547-2.293 8.35-4.149 10.84c5.762-1.519 10.506-5.545 12.996-10.84zm9.822-2.5h-9.443c.234-1.91.359-3.922.359-6c0-1.897-.104-3.74-.3-5.5h9.534A20 20 0 0 1 44 24c0 2.09-.32 4.106-.916 6m-11.963 0H16.879a47 47 0 0 1-.379-6a47 47 0 0 1 .317-5.5h14.366A47 47 0 0 1 31.5 24a47 47 0 0 1-.38 6m-16.76 0a49 49 0 0 1-.36-6c0-1.897.104-3.74.3-5.5H4.767A20 20 0 0 0 4 24c0 2.09.32 4.106.916 6zm-8.47 2.5c2.49 5.295 7.235 9.321 12.997 10.84c-1.856-2.49-3.324-6.293-4.149-10.84zM28.788 9.105c.85 1.914 1.55 4.254 2.025 6.895H17.188c.476-2.64 1.175-4.981 2.026-6.895c.82-1.844 1.731-3.183 2.617-4.026C22.704 4.25 23.433 4 24 4s1.296.248 2.169 1.08c.886.842 1.798 2.18 2.617 4.025M33.349 16h8.987c-2.421-5.541-7.281-9.774-13.223-11.34c1.924 2.58 3.43 6.572 4.236 11.34M5.664 16h8.987c.806-4.768 2.312-8.76 4.236-11.34C12.945 6.226 8.085 10.459 5.664 16"/></svg>
</template>

CSS

.icon-globe-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M30.718%2032.5c-.471%202.437-1.135%204.603-1.931%206.395c-.82%201.844-1.732%203.183-2.618%204.026C25.296%2043.75%2024.567%2044%2024%2044s-1.296-.248-2.169-1.08c-.886-.842-1.798-2.18-2.617-4.025c-.797-1.792-1.46-3.958-1.932-6.395zm2.544%200c-.825%204.547-2.293%208.35-4.149%2010.84c5.762-1.519%2010.506-5.545%2012.996-10.84zm9.822-2.5h-9.443c.234-1.91.359-3.922.359-6c0-1.897-.104-3.74-.3-5.5h9.534A20%2020%200%200%201%2044%2024c0%202.09-.32%204.106-.916%206m-11.963%200H16.879a47%2047%200%200%201-.379-6a47%2047%200%200%201%20.317-5.5h14.366A47%2047%200%200%201%2031.5%2024a47%2047%200%200%201-.38%206m-16.76%200a49%2049%200%200%201-.36-6c0-1.897.104-3.74.3-5.5H4.767A20%2020%200%200%200%204%2024c0%202.09.32%204.106.916%206zm-8.47%202.5c2.49%205.295%207.235%209.321%2012.997%2010.84c-1.856-2.49-3.324-6.293-4.149-10.84zM28.788%209.105c.85%201.914%201.55%204.254%202.025%206.895H17.188c.476-2.64%201.175-4.981%202.026-6.895c.82-1.844%201.731-3.183%202.617-4.026C22.704%204.25%2023.433%204%2024%204s1.296.248%202.169%201.08c.886.842%201.798%202.18%202.617%204.025M33.349%2016h8.987c-2.421-5.541-7.281-9.774-13.223-11.34c1.924%202.58%203.43%206.572%204.236%2011.34M5.664%2016h8.987c.806-4.768%202.312-8.76%204.236-11.34C12.945%206.226%208.085%2010.459%205.664%2016%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M30.718%2032.5c-.471%202.437-1.135%204.603-1.931%206.395c-.82%201.844-1.732%203.183-2.618%204.026C25.296%2043.75%2024.567%2044%2024%2044s-1.296-.248-2.169-1.08c-.886-.842-1.798-2.18-2.617-4.025c-.797-1.792-1.46-3.958-1.932-6.395zm2.544%200c-.825%204.547-2.293%208.35-4.149%2010.84c5.762-1.519%2010.506-5.545%2012.996-10.84zm9.822-2.5h-9.443c.234-1.91.359-3.922.359-6c0-1.897-.104-3.74-.3-5.5h9.534A20%2020%200%200%201%2044%2024c0%202.09-.32%204.106-.916%206m-11.963%200H16.879a47%2047%200%200%201-.379-6a47%2047%200%200%201%20.317-5.5h14.366A47%2047%200%200%201%2031.5%2024a47%2047%200%200%201-.38%206m-16.76%200a49%2049%200%200%201-.36-6c0-1.897.104-3.74.3-5.5H4.767A20%2020%200%200%200%204%2024c0%202.09.32%204.106.916%206zm-8.47%202.5c2.49%205.295%207.235%209.321%2012.997%2010.84c-1.856-2.49-3.324-6.293-4.149-10.84zM28.788%209.105c.85%201.914%201.55%204.254%202.025%206.895H17.188c.476-2.64%201.175-4.981%202.026-6.895c.82-1.844%201.731-3.183%202.617-4.026C22.704%204.25%2023.433%204%2024%204s1.296.248%202.169%201.08c.886.842%201.798%202.18%202.617%204.025M33.349%2016h8.987c-2.421-5.541-7.281-9.774-13.223-11.34c1.924%202.58%203.43%206.572%204.236%2011.34M5.664%2016h8.987c.806-4.768%202.312-8.76%204.236-11.34C12.945%206.226%208.085%2010.459%205.664%2016%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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