global icon

global-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.

Name
global-filled
Set
Reicon
Style
Filled
Category
Newicons
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

All global icons →

More newicons icons from Reicon

Use the global icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.649 20.91c-.03 0-.07.02-.1.02c-1.94-.96-3.52-2.55-4.49-4.49c0-.03.02-.07.02-.1c1.22.36 2.48.63 3.73.84c.22 1.26.48 2.51.84 3.73m13.291-4.46c-.99 1.99-2.64 3.6-4.65 4.57c.38-1.27.7-2.55.91-3.84c1.26-.21 2.5-.48 3.72-.84c-.01.04.02.08.02.11m.08-8.74c-1.26-.38-2.53-.69-3.82-.91c-.21-1.29-.52-2.57-.91-3.82c2.07.99 3.74 2.66 4.73 4.73M7.65 3.089c-.36 1.22-.62 2.46-.83 3.72c-1.29.2-2.57.52-3.84.9c.97-2.01 2.58-3.66 4.57-4.65c.03 0 .07.03.1.03m7.842 3.501c-2.32-.26-4.66-.26-6.98 0c.25-1.37.57-2.74 1.02-4.06c.02-.08.01-.14.02-.22c.79-.19 1.6-.31 2.45-.31c.84 0 1.66.12 2.44.31c.01.08.01.14.03.22c.45 1.33.77 2.69 1.02 4.06M6.59 15.492c-1.38-.25-2.74-.57-4.06-1.02c-.08-.02-.14-.01-.22-.02c-.19-.79-.31-1.6-.31-2.45c0-.84.12-1.66.31-2.44c.08-.01.14-.01.22-.03c1.33-.44 2.68-.77 4.06-1.02c-.25 2.32-.25 4.66 0 6.98M22 12.002c0 .85-.12 1.66-.31 2.45c-.08.01-.14 0-.22.02c-1.33.44-2.69.77-4.06 1.02c.26-2.32.26-4.66 0-6.98c1.37.25 2.74.57 4.06 1.02c.08.02.14.03.22.03c.19.79.31 1.6.31 2.44m-6.508 5.408c-.25 1.38-.57 2.74-1.02 4.06c-.02.08-.02.14-.03.22c-.78.19-1.6.31-2.44.31c-.85 0-1.66-.12-2.45-.31c-.01-.08 0-.14-.02-.22a30 30 0 0 1-1.02-4.06c1.16.13 2.32.22 3.49.22s2.34-.09 3.49-.22m.271-1.647a30 30 0 0 1-7.526 0a30 30 0 0 1 0-7.526a30 30 0 0 1 7.526 0a30 30 0 0 1 0 7.526"/></svg>

React

import type { SVGProps } from "react";

