earth longitude icon

earth-longitude-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
earth-longitude-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

Related icons in MingCute Icon

Use the earth longitude icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.393 2.674a9.4 9.4 0 0 0-1.368 1.728C5.795 6.382 5 9.068 5 12.001c0 2.946.847 5.632 2.1 7.606c.417.658.9 1.262 1.43 1.774a10.003 10.003 0 0 1-.137-18.708m7.213 0C19.346 4.12 22 7.75 22 12s-2.654 7.878-6.394 9.325a9.4 9.4 0 0 0 1.369-1.726C18.205 17.62 19 14.934 19 12s-.795-5.619-2.025-7.599a9.4 9.4 0 0 0-1.369-1.728M13 3.235c.755.344 1.56 1.071 2.275 2.223C16.295 7.098 17 9.412 17 12.001s-.706 4.904-1.725 6.543c-.716 1.151-1.52 1.877-2.275 2.22zm-2 17.497c-.709-.354-1.496-1.067-2.212-2.196C7.745 16.891 7 14.578 7 12.001c0-2.59.706-4.904 1.725-6.543c.716-1.152 1.52-1.88 2.275-2.223z"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteEarthLongitudeFill(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="M8.393 2.674a9.4 9.4 0 0 0-1.368 1.728C5.795 6.382 5 9.068 5 12.001c0 2.946.847 5.632 2.1 7.606c.417.658.9 1.262 1.43 1.774a10.003 10.003 0 0 1-.137-18.708m7.213 0C19.346 4.12 22 7.75 22 12s-2.654 7.878-6.394 9.325a9.4 9.4 0 0 0 1.369-1.726C18.205 17.62 19 14.934 19 12s-.795-5.619-2.025-7.599a9.4 9.4 0 0 0-1.369-1.728M13 3.235c.755.344 1.56 1.071 2.275 2.223C16.295 7.098 17 9.412 17 12.001s-.706 4.904-1.725 6.543c-.716 1.151-1.52 1.877-2.275 2.22zm-2 17.497c-.709-.354-1.496-1.067-2.212-2.196C7.745 16.891 7 14.578 7 12.001c0-2.59.706-4.904 1.725-6.543c.716-1.152 1.52-1.88 2.275-2.223z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.393 2.674a9.4 9.4 0 0 0-1.368 1.728C5.795 6.382 5 9.068 5 12.001c0 2.946.847 5.632 2.1 7.606c.417.658.9 1.262 1.43 1.774a10.003 10.003 0 0 1-.137-18.708m7.213 0C19.346 4.12 22 7.75 22 12s-2.654 7.878-6.394 9.325a9.4 9.4 0 0 0 1.369-1.726C18.205 17.62 19 14.934 19 12s-.795-5.619-2.025-7.599a9.4 9.4 0 0 0-1.369-1.728M13 3.235c.755.344 1.56 1.071 2.275 2.223C16.295 7.098 17 9.412 17 12.001s-.706 4.904-1.725 6.543c-.716 1.151-1.52 1.877-2.275 2.22zm-2 17.497c-.709-.354-1.496-1.067-2.212-2.196C7.745 16.891 7 14.578 7 12.001c0-2.59.706-4.904 1.725-6.543c.716-1.152 1.52-1.88 2.275-2.223z"/></svg>
</template>

CSS

.icon-earth-longitude-fill {
  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%22M8.393%202.674a9.4%209.4%200%200%200-1.368%201.728C5.795%206.382%205%209.068%205%2012.001c0%202.946.847%205.632%202.1%207.606c.417.658.9%201.262%201.43%201.774a10.003%2010.003%200%200%201-.137-18.708m7.213%200C19.346%204.12%2022%207.75%2022%2012s-2.654%207.878-6.394%209.325a9.4%209.4%200%200%200%201.369-1.726C18.205%2017.62%2019%2014.934%2019%2012s-.795-5.619-2.025-7.599a9.4%209.4%200%200%200-1.369-1.728M13%203.235c.755.344%201.56%201.071%202.275%202.223C16.295%207.098%2017%209.412%2017%2012.001s-.706%204.904-1.725%206.543c-.716%201.151-1.52%201.877-2.275%202.22zm-2%2017.497c-.709-.354-1.496-1.067-2.212-2.196C7.745%2016.891%207%2014.578%207%2012.001c0-2.59.706-4.904%201.725-6.543c.716-1.152%201.52-1.88%202.275-2.223z%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%22M8.393%202.674a9.4%209.4%200%200%200-1.368%201.728C5.795%206.382%205%209.068%205%2012.001c0%202.946.847%205.632%202.1%207.606c.417.658.9%201.262%201.43%201.774a10.003%2010.003%200%200%201-.137-18.708m7.213%200C19.346%204.12%2022%207.75%2022%2012s-2.654%207.878-6.394%209.325a9.4%209.4%200%200%200%201.369-1.726C18.205%2017.62%2019%2014.934%2019%2012s-.795-5.619-2.025-7.599a9.4%209.4%200%200%200-1.369-1.728M13%203.235c.755.344%201.56%201.071%202.275%202.223C16.295%207.098%2017%209.412%2017%2012.001s-.706%204.904-1.725%206.543c-.716%201.151-1.52%201.877-2.275%202.22zm-2%2017.497c-.709-.354-1.496-1.067-2.212-2.196C7.745%2016.891%207%2014.578%207%2012.001c0-2.59.706-4.904%201.725-6.543c.716-1.152%201.52-1.88%202.275-2.223z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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