earth-3-line from MingCute Icon by MingCute Design · Line · Apache-2.0 Free for personal and commercial use.

Name
earth-3-line
Set
MingCute Icon
Style
Line
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

Related icons in MingCute Icon

Use the earth 3 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-width="2" d="M9.195 3.446C8.457 5.623 8 8.65 8 12s.457 6.377 1.195 8.554m-5.75-11.36a9.02 9.02 0 0 1 5.75-5.748A9 9 0 0 1 12 3c.98 0 1.922.156 2.805.446m0 0C15.543 5.623 16 8.65 16 12s-.457 6.377-1.195 8.554m5.75-5.749a9.06 9.06 0 0 0-.001-5.61a9.02 9.02 0 0 0-5.749-5.75m5.75 5.75C18.376 8.457 15.348 8 12 8s-6.377.457-8.554 1.195m17.108 5.61C18.377 15.543 15.35 16 12 16s-6.377-.457-8.554-1.195m0 0a9.02 9.02 0 0 0 5.749 5.75a9.03 9.03 0 0 0 5.61-.001a9.02 9.02 0 0 0 5.75-5.749m-17.11 0A9 9 0 0 1 3 12c0-.98.156-1.922.446-2.805"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteEarth3Line(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeWidth="2" d="M9.195 3.446C8.457 5.623 8 8.65 8 12s.457 6.377 1.195 8.554m-5.75-11.36a9.02 9.02 0 0 1 5.75-5.748A9 9 0 0 1 12 3c.98 0 1.922.156 2.805.446m0 0C15.543 5.623 16 8.65 16 12s-.457 6.377-1.195 8.554m5.75-5.749a9.06 9.06 0 0 0-.001-5.61a9.02 9.02 0 0 0-5.749-5.75m5.75 5.75C18.376 8.457 15.348 8 12 8s-6.377.457-8.554 1.195m17.108 5.61C18.377 15.543 15.35 16 12 16s-6.377-.457-8.554-1.195m0 0a9.02 9.02 0 0 0 5.749 5.75a9.03 9.03 0 0 0 5.61-.001a9.02 9.02 0 0 0 5.75-5.749m-17.11 0A9 9 0 0 1 3 12c0-.98.156-1.922.446-2.805"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-width="2" d="M9.195 3.446C8.457 5.623 8 8.65 8 12s.457 6.377 1.195 8.554m-5.75-11.36a9.02 9.02 0 0 1 5.75-5.748A9 9 0 0 1 12 3c.98 0 1.922.156 2.805.446m0 0C15.543 5.623 16 8.65 16 12s-.457 6.377-1.195 8.554m5.75-5.749a9.06 9.06 0 0 0-.001-5.61a9.02 9.02 0 0 0-5.749-5.75m5.75 5.75C18.376 8.457 15.348 8 12 8s-6.377.457-8.554 1.195m17.108 5.61C18.377 15.543 15.35 16 12 16s-6.377-.457-8.554-1.195m0 0a9.02 9.02 0 0 0 5.749 5.75a9.03 9.03 0 0 0 5.61-.001a9.02 9.02 0 0 0 5.75-5.749m-17.11 0A9 9 0 0 1 3 12c0-.98.156-1.922.446-2.805"/></svg>
</template>

CSS

.icon-earth-3-line {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20d%3D%22M9.195%203.446C8.457%205.623%208%208.65%208%2012s.457%206.377%201.195%208.554m-5.75-11.36a9.02%209.02%200%200%201%205.75-5.748A9%209%200%200%201%2012%203c.98%200%201.922.156%202.805.446m0%200C15.543%205.623%2016%208.65%2016%2012s-.457%206.377-1.195%208.554m5.75-5.749a9.06%209.06%200%200%200-.001-5.61a9.02%209.02%200%200%200-5.749-5.75m5.75%205.75C18.376%208.457%2015.348%208%2012%208s-6.377.457-8.554%201.195m17.108%205.61C18.377%2015.543%2015.35%2016%2012%2016s-6.377-.457-8.554-1.195m0%200a9.02%209.02%200%200%200%205.749%205.75a9.03%209.03%200%200%200%205.61-.001a9.02%209.02%200%200%200%205.75-5.749m-17.11%200A9%209%200%200%201%203%2012c0-.98.156-1.922.446-2.805%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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20d%3D%22M9.195%203.446C8.457%205.623%208%208.65%208%2012s.457%206.377%201.195%208.554m-5.75-11.36a9.02%209.02%200%200%201%205.75-5.748A9%209%200%200%201%2012%203c.98%200%201.922.156%202.805.446m0%200C15.543%205.623%2016%208.65%2016%2012s-.457%206.377-1.195%208.554m5.75-5.749a9.06%209.06%200%200%200-.001-5.61a9.02%209.02%200%200%200-5.749-5.75m5.75%205.75C18.376%208.457%2015.348%208%2012%208s-6.377.457-8.554%201.195m17.108%205.61C18.377%2015.543%2015.35%2016%2012%2016s-6.377-.457-8.554-1.195m0%200a9.02%209.02%200%200%200%205.749%205.75a9.03%209.03%200%200%200%205.61-.001a9.02%209.02%200%200%200%205.75-5.749m-17.11%200A9%209%200%200%201%203%2012c0-.98.156-1.922.446-2.805%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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