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

Name
globe-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 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 12A10 10 0 0 0 12 2a10 10 0 0 0 0 20a10 10 0 0 0 10-10m-2.07-1H17a12.9 12.9 0 0 0-2.33-6.54A8 8 0 0 1 19.93 11M9.08 13H15a11.44 11.44 0 0 1-3 6.61A11 11 0 0 1 9.08 13m0-2A11.4 11.4 0 0 1 12 4.4a11.2 11.2 0 0 1 3 6.6Zm.36-6.57A13.2 13.2 0 0 0 7.07 11h-3a8 8 0 0 1 5.37-6.57M4.07 13h3a12.86 12.86 0 0 0 2.35 6.56A8 8 0 0 1 4.07 13m10.55 6.55A13.14 13.14 0 0 0 17 13h2.95a8 8 0 0 1-5.33 6.55"/></svg>

React

import type { SVGProps } from "react";

export function EvaGlobeFill(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 12A10 10 0 0 0 12 2a10 10 0 0 0 0 20a10 10 0 0 0 10-10m-2.07-1H17a12.9 12.9 0 0 0-2.33-6.54A8 8 0 0 1 19.93 11M9.08 13H15a11.44 11.44 0 0 1-3 6.61A11 11 0 0 1 9.08 13m0-2A11.4 11.4 0 0 1 12 4.4a11.2 11.2 0 0 1 3 6.6Zm.36-6.57A13.2 13.2 0 0 0 7.07 11h-3a8 8 0 0 1 5.37-6.57M4.07 13h3a12.86 12.86 0 0 0 2.35 6.56A8 8 0 0 1 4.07 13m10.55 6.55A13.14 13.14 0 0 0 17 13h2.95a8 8 0 0 1-5.33 6.55"/></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 12A10 10 0 0 0 12 2a10 10 0 0 0 0 20a10 10 0 0 0 10-10m-2.07-1H17a12.9 12.9 0 0 0-2.33-6.54A8 8 0 0 1 19.93 11M9.08 13H15a11.44 11.44 0 0 1-3 6.61A11 11 0 0 1 9.08 13m0-2A11.4 11.4 0 0 1 12 4.4a11.2 11.2 0 0 1 3 6.6Zm.36-6.57A13.2 13.2 0 0 0 7.07 11h-3a8 8 0 0 1 5.37-6.57M4.07 13h3a12.86 12.86 0 0 0 2.35 6.56A8 8 0 0 1 4.07 13m10.55 6.55A13.14 13.14 0 0 0 17 13h2.95a8 8 0 0 1-5.33 6.55"/></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%22M22%2012A10%2010%200%200%200%2012%202a10%2010%200%200%200%200%2020a10%2010%200%200%200%2010-10m-2.07-1H17a12.9%2012.9%200%200%200-2.33-6.54A8%208%200%200%201%2019.93%2011M9.08%2013H15a11.44%2011.44%200%200%201-3%206.61A11%2011%200%200%201%209.08%2013m0-2A11.4%2011.4%200%200%201%2012%204.4a11.2%2011.2%200%200%201%203%206.6Zm.36-6.57A13.2%2013.2%200%200%200%207.07%2011h-3a8%208%200%200%201%205.37-6.57M4.07%2013h3a12.86%2012.86%200%200%200%202.35%206.56A8%208%200%200%201%204.07%2013m10.55%206.55A13.14%2013.14%200%200%200%2017%2013h2.95a8%208%200%200%201-5.33%206.55%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%2012A10%2010%200%200%200%2012%202a10%2010%200%200%200%200%2020a10%2010%200%200%200%2010-10m-2.07-1H17a12.9%2012.9%200%200%200-2.33-6.54A8%208%200%200%201%2019.93%2011M9.08%2013H15a11.44%2011.44%200%200%201-3%206.61A11%2011%200%200%201%209.08%2013m0-2A11.4%2011.4%200%200%201%2012%204.4a11.2%2011.2%200%200%201%203%206.6Zm.36-6.57A13.2%2013.2%200%200%200%207.07%2011h-3a8%208%200%200%201%205.37-6.57M4.07%2013h3a12.86%2012.86%200%200%200%202.35%206.56A8%208%200%200%201%204.07%2013m10.55%206.55A13.14%2013.14%200%200%200%2017%2013h2.95a8%208%200%200%201-5.33%206.55%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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