earth-filled from Reicon by REICON · Filled · Astronomy · MIT Free for personal and commercial use.

Name
earth-filled
Set
Reicon
Style
Filled
Category
Astronomy
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

All earth icons →

More astronomy icons from Reicon

Use the earth icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M13.437 18.276c.988-1.862 4.281-1.862 4.281-1.862c3.432-.036 3.896-2.12 4.206-3.173a10.006 10.006 0 0 1-8.535 8.664c-.323-.68-.705-2.21.048-3.629"/><path d="m5.006 5.834l-.412-.352a2 2 0 0 1-.098-.092A9.96 9.96 0 0 0 2 12c0 5.46 4.377 9.9 9.814 9.998c-.353-1.055-.584-2.764.298-4.425c.81-1.526 2.44-2.127 3.478-2.383a10 10 0 0 1 2.063-.275h.053c1.381-.016 1.917-.423 2.164-.702c.306-.344.426-.752.593-1.321l.022-.074a1.5 1.5 0 0 1 1.512-1.075a9.96 9.96 0 0 0-2.598-6.47c-.032.177-.07.343-.107.489c-.17.661-.454 1.375-.804 1.905c-.341.52-.949.983-1.352 1.273c-.305.219-.617.4-.873.549l-.092.053c-.232.133-.416.24-.592.355c-.356.235-.57.444-.714.727c.088.322.15.693.152 1.08c.002.922-.47 1.65-1.033 2.104a3.16 3.16 0 0 1-2 .692c-2.95-.032-4.68-2.439-4.903-4.918c-.065-.721-.389-1.498-.842-2.222a8 8 0 0 0-1.233-1.526"/><path d="M8.575 9.447C8.388 7.363 6.781 5.421 6 4.711l-.43-.37A9.96 9.96 0 0 1 12 2c2.214 0 4.26.72 5.916 1.936c.234.711-.212 2.196-.68 2.906c-.17.257-.554.577-.976.88c-.95.683-2.15 1.02-2.76 2.278a1.42 1.42 0 0 0-.083 1.016c.06.22.1.459.1.692c.002.755-.762 1.3-1.517 1.292c-1.964-.021-3.25-1.604-3.425-3.553"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconEarthFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M13.437 18.276c.988-1.862 4.281-1.862 4.281-1.862c3.432-.036 3.896-2.12 4.206-3.173a10.006 10.006 0 0 1-8.535 8.664c-.323-.68-.705-2.21.048-3.629"/><path d="m5.006 5.834l-.412-.352a2 2 0 0 1-.098-.092A9.96 9.96 0 0 0 2 12c0 5.46 4.377 9.9 9.814 9.998c-.353-1.055-.584-2.764.298-4.425c.81-1.526 2.44-2.127 3.478-2.383a10 10 0 0 1 2.063-.275h.053c1.381-.016 1.917-.423 2.164-.702c.306-.344.426-.752.593-1.321l.022-.074a1.5 1.5 0 0 1 1.512-1.075a9.96 9.96 0 0 0-2.598-6.47c-.032.177-.07.343-.107.489c-.17.661-.454 1.375-.804 1.905c-.341.52-.949.983-1.352 1.273c-.305.219-.617.4-.873.549l-.092.053c-.232.133-.416.24-.592.355c-.356.235-.57.444-.714.727c.088.322.15.693.152 1.08c.002.922-.47 1.65-1.033 2.104a3.16 3.16 0 0 1-2 .692c-2.95-.032-4.68-2.439-4.903-4.918c-.065-.721-.389-1.498-.842-2.222a8 8 0 0 0-1.233-1.526"/><path d="M8.575 9.447C8.388 7.363 6.781 5.421 6 4.711l-.43-.37A9.96 9.96 0 0 1 12 2c2.214 0 4.26.72 5.916 1.936c.234.711-.212 2.196-.68 2.906c-.17.257-.554.577-.976.88c-.95.683-2.15 1.02-2.76 2.278a1.42 1.42 0 0 0-.083 1.016c.06.22.1.459.1.692c.002.755-.762 1.3-1.517 1.292c-1.964-.021-3.25-1.604-3.425-3.553"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M13.437 18.276c.988-1.862 4.281-1.862 4.281-1.862c3.432-.036 3.896-2.12 4.206-3.173a10.006 10.006 0 0 1-8.535 8.664c-.323-.68-.705-2.21.048-3.629"/><path d="m5.006 5.834l-.412-.352a2 2 0 0 1-.098-.092A9.96 9.96 0 0 0 2 12c0 5.46 4.377 9.9 9.814 9.998c-.353-1.055-.584-2.764.298-4.425c.81-1.526 2.44-2.127 3.478-2.383a10 10 0 0 1 2.063-.275h.053c1.381-.016 1.917-.423 2.164-.702c.306-.344.426-.752.593-1.321l.022-.074a1.5 1.5 0 0 1 1.512-1.075a9.96 9.96 0 0 0-2.598-6.47c-.032.177-.07.343-.107.489c-.17.661-.454 1.375-.804 1.905c-.341.52-.949.983-1.352 1.273c-.305.219-.617.4-.873.549l-.092.053c-.232.133-.416.24-.592.355c-.356.235-.57.444-.714.727c.088.322.15.693.152 1.08c.002.922-.47 1.65-1.033 2.104a3.16 3.16 0 0 1-2 .692c-2.95-.032-4.68-2.439-4.903-4.918c-.065-.721-.389-1.498-.842-2.222a8 8 0 0 0-1.233-1.526"/><path d="M8.575 9.447C8.388 7.363 6.781 5.421 6 4.711l-.43-.37A9.96 9.96 0 0 1 12 2c2.214 0 4.26.72 5.916 1.936c.234.711-.212 2.196-.68 2.906c-.17.257-.554.577-.976.88c-.95.683-2.15 1.02-2.76 2.278a1.42 1.42 0 0 0-.083 1.016c.06.22.1.459.1.692c.002.755-.762 1.3-1.517 1.292c-1.964-.021-3.25-1.604-3.425-3.553"/></g></svg>
</template>

