globe2 icon
globe2 from Reicon by REICON · Outline · Map · MIT Free for personal and commercial use.
- Name
- globe2
- Set
- Reicon
- Style
- Outline
- Category
- Map
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
More map icons from Reicon
Use the globe2 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="M18.004 1.5a.75.75 0 0 1 1.058-.059a11.04 11.04 0 0 1 3.688 8.246c0 5.751-4.389 10.478-10 11.013v.55H14a.75.75 0 0 1 0 1.5h-4a.75.75 0 0 1 0-1.5h1.25v-.509a11.04 11.04 0 0 1-7.809-3.678a.75.75 0 1 1 1.118-1a9.54 9.54 0 0 0 7.128 3.187a9.563 9.563 0 0 0 9.563-9.563a9.54 9.54 0 0 0-3.188-7.128a.75.75 0 0 1-.059-1.06M7.221 5.97a6.25 6.25 0 0 0 5.065 10.273a3.38 3.38 0 0 1 .341-2.078c.488-.919 1.481-1.297 2.158-1.463a6.4 6.4 0 0 1 1.32-.177h.032c.75-.008 1.17-.183 1.418-.361c.249-.18.395-.415.502-.68l.03-.067A6.26 6.26 0 0 0 16.5 5.663a4.6 4.6 0 0 1-.441.949c-.211.332-.61.654-.917.883a7 7 0 0 1-.692.447c-.172.102-.32.191-.463.289c-.307.21-.531.427-.684.752a.4.4 0 0 0-.016.281c.058.221.099.471.1.728c.002 1.121-1.038 1.767-1.896 1.757c-1.985-.023-3.156-1.689-3.308-3.448c-.072-.836-.503-1.68-.962-2.331m1.106-1.03c.59.797 1.24 1.96 1.35 3.231s.869 2.067 1.83 2.078a.47.47 0 0 0 .293-.105c.073-.062.086-.115.086-.148a1.3 1.3 0 0 0-.05-.348a1.9 1.9 0 0 1 .109-1.3c.305-.653.759-1.056 1.194-1.355c.185-.126.377-.24.544-.34l.066-.04a6 6 0 0 0 .497-.32c.324-.242.503-.417.547-.486a3.6 3.6 0 0 0 .428-1.165A6.2 6.2 0 0 0 12 3.75c-1.372 0-2.64.442-3.672 1.192m8.49 9.04q-.312.04-.665.045h-.018l-.056.002q-.077.003-.22.014c-.19.017-.446.051-.715.117c-.585.144-1.02.387-1.19.71c-.201.378-.228.787-.187 1.128a6.26 6.26 0 0 0 3.052-2.016M4.25 10a7.75 7.75 0 1 1 15.5 0a7.75 7.75 0 0 1-15.5 0" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconGlobe2(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="M18.004 1.5a.75.75 0 0 1 1.058-.059a11.04 11.04 0 0 1 3.688 8.246c0 5.751-4.389 10.478-10 11.013v.55H14a.75.75 0 0 1 0 1.5h-4a.75.75 0 0 1 0-1.5h1.25v-.509a11.04 11.04 0 0 1-7.809-3.678a.75.75 0 1 1 1.118-1a9.54 9.54 0 0 0 7.128 3.187a9.563 9.563 0 0 0 9.563-9.563a9.54 9.54 0 0 0-3.188-7.128a.75.75 0 0 1-.059-1.06M7.221 5.97a6.25 6.25 0 0 0 5.065 10.273a3.38 3.38 0 0 1 .341-2.078c.488-.919 1.481-1.297 2.158-1.463a6.4 6.4 0 0 1 1.32-.177h.032c.75-.008 1.17-.183 1.418-.361c.249-.18.395-.415.502-.68l.03-.067A6.26 6.26 0 0 0 16.5 5.663a4.6 4.6 0 0 1-.441.949c-.211.332-.61.654-.917.883a7 7 0 0 1-.692.447c-.172.102-.32.191-.463.289c-.307.21-.531.427-.684.752a.4.4 0 0 0-.016.281c.058.221.099.471.1.728c.002 1.121-1.038 1.767-1.896 1.757c-1.985-.023-3.156-1.689-3.308-3.448c-.072-.836-.503-1.68-.962-2.331m1.106-1.03c.59.797 1.24 1.96 1.35 3.231s.869 2.067 1.83 2.078a.47.47 0 0 0 .293-.105c.073-.062.086-.115.086-.148a1.3 1.3 0 0 0-.05-.348a1.9 1.9 0 0 1 .109-1.3c.305-.653.759-1.056 1.194-1.355c.185-.126.377-.24.544-.34l.066-.04a6 6 0 0 0 .497-.32c.324-.242.503-.417.547-.486a3.6 3.6 0 0 0 .428-1.165A6.2 6.2 0 0 0 12 3.75c-1.372 0-2.64.442-3.672 1.192m8.49 9.04q-.312.04-.665.045h-.018l-.056.002q-.077.003-.22.014c-.19.017-.446.051-.715.117c-.585.144-1.02.387-1.19.71c-.201.378-.228.787-.187 1.128a6.26 6.26 0 0 0 3.052-2.016M4.25 10a7.75 7.75 0 1 1 15.5 0a7.75 7.75 0 0 1-15.5 0" 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="M18.004 1.5a.75.75 0 0 1 1.058-.059a11.04 11.04 0 0 1 3.688 8.246c0 5.751-4.389 10.478-10 11.013v.55H14a.75.75 0 0 1 0 1.5h-4a.75.75 0 0 1 0-1.5h1.25v-.509a11.04 11.04 0 0 1-7.809-3.678a.75.75 0 1 1 1.118-1a9.54 9.54 0 0 0 7.128 3.187a9.563 9.563 0 0 0 9.563-9.563a9.54 9.54 0 0 0-3.188-7.128a.75.75 0 0 1-.059-1.06M7.221 5.97a6.25 6.25 0 0 0 5.065 10.273a3.38 3.38 0 0 1 .341-2.078c.488-.919 1.481-1.297 2.158-1.463a6.4 6.4 0 0 1 1.32-.177h.032c.75-.008 1.17-.183 1.418-.361c.249-.18.395-.415.502-.68l.03-.067A6.26 6.26 0 0 0 16.5 5.663a4.6 4.6 0 0 1-.441.949c-.211.332-.61.654-.917.883a7 7 0 0 1-.692.447c-.172.102-.32.191-.463.289c-.307.21-.531.427-.684.752a.4.4 0 0 0-.016.281c.058.221.099.471.1.728c.002 1.121-1.038 1.767-1.896 1.757c-1.985-.023-3.156-1.689-3.308-3.448c-.072-.836-.503-1.68-.962-2.331m1.106-1.03c.59.797 1.24 1.96 1.35 3.231s.869 2.067 1.83 2.078a.47.47 0 0 0 .293-.105c.073-.062.086-.115.086-.148a1.3 1.3 0 0 0-.05-.348a1.9 1.9 0 0 1 .109-1.3c.305-.653.759-1.056 1.194-1.355c.185-.126.377-.24.544-.34l.066-.04a6 6 0 0 0 .497-.32c.324-.242.503-.417.547-.486a3.6 3.6 0 0 0 .428-1.165A6.2 6.2 0 0 0 12 3.75c-1.372 0-2.64.442-3.672 1.192m8.49 9.04q-.312.04-.665.045h-.018l-.056.002q-.077.003-.22.014c-.19.017-.446.051-.715.117c-.585.144-1.02.387-1.19.71c-.201.378-.228.787-.187 1.128a6.26 6.26 0 0 0 3.052-2.016M4.25 10a7.75 7.75 0 1 1 15.5 0a7.75 7.75 0 0 1-15.5 0" clip-rule="evenodd"/></svg> </template>
CSS
.icon-globe2 {
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%22M18.004%201.5a.75.75%200%200%201%201.058-.059a11.04%2011.04%200%200%201%203.688%208.246c0%205.751-4.389%2010.478-10%2011.013v.55H14a.75.75%200%200%201%200%201.5h-4a.75.75%200%200%201%200-1.5h1.25v-.509a11.04%2011.04%200%200%201-7.809-3.678a.75.75%200%201%201%201.118-1a9.54%209.54%200%200%200%207.128%203.187a9.563%209.563%200%200%200%209.563-9.563a9.54%209.54%200%200%200-3.188-7.128a.75.75%200%200%201-.059-1.06M7.221%205.97a6.25%206.25%200%200%200%205.065%2010.273a3.38%203.38%200%200%201%20.341-2.078c.488-.919%201.481-1.297%202.158-1.463a6.4%206.4%200%200%201%201.32-.177h.032c.75-.008%201.17-.183%201.418-.361c.249-.18.395-.415.502-.68l.03-.067A6.26%206.26%200%200%200%2016.5%205.663a4.6%204.6%200%200%201-.441.949c-.211.332-.61.654-.917.883a7%207%200%200%201-.692.447c-.172.102-.32.191-.463.289c-.307.21-.531.427-.684.752a.4.4%200%200%200-.016.281c.058.221.099.471.1.728c.002%201.121-1.038%201.767-1.896%201.757c-1.985-.023-3.156-1.689-3.308-3.448c-.072-.836-.503-1.68-.962-2.331m1.106-1.03c.59.797%201.24%201.96%201.35%203.231s.869%202.067%201.83%202.078a.47.47%200%200%200%20.293-.105c.073-.062.086-.115.086-.148a1.3%201.3%200%200%200-.05-.348a1.9%201.9%200%200%201%20.109-1.3c.305-.653.759-1.056%201.194-1.355c.185-.126.377-.24.544-.34l.066-.04a6%206%200%200%200%20.497-.32c.324-.242.503-.417.547-.486a3.6%203.6%200%200%200%20.428-1.165A6.2%206.2%200%200%200%2012%203.75c-1.372%200-2.64.442-3.672%201.192m8.49%209.04q-.312.04-.665.045h-.018l-.056.002q-.077.003-.22.014c-.19.017-.446.051-.715.117c-.585.144-1.02.387-1.19.71c-.201.378-.228.787-.187%201.128a6.26%206.26%200%200%200%203.052-2.016M4.25%2010a7.75%207.75%200%201%201%2015.5%200a7.75%207.75%200%200%201-15.5%200%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%22M18.004%201.5a.75.75%200%200%201%201.058-.059a11.04%2011.04%200%200%201%203.688%208.246c0%205.751-4.389%2010.478-10%2011.013v.55H14a.75.75%200%200%201%200%201.5h-4a.75.75%200%200%201%200-1.5h1.25v-.509a11.04%2011.04%200%200%201-7.809-3.678a.75.75%200%201%201%201.118-1a9.54%209.54%200%200%200%207.128%203.187a9.563%209.563%200%200%200%209.563-9.563a9.54%209.54%200%200%200-3.188-7.128a.75.75%200%200%201-.059-1.06M7.221%205.97a6.25%206.25%200%200%200%205.065%2010.273a3.38%203.38%200%200%201%20.341-2.078c.488-.919%201.481-1.297%202.158-1.463a6.4%206.4%200%200%201%201.32-.177h.032c.75-.008%201.17-.183%201.418-.361c.249-.18.395-.415.502-.68l.03-.067A6.26%206.26%200%200%200%2016.5%205.663a4.6%204.6%200%200%201-.441.949c-.211.332-.61.654-.917.883a7%207%200%200%201-.692.447c-.172.102-.32.191-.463.289c-.307.21-.531.427-.684.752a.4.4%200%200%200-.016.281c.058.221.099.471.1.728c.002%201.121-1.038%201.767-1.896%201.757c-1.985-.023-3.156-1.689-3.308-3.448c-.072-.836-.503-1.68-.962-2.331m1.106-1.03c.59.797%201.24%201.96%201.35%203.231s.869%202.067%201.83%202.078a.47.47%200%200%200%20.293-.105c.073-.062.086-.115.086-.148a1.3%201.3%200%200%200-.05-.348a1.9%201.9%200%200%201%20.109-1.3c.305-.653.759-1.056%201.194-1.355c.185-.126.377-.24.544-.34l.066-.04a6%206%200%200%200%20.497-.32c.324-.242.503-.417.547-.486a3.6%203.6%200%200%200%20.428-1.165A6.2%206.2%200%200%200%2012%203.75c-1.372%200-2.64.442-3.672%201.192m8.49%209.04q-.312.04-.665.045h-.018l-.056.002q-.077.003-.22.014c-.19.017-.446.051-.715.117c-.585.144-1.02.387-1.19.71c-.201.378-.228.787-.187%201.128a6.26%206.26%200%200%200%203.052-2.016M4.25%2010a7.75%207.75%200%201%201%2015.5%200a7.75%207.75%200%200%201-15.5%200%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/reicon/globe2.svg?color=%231a73e8&size=48