globe-2-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
globe-2-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

The same icon in other sets

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" fill-rule="evenodd" d="M16.301 21.03a10 10 0 0 0 5.567-10.66c-2.803 2.129-6.613 3.397-9.936 3.6c.343 2.903 1.886 5.74 4.37 7.06m-2.406.79c-2.344-1.91-3.682-4.912-3.973-7.871c-2.897-.275-5.743-1.64-7.752-3.795Q2.001 11.052 2 12c0 5.523 4.477 10 10 10q.973-.002 1.895-.18m-2.007-9.85c3.227-.215 6.95-1.564 9.393-3.7a10.04 10.04 0 0 0-5.276-5.436c-2.33 1.924-3.485 5.131-4.019 8.33a9 9 0 0 0-.098.806m1.914-9.808c-2.252 2.389-3.3 5.738-3.788 8.674q-.09.54-.127 1.098c-2.757-.324-5.407-1.825-7-4.058a10 10 0 0 1 10.915-5.714" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteGlobe2Fill(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" fillRule="evenodd" d="M16.301 21.03a10 10 0 0 0 5.567-10.66c-2.803 2.129-6.613 3.397-9.936 3.6c.343 2.903 1.886 5.74 4.37 7.06m-2.406.79c-2.344-1.91-3.682-4.912-3.973-7.871c-2.897-.275-5.743-1.64-7.752-3.795Q2.001 11.052 2 12c0 5.523 4.477 10 10 10q.973-.002 1.895-.18m-2.007-9.85c3.227-.215 6.95-1.564 9.393-3.7a10.04 10.04 0 0 0-5.276-5.436c-2.33 1.924-3.485 5.131-4.019 8.33a9 9 0 0 0-.098.806m1.914-9.808c-2.252 2.389-3.3 5.738-3.788 8.674q-.09.54-.127 1.098c-2.757-.324-5.407-1.825-7-4.058a10 10 0 0 1 10.915-5.714" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M16.301 21.03a10 10 0 0 0 5.567-10.66c-2.803 2.129-6.613 3.397-9.936 3.6c.343 2.903 1.886 5.74 4.37 7.06m-2.406.79c-2.344-1.91-3.682-4.912-3.973-7.871c-2.897-.275-5.743-1.64-7.752-3.795Q2.001 11.052 2 12c0 5.523 4.477 10 10 10q.973-.002 1.895-.18m-2.007-9.85c3.227-.215 6.95-1.564 9.393-3.7a10.04 10.04 0 0 0-5.276-5.436c-2.33 1.924-3.485 5.131-4.019 8.33a9 9 0 0 0-.098.806m1.914-9.808c-2.252 2.389-3.3 5.738-3.788 8.674q-.09.54-.127 1.098c-2.757-.324-5.407-1.825-7-4.058a10 10 0 0 1 10.915-5.714" clip-rule="evenodd"/></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%20fill-rule%3D%22evenodd%22%20d%3D%22M16.301%2021.03a10%2010%200%200%200%205.567-10.66c-2.803%202.129-6.613%203.397-9.936%203.6c.343%202.903%201.886%205.74%204.37%207.06m-2.406.79c-2.344-1.91-3.682-4.912-3.973-7.871c-2.897-.275-5.743-1.64-7.752-3.795Q2.001%2011.052%202%2012c0%205.523%204.477%2010%2010%2010q.973-.002%201.895-.18m-2.007-9.85c3.227-.215%206.95-1.564%209.393-3.7a10.04%2010.04%200%200%200-5.276-5.436c-2.33%201.924-3.485%205.131-4.019%208.33a9%209%200%200%200-.098.806m1.914-9.808c-2.252%202.389-3.3%205.738-3.788%208.674q-.09.54-.127%201.098c-2.757-.324-5.407-1.825-7-4.058a10%2010%200%200%201%2010.915-5.714%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M16.301%2021.03a10%2010%200%200%200%205.567-10.66c-2.803%202.129-6.613%203.397-9.936%203.6c.343%202.903%201.886%205.74%204.37%207.06m-2.406.79c-2.344-1.91-3.682-4.912-3.973-7.871c-2.897-.275-5.743-1.64-7.752-3.795Q2.001%2011.052%202%2012c0%205.523%204.477%2010%2010%2010q.973-.002%201.895-.18m-2.007-9.85c3.227-.215%206.95-1.564%209.393-3.7a10.04%2010.04%200%200%200-5.276-5.436c-2.33%201.924-3.485%205.131-4.019%208.33a9%209%200%200%200-.098.806m1.914-9.808c-2.252%202.389-3.3%205.738-3.788%208.674q-.09.54-.127%201.098c-2.757-.324-5.407-1.825-7-4.058a10%2010%200%200%201%2010.915-5.714%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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