CSS

.icon-earth-filled {
  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%22currentColor%22%3E%3Cpath%20d%3D%22M13.437%2018.276c.988-1.862%204.281-1.862%204.281-1.862c3.432-.036%203.896-2.12%204.206-3.173a10.006%2010.006%200%200%201-8.535%208.664c-.323-.68-.705-2.21.048-3.629%22%2F%3E%3Cpath%20d%3D%22m5.006%205.834l-.412-.352a2%202%200%200%201-.098-.092A9.96%209.96%200%200%200%202%2012c0%205.46%204.377%209.9%209.814%209.998c-.353-1.055-.584-2.764.298-4.425c.81-1.526%202.44-2.127%203.478-2.383a10%2010%200%200%201%202.063-.275h.053c1.381-.016%201.917-.423%202.164-.702c.306-.344.426-.752.593-1.321l.022-.074a1.5%201.5%200%200%201%201.512-1.075a9.96%209.96%200%200%200-2.598-6.47c-.032.177-.07.343-.107.489c-.17.661-.454%201.375-.804%201.905c-.341.52-.949.983-1.352%201.273c-.305.219-.617.4-.873.549l-.092.053c-.232.133-.416.24-.592.355c-.356.235-.57.444-.714.727c.088.322.15.693.152%201.08c.002.922-.47%201.65-1.033%202.104a3.16%203.16%200%200%201-2%20.692c-2.95-.032-4.68-2.439-4.903-4.918c-.065-.721-.389-1.498-.842-2.222a8%208%200%200%200-1.233-1.526%22%2F%3E%3Cpath%20d%3D%22M8.575%209.447C8.388%207.363%206.781%205.421%206%204.711l-.43-.37A9.96%209.96%200%200%201%2012%202c2.214%200%204.26.72%205.916%201.936c.234.711-.212%202.196-.68%202.906c-.17.257-.554.577-.976.88c-.95.683-2.15%201.02-2.76%202.278a1.42%201.42%200%200%200-.083%201.016c.06.22.1.459.1.692c.002.755-.762%201.3-1.517%201.292c-1.964-.021-3.25-1.604-3.425-3.553%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%22currentColor%22%3E%3Cpath%20d%3D%22M13.437%2018.276c.988-1.862%204.281-1.862%204.281-1.862c3.432-.036%203.896-2.12%204.206-3.173a10.006%2010.006%200%200%201-8.535%208.664c-.323-.68-.705-2.21.048-3.629%22%2F%3E%3Cpath%20d%3D%22m5.006%205.834l-.412-.352a2%202%200%200%201-.098-.092A9.96%209.96%200%200%200%202%2012c0%205.46%204.377%209.9%209.814%209.998c-.353-1.055-.584-2.764.298-4.425c.81-1.526%202.44-2.127%203.478-2.383a10%2010%200%200%201%202.063-.275h.053c1.381-.016%201.917-.423%202.164-.702c.306-.344.426-.752.593-1.321l.022-.074a1.5%201.5%200%200%201%201.512-1.075a9.96%209.96%200%200%200-2.598-6.47c-.032.177-.07.343-.107.489c-.17.661-.454%201.375-.804%201.905c-.341.52-.949.983-1.352%201.273c-.305.219-.617.4-.873.549l-.092.053c-.232.133-.416.24-.592.355c-.356.235-.57.444-.714.727c.088.322.15.693.152%201.08c.002.922-.47%201.65-1.033%202.104a3.16%203.16%200%200%201-2%20.692c-2.95-.032-4.68-2.439-4.903-4.918c-.065-.721-.389-1.498-.842-2.222a8%208%200%200%200-1.233-1.526%22%2F%3E%3Cpath%20d%3D%22M8.575%209.447C8.388%207.363%206.781%205.421%206%204.711l-.43-.37A9.96%209.96%200%200%201%2012%202c2.214%200%204.26.72%205.916%201.936c.234.711-.212%202.196-.68%202.906c-.17.257-.554.577-.976.88c-.95.683-2.15%201.02-2.76%202.278a1.42%201.42%200%200%200-.083%201.016c.06.22.1.459.1.692c.002.755-.762%201.3-1.517%201.292c-1.964-.021-3.25-1.604-3.425-3.553%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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