earth from Reicon by REICON · Outline · Astronomy · MIT Free for personal and commercial use.

Name
earth
Set
Reicon
Style
Outline
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"><path fill="currentColor" fill-rule="evenodd" d="M5.578 5.343a9.25 9.25 0 0 0 6.803 15.9c-.206-.912-.234-2.138.393-3.319c.652-1.229 2.002-1.762 2.995-2.006a9.2 9.2 0 0 1 1.898-.254h.043c1.673-.018 2.426-.562 2.826-1.08c.342-.444.47-.887.602-1.336l.05-.172A9.22 9.22 0 0 0 18.6 5.519l-.027.1c-.163.594-.425 1.202-.711 1.636c-.256.388-.752.78-1.164 1.076a10 10 0 0 1-.902.56c-.228.132-.433.25-.63.38c-.432.286-.766.593-.991 1.056a.67.67 0 0 0-.035.49c.075.272.126.578.126.889c.002.649-.328 1.176-.753 1.518a2.4 2.4 0 0 1-1.521.526c-2.455-.027-3.965-2.02-4.164-4.236c-.08-.881-.466-1.773-.954-2.552a8.8 8.8 0 0 0-1.296-1.62m1.167-.956a10.5 10.5 0 0 1 1.4 1.779c.558.89 1.069 2.012 1.177 3.214c.15 1.68 1.213 2.854 2.686 2.87a.9.9 0 0 0 .563-.194c.146-.117.196-.24.195-.346c0-.156-.026-.328-.072-.495a2.16 2.16 0 0 1 .131-1.542c.385-.794.956-1.285 1.514-1.653c.239-.158.487-.3.71-.43l.09-.05c.255-.148.48-.28.683-.427c.431-.31.704-.557.787-.684c.183-.276.388-.734.518-1.207c.103-.374.131-.662.122-.84A9.2 9.2 0 0 0 12 2.75a9.2 9.2 0 0 0-5.255 1.637M22.68 13.24q.07-.61.071-1.24c0-5.937-4.813-10.75-10.75-10.75S1.25 6.063 1.25 12S6.063 22.75 12 22.75c5.46 0 9.97-4.071 10.659-9.344a3 3 0 0 1 .048-.156zm-2.774 3.567c-.596.218-1.314.348-2.179.357h-.031l-.09.003a7.7 7.7 0 0 0-1.477.208c-.902.221-1.693.62-2.029 1.252c-.456.859-.39 1.793-.22 2.432a9.26 9.26 0 0 0 6.026-4.252" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconEarth(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" fillRule="evenodd" d="M5.578 5.343a9.25 9.25 0 0 0 6.803 15.9c-.206-.912-.234-2.138.393-3.319c.652-1.229 2.002-1.762 2.995-2.006a9.2 9.2 0 0 1 1.898-.254h.043c1.673-.018 2.426-.562 2.826-1.08c.342-.444.47-.887.602-1.336l.05-.172A9.22 9.22 0 0 0 18.6 5.519l-.027.1c-.163.594-.425 1.202-.711 1.636c-.256.388-.752.78-1.164 1.076a10 10 0 0 1-.902.56c-.228.132-.433.25-.63.38c-.432.286-.766.593-.991 1.056a.67.67 0 0 0-.035.49c.075.272.126.578.126.889c.002.649-.328 1.176-.753 1.518a2.4 2.4 0 0 1-1.521.526c-2.455-.027-3.965-2.02-4.164-4.236c-.08-.881-.466-1.773-.954-2.552a8.8 8.8 0 0 0-1.296-1.62m1.167-.956a10.5 10.5 0 0 1 1.4 1.779c.558.89 1.069 2.012 1.177 3.214c.15 1.68 1.213 2.854 2.686 2.87a.9.9 0 0 0 .563-.194c.146-.117.196-.24.195-.346c0-.156-.026-.328-.072-.495a2.16 2.16 0 0 1 .131-1.542c.385-.794.956-1.285 1.514-1.653c.239-.158.487-.3.71-.43l.09-.05c.255-.148.48-.28.683-.427c.431-.31.704-.557.787-.684c.183-.276.388-.734.518-1.207c.103-.374.131-.662.122-.84A9.2 9.2 0 0 0 12 2.75a9.2 9.2 0 0 0-5.255 1.637M22.68 13.24q.07-.61.071-1.24c0-5.937-4.813-10.75-10.75-10.75S1.25 6.063 1.25 12S6.063 22.75 12 22.75c5.46 0 9.97-4.071 10.659-9.344a3 3 0 0 1 .048-.156zm-2.774 3.567c-.596.218-1.314.348-2.179.357h-.031l-.09.003a7.7 7.7 0 0 0-1.477.208c-.902.221-1.693.62-2.029 1.252c-.456.859-.39 1.793-.22 2.432a9.26 9.26 0 0 0 6.026-4.252" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M5.578 5.343a9.25 9.25 0 0 0 6.803 15.9c-.206-.912-.234-2.138.393-3.319c.652-1.229 2.002-1.762 2.995-2.006a9.2 9.2 0 0 1 1.898-.254h.043c1.673-.018 2.426-.562 2.826-1.08c.342-.444.47-.887.602-1.336l.05-.172A9.22 9.22 0 0 0 18.6 5.519l-.027.1c-.163.594-.425 1.202-.711 1.636c-.256.388-.752.78-1.164 1.076a10 10 0 0 1-.902.56c-.228.132-.433.25-.63.38c-.432.286-.766.593-.991 1.056a.67.67 0 0 0-.035.49c.075.272.126.578.126.889c.002.649-.328 1.176-.753 1.518a2.4 2.4 0 0 1-1.521.526c-2.455-.027-3.965-2.02-4.164-4.236c-.08-.881-.466-1.773-.954-2.552a8.8 8.8 0 0 0-1.296-1.62m1.167-.956a10.5 10.5 0 0 1 1.4 1.779c.558.89 1.069 2.012 1.177 3.214c.15 1.68 1.213 2.854 2.686 2.87a.9.9 0 0 0 .563-.194c.146-.117.196-.24.195-.346c0-.156-.026-.328-.072-.495a2.16 2.16 0 0 1 .131-1.542c.385-.794.956-1.285 1.514-1.653c.239-.158.487-.3.71-.43l.09-.05c.255-.148.48-.28.683-.427c.431-.31.704-.557.787-.684c.183-.276.388-.734.518-1.207c.103-.374.131-.662.122-.84A9.2 9.2 0 0 0 12 2.75a9.2 9.2 0 0 0-5.255 1.637M22.68 13.24q.07-.61.071-1.24c0-5.937-4.813-10.75-10.75-10.75S1.25 6.063 1.25 12S6.063 22.75 12 22.75c5.46 0 9.97-4.071 10.659-9.344a3 3 0 0 1 .048-.156zm-2.774 3.567c-.596.218-1.314.348-2.179.357h-.031l-.09.003a7.7 7.7 0 0 0-1.477.208c-.902.221-1.693.62-2.029 1.252c-.456.859-.39 1.793-.22 2.432a9.26 9.26 0 0 0 6.026-4.252" clip-rule="evenodd"/></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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M5.578%205.343a9.25%209.25%200%200%200%206.803%2015.9c-.206-.912-.234-2.138.393-3.319c.652-1.229%202.002-1.762%202.995-2.006a9.2%209.2%200%200%201%201.898-.254h.043c1.673-.018%202.426-.562%202.826-1.08c.342-.444.47-.887.602-1.336l.05-.172A9.22%209.22%200%200%200%2018.6%205.519l-.027.1c-.163.594-.425%201.202-.711%201.636c-.256.388-.752.78-1.164%201.076a10%2010%200%200%201-.902.56c-.228.132-.433.25-.63.38c-.432.286-.766.593-.991%201.056a.67.67%200%200%200-.035.49c.075.272.126.578.126.889c.002.649-.328%201.176-.753%201.518a2.4%202.4%200%200%201-1.521.526c-2.455-.027-3.965-2.02-4.164-4.236c-.08-.881-.466-1.773-.954-2.552a8.8%208.8%200%200%200-1.296-1.62m1.167-.956a10.5%2010.5%200%200%201%201.4%201.779c.558.89%201.069%202.012%201.177%203.214c.15%201.68%201.213%202.854%202.686%202.87a.9.9%200%200%200%20.563-.194c.146-.117.196-.24.195-.346c0-.156-.026-.328-.072-.495a2.16%202.16%200%200%201%20.131-1.542c.385-.794.956-1.285%201.514-1.653c.239-.158.487-.3.71-.43l.09-.05c.255-.148.48-.28.683-.427c.431-.31.704-.557.787-.684c.183-.276.388-.734.518-1.207c.103-.374.131-.662.122-.84A9.2%209.2%200%200%200%2012%202.75a9.2%209.2%200%200%200-5.255%201.637M22.68%2013.24q.07-.61.071-1.24c0-5.937-4.813-10.75-10.75-10.75S1.25%206.063%201.25%2012S6.063%2022.75%2012%2022.75c5.46%200%209.97-4.071%2010.659-9.344a3%203%200%200%201%20.048-.156zm-2.774%203.567c-.596.218-1.314.348-2.179.357h-.031l-.09.003a7.7%207.7%200%200%200-1.477.208c-.902.221-1.693.62-2.029%201.252c-.456.859-.39%201.793-.22%202.432a9.26%209.26%200%200%200%206.026-4.252%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M5.578%205.343a9.25%209.25%200%200%200%206.803%2015.9c-.206-.912-.234-2.138.393-3.319c.652-1.229%202.002-1.762%202.995-2.006a9.2%209.2%200%200%201%201.898-.254h.043c1.673-.018%202.426-.562%202.826-1.08c.342-.444.47-.887.602-1.336l.05-.172A9.22%209.22%200%200%200%2018.6%205.519l-.027.1c-.163.594-.425%201.202-.711%201.636c-.256.388-.752.78-1.164%201.076a10%2010%200%200%201-.902.56c-.228.132-.433.25-.63.38c-.432.286-.766.593-.991%201.056a.67.67%200%200%200-.035.49c.075.272.126.578.126.889c.002.649-.328%201.176-.753%201.518a2.4%202.4%200%200%201-1.521.526c-2.455-.027-3.965-2.02-4.164-4.236c-.08-.881-.466-1.773-.954-2.552a8.8%208.8%200%200%200-1.296-1.62m1.167-.956a10.5%2010.5%200%200%201%201.4%201.779c.558.89%201.069%202.012%201.177%203.214c.15%201.68%201.213%202.854%202.686%202.87a.9.9%200%200%200%20.563-.194c.146-.117.196-.24.195-.346c0-.156-.026-.328-.072-.495a2.16%202.16%200%200%201%20.131-1.542c.385-.794.956-1.285%201.514-1.653c.239-.158.487-.3.71-.43l.09-.05c.255-.148.48-.28.683-.427c.431-.31.704-.557.787-.684c.183-.276.388-.734.518-1.207c.103-.374.131-.662.122-.84A9.2%209.2%200%200%200%2012%202.75a9.2%209.2%200%200%200-5.255%201.637M22.68%2013.24q.07-.61.071-1.24c0-5.937-4.813-10.75-10.75-10.75S1.25%206.063%201.25%2012S6.063%2022.75%2012%2022.75c5.46%200%209.97-4.071%2010.659-9.344a3%203%200%200%201%20.048-.156zm-2.774%203.567c-.596.218-1.314.348-2.179.357h-.031l-.09.003a7.7%207.7%200%200%200-1.477.208c-.902.221-1.693.62-2.029%201.252c-.456.859-.39%201.793-.22%202.432a9.26%209.26%200%200%200%206.026-4.252%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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