earth from TDesign Icons by TDesign · Outline · MIT Free for personal and commercial use.

Name
earth
Set
TDesign Icons
Style
Outline
Viewbox
24×24
License
MIT

1 other variant in TDesign Icons

The same icon in other sets

Use the earth icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2s10 4.477 10 10"/><path d="M12 22c5.523 0 10-4.477 10-10q0-.532-.055-1.05l-1.95 1.134l-3.509 4.067l-1.504-3.05l-3.007-1.017V8.017L8.968 7L6.963 9.034L3.05 7.55a10 10 0 0 0-1.008 3.525l5.923 2.026L4.95 19.1C6.75 20.9 9.305 22 12 22"/><path stroke="currentColor" stroke-width="2" d="M2.041 11.089L7.965 13.1l-3.017 5.99M3.04 7.553l3.922 1.48L8.968 7l3.007 1.017v4.067l3.008 1.017l1.503 3.05l3.51-4.067l1.943-1.13M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2s10 4.477 10 10Z"/></g></svg>

React

import type { SVGProps } from "react";

export function TdesignEarth(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 d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2s10 4.477 10 10"/><path d="M12 22c5.523 0 10-4.477 10-10q0-.532-.055-1.05l-1.95 1.134l-3.509 4.067l-1.504-3.05l-3.007-1.017V8.017L8.968 7L6.963 9.034L3.05 7.55a10 10 0 0 0-1.008 3.525l5.923 2.026L4.95 19.1C6.75 20.9 9.305 22 12 22"/><path stroke="currentColor" strokeWidth="2" d="M2.041 11.089L7.965 13.1l-3.017 5.99M3.04 7.553l3.922 1.48L8.968 7l3.007 1.017v4.067l3.008 1.017l1.503 3.05l3.51-4.067l1.943-1.13M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2s10 4.477 10 10Z"/></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 d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2s10 4.477 10 10"/><path d="M12 22c5.523 0 10-4.477 10-10q0-.532-.055-1.05l-1.95 1.134l-3.509 4.067l-1.504-3.05l-3.007-1.017V8.017L8.968 7L6.963 9.034L3.05 7.55a10 10 0 0 0-1.008 3.525l5.923 2.026L4.95 19.1C6.75 20.9 9.305 22 12 22"/><path stroke="currentColor" stroke-width="2" d="M2.041 11.089L7.965 13.1l-3.017 5.99M3.04 7.553l3.922 1.48L8.968 7l3.007 1.017v4.067l3.008 1.017l1.503 3.05l3.51-4.067l1.943-1.13M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2s10 4.477 10 10Z"/></g></svg>
</template>

CSS

.icon-earth {
  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%20d%3D%22M22%2012c0%205.523-4.477%2010-10%2010S2%2017.523%202%2012S6.477%202%2012%202s10%204.477%2010%2010%22%2F%3E%3Cpath%20d%3D%22M12%2022c5.523%200%2010-4.477%2010-10q0-.532-.055-1.05l-1.95%201.134l-3.509%204.067l-1.504-3.05l-3.007-1.017V8.017L8.968%207L6.963%209.034L3.05%207.55a10%2010%200%200%200-1.008%203.525l5.923%202.026L4.95%2019.1C6.75%2020.9%209.305%2022%2012%2022%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20d%3D%22M2.041%2011.089L7.965%2013.1l-3.017%205.99M3.04%207.553l3.922%201.48L8.968%207l3.007%201.017v4.067l3.008%201.017l1.503%203.05l3.51-4.067l1.943-1.13M22%2012c0%205.523-4.477%2010-10%2010S2%2017.523%202%2012S6.477%202%2012%202s10%204.477%2010%2010Z%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%20d%3D%22M22%2012c0%205.523-4.477%2010-10%2010S2%2017.523%202%2012S6.477%202%2012%202s10%204.477%2010%2010%22%2F%3E%3Cpath%20d%3D%22M12%2022c5.523%200%2010-4.477%2010-10q0-.532-.055-1.05l-1.95%201.134l-3.509%204.067l-1.504-3.05l-3.007-1.017V8.017L8.968%207L6.963%209.034L3.05%207.55a10%2010%200%200%200-1.008%203.525l5.923%202.026L4.95%2019.1C6.75%2020.9%209.305%2022%2012%2022%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20d%3D%22M2.041%2011.089L7.965%2013.1l-3.017%205.99M3.04%207.553l3.922%201.48L8.968%207l3.007%201.017v4.067l3.008%201.017l1.503%203.05l3.51-4.067l1.943-1.13M22%2012c0%205.523-4.477%2010-10%2010S2%2017.523%202%2012S6.477%202%2012%202s10%204.477%2010%2010Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/earth.svg?color=%231a73e8&size=48