earth sphere icon
earth-sphere-line from Majesticons by Gerrit Halfmann · Line · MIT Free for personal and commercial use.
- Name
- earth-sphere-line
- Set
- Majesticons
- Style
- Line
- 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"><path fill="none" 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.168M9 6.803A6 6 0 0 0 6 12c0 2.22 1.207 4.16 3 5.197M9 6.803A6.003 6.003 0 0 1 17.659 10M9 6.803l1.603 1.708a1.83 1.83 0 0 1-.236 2.714l-.59.442a1.373 1.373 0 0 0 .21 2.327v0c.92.46 1.027 1.729.198 2.336L9 17.197m0 0c.883.51 1.907.803 3 .803c1.792 0 3.4-.786 4.5-2.031M17.659 10A6 6 0 0 1 18 12a5.98 5.98 0 0 1-1.5 3.969M17.659 10l-1.101.349a2 2 0 0 0-1.252 2.653L16.5 15.97"/></svg>
React
import type { SVGProps } from "react";
export function MajesticonsEarthSphereLine(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" 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.168M9 6.803A6 6 0 0 0 6 12c0 2.22 1.207 4.16 3 5.197M9 6.803A6.003 6.003 0 0 1 17.659 10M9 6.803l1.603 1.708a1.83 1.83 0 0 1-.236 2.714l-.59.442a1.373 1.373 0 0 0 .21 2.327v0c.92.46 1.027 1.729.198 2.336L9 17.197m0 0c.883.51 1.907.803 3 .803c1.792 0 3.4-.786 4.5-2.031M17.659 10A6 6 0 0 1 18 12a5.98 5.98 0 0 1-1.5 3.969M17.659 10l-1.101.349a2 2 0 0 0-1.252 2.653L16.5 15.97"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" 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.168M9 6.803A6 6 0 0 0 6 12c0 2.22 1.207 4.16 3 5.197M9 6.803A6.003 6.003 0 0 1 17.659 10M9 6.803l1.603 1.708a1.83 1.83 0 0 1-.236 2.714l-.59.442a1.373 1.373 0 0 0 .21 2.327v0c.92.46 1.027 1.729.198 2.336L9 17.197m0 0c.883.51 1.907.803 3 .803c1.792 0 3.4-.786 4.5-2.031M17.659 10A6 6 0 0 1 18 12a5.98 5.98 0 0 1-1.5 3.969M17.659 10l-1.101.349a2 2 0 0 0-1.252 2.653L16.5 15.97"/></svg> </template>
CSS
.icon-earth-sphere-line {
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%22none%22%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.168M9%206.803A6%206%200%200%200%206%2012c0%202.22%201.207%204.16%203%205.197M9%206.803A6.003%206.003%200%200%201%2017.659%2010M9%206.803l1.603%201.708a1.83%201.83%200%200%201-.236%202.714l-.59.442a1.373%201.373%200%200%200%20.21%202.327v0c.92.46%201.027%201.729.198%202.336L9%2017.197m0%200c.883.51%201.907.803%203%20.803c1.792%200%203.4-.786%204.5-2.031M17.659%2010A6%206%200%200%201%2018%2012a5.98%205.98%200%200%201-1.5%203.969M17.659%2010l-1.101.349a2%202%200%200%200-1.252%202.653L16.5%2015.97%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%22none%22%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.168M9%206.803A6%206%200%200%200%206%2012c0%202.22%201.207%204.16%203%205.197M9%206.803A6.003%206.003%200%200%201%2017.659%2010M9%206.803l1.603%201.708a1.83%201.83%200%200%201-.236%202.714l-.59.442a1.373%201.373%200%200%200%20.21%202.327v0c.92.46%201.027%201.729.198%202.336L9%2017.197m0%200c.883.51%201.907.803%203%20.803c1.792%200%203.4-.786%204.5-2.031M17.659%2010A6%206%200%200%201%2018%2012a5.98%205.98%200%200%201-1.5%203.969M17.659%2010l-1.101.349a2%202%200%200%200-1.252%202.653L16.5%2015.97%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/majesticons/earth-sphere-line.svg?color=%231a73e8&size=48