earth 2 icon
earth-2-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- earth-2-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 2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.187 13.925q.37.295.773.564c1.274.85 2.793 1.511 4.47 1.943c.226 1.12.531 2.141.896 3.023c.366.883.81 1.662 1.319 2.263a10.01 10.01 0 0 1-7.458-7.793m19.626-.001a10.01 10.01 0 0 1-7.457 7.794c.51-.601.952-1.38 1.318-2.263c.366-.882.67-1.903.896-3.023c1.677-.432 3.197-1.094 4.47-1.943q.401-.27.773-.565m-7.387 2.92c-.172.68-.373 1.3-.6 1.845c-.347.838-.729 1.455-1.09 1.846c-.37.4-.625.466-.736.466s-.364-.066-.735-.466c-.362-.39-.744-1.008-1.09-1.846a13.5 13.5 0 0 1-.602-1.845a19 19 0 0 0 4.853 0m.534-6.117Q15 11.35 15 12a21 21 0 0 1-.18 2.763c-.898.153-1.842.236-2.82.236s-1.923-.083-2.821-.236a21 21 0 0 1-.14-4.037c.945.177 1.939.273 2.961.273s2.015-.096 2.96-.273M2.936 7.774c.43.427.918.816 1.448 1.16c.793.516 1.698.946 2.684 1.28a23.6 23.6 0 0 0 .04 4.047c-1.142-.367-2.169-.856-3.038-1.436c-.84-.559-1.514-1.19-2.016-1.863a10 10 0 0 1 .882-3.188m18.127 0a10 10 0 0 1 .883 3.188c-.503.673-1.177 1.304-2.015 1.863c-.87.58-1.898 1.07-3.041 1.436a23.5 23.5 0 0 0 .04-4.046a12 12 0 0 0 2.686-1.28a9 9 0 0 0 1.447-1.16M12 3.001c.111 0 .365.066.736.466c.361.39.743 1.008 1.09 1.846c.391.942.714 2.107.922 3.42C13.886 8.904 12.963 9 12 9s-1.886-.095-2.749-.268c.208-1.312.532-2.477.923-3.42c.347-.837.729-1.454 1.09-1.845c.372-.4.626-.466.736-.466m-2.354-.72c-.51.602-.953 1.382-1.32 2.266c-.43 1.04-.778 2.273-1.01 3.633a9.7 9.7 0 0 1-1.842-.922a6.7 6.7 0 0 1-1.469-1.265a10 10 0 0 1 5.64-3.712m4.708 0a10 10 0 0 1 5.64 3.713a6.7 6.7 0 0 1-1.467 1.264a9.7 9.7 0 0 1-1.844.922c-.232-1.36-.578-2.594-1.009-3.633c-.367-.884-.81-1.664-1.32-2.266"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteEarth2Fill(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="M2.187 13.925q.37.295.773.564c1.274.85 2.793 1.511 4.47 1.943c.226 1.12.531 2.141.896 3.023c.366.883.81 1.662 1.319 2.263a10.01 10.01 0 0 1-7.458-7.793m19.626-.001a10.01 10.01 0 0 1-7.457 7.794c.51-.601.952-1.38 1.318-2.263c.366-.882.67-1.903.896-3.023c1.677-.432 3.197-1.094 4.47-1.943q.401-.27.773-.565m-7.387 2.92c-.172.68-.373 1.3-.6 1.845c-.347.838-.729 1.455-1.09 1.846c-.37.4-.625.466-.736.466s-.364-.066-.735-.466c-.362-.39-.744-1.008-1.09-1.846a13.5 13.5 0 0 1-.602-1.845a19 19 0 0 0 4.853 0m.534-6.117Q15 11.35 15 12a21 21 0 0 1-.18 2.763c-.898.153-1.842.236-2.82.236s-1.923-.083-2.821-.236a21 21 0 0 1-.14-4.037c.945.177 1.939.273 2.961.273s2.015-.096 2.96-.273M2.936 7.774c.43.427.918.816 1.448 1.16c.793.516 1.698.946 2.684 1.28a23.6 23.6 0 0 0 .04 4.047c-1.142-.367-2.169-.856-3.038-1.436c-.84-.559-1.514-1.19-2.016-1.863a10 10 0 0 1 .882-3.188m18.127 0a10 10 0 0 1 .883 3.188c-.503.673-1.177 1.304-2.015 1.863c-.87.58-1.898 1.07-3.041 1.436a23.5 23.5 0 0 0 .04-4.046a12 12 0 0 0 2.686-1.28a9 9 0 0 0 1.447-1.16M12 3.001c.111 0 .365.066.736.466c.361.39.743 1.008 1.09 1.846c.391.942.714 2.107.922 3.42C13.886 8.904 12.963 9 12 9s-1.886-.095-2.749-.268c.208-1.312.532-2.477.923-3.42c.347-.837.729-1.454 1.09-1.845c.372-.4.626-.466.736-.466m-2.354-.72c-.51.602-.953 1.382-1.32 2.266c-.43 1.04-.778 2.273-1.01 3.633a9.7 9.7 0 0 1-1.842-.922a6.7 6.7 0 0 1-1.469-1.265a10 10 0 0 1 5.64-3.712m4.708 0a10 10 0 0 1 5.64 3.713a6.7 6.7 0 0 1-1.467 1.264a9.7 9.7 0 0 1-1.844.922c-.232-1.36-.578-2.594-1.009-3.633c-.367-.884-.81-1.664-1.32-2.266"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.187 13.925q.37.295.773.564c1.274.85 2.793 1.511 4.47 1.943c.226 1.12.531 2.141.896 3.023c.366.883.81 1.662 1.319 2.263a10.01 10.01 0 0 1-7.458-7.793m19.626-.001a10.01 10.01 0 0 1-7.457 7.794c.51-.601.952-1.38 1.318-2.263c.366-.882.67-1.903.896-3.023c1.677-.432 3.197-1.094 4.47-1.943q.401-.27.773-.565m-7.387 2.92c-.172.68-.373 1.3-.6 1.845c-.347.838-.729 1.455-1.09 1.846c-.37.4-.625.466-.736.466s-.364-.066-.735-.466c-.362-.39-.744-1.008-1.09-1.846a13.5 13.5 0 0 1-.602-1.845a19 19 0 0 0 4.853 0m.534-6.117Q15 11.35 15 12a21 21 0 0 1-.18 2.763c-.898.153-1.842.236-2.82.236s-1.923-.083-2.821-.236a21 21 0 0 1-.14-4.037c.945.177 1.939.273 2.961.273s2.015-.096 2.96-.273M2.936 7.774c.43.427.918.816 1.448 1.16c.793.516 1.698.946 2.684 1.28a23.6 23.6 0 0 0 .04 4.047c-1.142-.367-2.169-.856-3.038-1.436c-.84-.559-1.514-1.19-2.016-1.863a10 10 0 0 1 .882-3.188m18.127 0a10 10 0 0 1 .883 3.188c-.503.673-1.177 1.304-2.015 1.863c-.87.58-1.898 1.07-3.041 1.436a23.5 23.5 0 0 0 .04-4.046a12 12 0 0 0 2.686-1.28a9 9 0 0 0 1.447-1.16M12 3.001c.111 0 .365.066.736.466c.361.39.743 1.008 1.09 1.846c.391.942.714 2.107.922 3.42C13.886 8.904 12.963 9 12 9s-1.886-.095-2.749-.268c.208-1.312.532-2.477.923-3.42c.347-.837.729-1.454 1.09-1.845c.372-.4.626-.466.736-.466m-2.354-.72c-.51.602-.953 1.382-1.32 2.266c-.43 1.04-.778 2.273-1.01 3.633a9.7 9.7 0 0 1-1.842-.922a6.7 6.7 0 0 1-1.469-1.265a10 10 0 0 1 5.64-3.712m4.708 0a10 10 0 0 1 5.64 3.713a6.7 6.7 0 0 1-1.467 1.264a9.7 9.7 0 0 1-1.844.922c-.232-1.36-.578-2.594-1.009-3.633c-.367-.884-.81-1.664-1.32-2.266"/></svg> </template>
CSS
.icon-earth-2-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%22M2.187%2013.925q.37.295.773.564c1.274.85%202.793%201.511%204.47%201.943c.226%201.12.531%202.141.896%203.023c.366.883.81%201.662%201.319%202.263a10.01%2010.01%200%200%201-7.458-7.793m19.626-.001a10.01%2010.01%200%200%201-7.457%207.794c.51-.601.952-1.38%201.318-2.263c.366-.882.67-1.903.896-3.023c1.677-.432%203.197-1.094%204.47-1.943q.401-.27.773-.565m-7.387%202.92c-.172.68-.373%201.3-.6%201.845c-.347.838-.729%201.455-1.09%201.846c-.37.4-.625.466-.736.466s-.364-.066-.735-.466c-.362-.39-.744-1.008-1.09-1.846a13.5%2013.5%200%200%201-.602-1.845a19%2019%200%200%200%204.853%200m.534-6.117Q15%2011.35%2015%2012a21%2021%200%200%201-.18%202.763c-.898.153-1.842.236-2.82.236s-1.923-.083-2.821-.236a21%2021%200%200%201-.14-4.037c.945.177%201.939.273%202.961.273s2.015-.096%202.96-.273M2.936%207.774c.43.427.918.816%201.448%201.16c.793.516%201.698.946%202.684%201.28a23.6%2023.6%200%200%200%20.04%204.047c-1.142-.367-2.169-.856-3.038-1.436c-.84-.559-1.514-1.19-2.016-1.863a10%2010%200%200%201%20.882-3.188m18.127%200a10%2010%200%200%201%20.883%203.188c-.503.673-1.177%201.304-2.015%201.863c-.87.58-1.898%201.07-3.041%201.436a23.5%2023.5%200%200%200%20.04-4.046a12%2012%200%200%200%202.686-1.28a9%209%200%200%200%201.447-1.16M12%203.001c.111%200%20.365.066.736.466c.361.39.743%201.008%201.09%201.846c.391.942.714%202.107.922%203.42C13.886%208.904%2012.963%209%2012%209s-1.886-.095-2.749-.268c.208-1.312.532-2.477.923-3.42c.347-.837.729-1.454%201.09-1.845c.372-.4.626-.466.736-.466m-2.354-.72c-.51.602-.953%201.382-1.32%202.266c-.43%201.04-.778%202.273-1.01%203.633a9.7%209.7%200%200%201-1.842-.922a6.7%206.7%200%200%201-1.469-1.265a10%2010%200%200%201%205.64-3.712m4.708%200a10%2010%200%200%201%205.64%203.713a6.7%206.7%200%200%201-1.467%201.264a9.7%209.7%200%200%201-1.844.922c-.232-1.36-.578-2.594-1.009-3.633c-.367-.884-.81-1.664-1.32-2.266%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%22M2.187%2013.925q.37.295.773.564c1.274.85%202.793%201.511%204.47%201.943c.226%201.12.531%202.141.896%203.023c.366.883.81%201.662%201.319%202.263a10.01%2010.01%200%200%201-7.458-7.793m19.626-.001a10.01%2010.01%200%200%201-7.457%207.794c.51-.601.952-1.38%201.318-2.263c.366-.882.67-1.903.896-3.023c1.677-.432%203.197-1.094%204.47-1.943q.401-.27.773-.565m-7.387%202.92c-.172.68-.373%201.3-.6%201.845c-.347.838-.729%201.455-1.09%201.846c-.37.4-.625.466-.736.466s-.364-.066-.735-.466c-.362-.39-.744-1.008-1.09-1.846a13.5%2013.5%200%200%201-.602-1.845a19%2019%200%200%200%204.853%200m.534-6.117Q15%2011.35%2015%2012a21%2021%200%200%201-.18%202.763c-.898.153-1.842.236-2.82.236s-1.923-.083-2.821-.236a21%2021%200%200%201-.14-4.037c.945.177%201.939.273%202.961.273s2.015-.096%202.96-.273M2.936%207.774c.43.427.918.816%201.448%201.16c.793.516%201.698.946%202.684%201.28a23.6%2023.6%200%200%200%20.04%204.047c-1.142-.367-2.169-.856-3.038-1.436c-.84-.559-1.514-1.19-2.016-1.863a10%2010%200%200%201%20.882-3.188m18.127%200a10%2010%200%200%201%20.883%203.188c-.503.673-1.177%201.304-2.015%201.863c-.87.58-1.898%201.07-3.041%201.436a23.5%2023.5%200%200%200%20.04-4.046a12%2012%200%200%200%202.686-1.28a9%209%200%200%200%201.447-1.16M12%203.001c.111%200%20.365.066.736.466c.361.39.743%201.008%201.09%201.846c.391.942.714%202.107.922%203.42C13.886%208.904%2012.963%209%2012%209s-1.886-.095-2.749-.268c.208-1.312.532-2.477.923-3.42c.347-.837.729-1.454%201.09-1.845c.372-.4.626-.466.736-.466m-2.354-.72c-.51.602-.953%201.382-1.32%202.266c-.43%201.04-.778%202.273-1.01%203.633a9.7%209.7%200%200%201-1.842-.922a6.7%206.7%200%200%201-1.469-1.265a10%2010%200%200%201%205.64-3.712m4.708%200a10%2010%200%200%201%205.64%203.713a6.7%206.7%200%200%201-1.467%201.264a9.7%209.7%200%200%201-1.844.922c-.232-1.36-.578-2.594-1.009-3.633c-.367-.884-.81-1.664-1.32-2.266%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/earth-2-fill.svg?color=%231a73e8&size=48