globe3 icon

globe3 from Reicon by REICON · Outline · UI · MIT Free for personal and commercial use.

Name
globe3
Set
Reicon
Style
Outline
Category
UI
Viewbox
24×24
License
MIT

1 other variant in Reicon

More ui icons from Reicon

Use the globe3 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><g clip-path="url(#SVGBgS7qSkY60)"><path fill="currentColor" fill-rule="evenodd" d="M.25 12C.25 5.51 5.51.25 12 .25S23.75 5.51 23.75 12v.002C23.749 18.491 18.488 23.75 12 23.75C5.51 23.75.25 18.49.25 12m1.527-.75c.31-4.285 3.254-7.84 7.221-9.053a10 10 0 0 0-.98 1.975c-.75 1.974-1.187 4.511-1.258 7.078zm20.446 0c-.31-4.285-3.254-7.84-7.221-9.053c.378.574.704 1.245.98 1.975c.749 1.974 1.186 4.511 1.258 7.078zm-4.987 1.5h4.987c-.313 4.333-3.32 7.92-7.355 9.093c.437-.665.809-1.462 1.118-2.317c.732-2.024 1.17-4.521 1.25-6.776m-1.497-1.5c-.072-2.422-.487-4.771-1.16-6.547c-.37-.981-.806-1.745-1.269-2.251c-.459-.501-.897-.702-1.31-.702s-.851.2-1.31.702c-.464.506-.898 1.27-1.27 2.251c-.672 1.776-1.087 4.125-1.159 6.547zm-7.478 1.5h7.474c-.08 2.1-.491 4.42-1.159 6.265c-.375 1.037-.816 1.88-1.29 2.45c-.473.57-.905.783-1.28.785h-.012c-.411-.002-.848-.203-1.304-.702c-.464-.506-.898-1.27-1.27-2.251c-.672-1.776-1.087-4.125-1.159-6.547m-1.5 0c.071 2.567.508 5.104 1.256 7.078a10 10 0 0 0 .981 1.976c-3.967-1.214-6.911-4.769-7.221-9.054z" clip-rule="evenodd"/></g><defs><clipPath id="SVGBgS7qSkY60"><path fill="currentColor" d="M0 0h24v24H0z"/></clipPath></defs></g></svg>

React

import type { SVGProps } from "react";

