globe3 icon

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

Name
globe3-filled
Set
Reicon
Style
Filled
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 fill="currentColor" clip-path="url(#SVGBgS7qSkY102)"><path d="M9.427 3.996C8.772 5.884 8.36 8.359 8.27 10.922c-.004.113-.006.17.015.214a.2.2 0 0 0 .088.091c.044.023.1.023.215.023h6.826c.114 0 .171 0 .215-.023a.2.2 0 0 0 .088-.09c.02-.045.019-.102.015-.215c-.091-2.563-.503-5.038-1.158-6.926c-.375-1.08-.814-1.923-1.284-2.483C12.82.955 12.387.75 12 .75s-.82.205-1.289.763c-.47.56-.909 1.404-1.284 2.483M.3 10.91c-.01.115-.016.172.004.22a.2.2 0 0 0 .088.096c.045.024.104.024.222.024h5.832c.11 0 .165 0 .207-.02a.2.2 0 0 0 .087-.085c.022-.041.024-.097.028-.207c.09-2.704.521-5.358 1.242-7.434c.407-1.17.92-2.202 1.552-2.955c.016-.018 0-.046-.024-.04C4.576 1.565.774 5.755.3 10.908m.314 1.842c-.118 0-.177 0-.222.024a.2.2 0 0 0-.088.097c-.02.047-.015.104-.004.22c.474 5.153 4.276 9.343 9.238 10.4c.023.006.04-.022.024-.04c-.632-.753-1.145-1.784-1.552-2.955c-.72-2.076-1.152-4.73-1.242-7.433c-.004-.111-.006-.167-.028-.208a.2.2 0 0 0-.087-.084c-.042-.021-.097-.021-.207-.021zM14.46 23.304c-.058.076.009.187.102.166c4.913-1.093 8.667-5.26 9.138-10.38c.01-.115.016-.172-.004-.22a.2.2 0 0 0-.088-.096c-.045-.024-.104-.024-.222-.024h-5.837c-.11 0-.164 0-.206.02a.2.2 0 0 0-.087.084c-.022.04-.024.096-.029.206c-.1 2.382-.53 4.986-1.234 7.108c-.404 1.217-.912 2.32-1.533 3.136m8.926-12.054c.118 0 .177 0 .222-.024a.2.2 0 0 0 .088-.097c.02-.047.015-.104.004-.22c-.474-5.153-4.276-9.343-9.238-10.4a.025.025 0 0 0-.024.04c.632.753 1.145 1.784 1.552 2.955c.72 2.076 1.152 4.73 1.242 7.434c.004.11.006.166.028.207q.03.056.087.084c.042.021.097.021.207.021zm-8.816 8.446c.646-1.952 1.053-4.381 1.155-6.616c.005-.114.008-.17-.013-.215a.2.2 0 0 0-.088-.092c-.044-.023-.102-.023-.217-.023h-6.82c-.114 0-.171 0-.215.023a.2.2 0 0 0-.088.09c-.02.045-.019.102-.015.215c.091 2.563.503 5.038 1.158 6.926c.375 1.08.814 1.923 1.284 2.483c.469.558.902.763 1.289.763c.348 0 .779-.215 1.267-.855c.48-.63.925-1.56 1.302-2.7"/></g><defs><clipPath id="SVGBgS7qSkY102"><path fill="currentColor" d="M0 0h24v24H0z"/></clipPath></defs></g></svg>

React

import type { SVGProps } from "react";

