earth-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.

Name
earth-solid
Set
Myna UI Icons
Style
Solid
Viewbox
24×24
License
MIT

1 other variant in Myna UI 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"><path fill="currentColor" d="M4.467 8.63a5.73 5.73 0 0 1 2.938 2.044a5.73 5.73 0 0 1 1.14 3.939c-.023.275.178.672.546.912a3.46 3.46 0 0 1 1.15 4.537A8.3 8.3 0 0 0 12 20.25c2.054 0 3.932-.75 5.376-1.992c-.486-.518-.898-1.169-.986-1.958c-.09-.816.136-1.396.47-1.864a6 6 0 0 1 .42-.51l.033-.037c.142-.16.254-.289.347-.428a.8.8 0 0 0-.216-1.107c-.217-.146-.322-.124-.909 0l-.11.024c-.682.144-1.568.249-2.78-.36a5.75 5.75 0 0 1-2.267-8.246a8.26 8.26 0 0 0-6.91 4.858m8.51-6.332q.105-.003.209.023C18.01 2.906 21.75 7.017 21.75 12c0 5.385-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12S6.615 2.25 12 2.25q.495 0 .977.048"/></svg>

React

import type { SVGProps } from "react";

export function MynauiEarthSolid(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" d="M4.467 8.63a5.73 5.73 0 0 1 2.938 2.044a5.73 5.73 0 0 1 1.14 3.939c-.023.275.178.672.546.912a3.46 3.46 0 0 1 1.15 4.537A8.3 8.3 0 0 0 12 20.25c2.054 0 3.932-.75 5.376-1.992c-.486-.518-.898-1.169-.986-1.958c-.09-.816.136-1.396.47-1.864a6 6 0 0 1 .42-.51l.033-.037c.142-.16.254-.289.347-.428a.8.8 0 0 0-.216-1.107c-.217-.146-.322-.124-.909 0l-.11.024c-.682.144-1.568.249-2.78-.36a5.75 5.75 0 0 1-2.267-8.246a8.26 8.26 0 0 0-6.91 4.858m8.51-6.332q.105-.003.209.023C18.01 2.906 21.75 7.017 21.75 12c0 5.385-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12S6.615 2.25 12 2.25q.495 0 .977.048"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.467 8.63a5.73 5.73 0 0 1 2.938 2.044a5.73 5.73 0 0 1 1.14 3.939c-.023.275.178.672.546.912a3.46 3.46 0 0 1 1.15 4.537A8.3 8.3 0 0 0 12 20.25c2.054 0 3.932-.75 5.376-1.992c-.486-.518-.898-1.169-.986-1.958c-.09-.816.136-1.396.47-1.864a6 6 0 0 1 .42-.51l.033-.037c.142-.16.254-.289.347-.428a.8.8 0 0 0-.216-1.107c-.217-.146-.322-.124-.909 0l-.11.024c-.682.144-1.568.249-2.78-.36a5.75 5.75 0 0 1-2.267-8.246a8.26 8.26 0 0 0-6.91 4.858m8.51-6.332q.105-.003.209.023C18.01 2.906 21.75 7.017 21.75 12c0 5.385-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12S6.615 2.25 12 2.25q.495 0 .977.048"/></svg>
</template>

CSS

.icon-earth-solid {
  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%20d%3D%22M4.467%208.63a5.73%205.73%200%200%201%202.938%202.044a5.73%205.73%200%200%201%201.14%203.939c-.023.275.178.672.546.912a3.46%203.46%200%200%201%201.15%204.537A8.3%208.3%200%200%200%2012%2020.25c2.054%200%203.932-.75%205.376-1.992c-.486-.518-.898-1.169-.986-1.958c-.09-.816.136-1.396.47-1.864a6%206%200%200%201%20.42-.51l.033-.037c.142-.16.254-.289.347-.428a.8.8%200%200%200-.216-1.107c-.217-.146-.322-.124-.909%200l-.11.024c-.682.144-1.568.249-2.78-.36a5.75%205.75%200%200%201-2.267-8.246a8.26%208.26%200%200%200-6.91%204.858m8.51-6.332q.105-.003.209.023C18.01%202.906%2021.75%207.017%2021.75%2012c0%205.385-4.365%209.75-9.75%209.75S2.25%2017.385%202.25%2012S6.615%202.25%2012%202.25q.495%200%20.977.048%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%20d%3D%22M4.467%208.63a5.73%205.73%200%200%201%202.938%202.044a5.73%205.73%200%200%201%201.14%203.939c-.023.275.178.672.546.912a3.46%203.46%200%200%201%201.15%204.537A8.3%208.3%200%200%200%2012%2020.25c2.054%200%203.932-.75%205.376-1.992c-.486-.518-.898-1.169-.986-1.958c-.09-.816.136-1.396.47-1.864a6%206%200%200%201%20.42-.51l.033-.037c.142-.16.254-.289.347-.428a.8.8%200%200%200-.216-1.107c-.217-.146-.322-.124-.909%200l-.11.024c-.682.144-1.568.249-2.78-.36a5.75%205.75%200%200%201-2.267-8.246a8.26%208.26%200%200%200-6.91%204.858m8.51-6.332q.105-.003.209.023C18.01%202.906%2021.75%207.017%2021.75%2012c0%205.385-4.365%209.75-9.75%209.75S2.25%2017.385%202.25%2012S6.615%202.25%2012%202.25q.495%200%20.977.048%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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