export function ReiconGlobe3(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><g clipPath="url(#SVGBgS7qSkY60)"><path fill="currentColor" fillRule="evenodd" d="M.25 12C.25 5.51 5.51.25 12 .25S23.75 5.51 23.75 12v.002C23.749 18.491 18.488 23.75 12 23.75C5.51 23.75.25 18.49.25 12m1.527-.75c.31-4.285 3.254-7.84 7.221-9.053a10 10 0 0 0-.98 1.975c-.75 1.974-1.187 4.511-1.258 7.078zm20.446 0c-.31-4.285-3.254-7.84-7.221-9.053c.378.574.704 1.245.98 1.975c.749 1.974 1.186 4.511 1.258 7.078zm-4.987 1.5h4.987c-.313 4.333-3.32 7.92-7.355 9.093c.437-.665.809-1.462 1.118-2.317c.732-2.024 1.17-4.521 1.25-6.776m-1.497-1.5c-.072-2.422-.487-4.771-1.16-6.547c-.37-.981-.806-1.745-1.269-2.251c-.459-.501-.897-.702-1.31-.702s-.851.2-1.31.702c-.464.506-.898 1.27-1.27 2.251c-.672 1.776-1.087 4.125-1.159 6.547zm-7.478 1.5h7.474c-.08 2.1-.491 4.42-1.159 6.265c-.375 1.037-.816 1.88-1.29 2.45c-.473.57-.905.783-1.28.785h-.012c-.411-.002-.848-.203-1.304-.702c-.464-.506-.898-1.27-1.27-2.251c-.672-1.776-1.087-4.125-1.159-6.547m-1.5 0c.071 2.567.508 5.104 1.256 7.078a10 10 0 0 0 .981 1.976c-3.967-1.214-6.911-4.769-7.221-9.054z" clipRule="evenodd"/></g><defs><clipPath id="SVGBgS7qSkY60"><path fill="currentColor" d="M0 0h24v24H0z"/></clipPath></defs></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><g clip-path="url(#SVGBgS7qSkY60)"><path fill="currentColor" fill-rule="evenodd" d="M.25 12C.25 5.51 5.51.25 12 .25S23.75 5.51 23.75 12v.002C23.749 18.491 18.488 23.75 12 23.75C5.51 23.75.25 18.49.25 12m1.527-.75c.31-4.285 3.254-7.84 7.221-9.053a10 10 0 0 0-.98 1.975c-.75 1.974-1.187 4.511-1.258 7.078zm20.446 0c-.31-4.285-3.254-7.84-7.221-9.053c.378.574.704 1.245.98 1.975c.749 1.974 1.186 4.511 1.258 7.078zm-4.987 1.5h4.987c-.313 4.333-3.32 7.92-7.355 9.093c.437-.665.809-1.462 1.118-2.317c.732-2.024 1.17-4.521 1.25-6.776m-1.497-1.5c-.072-2.422-.487-4.771-1.16-6.547c-.37-.981-.806-1.745-1.269-2.251c-.459-.501-.897-.702-1.31-.702s-.851.2-1.31.702c-.464.506-.898 1.27-1.27 2.251c-.672 1.776-1.087 4.125-1.159 6.547zm-7.478 1.5h7.474c-.08 2.1-.491 4.42-1.159 6.265c-.375 1.037-.816 1.88-1.29 2.45c-.473.57-.905.783-1.28.785h-.012c-.411-.002-.848-.203-1.304-.702c-.464-.506-.898-1.27-1.27-2.251c-.672-1.776-1.087-4.125-1.159-6.547m-1.5 0c.071 2.567.508 5.104 1.256 7.078a10 10 0 0 0 .981 1.976c-3.967-1.214-6.911-4.769-7.221-9.054z" clip-rule="evenodd"/></g><defs><clipPath id="SVGBgS7qSkY60"><path fill="currentColor" d="M0 0h24v24H0z"/></clipPath></defs></g></svg>
</template>

CSS

.icon-globe3 {
  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%3Cg%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23SVGBgS7qSkY60)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M.25%2012C.25%205.51%205.51.25%2012%20.25S23.75%205.51%2023.75%2012v.002C23.749%2018.491%2018.488%2023.75%2012%2023.75C5.51%2023.75.25%2018.49.25%2012m1.527-.75c.31-4.285%203.254-7.84%207.221-9.053a10%2010%200%200%200-.98%201.975c-.75%201.974-1.187%204.511-1.258%207.078zm20.446%200c-.31-4.285-3.254-7.84-7.221-9.053c.378.574.704%201.245.98%201.975c.749%201.974%201.186%204.511%201.258%207.078zm-4.987%201.5h4.987c-.313%204.333-3.32%207.92-7.355%209.093c.437-.665.809-1.462%201.118-2.317c.732-2.024%201.17-4.521%201.25-6.776m-1.497-1.5c-.072-2.422-.487-4.771-1.16-6.547c-.37-.981-.806-1.745-1.269-2.251c-.459-.501-.897-.702-1.31-.702s-.851.2-1.31.702c-.464.506-.898%201.27-1.27%202.251c-.672%201.776-1.087%204.125-1.159%206.547zm-7.478%201.5h7.474c-.08%202.1-.491%204.42-1.159%206.265c-.375%201.037-.816%201.88-1.29%202.45c-.473.57-.905.783-1.28.785h-.012c-.411-.002-.848-.203-1.304-.702c-.464-.506-.898-1.27-1.27-2.251c-.672-1.776-1.087-4.125-1.159-6.547m-1.5%200c.071%202.567.508%205.104%201.256%207.078a10%2010%200%200%200%20.981%201.976c-3.967-1.214-6.911-4.769-7.221-9.054z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22SVGBgS7qSkY60%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%200h24v24H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23SVGBgS7qSkY60)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M.25%2012C.25%205.51%205.51.25%2012%20.25S23.75%205.51%2023.75%2012v.002C23.749%2018.491%2018.488%2023.75%2012%2023.75C5.51%2023.75.25%2018.49.25%2012m1.527-.75c.31-4.285%203.254-7.84%207.221-9.053a10%2010%200%200%200-.98%201.975c-.75%201.974-1.187%204.511-1.258%207.078zm20.446%200c-.31-4.285-3.254-7.84-7.221-9.053c.378.574.704%201.245.98%201.975c.749%201.974%201.186%204.511%201.258%207.078zm-4.987%201.5h4.987c-.313%204.333-3.32%207.92-7.355%209.093c.437-.665.809-1.462%201.118-2.317c.732-2.024%201.17-4.521%201.25-6.776m-1.497-1.5c-.072-2.422-.487-4.771-1.16-6.547c-.37-.981-.806-1.745-1.269-2.251c-.459-.501-.897-.702-1.31-.702s-.851.2-1.31.702c-.464.506-.898%201.27-1.27%202.251c-.672%201.776-1.087%204.125-1.159%206.547zm-7.478%201.5h7.474c-.08%202.1-.491%204.42-1.159%206.265c-.375%201.037-.816%201.88-1.29%202.45c-.473.57-.905.783-1.28.785h-.012c-.411-.002-.848-.203-1.304-.702c-.464-.506-.898-1.27-1.27-2.251c-.672-1.776-1.087-4.125-1.159-6.547m-1.5%200c.071%202.567.508%205.104%201.256%207.078a10%2010%200%200%200%20.981%201.976c-3.967-1.214-6.911-4.769-7.221-9.054z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22SVGBgS7qSkY60%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%200h24v24H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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