export function ReiconGlobe3Filled(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 fill="currentColor" clipPath="url(#SVGBgS7qSkY102)"><path d="M9.427 3.996C8.772 5.884 8.36 8.359 8.27 10.922c-.004.113-.006.17.015.214a.2.2 0 0 0 .088.091c.044.023.1.023.215.023h6.826c.114 0 .171 0 .215-.023a.2.2 0 0 0 .088-.09c.02-.045.019-.102.015-.215c-.091-2.563-.503-5.038-1.158-6.926c-.375-1.08-.814-1.923-1.284-2.483C12.82.955 12.387.75 12 .75s-.82.205-1.289.763c-.47.56-.909 1.404-1.284 2.483M.3 10.91c-.01.115-.016.172.004.22a.2.2 0 0 0 .088.096c.045.024.104.024.222.024h5.832c.11 0 .165 0 .207-.02a.2.2 0 0 0 .087-.085c.022-.041.024-.097.028-.207c.09-2.704.521-5.358 1.242-7.434c.407-1.17.92-2.202 1.552-2.955c.016-.018 0-.046-.024-.04C4.576 1.565.774 5.755.3 10.908m.314 1.842c-.118 0-.177 0-.222.024a.2.2 0 0 0-.088.097c-.02.047-.015.104-.004.22c.474 5.153 4.276 9.343 9.238 10.4c.023.006.04-.022.024-.04c-.632-.753-1.145-1.784-1.552-2.955c-.72-2.076-1.152-4.73-1.242-7.433c-.004-.111-.006-.167-.028-.208a.2.2 0 0 0-.087-.084c-.042-.021-.097-.021-.207-.021zM14.46 23.304c-.058.076.009.187.102.166c4.913-1.093 8.667-5.26 9.138-10.38c.01-.115.016-.172-.004-.22a.2.2 0 0 0-.088-.096c-.045-.024-.104-.024-.222-.024h-5.837c-.11 0-.164 0-.206.02a.2.2 0 0 0-.087.084c-.022.04-.024.096-.029.206c-.1 2.382-.53 4.986-1.234 7.108c-.404 1.217-.912 2.32-1.533 3.136m8.926-12.054c.118 0 .177 0 .222-.024a.2.2 0 0 0 .088-.097c.02-.047.015-.104.004-.22c-.474-5.153-4.276-9.343-9.238-10.4a.025.025 0 0 0-.024.04c.632.753 1.145 1.784 1.552 2.955c.72 2.076 1.152 4.73 1.242 7.434c.004.11.006.166.028.207q.03.056.087.084c.042.021.097.021.207.021zm-8.816 8.446c.646-1.952 1.053-4.381 1.155-6.616c.005-.114.008-.17-.013-.215a.2.2 0 0 0-.088-.092c-.044-.023-.102-.023-.217-.023h-6.82c-.114 0-.171 0-.215.023a.2.2 0 0 0-.088.09c-.02.045-.019.102-.015.215c.091 2.563.503 5.038 1.158 6.926c.375 1.08.814 1.923 1.284 2.483c.469.558.902.763 1.289.763c.348 0 .779-.215 1.267-.855c.48-.63.925-1.56 1.302-2.7"/></g><defs><clipPath id="SVGBgS7qSkY102"><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 fill="currentColor" clip-path="url(#SVGBgS7qSkY102)"><path d="M9.427 3.996C8.772 5.884 8.36 8.359 8.27 10.922c-.004.113-.006.17.015.214a.2.2 0 0 0 .088.091c.044.023.1.023.215.023h6.826c.114 0 .171 0 .215-.023a.2.2 0 0 0 .088-.09c.02-.045.019-.102.015-.215c-.091-2.563-.503-5.038-1.158-6.926c-.375-1.08-.814-1.923-1.284-2.483C12.82.955 12.387.75 12 .75s-.82.205-1.289.763c-.47.56-.909 1.404-1.284 2.483M.3 10.91c-.01.115-.016.172.004.22a.2.2 0 0 0 .088.096c.045.024.104.024.222.024h5.832c.11 0 .165 0 .207-.02a.2.2 0 0 0 .087-.085c.022-.041.024-.097.028-.207c.09-2.704.521-5.358 1.242-7.434c.407-1.17.92-2.202 1.552-2.955c.016-.018 0-.046-.024-.04C4.576 1.565.774 5.755.3 10.908m.314 1.842c-.118 0-.177 0-.222.024a.2.2 0 0 0-.088.097c-.02.047-.015.104-.004.22c.474 5.153 4.276 9.343 9.238 10.4c.023.006.04-.022.024-.04c-.632-.753-1.145-1.784-1.552-2.955c-.72-2.076-1.152-4.73-1.242-7.433c-.004-.111-.006-.167-.028-.208a.2.2 0 0 0-.087-.084c-.042-.021-.097-.021-.207-.021zM14.46 23.304c-.058.076.009.187.102.166c4.913-1.093 8.667-5.26 9.138-10.38c.01-.115.016-.172-.004-.22a.2.2 0 0 0-.088-.096c-.045-.024-.104-.024-.222-.024h-5.837c-.11 0-.164 0-.206.02a.2.2 0 0 0-.087.084c-.022.04-.024.096-.029.206c-.1 2.382-.53 4.986-1.234 7.108c-.404 1.217-.912 2.32-1.533 3.136m8.926-12.054c.118 0 .177 0 .222-.024a.2.2 0 0 0 .088-.097c.02-.047.015-.104.004-.22c-.474-5.153-4.276-9.343-9.238-10.4a.025.025 0 0 0-.024.04c.632.753 1.145 1.784 1.552 2.955c.72 2.076 1.152 4.73 1.242 7.434c.004.11.006.166.028.207q.03.056.087.084c.042.021.097.021.207.021zm-8.816 8.446c.646-1.952 1.053-4.381 1.155-6.616c.005-.114.008-.17-.013-.215a.2.2 0 0 0-.088-.092c-.044-.023-.102-.023-.217-.023h-6.82c-.114 0-.171 0-.215.023a.2.2 0 0 0-.088.09c-.02.045-.019.102-.015.215c.091 2.563.503 5.038 1.158 6.926c.375 1.08.814 1.923 1.284 2.483c.469.558.902.763 1.289.763c.348 0 .779-.215 1.267-.855c.48-.63.925-1.56 1.302-2.7"/></g><defs><clipPath id="SVGBgS7qSkY102"><path fill="currentColor" d="M0 0h24v24H0z"/></clipPath></defs></g></svg>
</template>

CSS

.icon-globe3-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%3Cg%20fill%3D%22none%22%3E%3Cg%20fill%3D%22currentColor%22%20clip-path%3D%22url(%23SVGBgS7qSkY102)%22%3E%3Cpath%20d%3D%22M9.427%203.996C8.772%205.884%208.36%208.359%208.27%2010.922c-.004.113-.006.17.015.214a.2.2%200%200%200%20.088.091c.044.023.1.023.215.023h6.826c.114%200%20.171%200%20.215-.023a.2.2%200%200%200%20.088-.09c.02-.045.019-.102.015-.215c-.091-2.563-.503-5.038-1.158-6.926c-.375-1.08-.814-1.923-1.284-2.483C12.82.955%2012.387.75%2012%20.75s-.82.205-1.289.763c-.47.56-.909%201.404-1.284%202.483M.3%2010.91c-.01.115-.016.172.004.22a.2.2%200%200%200%20.088.096c.045.024.104.024.222.024h5.832c.11%200%20.165%200%20.207-.02a.2.2%200%200%200%20.087-.085c.022-.041.024-.097.028-.207c.09-2.704.521-5.358%201.242-7.434c.407-1.17.92-2.202%201.552-2.955c.016-.018%200-.046-.024-.04C4.576%201.565.774%205.755.3%2010.908m.314%201.842c-.118%200-.177%200-.222.024a.2.2%200%200%200-.088.097c-.02.047-.015.104-.004.22c.474%205.153%204.276%209.343%209.238%2010.4c.023.006.04-.022.024-.04c-.632-.753-1.145-1.784-1.552-2.955c-.72-2.076-1.152-4.73-1.242-7.433c-.004-.111-.006-.167-.028-.208a.2.2%200%200%200-.087-.084c-.042-.021-.097-.021-.207-.021zM14.46%2023.304c-.058.076.009.187.102.166c4.913-1.093%208.667-5.26%209.138-10.38c.01-.115.016-.172-.004-.22a.2.2%200%200%200-.088-.096c-.045-.024-.104-.024-.222-.024h-5.837c-.11%200-.164%200-.206.02a.2.2%200%200%200-.087.084c-.022.04-.024.096-.029.206c-.1%202.382-.53%204.986-1.234%207.108c-.404%201.217-.912%202.32-1.533%203.136m8.926-12.054c.118%200%20.177%200%20.222-.024a.2.2%200%200%200%20.088-.097c.02-.047.015-.104.004-.22c-.474-5.153-4.276-9.343-9.238-10.4a.025.025%200%200%200-.024.04c.632.753%201.145%201.784%201.552%202.955c.72%202.076%201.152%204.73%201.242%207.434c.004.11.006.166.028.207q.03.056.087.084c.042.021.097.021.207.021zm-8.816%208.446c.646-1.952%201.053-4.381%201.155-6.616c.005-.114.008-.17-.013-.215a.2.2%200%200%200-.088-.092c-.044-.023-.102-.023-.217-.023h-6.82c-.114%200-.171%200-.215.023a.2.2%200%200%200-.088.09c-.02.045-.019.102-.015.215c.091%202.563.503%205.038%201.158%206.926c.375%201.08.814%201.923%201.284%202.483c.469.558.902.763%201.289.763c.348%200%20.779-.215%201.267-.855c.48-.63.925-1.56%201.302-2.7%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22SVGBgS7qSkY102%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%20fill%3D%22currentColor%22%20clip-path%3D%22url(%23SVGBgS7qSkY102)%22%3E%3Cpath%20d%3D%22M9.427%203.996C8.772%205.884%208.36%208.359%208.27%2010.922c-.004.113-.006.17.015.214a.2.2%200%200%200%20.088.091c.044.023.1.023.215.023h6.826c.114%200%20.171%200%20.215-.023a.2.2%200%200%200%20.088-.09c.02-.045.019-.102.015-.215c-.091-2.563-.503-5.038-1.158-6.926c-.375-1.08-.814-1.923-1.284-2.483C12.82.955%2012.387.75%2012%20.75s-.82.205-1.289.763c-.47.56-.909%201.404-1.284%202.483M.3%2010.91c-.01.115-.016.172.004.22a.2.2%200%200%200%20.088.096c.045.024.104.024.222.024h5.832c.11%200%20.165%200%20.207-.02a.2.2%200%200%200%20.087-.085c.022-.041.024-.097.028-.207c.09-2.704.521-5.358%201.242-7.434c.407-1.17.92-2.202%201.552-2.955c.016-.018%200-.046-.024-.04C4.576%201.565.774%205.755.3%2010.908m.314%201.842c-.118%200-.177%200-.222.024a.2.2%200%200%200-.088.097c-.02.047-.015.104-.004.22c.474%205.153%204.276%209.343%209.238%2010.4c.023.006.04-.022.024-.04c-.632-.753-1.145-1.784-1.552-2.955c-.72-2.076-1.152-4.73-1.242-7.433c-.004-.111-.006-.167-.028-.208a.2.2%200%200%200-.087-.084c-.042-.021-.097-.021-.207-.021zM14.46%2023.304c-.058.076.009.187.102.166c4.913-1.093%208.667-5.26%209.138-10.38c.01-.115.016-.172-.004-.22a.2.2%200%200%200-.088-.096c-.045-.024-.104-.024-.222-.024h-5.837c-.11%200-.164%200-.206.02a.2.2%200%200%200-.087.084c-.022.04-.024.096-.029.206c-.1%202.382-.53%204.986-1.234%207.108c-.404%201.217-.912%202.32-1.533%203.136m8.926-12.054c.118%200%20.177%200%20.222-.024a.2.2%200%200%200%20.088-.097c.02-.047.015-.104.004-.22c-.474-5.153-4.276-9.343-9.238-10.4a.025.025%200%200%200-.024.04c.632.753%201.145%201.784%201.552%202.955c.72%202.076%201.152%204.73%201.242%207.434c.004.11.006.166.028.207q.03.056.087.084c.042.021.097.021.207.021zm-8.816%208.446c.646-1.952%201.053-4.381%201.155-6.616c.005-.114.008-.17-.013-.215a.2.2%200%200%200-.088-.092c-.044-.023-.102-.023-.217-.023h-6.82c-.114%200-.171%200-.215.023a.2.2%200%200%200-.088.09c-.02.045-.019.102-.015.215c.091%202.563.503%205.038%201.158%206.926c.375%201.08.814%201.923%201.284%202.483c.469.558.902.763%201.289.763c.348%200%20.779-.215%201.267-.855c.48-.63.925-1.56%201.302-2.7%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22SVGBgS7qSkY102%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-filled.svg?color=%231a73e8&size=48