Skip to main content
Go back
Share

Earth

React Code

npm install @mynaui/icons-react
import { Earth } from "@mynaui/icons-react";

const App = () => {
  return <Earth />;
};

SVG HTML

<svg width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" viewBox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg">
  <path d='M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0'/><path d='M13 3.048a5 5 0 0 0 .982 8.3c2.018 1.013 2.789-.352 3.881.384.71.478.897 1.44.42 2.149-.501.742-1.283 1.119-1.148 2.336.077.687.498 1.278 1.045 1.783M4 9.28a4.979 4.979 0 0 1 2.806 1.846 4.981 4.981 0 0 1 .992 3.424c-.052.626.356 1.258.881 1.603A2.71 2.71 0 0 1 9 20.44'/>
</svg>

SVG CDN

<img src="https://unpkg.com/@mynaui/icons/icons/earth.svg" />

SVG Sprite

npm install @mynaui/icons
<svg width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" viewBox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg">
  <use xlink:href="/path/to/mynaui.symbol.svg#mynaui-earth"></use>
</svg>