globe-2-fill from Eva Icons by Akveo · Fill · MIT Free for personal and commercial use.

Name
globe-2-fill
Set
Eva Icons
Style
Fill
Viewbox
24×24
License
MIT

1 other variant in Eva Icons

The same icon in other sets

Related icons in Eva Icons

Use the globe 2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2m0 2a8.2 8.2 0 0 1 1.79.21a2.6 2.6 0 0 1-.78 1c-.22.17-.46.31-.7.46a4.56 4.56 0 0 0-1.85 1.67a6.5 6.5 0 0 0-.62 3.3c0 1.36 0 2.16-.95 2.87c-1.37 1.07-3.46.47-4.76-.07A8.3 8.3 0 0 1 4 12a8 8 0 0 1 8-8m4.89 14.32a7 7 0 0 0-.63-1.14c-.11-.16-.22-.32-.32-.49c-.39-.68-.25-1 .38-2l.1-.17a4.77 4.77 0 0 0 .58-2.43a5.4 5.4 0 0 1 .09-1c.16-.73 1.71-.93 2.67-1a7.94 7.94 0 0 1-2.86 8.28Z"/></svg>

React

import type { SVGProps } from "react";

export function EvaGlobe2Fill(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="M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2m0 2a8.2 8.2 0 0 1 1.79.21a2.6 2.6 0 0 1-.78 1c-.22.17-.46.31-.7.46a4.56 4.56 0 0 0-1.85 1.67a6.5 6.5 0 0 0-.62 3.3c0 1.36 0 2.16-.95 2.87c-1.37 1.07-3.46.47-4.76-.07A8.3 8.3 0 0 1 4 12a8 8 0 0 1 8-8m4.89 14.32a7 7 0 0 0-.63-1.14c-.11-.16-.22-.32-.32-.49c-.39-.68-.25-1 .38-2l.1-.17a4.77 4.77 0 0 0 .58-2.43a5.4 5.4 0 0 1 .09-1c.16-.73 1.71-.93 2.67-1a7.94 7.94 0 0 1-2.86 8.28Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2m0 2a8.2 8.2 0 0 1 1.79.21a2.6 2.6 0 0 1-.78 1c-.22.17-.46.31-.7.46a4.56 4.56 0 0 0-1.85 1.67a6.5 6.5 0 0 0-.62 3.3c0 1.36 0 2.16-.95 2.87c-1.37 1.07-3.46.47-4.76-.07A8.3 8.3 0 0 1 4 12a8 8 0 0 1 8-8m4.89 14.32a7 7 0 0 0-.63-1.14c-.11-.16-.22-.32-.32-.49c-.39-.68-.25-1 .38-2l.1-.17a4.77 4.77 0 0 0 .58-2.43a5.4 5.4 0 0 1 .09-1c.16-.73 1.71-.93 2.67-1a7.94 7.94 0 0 1-2.86 8.28Z"/></svg>
</template>

CSS

.icon-globe-2-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%22M12%202a10%2010%200%201%200%2010%2010A10%2010%200%200%200%2012%202m0%202a8.2%208.2%200%200%201%201.79.21a2.6%202.6%200%200%201-.78%201c-.22.17-.46.31-.7.46a4.56%204.56%200%200%200-1.85%201.67a6.5%206.5%200%200%200-.62%203.3c0%201.36%200%202.16-.95%202.87c-1.37%201.07-3.46.47-4.76-.07A8.3%208.3%200%200%201%204%2012a8%208%200%200%201%208-8m4.89%2014.32a7%207%200%200%200-.63-1.14c-.11-.16-.22-.32-.32-.49c-.39-.68-.25-1%20.38-2l.1-.17a4.77%204.77%200%200%200%20.58-2.43a5.4%205.4%200%200%201%20.09-1c.16-.73%201.71-.93%202.67-1a7.94%207.94%200%200%201-2.86%208.28Z%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%22M12%202a10%2010%200%201%200%2010%2010A10%2010%200%200%200%2012%202m0%202a8.2%208.2%200%200%201%201.79.21a2.6%202.6%200%200%201-.78%201c-.22.17-.46.31-.7.46a4.56%204.56%200%200%200-1.85%201.67a6.5%206.5%200%200%200-.62%203.3c0%201.36%200%202.16-.95%202.87c-1.37%201.07-3.46.47-4.76-.07A8.3%208.3%200%200%201%204%2012a8%208%200%200%201%208-8m4.89%2014.32a7%207%200%200%200-.63-1.14c-.11-.16-.22-.32-.32-.49c-.39-.68-.25-1%20.38-2l.1-.17a4.77%204.77%200%200%200%20.58-2.43a5.4%205.4%200%200%201%20.09-1c.16-.73%201.71-.93%202.67-1a7.94%207.94%200%200%201-2.86%208.28Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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