earth sphere icon
earth-sphere from Majesticons by Gerrit Halfmann · Solid · MIT Free for personal and commercial use.
- Name
- earth-sphere
- Set
- Majesticons
- Style
- Solid
- Viewbox
- 24×24
- License
- MIT
1 other variant in Majesticons
Use the earth sphere icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M22 12a10 10 0 0 1-.832 4M12 22a9.97 9.97 0 0 0 7.071-2.929M2 12a9.97 9.97 0 0 1 2.929-7.071M12 2a10 10 0 0 0-4 .832m0 18.336A10.02 10.02 0 0 1 2.832 16m13-13A10.02 10.02 0 0 1 21 8.168"/><path fill="currentColor" fill-rule="evenodd" d="M9.06 5.646A7 7 0 0 1 12 5a7 7 0 0 1 6.184 3.718l-2.015.671a3 3 0 0 0-1.851 3.923l1.7 4.42A6.97 6.97 0 0 1 12 19a7 7 0 0 1-2.519-.467l1.564-1.369a2.44 2.44 0 0 0-.515-4.017a.44.44 0 0 1-.067-.744l.473-.355a2.804 2.804 0 0 0 .3-4.226zm-1.708 1.12A6.98 6.98 0 0 0 5 12c0 2.221 1.035 4.2 2.646 5.481l2.082-1.822a.44.44 0 0 0-.093-.723c-1.621-.811-1.823-3.045-.372-4.133l.473-.355a.804.804 0 0 0 .086-1.212zm10.23 9.46A6.97 6.97 0 0 0 19 12q-.001-.72-.14-1.4l-2.058.687a1 1 0 0 0-.617 1.307l1.396 3.632z" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function MajesticonsEarthSphere(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"><path stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M22 12a10 10 0 0 1-.832 4M12 22a9.97 9.97 0 0 0 7.071-2.929M2 12a9.97 9.97 0 0 1 2.929-7.071M12 2a10 10 0 0 0-4 .832m0 18.336A10.02 10.02 0 0 1 2.832 16m13-13A10.02 10.02 0 0 1 21 8.168"/><path fill="currentColor" fillRule="evenodd" d="M9.06 5.646A7 7 0 0 1 12 5a7 7 0 0 1 6.184 3.718l-2.015.671a3 3 0 0 0-1.851 3.923l1.7 4.42A6.97 6.97 0 0 1 12 19a7 7 0 0 1-2.519-.467l1.564-1.369a2.44 2.44 0 0 0-.515-4.017a.44.44 0 0 1-.067-.744l.473-.355a2.804 2.804 0 0 0 .3-4.226zm-1.708 1.12A6.98 6.98 0 0 0 5 12c0 2.221 1.035 4.2 2.646 5.481l2.082-1.822a.44.44 0 0 0-.093-.723c-1.621-.811-1.823-3.045-.372-4.133l.473-.355a.804.804 0 0 0 .086-1.212zm10.23 9.46A6.97 6.97 0 0 0 19 12q-.001-.72-.14-1.4l-2.058.687a1 1 0 0 0-.617 1.307l1.396 3.632z" clipRule="evenodd"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M22 12a10 10 0 0 1-.832 4M12 22a9.97 9.97 0 0 0 7.071-2.929M2 12a9.97 9.97 0 0 1 2.929-7.071M12 2a10 10 0 0 0-4 .832m0 18.336A10.02 10.02 0 0 1 2.832 16m13-13A10.02 10.02 0 0 1 21 8.168"/><path fill="currentColor" fill-rule="evenodd" d="M9.06 5.646A7 7 0 0 1 12 5a7 7 0 0 1 6.184 3.718l-2.015.671a3 3 0 0 0-1.851 3.923l1.7 4.42A6.97 6.97 0 0 1 12 19a7 7 0 0 1-2.519-.467l1.564-1.369a2.44 2.44 0 0 0-.515-4.017a.44.44 0 0 1-.067-.744l.473-.355a2.804 2.804 0 0 0 .3-4.226zm-1.708 1.12A6.98 6.98 0 0 0 5 12c0 2.221 1.035 4.2 2.646 5.481l2.082-1.822a.44.44 0 0 0-.093-.723c-1.621-.811-1.823-3.045-.372-4.133l.473-.355a.804.804 0 0 0 .086-1.212zm10.23 9.46A6.97 6.97 0 0 0 19 12q-.001-.72-.14-1.4l-2.058.687a1 1 0 0 0-.617 1.307l1.396 3.632z" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-earth-sphere {
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%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M22%2012a10%2010%200%200%201-.832%204M12%2022a9.97%209.97%200%200%200%207.071-2.929M2%2012a9.97%209.97%200%200%201%202.929-7.071M12%202a10%2010%200%200%200-4%20.832m0%2018.336A10.02%2010.02%200%200%201%202.832%2016m13-13A10.02%2010.02%200%200%201%2021%208.168%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M9.06%205.646A7%207%200%200%201%2012%205a7%207%200%200%201%206.184%203.718l-2.015.671a3%203%200%200%200-1.851%203.923l1.7%204.42A6.97%206.97%200%200%201%2012%2019a7%207%200%200%201-2.519-.467l1.564-1.369a2.44%202.44%200%200%200-.515-4.017a.44.44%200%200%201-.067-.744l.473-.355a2.804%202.804%200%200%200%20.3-4.226zm-1.708%201.12A6.98%206.98%200%200%200%205%2012c0%202.221%201.035%204.2%202.646%205.481l2.082-1.822a.44.44%200%200%200-.093-.723c-1.621-.811-1.823-3.045-.372-4.133l.473-.355a.804.804%200%200%200%20.086-1.212zm10.23%209.46A6.97%206.97%200%200%200%2019%2012q-.001-.72-.14-1.4l-2.058.687a1%201%200%200%200-.617%201.307l1.396%203.632z%22%20clip-rule%3D%22evenodd%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%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M22%2012a10%2010%200%200%201-.832%204M12%2022a9.97%209.97%200%200%200%207.071-2.929M2%2012a9.97%209.97%200%200%201%202.929-7.071M12%202a10%2010%200%200%200-4%20.832m0%2018.336A10.02%2010.02%200%200%201%202.832%2016m13-13A10.02%2010.02%200%200%201%2021%208.168%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M9.06%205.646A7%207%200%200%201%2012%205a7%207%200%200%201%206.184%203.718l-2.015.671a3%203%200%200%200-1.851%203.923l1.7%204.42A6.97%206.97%200%200%201%2012%2019a7%207%200%200%201-2.519-.467l1.564-1.369a2.44%202.44%200%200%200-.515-4.017a.44.44%200%200%201-.067-.744l.473-.355a2.804%202.804%200%200%200%20.3-4.226zm-1.708%201.12A6.98%206.98%200%200%200%205%2012c0%202.221%201.035%204.2%202.646%205.481l2.082-1.822a.44.44%200%200%200-.093-.723c-1.621-.811-1.823-3.045-.372-4.133l.473-.355a.804.804%200%200%200%20.086-1.212zm10.23%209.46A6.97%206.97%200%200%200%2019%2012q-.001-.72-.14-1.4l-2.058.687a1%201%200%200%200-.617%201.307l1.396%203.632z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/majesticons/earth-sphere.svg?color=%231a73e8&size=48