globe-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.

Name
globe-fill
Set
Mage Icons
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in Mage Icons

The same icon in other sets

Use the globe icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.478 21.439a10.1 10.1 0 0 1-6.504-8.573h4.32a17.54 17.54 0 0 0 2.184 8.573m7.505-8.573c-.182 5.465-2.174 9.208-3.973 9.208c-1.8 0-3.791-3.743-3.974-9.208zm6.043 0a10.06 10.06 0 0 1-6.514 8.573a17.43 17.43 0 0 0 2.194-8.573zm0-1.732h-4.32c.02-3-.735-5.952-2.194-8.573a10.05 10.05 0 0 1 6.514 8.573m-6.043 0H8.036c.183-5.475 2.174-9.208 3.974-9.208c1.799 0 3.781 3.733 3.973 9.208M8.478 2.61a17.5 17.5 0 0 0-2.184 8.572h-4.32A10.07 10.07 0 0 1 8.478 2.61"/></svg>

React

import type { SVGProps } from "react";

export function MageGlobeFill(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="M8.478 21.439a10.1 10.1 0 0 1-6.504-8.573h4.32a17.54 17.54 0 0 0 2.184 8.573m7.505-8.573c-.182 5.465-2.174 9.208-3.973 9.208c-1.8 0-3.791-3.743-3.974-9.208zm6.043 0a10.06 10.06 0 0 1-6.514 8.573a17.43 17.43 0 0 0 2.194-8.573zm0-1.732h-4.32c.02-3-.735-5.952-2.194-8.573a10.05 10.05 0 0 1 6.514 8.573m-6.043 0H8.036c.183-5.475 2.174-9.208 3.974-9.208c1.799 0 3.781 3.733 3.973 9.208M8.478 2.61a17.5 17.5 0 0 0-2.184 8.572h-4.32A10.07 10.07 0 0 1 8.478 2.61"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.478 21.439a10.1 10.1 0 0 1-6.504-8.573h4.32a17.54 17.54 0 0 0 2.184 8.573m7.505-8.573c-.182 5.465-2.174 9.208-3.973 9.208c-1.8 0-3.791-3.743-3.974-9.208zm6.043 0a10.06 10.06 0 0 1-6.514 8.573a17.43 17.43 0 0 0 2.194-8.573zm0-1.732h-4.32c.02-3-.735-5.952-2.194-8.573a10.05 10.05 0 0 1 6.514 8.573m-6.043 0H8.036c.183-5.475 2.174-9.208 3.974-9.208c1.799 0 3.781 3.733 3.973 9.208M8.478 2.61a17.5 17.5 0 0 0-2.184 8.572h-4.32A10.07 10.07 0 0 1 8.478 2.61"/></svg>
</template>

CSS

.icon-globe-fill {
  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%22M8.478%2021.439a10.1%2010.1%200%200%201-6.504-8.573h4.32a17.54%2017.54%200%200%200%202.184%208.573m7.505-8.573c-.182%205.465-2.174%209.208-3.973%209.208c-1.8%200-3.791-3.743-3.974-9.208zm6.043%200a10.06%2010.06%200%200%201-6.514%208.573a17.43%2017.43%200%200%200%202.194-8.573zm0-1.732h-4.32c.02-3-.735-5.952-2.194-8.573a10.05%2010.05%200%200%201%206.514%208.573m-6.043%200H8.036c.183-5.475%202.174-9.208%203.974-9.208c1.799%200%203.781%203.733%203.973%209.208M8.478%202.61a17.5%2017.5%200%200%200-2.184%208.572h-4.32A10.07%2010.07%200%200%201%208.478%202.61%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%22M8.478%2021.439a10.1%2010.1%200%200%201-6.504-8.573h4.32a17.54%2017.54%200%200%200%202.184%208.573m7.505-8.573c-.182%205.465-2.174%209.208-3.973%209.208c-1.8%200-3.791-3.743-3.974-9.208zm6.043%200a10.06%2010.06%200%200%201-6.514%208.573a17.43%2017.43%200%200%200%202.194-8.573zm0-1.732h-4.32c.02-3-.735-5.952-2.194-8.573a10.05%2010.05%200%200%201%206.514%208.573m-6.043%200H8.036c.183-5.475%202.174-9.208%203.974-9.208c1.799%200%203.781%203.733%203.973%209.208M8.478%202.61a17.5%2017.5%200%200%200-2.184%208.572h-4.32A10.07%2010.07%200%200%201%208.478%202.61%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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