global from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
global
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the global icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M22 12c0-5.523-4.477-10-10-10S2 6.477 2 12s4.477 10 10 10s10-4.477 10-10Z"/><path stroke-linejoin="round" d="M20 5.699c-.935.067-2.132.43-2.962 1.504c-1.5 1.94-2.999 2.103-3.999 1.456c-1.5-.97-.239-2.543-1.999-3.397C9.893 4.705 9.733 3.19 10.372 2M2 11c.763.662 1.83 1.268 3.089 1.268c2.6 0 3.12.497 3.12 2.484s0 1.987.52 3.477c.338.97.456 1.938-.218 2.771M22 13.452c-.887-.51-2-.721-3.127.088c-2.155 1.55-3.642.266-4.311 1.549C13.577 16.977 17.096 17.57 14 22"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsGlobal(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" stroke="currentColor" strokeWidth="1.5"><path d="M22 12c0-5.523-4.477-10-10-10S2 6.477 2 12s4.477 10 10 10s10-4.477 10-10Z"/><path strokeLinejoin="round" d="M20 5.699c-.935.067-2.132.43-2.962 1.504c-1.5 1.94-2.999 2.103-3.999 1.456c-1.5-.97-.239-2.543-1.999-3.397C9.893 4.705 9.733 3.19 10.372 2M2 11c.763.662 1.83 1.268 3.089 1.268c2.6 0 3.12.497 3.12 2.484s0 1.987.52 3.477c.338.97.456 1.938-.218 2.771M22 13.452c-.887-.51-2-.721-3.127.088c-2.155 1.55-3.642.266-4.311 1.549C13.577 16.977 17.096 17.57 14 22"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M22 12c0-5.523-4.477-10-10-10S2 6.477 2 12s4.477 10 10 10s10-4.477 10-10Z"/><path stroke-linejoin="round" d="M20 5.699c-.935.067-2.132.43-2.962 1.504c-1.5 1.94-2.999 2.103-3.999 1.456c-1.5-.97-.239-2.543-1.999-3.397C9.893 4.705 9.733 3.19 10.372 2M2 11c.763.662 1.83 1.268 3.089 1.268c2.6 0 3.12.497 3.12 2.484s0 1.987.52 3.477c.338.97.456 1.938-.218 2.771M22 13.452c-.887-.51-2-.721-3.127.088c-2.155 1.55-3.642.266-4.311 1.549C13.577 16.977 17.096 17.57 14 22"/></g></svg>
</template>

CSS

.icon-global {
  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%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M22%2012c0-5.523-4.477-10-10-10S2%206.477%202%2012s4.477%2010%2010%2010s10-4.477%2010-10Z%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M20%205.699c-.935.067-2.132.43-2.962%201.504c-1.5%201.94-2.999%202.103-3.999%201.456c-1.5-.97-.239-2.543-1.999-3.397C9.893%204.705%209.733%203.19%2010.372%202M2%2011c.763.662%201.83%201.268%203.089%201.268c2.6%200%203.12.497%203.12%202.484s0%201.987.52%203.477c.338.97.456%201.938-.218%202.771M22%2013.452c-.887-.51-2-.721-3.127.088c-2.155%201.55-3.642.266-4.311%201.549C13.577%2016.977%2017.096%2017.57%2014%2022%22%2F%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%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M22%2012c0-5.523-4.477-10-10-10S2%206.477%202%2012s4.477%2010%2010%2010s10-4.477%2010-10Z%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M20%205.699c-.935.067-2.132.43-2.962%201.504c-1.5%201.94-2.999%202.103-3.999%201.456c-1.5-.97-.239-2.543-1.999-3.397C9.893%204.705%209.733%203.19%2010.372%202M2%2011c.763.662%201.83%201.268%203.089%201.268c2.6%200%203.12.497%203.12%202.484s0%201.987.52%203.477c.338.97.456%201.938-.218%202.771M22%2013.452c-.887-.51-2-.721-3.127.088c-2.155%201.55-3.642.266-4.311%201.549C13.577%2016.977%2017.096%2017.57%2014%2022%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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