export function ReiconGlobalFilled(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="M7.649 20.91c-.03 0-.07.02-.1.02c-1.94-.96-3.52-2.55-4.49-4.49c0-.03.02-.07.02-.1c1.22.36 2.48.63 3.73.84c.22 1.26.48 2.51.84 3.73m13.291-4.46c-.99 1.99-2.64 3.6-4.65 4.57c.38-1.27.7-2.55.91-3.84c1.26-.21 2.5-.48 3.72-.84c-.01.04.02.08.02.11m.08-8.74c-1.26-.38-2.53-.69-3.82-.91c-.21-1.29-.52-2.57-.91-3.82c2.07.99 3.74 2.66 4.73 4.73M7.65 3.089c-.36 1.22-.62 2.46-.83 3.72c-1.29.2-2.57.52-3.84.9c.97-2.01 2.58-3.66 4.57-4.65c.03 0 .07.03.1.03m7.842 3.501c-2.32-.26-4.66-.26-6.98 0c.25-1.37.57-2.74 1.02-4.06c.02-.08.01-.14.02-.22c.79-.19 1.6-.31 2.45-.31c.84 0 1.66.12 2.44.31c.01.08.01.14.03.22c.45 1.33.77 2.69 1.02 4.06M6.59 15.492c-1.38-.25-2.74-.57-4.06-1.02c-.08-.02-.14-.01-.22-.02c-.19-.79-.31-1.6-.31-2.45c0-.84.12-1.66.31-2.44c.08-.01.14-.01.22-.03c1.33-.44 2.68-.77 4.06-1.02c-.25 2.32-.25 4.66 0 6.98M22 12.002c0 .85-.12 1.66-.31 2.45c-.08.01-.14 0-.22.02c-1.33.44-2.69.77-4.06 1.02c.26-2.32.26-4.66 0-6.98c1.37.25 2.74.57 4.06 1.02c.08.02.14.03.22.03c.19.79.31 1.6.31 2.44m-6.508 5.408c-.25 1.38-.57 2.74-1.02 4.06c-.02.08-.02.14-.03.22c-.78.19-1.6.31-2.44.31c-.85 0-1.66-.12-2.45-.31c-.01-.08 0-.14-.02-.22a30 30 0 0 1-1.02-4.06c1.16.13 2.32.22 3.49.22s2.34-.09 3.49-.22m.271-1.647a30 30 0 0 1-7.526 0a30 30 0 0 1 0-7.526a30 30 0 0 1 7.526 0a30 30 0 0 1 0 7.526"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.649 20.91c-.03 0-.07.02-.1.02c-1.94-.96-3.52-2.55-4.49-4.49c0-.03.02-.07.02-.1c1.22.36 2.48.63 3.73.84c.22 1.26.48 2.51.84 3.73m13.291-4.46c-.99 1.99-2.64 3.6-4.65 4.57c.38-1.27.7-2.55.91-3.84c1.26-.21 2.5-.48 3.72-.84c-.01.04.02.08.02.11m.08-8.74c-1.26-.38-2.53-.69-3.82-.91c-.21-1.29-.52-2.57-.91-3.82c2.07.99 3.74 2.66 4.73 4.73M7.65 3.089c-.36 1.22-.62 2.46-.83 3.72c-1.29.2-2.57.52-3.84.9c.97-2.01 2.58-3.66 4.57-4.65c.03 0 .07.03.1.03m7.842 3.501c-2.32-.26-4.66-.26-6.98 0c.25-1.37.57-2.74 1.02-4.06c.02-.08.01-.14.02-.22c.79-.19 1.6-.31 2.45-.31c.84 0 1.66.12 2.44.31c.01.08.01.14.03.22c.45 1.33.77 2.69 1.02 4.06M6.59 15.492c-1.38-.25-2.74-.57-4.06-1.02c-.08-.02-.14-.01-.22-.02c-.19-.79-.31-1.6-.31-2.45c0-.84.12-1.66.31-2.44c.08-.01.14-.01.22-.03c1.33-.44 2.68-.77 4.06-1.02c-.25 2.32-.25 4.66 0 6.98M22 12.002c0 .85-.12 1.66-.31 2.45c-.08.01-.14 0-.22.02c-1.33.44-2.69.77-4.06 1.02c.26-2.32.26-4.66 0-6.98c1.37.25 2.74.57 4.06 1.02c.08.02.14.03.22.03c.19.79.31 1.6.31 2.44m-6.508 5.408c-.25 1.38-.57 2.74-1.02 4.06c-.02.08-.02.14-.03.22c-.78.19-1.6.31-2.44.31c-.85 0-1.66-.12-2.45-.31c-.01-.08 0-.14-.02-.22a30 30 0 0 1-1.02-4.06c1.16.13 2.32.22 3.49.22s2.34-.09 3.49-.22m.271-1.647a30 30 0 0 1-7.526 0a30 30 0 0 1 0-7.526a30 30 0 0 1 7.526 0a30 30 0 0 1 0 7.526"/></svg>
</template>

CSS

.icon-global-filled {
  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%22M7.649%2020.91c-.03%200-.07.02-.1.02c-1.94-.96-3.52-2.55-4.49-4.49c0-.03.02-.07.02-.1c1.22.36%202.48.63%203.73.84c.22%201.26.48%202.51.84%203.73m13.291-4.46c-.99%201.99-2.64%203.6-4.65%204.57c.38-1.27.7-2.55.91-3.84c1.26-.21%202.5-.48%203.72-.84c-.01.04.02.08.02.11m.08-8.74c-1.26-.38-2.53-.69-3.82-.91c-.21-1.29-.52-2.57-.91-3.82c2.07.99%203.74%202.66%204.73%204.73M7.65%203.089c-.36%201.22-.62%202.46-.83%203.72c-1.29.2-2.57.52-3.84.9c.97-2.01%202.58-3.66%204.57-4.65c.03%200%20.07.03.1.03m7.842%203.501c-2.32-.26-4.66-.26-6.98%200c.25-1.37.57-2.74%201.02-4.06c.02-.08.01-.14.02-.22c.79-.19%201.6-.31%202.45-.31c.84%200%201.66.12%202.44.31c.01.08.01.14.03.22c.45%201.33.77%202.69%201.02%204.06M6.59%2015.492c-1.38-.25-2.74-.57-4.06-1.02c-.08-.02-.14-.01-.22-.02c-.19-.79-.31-1.6-.31-2.45c0-.84.12-1.66.31-2.44c.08-.01.14-.01.22-.03c1.33-.44%202.68-.77%204.06-1.02c-.25%202.32-.25%204.66%200%206.98M22%2012.002c0%20.85-.12%201.66-.31%202.45c-.08.01-.14%200-.22.02c-1.33.44-2.69.77-4.06%201.02c.26-2.32.26-4.66%200-6.98c1.37.25%202.74.57%204.06%201.02c.08.02.14.03.22.03c.19.79.31%201.6.31%202.44m-6.508%205.408c-.25%201.38-.57%202.74-1.02%204.06c-.02.08-.02.14-.03.22c-.78.19-1.6.31-2.44.31c-.85%200-1.66-.12-2.45-.31c-.01-.08%200-.14-.02-.22a30%2030%200%200%201-1.02-4.06c1.16.13%202.32.22%203.49.22s2.34-.09%203.49-.22m.271-1.647a30%2030%200%200%201-7.526%200a30%2030%200%200%201%200-7.526a30%2030%200%200%201%207.526%200a30%2030%200%200%201%200%207.526%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%22M7.649%2020.91c-.03%200-.07.02-.1.02c-1.94-.96-3.52-2.55-4.49-4.49c0-.03.02-.07.02-.1c1.22.36%202.48.63%203.73.84c.22%201.26.48%202.51.84%203.73m13.291-4.46c-.99%201.99-2.64%203.6-4.65%204.57c.38-1.27.7-2.55.91-3.84c1.26-.21%202.5-.48%203.72-.84c-.01.04.02.08.02.11m.08-8.74c-1.26-.38-2.53-.69-3.82-.91c-.21-1.29-.52-2.57-.91-3.82c2.07.99%203.74%202.66%204.73%204.73M7.65%203.089c-.36%201.22-.62%202.46-.83%203.72c-1.29.2-2.57.52-3.84.9c.97-2.01%202.58-3.66%204.57-4.65c.03%200%20.07.03.1.03m7.842%203.501c-2.32-.26-4.66-.26-6.98%200c.25-1.37.57-2.74%201.02-4.06c.02-.08.01-.14.02-.22c.79-.19%201.6-.31%202.45-.31c.84%200%201.66.12%202.44.31c.01.08.01.14.03.22c.45%201.33.77%202.69%201.02%204.06M6.59%2015.492c-1.38-.25-2.74-.57-4.06-1.02c-.08-.02-.14-.01-.22-.02c-.19-.79-.31-1.6-.31-2.45c0-.84.12-1.66.31-2.44c.08-.01.14-.01.22-.03c1.33-.44%202.68-.77%204.06-1.02c-.25%202.32-.25%204.66%200%206.98M22%2012.002c0%20.85-.12%201.66-.31%202.45c-.08.01-.14%200-.22.02c-1.33.44-2.69.77-4.06%201.02c.26-2.32.26-4.66%200-6.98c1.37.25%202.74.57%204.06%201.02c.08.02.14.03.22.03c.19.79.31%201.6.31%202.44m-6.508%205.408c-.25%201.38-.57%202.74-1.02%204.06c-.02.08-.02.14-.03.22c-.78.19-1.6.31-2.44.31c-.85%200-1.66-.12-2.45-.31c-.01-.08%200-.14-.02-.22a30%2030%200%200%201-1.02-4.06c1.16.13%202.32.22%203.49.22s2.34-.09%203.49-.22m.271-1.647a30%2030%200%200%201-7.526%200a30%2030%200%200%201%200-7.526a30%2030%200%200%201%207.526%200a30%2030%200%200%201%200%207.526%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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