earth icon
earth from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- earth
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
2 other variants in IonIcons
The same icon in other sets
earthCarbonearthCircle FlagsearthFont Awesome Solidearth-16-filledFluent UI System IconsearthHuge IconsearthIconParkearthIconPark OutlineearthLucideearthMage IconsearthMaterial Design Iconsearth-fillMingCute IconearthMyna UI IconsearthPixelarticonsearth-fillRemix Iconearth-boldSolarearthTDesign Icons
Use the earth icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M414.39 97.74A224 224 0 1 0 97.61 414.52A224 224 0 1 0 414.39 97.74M64 256.13a191.6 191.6 0 0 1 6.7-50.31c7.34 15.8 18 29.45 25.25 45.66c9.37 20.84 34.53 15.06 45.64 33.32c9.86 16.21-.67 36.71 6.71 53.67c5.36 12.31 18 15 26.72 24c8.91 9.08 8.72 21.52 10.08 33.36a305 305 0 0 0 7.45 41.27c0 .1 0 .21.08.31C117.8 411.13 64 339.8 64 256.13m192 192a193 193 0 0 1-32-2.68c.11-2.71.16-5.24.43-7c2.43-15.9 10.39-31.45 21.13-43.35c10.61-11.74 25.15-19.68 34.11-33c8.78-13 11.41-30.5 7.79-45.69c-5.33-22.44-35.82-29.93-52.26-42.1c-9.45-7-17.86-17.82-30.27-18.7c-5.72-.4-10.51.83-16.18-.63c-5.2-1.35-9.28-4.15-14.82-3.42c-10.35 1.36-16.88 12.42-28 10.92c-10.55-1.41-21.42-13.76-23.82-23.81c-3.08-12.92 7.14-17.11 18.09-18.26c4.57-.48 9.7-1 14.09.68c5.78 2.14 8.51 7.8 13.7 10.66c9.73 5.34 11.7-3.19 10.21-11.83c-2.23-12.94-4.83-18.21 6.71-27.12c8-6.14 14.84-10.58 13.56-21.61c-.76-6.48-4.31-9.41-1-15.86c2.51-4.91 9.4-9.34 13.89-12.27c11.59-7.56 49.65-7 34.1-28.16c-4.57-6.21-13-17.31-21-18.83c-10-1.89-14.44 9.27-21.41 14.19c-7.2 5.09-21.22 10.87-28.43 3c-9.7-10.59 6.43-14.06 10-21.46c1.65-3.45 0-8.24-2.78-12.75q5.41-2.28 11-4.23a15.6 15.6 0 0 0 8 3c6.69.44 13-3.18 18.84 1.38c6.48 5 11.15 11.32 19.75 12.88c8.32 1.51 17.13-3.34 19.19-11.86c1.25-5.18 0-10.65-1.2-16a190.83 190.83 0 0 1 105 32.21c-2-.76-4.39-.67-7.34.7c-6.07 2.82-14.67 10-15.38 17.12c-.81 8.08 11.11 9.22 16.77 9.22c8.5 0 17.11-3.8 14.37-13.62c-1.19-4.26-2.81-8.69-5.42-11.37a193 193 0 0 1 18 14.14c-.09.09-.18.17-.27.27c-5.76 6-12.45 10.75-16.39 18.05c-2.78 5.14-5.91 7.58-11.54 8.91c-3.1.73-6.64 1-9.24 3.08c-7.24 5.7-3.12 19.4 3.74 23.51c8.67 5.19 21.53 2.75 28.07-4.66c5.11-5.8 8.12-15.87 17.31-15.86a15.4 15.4 0 0 1 10.82 4.41c3.8 3.94 3.05 7.62 3.86 12.54c1.43 8.74 9.14 4 13.83-.41a192 192 0 0 1 9.24 18.77c-5.16 7.43-9.26 15.53-21.67 6.87c-7.43-5.19-12-12.72-21.33-15.06c-8.15-2-16.5.08-24.55 1.47c-9.15 1.59-20 2.29-26.94 9.22c-6.71 6.68-10.26 15.62-17.4 22.33c-13.81 13-19.64 27.19-10.7 45.57c8.6 17.67 26.59 27.26 46 26c19.07-1.27 38.88-12.33 38.33 15.38c-.2 9.81 1.85 16.6 4.86 25.71c2.79 8.4 2.6 16.54 3.24 25.21a158 158 0 0 0 4.74 30.07A191.75 191.75 0 0 1 256 448.13"/></svg>
React
import type { SVGProps } from "react";
export function IonEarth(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M414.39 97.74A224 224 0 1 0 97.61 414.52A224 224 0 1 0 414.39 97.74M64 256.13a191.6 191.6 0 0 1 6.7-50.31c7.34 15.8 18 29.45 25.25 45.66c9.37 20.84 34.53 15.06 45.64 33.32c9.86 16.21-.67 36.71 6.71 53.67c5.36 12.31 18 15 26.72 24c8.91 9.08 8.72 21.52 10.08 33.36a305 305 0 0 0 7.45 41.27c0 .1 0 .21.08.31C117.8 411.13 64 339.8 64 256.13m192 192a193 193 0 0 1-32-2.68c.11-2.71.16-5.24.43-7c2.43-15.9 10.39-31.45 21.13-43.35c10.61-11.74 25.15-19.68 34.11-33c8.78-13 11.41-30.5 7.79-45.69c-5.33-22.44-35.82-29.93-52.26-42.1c-9.45-7-17.86-17.82-30.27-18.7c-5.72-.4-10.51.83-16.18-.63c-5.2-1.35-9.28-4.15-14.82-3.42c-10.35 1.36-16.88 12.42-28 10.92c-10.55-1.41-21.42-13.76-23.82-23.81c-3.08-12.92 7.14-17.11 18.09-18.26c4.57-.48 9.7-1 14.09.68c5.78 2.14 8.51 7.8 13.7 10.66c9.73 5.34 11.7-3.19 10.21-11.83c-2.23-12.94-4.83-18.21 6.71-27.12c8-6.14 14.84-10.58 13.56-21.61c-.76-6.48-4.31-9.41-1-15.86c2.51-4.91 9.4-9.34 13.89-12.27c11.59-7.56 49.65-7 34.1-28.16c-4.57-6.21-13-17.31-21-18.83c-10-1.89-14.44 9.27-21.41 14.19c-7.2 5.09-21.22 10.87-28.43 3c-9.7-10.59 6.43-14.06 10-21.46c1.65-3.45 0-8.24-2.78-12.75q5.41-2.28 11-4.23a15.6 15.6 0 0 0 8 3c6.69.44 13-3.18 18.84 1.38c6.48 5 11.15 11.32 19.75 12.88c8.32 1.51 17.13-3.34 19.19-11.86c1.25-5.18 0-10.65-1.2-16a190.83 190.83 0 0 1 105 32.21c-2-.76-4.39-.67-7.34.7c-6.07 2.82-14.67 10-15.38 17.12c-.81 8.08 11.11 9.22 16.77 9.22c8.5 0 17.11-3.8 14.37-13.62c-1.19-4.26-2.81-8.69-5.42-11.37a193 193 0 0 1 18 14.14c-.09.09-.18.17-.27.27c-5.76 6-12.45 10.75-16.39 18.05c-2.78 5.14-5.91 7.58-11.54 8.91c-3.1.73-6.64 1-9.24 3.08c-7.24 5.7-3.12 19.4 3.74 23.51c8.67 5.19 21.53 2.75 28.07-4.66c5.11-5.8 8.12-15.87 17.31-15.86a15.4 15.4 0 0 1 10.82 4.41c3.8 3.94 3.05 7.62 3.86 12.54c1.43 8.74 9.14 4 13.83-.41a192 192 0 0 1 9.24 18.77c-5.16 7.43-9.26 15.53-21.67 6.87c-7.43-5.19-12-12.72-21.33-15.06c-8.15-2-16.5.08-24.55 1.47c-9.15 1.59-20 2.29-26.94 9.22c-6.71 6.68-10.26 15.62-17.4 22.33c-13.81 13-19.64 27.19-10.7 45.57c8.6 17.67 26.59 27.26 46 26c19.07-1.27 38.88-12.33 38.33 15.38c-.2 9.81 1.85 16.6 4.86 25.71c2.79 8.4 2.6 16.54 3.24 25.21a158 158 0 0 0 4.74 30.07A191.75 191.75 0 0 1 256 448.13"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M414.39 97.74A224 224 0 1 0 97.61 414.52A224 224 0 1 0 414.39 97.74M64 256.13a191.6 191.6 0 0 1 6.7-50.31c7.34 15.8 18 29.45 25.25 45.66c9.37 20.84 34.53 15.06 45.64 33.32c9.86 16.21-.67 36.71 6.71 53.67c5.36 12.31 18 15 26.72 24c8.91 9.08 8.72 21.52 10.08 33.36a305 305 0 0 0 7.45 41.27c0 .1 0 .21.08.31C117.8 411.13 64 339.8 64 256.13m192 192a193 193 0 0 1-32-2.68c.11-2.71.16-5.24.43-7c2.43-15.9 10.39-31.45 21.13-43.35c10.61-11.74 25.15-19.68 34.11-33c8.78-13 11.41-30.5 7.79-45.69c-5.33-22.44-35.82-29.93-52.26-42.1c-9.45-7-17.86-17.82-30.27-18.7c-5.72-.4-10.51.83-16.18-.63c-5.2-1.35-9.28-4.15-14.82-3.42c-10.35 1.36-16.88 12.42-28 10.92c-10.55-1.41-21.42-13.76-23.82-23.81c-3.08-12.92 7.14-17.11 18.09-18.26c4.57-.48 9.7-1 14.09.68c5.78 2.14 8.51 7.8 13.7 10.66c9.73 5.34 11.7-3.19 10.21-11.83c-2.23-12.94-4.83-18.21 6.71-27.12c8-6.14 14.84-10.58 13.56-21.61c-.76-6.48-4.31-9.41-1-15.86c2.51-4.91 9.4-9.34 13.89-12.27c11.59-7.56 49.65-7 34.1-28.16c-4.57-6.21-13-17.31-21-18.83c-10-1.89-14.44 9.27-21.41 14.19c-7.2 5.09-21.22 10.87-28.43 3c-9.7-10.59 6.43-14.06 10-21.46c1.65-3.45 0-8.24-2.78-12.75q5.41-2.28 11-4.23a15.6 15.6 0 0 0 8 3c6.69.44 13-3.18 18.84 1.38c6.48 5 11.15 11.32 19.75 12.88c8.32 1.51 17.13-3.34 19.19-11.86c1.25-5.18 0-10.65-1.2-16a190.83 190.83 0 0 1 105 32.21c-2-.76-4.39-.67-7.34.7c-6.07 2.82-14.67 10-15.38 17.12c-.81 8.08 11.11 9.22 16.77 9.22c8.5 0 17.11-3.8 14.37-13.62c-1.19-4.26-2.81-8.69-5.42-11.37a193 193 0 0 1 18 14.14c-.09.09-.18.17-.27.27c-5.76 6-12.45 10.75-16.39 18.05c-2.78 5.14-5.91 7.58-11.54 8.91c-3.1.73-6.64 1-9.24 3.08c-7.24 5.7-3.12 19.4 3.74 23.51c8.67 5.19 21.53 2.75 28.07-4.66c5.11-5.8 8.12-15.87 17.31-15.86a15.4 15.4 0 0 1 10.82 4.41c3.8 3.94 3.05 7.62 3.86 12.54c1.43 8.74 9.14 4 13.83-.41a192 192 0 0 1 9.24 18.77c-5.16 7.43-9.26 15.53-21.67 6.87c-7.43-5.19-12-12.72-21.33-15.06c-8.15-2-16.5.08-24.55 1.47c-9.15 1.59-20 2.29-26.94 9.22c-6.71 6.68-10.26 15.62-17.4 22.33c-13.81 13-19.64 27.19-10.7 45.57c8.6 17.67 26.59 27.26 46 26c19.07-1.27 38.88-12.33 38.33 15.38c-.2 9.81 1.85 16.6 4.86 25.71c2.79 8.4 2.6 16.54 3.24 25.21a158 158 0 0 0 4.74 30.07A191.75 191.75 0 0 1 256 448.13"/></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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M414.39%2097.74A224%20224%200%201%200%2097.61%20414.52A224%20224%200%201%200%20414.39%2097.74M64%20256.13a191.6%20191.6%200%200%201%206.7-50.31c7.34%2015.8%2018%2029.45%2025.25%2045.66c9.37%2020.84%2034.53%2015.06%2045.64%2033.32c9.86%2016.21-.67%2036.71%206.71%2053.67c5.36%2012.31%2018%2015%2026.72%2024c8.91%209.08%208.72%2021.52%2010.08%2033.36a305%20305%200%200%200%207.45%2041.27c0%20.1%200%20.21.08.31C117.8%20411.13%2064%20339.8%2064%20256.13m192%20192a193%20193%200%200%201-32-2.68c.11-2.71.16-5.24.43-7c2.43-15.9%2010.39-31.45%2021.13-43.35c10.61-11.74%2025.15-19.68%2034.11-33c8.78-13%2011.41-30.5%207.79-45.69c-5.33-22.44-35.82-29.93-52.26-42.1c-9.45-7-17.86-17.82-30.27-18.7c-5.72-.4-10.51.83-16.18-.63c-5.2-1.35-9.28-4.15-14.82-3.42c-10.35%201.36-16.88%2012.42-28%2010.92c-10.55-1.41-21.42-13.76-23.82-23.81c-3.08-12.92%207.14-17.11%2018.09-18.26c4.57-.48%209.7-1%2014.09.68c5.78%202.14%208.51%207.8%2013.7%2010.66c9.73%205.34%2011.7-3.19%2010.21-11.83c-2.23-12.94-4.83-18.21%206.71-27.12c8-6.14%2014.84-10.58%2013.56-21.61c-.76-6.48-4.31-9.41-1-15.86c2.51-4.91%209.4-9.34%2013.89-12.27c11.59-7.56%2049.65-7%2034.1-28.16c-4.57-6.21-13-17.31-21-18.83c-10-1.89-14.44%209.27-21.41%2014.19c-7.2%205.09-21.22%2010.87-28.43%203c-9.7-10.59%206.43-14.06%2010-21.46c1.65-3.45%200-8.24-2.78-12.75q5.41-2.28%2011-4.23a15.6%2015.6%200%200%200%208%203c6.69.44%2013-3.18%2018.84%201.38c6.48%205%2011.15%2011.32%2019.75%2012.88c8.32%201.51%2017.13-3.34%2019.19-11.86c1.25-5.18%200-10.65-1.2-16a190.83%20190.83%200%200%201%20105%2032.21c-2-.76-4.39-.67-7.34.7c-6.07%202.82-14.67%2010-15.38%2017.12c-.81%208.08%2011.11%209.22%2016.77%209.22c8.5%200%2017.11-3.8%2014.37-13.62c-1.19-4.26-2.81-8.69-5.42-11.37a193%20193%200%200%201%2018%2014.14c-.09.09-.18.17-.27.27c-5.76%206-12.45%2010.75-16.39%2018.05c-2.78%205.14-5.91%207.58-11.54%208.91c-3.1.73-6.64%201-9.24%203.08c-7.24%205.7-3.12%2019.4%203.74%2023.51c8.67%205.19%2021.53%202.75%2028.07-4.66c5.11-5.8%208.12-15.87%2017.31-15.86a15.4%2015.4%200%200%201%2010.82%204.41c3.8%203.94%203.05%207.62%203.86%2012.54c1.43%208.74%209.14%204%2013.83-.41a192%20192%200%200%201%209.24%2018.77c-5.16%207.43-9.26%2015.53-21.67%206.87c-7.43-5.19-12-12.72-21.33-15.06c-8.15-2-16.5.08-24.55%201.47c-9.15%201.59-20%202.29-26.94%209.22c-6.71%206.68-10.26%2015.62-17.4%2022.33c-13.81%2013-19.64%2027.19-10.7%2045.57c8.6%2017.67%2026.59%2027.26%2046%2026c19.07-1.27%2038.88-12.33%2038.33%2015.38c-.2%209.81%201.85%2016.6%204.86%2025.71c2.79%208.4%202.6%2016.54%203.24%2025.21a158%20158%200%200%200%204.74%2030.07A191.75%20191.75%200%200%201%20256%20448.13%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M414.39%2097.74A224%20224%200%201%200%2097.61%20414.52A224%20224%200%201%200%20414.39%2097.74M64%20256.13a191.6%20191.6%200%200%201%206.7-50.31c7.34%2015.8%2018%2029.45%2025.25%2045.66c9.37%2020.84%2034.53%2015.06%2045.64%2033.32c9.86%2016.21-.67%2036.71%206.71%2053.67c5.36%2012.31%2018%2015%2026.72%2024c8.91%209.08%208.72%2021.52%2010.08%2033.36a305%20305%200%200%200%207.45%2041.27c0%20.1%200%20.21.08.31C117.8%20411.13%2064%20339.8%2064%20256.13m192%20192a193%20193%200%200%201-32-2.68c.11-2.71.16-5.24.43-7c2.43-15.9%2010.39-31.45%2021.13-43.35c10.61-11.74%2025.15-19.68%2034.11-33c8.78-13%2011.41-30.5%207.79-45.69c-5.33-22.44-35.82-29.93-52.26-42.1c-9.45-7-17.86-17.82-30.27-18.7c-5.72-.4-10.51.83-16.18-.63c-5.2-1.35-9.28-4.15-14.82-3.42c-10.35%201.36-16.88%2012.42-28%2010.92c-10.55-1.41-21.42-13.76-23.82-23.81c-3.08-12.92%207.14-17.11%2018.09-18.26c4.57-.48%209.7-1%2014.09.68c5.78%202.14%208.51%207.8%2013.7%2010.66c9.73%205.34%2011.7-3.19%2010.21-11.83c-2.23-12.94-4.83-18.21%206.71-27.12c8-6.14%2014.84-10.58%2013.56-21.61c-.76-6.48-4.31-9.41-1-15.86c2.51-4.91%209.4-9.34%2013.89-12.27c11.59-7.56%2049.65-7%2034.1-28.16c-4.57-6.21-13-17.31-21-18.83c-10-1.89-14.44%209.27-21.41%2014.19c-7.2%205.09-21.22%2010.87-28.43%203c-9.7-10.59%206.43-14.06%2010-21.46c1.65-3.45%200-8.24-2.78-12.75q5.41-2.28%2011-4.23a15.6%2015.6%200%200%200%208%203c6.69.44%2013-3.18%2018.84%201.38c6.48%205%2011.15%2011.32%2019.75%2012.88c8.32%201.51%2017.13-3.34%2019.19-11.86c1.25-5.18%200-10.65-1.2-16a190.83%20190.83%200%200%201%20105%2032.21c-2-.76-4.39-.67-7.34.7c-6.07%202.82-14.67%2010-15.38%2017.12c-.81%208.08%2011.11%209.22%2016.77%209.22c8.5%200%2017.11-3.8%2014.37-13.62c-1.19-4.26-2.81-8.69-5.42-11.37a193%20193%200%200%201%2018%2014.14c-.09.09-.18.17-.27.27c-5.76%206-12.45%2010.75-16.39%2018.05c-2.78%205.14-5.91%207.58-11.54%208.91c-3.1.73-6.64%201-9.24%203.08c-7.24%205.7-3.12%2019.4%203.74%2023.51c8.67%205.19%2021.53%202.75%2028.07-4.66c5.11-5.8%208.12-15.87%2017.31-15.86a15.4%2015.4%200%200%201%2010.82%204.41c3.8%203.94%203.05%207.62%203.86%2012.54c1.43%208.74%209.14%204%2013.83-.41a192%20192%200%200%201%209.24%2018.77c-5.16%207.43-9.26%2015.53-21.67%206.87c-7.43-5.19-12-12.72-21.33-15.06c-8.15-2-16.5.08-24.55%201.47c-9.15%201.59-20%202.29-26.94%209.22c-6.71%206.68-10.26%2015.62-17.4%2022.33c-13.81%2013-19.64%2027.19-10.7%2045.57c8.6%2017.67%2026.59%2027.26%2046%2026c19.07-1.27%2038.88-12.33%2038.33%2015.38c-.2%209.81%201.85%2016.6%204.86%2025.71c2.79%208.4%202.6%2016.54%203.24%2025.21a158%20158%200%200%200%204.74%2030.07A191.75%20191.75%200%200%201%20256%20448.13%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/earth.svg?color=%231a73e8&size=48