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

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

Related icons in Eva Icons

Use the globe 3 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 2M5 15.8a8.4 8.4 0 0 0 2 .27a5 5 0 0 0 3.14-1c1.71-1.34 1.71-3.06 1.71-4.44a4.76 4.76 0 0 1 .37-2.34a2.86 2.86 0 0 1 1.12-.91a10 10 0 0 0 .92-.61a4.55 4.55 0 0 0 1.4-1.87A8 8 0 0 1 19 8.12c-1.43.2-3.46.67-3.86 2.53A7 7 0 0 0 15 12a2.93 2.93 0 0 1-.29 1.47l-.1.17c-.65 1.08-1.38 2.31-.39 4c.12.21.25.41.38.61a2.3 2.3 0 0 1 .52 1.08A7.9 7.9 0 0 1 12 20a8 8 0 0 1-7-4.2"/></svg>

React

import type { SVGProps } from "react";

export function EvaGlobe3Fill(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 2M5 15.8a8.4 8.4 0 0 0 2 .27a5 5 0 0 0 3.14-1c1.71-1.34 1.71-3.06 1.71-4.44a4.76 4.76 0 0 1 .37-2.34a2.86 2.86 0 0 1 1.12-.91a10 10 0 0 0 .92-.61a4.55 4.55 0 0 0 1.4-1.87A8 8 0 0 1 19 8.12c-1.43.2-3.46.67-3.86 2.53A7 7 0 0 0 15 12a2.93 2.93 0 0 1-.29 1.47l-.1.17c-.65 1.08-1.38 2.31-.39 4c.12.21.25.41.38.61a2.3 2.3 0 0 1 .52 1.08A7.9 7.9 0 0 1 12 20a8 8 0 0 1-7-4.2"/></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 2M5 15.8a8.4 8.4 0 0 0 2 .27a5 5 0 0 0 3.14-1c1.71-1.34 1.71-3.06 1.71-4.44a4.76 4.76 0 0 1 .37-2.34a2.86 2.86 0 0 1 1.12-.91a10 10 0 0 0 .92-.61a4.55 4.55 0 0 0 1.4-1.87A8 8 0 0 1 19 8.12c-1.43.2-3.46.67-3.86 2.53A7 7 0 0 0 15 12a2.93 2.93 0 0 1-.29 1.47l-.1.17c-.65 1.08-1.38 2.31-.39 4c.12.21.25.41.38.61a2.3 2.3 0 0 1 .52 1.08A7.9 7.9 0 0 1 12 20a8 8 0 0 1-7-4.2"/></svg>
</template>

CSS

.icon-globe-3-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%202M5%2015.8a8.4%208.4%200%200%200%202%20.27a5%205%200%200%200%203.14-1c1.71-1.34%201.71-3.06%201.71-4.44a4.76%204.76%200%200%201%20.37-2.34a2.86%202.86%200%200%201%201.12-.91a10%2010%200%200%200%20.92-.61a4.55%204.55%200%200%200%201.4-1.87A8%208%200%200%201%2019%208.12c-1.43.2-3.46.67-3.86%202.53A7%207%200%200%200%2015%2012a2.93%202.93%200%200%201-.29%201.47l-.1.17c-.65%201.08-1.38%202.31-.39%204c.12.21.25.41.38.61a2.3%202.3%200%200%201%20.52%201.08A7.9%207.9%200%200%201%2012%2020a8%208%200%200%201-7-4.2%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%202M5%2015.8a8.4%208.4%200%200%200%202%20.27a5%205%200%200%200%203.14-1c1.71-1.34%201.71-3.06%201.71-4.44a4.76%204.76%200%200%201%20.37-2.34a2.86%202.86%200%200%201%201.12-.91a10%2010%200%200%200%20.92-.61a4.55%204.55%200%200%200%201.4-1.87A8%208%200%200%201%2019%208.12c-1.43.2-3.46.67-3.86%202.53A7%207%200%200%200%2015%2012a2.93%202.93%200%200%201-.29%201.47l-.1.17c-.65%201.08-1.38%202.31-.39%204c.12.21.25.41.38.61a2.3%202.3%200%200%201%20.52%201.08A7.9%207.9%200%200%201%2012%2020a8%208%200%200%201-7-4.2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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