globe 2 icon
globe-2-outline from Eva Icons by Akveo · Outline · MIT Free for personal and commercial use.
- Name
- globe-2-outline
- Set
- Eva Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
1 other variant in Eva Icons
The same icon in other sets
Related icons in Eva Icons
Use the globe 2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2m0 2a8.2 8.2 0 0 1 1.79.21a2.6 2.6 0 0 1-.78 1c-.22.17-.46.31-.7.46a4.56 4.56 0 0 0-1.85 1.67a6.5 6.5 0 0 0-.62 3.3c0 1.36 0 2.16-.95 2.87c-1.37 1.07-3.46.47-4.76-.07A8.3 8.3 0 0 1 4 12a8 8 0 0 1 8-8M5 15.8a8.4 8.4 0 0 0 2 .27a5 5 0 0 0 3.14-1c1.71-1.34 1.71-3.06 1.71-4.44a4.76 4.76 0 0 1 .37-2.34a2.86 2.86 0 0 1 1.12-.91a10 10 0 0 0 .92-.61a4.55 4.55 0 0 0 1.4-1.87A8 8 0 0 1 19 8.12c-1.43.2-3.46.67-3.86 2.53A7 7 0 0 0 15 12a2.93 2.93 0 0 1-.29 1.47l-.1.17c-.65 1.08-1.38 2.31-.39 4c.12.21.25.41.38.61a2.3 2.3 0 0 1 .52 1.08A7.9 7.9 0 0 1 12 20a8 8 0 0 1-7-4.2m11.93 2.52a7 7 0 0 0-.63-1.14c-.11-.16-.22-.32-.32-.49c-.39-.68-.25-1 .38-2l.1-.17a4.77 4.77 0 0 0 .54-2.43a5.4 5.4 0 0 1 .09-1c.16-.73 1.71-.93 2.67-1a7.94 7.94 0 0 1-2.86 8.28Z"/></svg>
React
import type { SVGProps } from "react";
export function EvaGlobe2Outline(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="M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2m0 2a8.2 8.2 0 0 1 1.79.21a2.6 2.6 0 0 1-.78 1c-.22.17-.46.31-.7.46a4.56 4.56 0 0 0-1.85 1.67a6.5 6.5 0 0 0-.62 3.3c0 1.36 0 2.16-.95 2.87c-1.37 1.07-3.46.47-4.76-.07A8.3 8.3 0 0 1 4 12a8 8 0 0 1 8-8M5 15.8a8.4 8.4 0 0 0 2 .27a5 5 0 0 0 3.14-1c1.71-1.34 1.71-3.06 1.71-4.44a4.76 4.76 0 0 1 .37-2.34a2.86 2.86 0 0 1 1.12-.91a10 10 0 0 0 .92-.61a4.55 4.55 0 0 0 1.4-1.87A8 8 0 0 1 19 8.12c-1.43.2-3.46.67-3.86 2.53A7 7 0 0 0 15 12a2.93 2.93 0 0 1-.29 1.47l-.1.17c-.65 1.08-1.38 2.31-.39 4c.12.21.25.41.38.61a2.3 2.3 0 0 1 .52 1.08A7.9 7.9 0 0 1 12 20a8 8 0 0 1-7-4.2m11.93 2.52a7 7 0 0 0-.63-1.14c-.11-.16-.22-.32-.32-.49c-.39-.68-.25-1 .38-2l.1-.17a4.77 4.77 0 0 0 .54-2.43a5.4 5.4 0 0 1 .09-1c.16-.73 1.71-.93 2.67-1a7.94 7.94 0 0 1-2.86 8.28Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2m0 2a8.2 8.2 0 0 1 1.79.21a2.6 2.6 0 0 1-.78 1c-.22.17-.46.31-.7.46a4.56 4.56 0 0 0-1.85 1.67a6.5 6.5 0 0 0-.62 3.3c0 1.36 0 2.16-.95 2.87c-1.37 1.07-3.46.47-4.76-.07A8.3 8.3 0 0 1 4 12a8 8 0 0 1 8-8M5 15.8a8.4 8.4 0 0 0 2 .27a5 5 0 0 0 3.14-1c1.71-1.34 1.71-3.06 1.71-4.44a4.76 4.76 0 0 1 .37-2.34a2.86 2.86 0 0 1 1.12-.91a10 10 0 0 0 .92-.61a4.55 4.55 0 0 0 1.4-1.87A8 8 0 0 1 19 8.12c-1.43.2-3.46.67-3.86 2.53A7 7 0 0 0 15 12a2.93 2.93 0 0 1-.29 1.47l-.1.17c-.65 1.08-1.38 2.31-.39 4c.12.21.25.41.38.61a2.3 2.3 0 0 1 .52 1.08A7.9 7.9 0 0 1 12 20a8 8 0 0 1-7-4.2m11.93 2.52a7 7 0 0 0-.63-1.14c-.11-.16-.22-.32-.32-.49c-.39-.68-.25-1 .38-2l.1-.17a4.77 4.77 0 0 0 .54-2.43a5.4 5.4 0 0 1 .09-1c.16-.73 1.71-.93 2.67-1a7.94 7.94 0 0 1-2.86 8.28Z"/></svg> </template>
CSS
.icon-globe-2-outline {
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%22M12%202a10%2010%200%201%200%2010%2010A10%2010%200%200%200%2012%202m0%202a8.2%208.2%200%200%201%201.79.21a2.6%202.6%200%200%201-.78%201c-.22.17-.46.31-.7.46a4.56%204.56%200%200%200-1.85%201.67a6.5%206.5%200%200%200-.62%203.3c0%201.36%200%202.16-.95%202.87c-1.37%201.07-3.46.47-4.76-.07A8.3%208.3%200%200%201%204%2012a8%208%200%200%201%208-8M5%2015.8a8.4%208.4%200%200%200%202%20.27a5%205%200%200%200%203.14-1c1.71-1.34%201.71-3.06%201.71-4.44a4.76%204.76%200%200%201%20.37-2.34a2.86%202.86%200%200%201%201.12-.91a10%2010%200%200%200%20.92-.61a4.55%204.55%200%200%200%201.4-1.87A8%208%200%200%201%2019%208.12c-1.43.2-3.46.67-3.86%202.53A7%207%200%200%200%2015%2012a2.93%202.93%200%200%201-.29%201.47l-.1.17c-.65%201.08-1.38%202.31-.39%204c.12.21.25.41.38.61a2.3%202.3%200%200%201%20.52%201.08A7.9%207.9%200%200%201%2012%2020a8%208%200%200%201-7-4.2m11.93%202.52a7%207%200%200%200-.63-1.14c-.11-.16-.22-.32-.32-.49c-.39-.68-.25-1%20.38-2l.1-.17a4.77%204.77%200%200%200%20.54-2.43a5.4%205.4%200%200%201%20.09-1c.16-.73%201.71-.93%202.67-1a7.94%207.94%200%200%201-2.86%208.28Z%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%22M12%202a10%2010%200%201%200%2010%2010A10%2010%200%200%200%2012%202m0%202a8.2%208.2%200%200%201%201.79.21a2.6%202.6%200%200%201-.78%201c-.22.17-.46.31-.7.46a4.56%204.56%200%200%200-1.85%201.67a6.5%206.5%200%200%200-.62%203.3c0%201.36%200%202.16-.95%202.87c-1.37%201.07-3.46.47-4.76-.07A8.3%208.3%200%200%201%204%2012a8%208%200%200%201%208-8M5%2015.8a8.4%208.4%200%200%200%202%20.27a5%205%200%200%200%203.14-1c1.71-1.34%201.71-3.06%201.71-4.44a4.76%204.76%200%200%201%20.37-2.34a2.86%202.86%200%200%201%201.12-.91a10%2010%200%200%200%20.92-.61a4.55%204.55%200%200%200%201.4-1.87A8%208%200%200%201%2019%208.12c-1.43.2-3.46.67-3.86%202.53A7%207%200%200%200%2015%2012a2.93%202.93%200%200%201-.29%201.47l-.1.17c-.65%201.08-1.38%202.31-.39%204c.12.21.25.41.38.61a2.3%202.3%200%200%201%20.52%201.08A7.9%207.9%200%200%201%2012%2020a8%208%200%200%201-7-4.2m11.93%202.52a7%207%200%200%200-.63-1.14c-.11-.16-.22-.32-.32-.49c-.39-.68-.25-1%20.38-2l.1-.17a4.77%204.77%200%200%200%20.54-2.43a5.4%205.4%200%200%201%20.09-1c.16-.73%201.71-.93%202.67-1a7.94%207.94%200%200%201-2.86%208.28Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/eva/globe-2-outline.svg?color=%231a73e8&size=48