earth 3 icon
earth-3-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- earth-3-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 3 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.347 17.808a15.6 15.6 0 0 1-.735 2.293c-.3.719-.629 1.306-.964 1.761q-.806.136-1.648.138a10 10 0 0 1-1.648-.138c-.336-.455-.665-1.043-.964-1.761a15.6 15.6 0 0 1-.736-2.293a29 29 0 0 0 6.695 0M3.13 16.459c.996.415 2.143.757 3.397 1.013c.256 1.255.599 2.402 1.014 3.398l.045.103a10.04 10.04 0 0 1-4.56-4.56zm17.843-.046a10.04 10.04 0 0 1-4.56 4.56l.046-.103c.415-.996.757-2.144 1.013-3.398c1.254-.256 2.402-.598 3.398-1.013zM12 8c1.317 0 2.575.093 3.74.259c.166 1.165.26 2.424.26 3.741s-.094 2.575-.26 3.74c-1.165.166-2.423.26-3.74.26s-2.575-.094-3.741-.26A27 27 0 0 1 8 12c0-1.317.093-2.576.259-3.741A27 27 0 0 1 12 8m-5.809.652A29 29 0 0 0 6 12c0 1.154.067 2.277.191 3.347a15.6 15.6 0 0 1-2.292-.735c-.719-.3-1.307-.628-1.762-.964a10 10 0 0 1 0-3.296c.455-.337 1.043-.665 1.762-.964c.676-.282 1.447-.53 2.292-.736m11.617 0c.846.206 1.616.454 2.293.736c.718.3 1.306.628 1.761.964q.136.804.138 1.648c0 .561-.049 1.111-.138 1.648c-.455.335-1.042.665-1.761.964c-.677.282-1.447.529-2.293.735a29 29 0 0 0 0-6.695M7.54 3.13c-.415.996-.758 2.143-1.014 3.397c-1.254.256-2.4.599-3.397 1.014l-.104.045a10.04 10.04 0 0 1 4.56-4.56zm8.872-.104a10.04 10.04 0 0 1 4.56 4.56l-.103-.045c-.996-.415-2.143-.758-3.398-1.014c-.256-1.254-.598-2.4-1.013-3.397zM12 2q.842.002 1.648.137c.336.455.665 1.043.964 1.762c.282.676.529 1.447.735 2.292A29 29 0 0 0 12 6c-1.155 0-2.277.067-3.348.191c.206-.845.454-1.615.736-2.292c.3-.719.627-1.307.964-1.762A10 10 0 0 1 12 2"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteEarth3Fill(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="M15.347 17.808a15.6 15.6 0 0 1-.735 2.293c-.3.719-.629 1.306-.964 1.761q-.806.136-1.648.138a10 10 0 0 1-1.648-.138c-.336-.455-.665-1.043-.964-1.761a15.6 15.6 0 0 1-.736-2.293a29 29 0 0 0 6.695 0M3.13 16.459c.996.415 2.143.757 3.397 1.013c.256 1.255.599 2.402 1.014 3.398l.045.103a10.04 10.04 0 0 1-4.56-4.56zm17.843-.046a10.04 10.04 0 0 1-4.56 4.56l.046-.103c.415-.996.757-2.144 1.013-3.398c1.254-.256 2.402-.598 3.398-1.013zM12 8c1.317 0 2.575.093 3.74.259c.166 1.165.26 2.424.26 3.741s-.094 2.575-.26 3.74c-1.165.166-2.423.26-3.74.26s-2.575-.094-3.741-.26A27 27 0 0 1 8 12c0-1.317.093-2.576.259-3.741A27 27 0 0 1 12 8m-5.809.652A29 29 0 0 0 6 12c0 1.154.067 2.277.191 3.347a15.6 15.6 0 0 1-2.292-.735c-.719-.3-1.307-.628-1.762-.964a10 10 0 0 1 0-3.296c.455-.337 1.043-.665 1.762-.964c.676-.282 1.447-.53 2.292-.736m11.617 0c.846.206 1.616.454 2.293.736c.718.3 1.306.628 1.761.964q.136.804.138 1.648c0 .561-.049 1.111-.138 1.648c-.455.335-1.042.665-1.761.964c-.677.282-1.447.529-2.293.735a29 29 0 0 0 0-6.695M7.54 3.13c-.415.996-.758 2.143-1.014 3.397c-1.254.256-2.4.599-3.397 1.014l-.104.045a10.04 10.04 0 0 1 4.56-4.56zm8.872-.104a10.04 10.04 0 0 1 4.56 4.56l-.103-.045c-.996-.415-2.143-.758-3.398-1.014c-.256-1.254-.598-2.4-1.013-3.397zM12 2q.842.002 1.648.137c.336.455.665 1.043.964 1.762c.282.676.529 1.447.735 2.292A29 29 0 0 0 12 6c-1.155 0-2.277.067-3.348.191c.206-.845.454-1.615.736-2.292c.3-.719.627-1.307.964-1.762A10 10 0 0 1 12 2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.347 17.808a15.6 15.6 0 0 1-.735 2.293c-.3.719-.629 1.306-.964 1.761q-.806.136-1.648.138a10 10 0 0 1-1.648-.138c-.336-.455-.665-1.043-.964-1.761a15.6 15.6 0 0 1-.736-2.293a29 29 0 0 0 6.695 0M3.13 16.459c.996.415 2.143.757 3.397 1.013c.256 1.255.599 2.402 1.014 3.398l.045.103a10.04 10.04 0 0 1-4.56-4.56zm17.843-.046a10.04 10.04 0 0 1-4.56 4.56l.046-.103c.415-.996.757-2.144 1.013-3.398c1.254-.256 2.402-.598 3.398-1.013zM12 8c1.317 0 2.575.093 3.74.259c.166 1.165.26 2.424.26 3.741s-.094 2.575-.26 3.74c-1.165.166-2.423.26-3.74.26s-2.575-.094-3.741-.26A27 27 0 0 1 8 12c0-1.317.093-2.576.259-3.741A27 27 0 0 1 12 8m-5.809.652A29 29 0 0 0 6 12c0 1.154.067 2.277.191 3.347a15.6 15.6 0 0 1-2.292-.735c-.719-.3-1.307-.628-1.762-.964a10 10 0 0 1 0-3.296c.455-.337 1.043-.665 1.762-.964c.676-.282 1.447-.53 2.292-.736m11.617 0c.846.206 1.616.454 2.293.736c.718.3 1.306.628 1.761.964q.136.804.138 1.648c0 .561-.049 1.111-.138 1.648c-.455.335-1.042.665-1.761.964c-.677.282-1.447.529-2.293.735a29 29 0 0 0 0-6.695M7.54 3.13c-.415.996-.758 2.143-1.014 3.397c-1.254.256-2.4.599-3.397 1.014l-.104.045a10.04 10.04 0 0 1 4.56-4.56zm8.872-.104a10.04 10.04 0 0 1 4.56 4.56l-.103-.045c-.996-.415-2.143-.758-3.398-1.014c-.256-1.254-.598-2.4-1.013-3.397zM12 2q.842.002 1.648.137c.336.455.665 1.043.964 1.762c.282.676.529 1.447.735 2.292A29 29 0 0 0 12 6c-1.155 0-2.277.067-3.348.191c.206-.845.454-1.615.736-2.292c.3-.719.627-1.307.964-1.762A10 10 0 0 1 12 2"/></svg> </template>
CSS
.icon-earth-3-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%22M15.347%2017.808a15.6%2015.6%200%200%201-.735%202.293c-.3.719-.629%201.306-.964%201.761q-.806.136-1.648.138a10%2010%200%200%201-1.648-.138c-.336-.455-.665-1.043-.964-1.761a15.6%2015.6%200%200%201-.736-2.293a29%2029%200%200%200%206.695%200M3.13%2016.459c.996.415%202.143.757%203.397%201.013c.256%201.255.599%202.402%201.014%203.398l.045.103a10.04%2010.04%200%200%201-4.56-4.56zm17.843-.046a10.04%2010.04%200%200%201-4.56%204.56l.046-.103c.415-.996.757-2.144%201.013-3.398c1.254-.256%202.402-.598%203.398-1.013zM12%208c1.317%200%202.575.093%203.74.259c.166%201.165.26%202.424.26%203.741s-.094%202.575-.26%203.74c-1.165.166-2.423.26-3.74.26s-2.575-.094-3.741-.26A27%2027%200%200%201%208%2012c0-1.317.093-2.576.259-3.741A27%2027%200%200%201%2012%208m-5.809.652A29%2029%200%200%200%206%2012c0%201.154.067%202.277.191%203.347a15.6%2015.6%200%200%201-2.292-.735c-.719-.3-1.307-.628-1.762-.964a10%2010%200%200%201%200-3.296c.455-.337%201.043-.665%201.762-.964c.676-.282%201.447-.53%202.292-.736m11.617%200c.846.206%201.616.454%202.293.736c.718.3%201.306.628%201.761.964q.136.804.138%201.648c0%20.561-.049%201.111-.138%201.648c-.455.335-1.042.665-1.761.964c-.677.282-1.447.529-2.293.735a29%2029%200%200%200%200-6.695M7.54%203.13c-.415.996-.758%202.143-1.014%203.397c-1.254.256-2.4.599-3.397%201.014l-.104.045a10.04%2010.04%200%200%201%204.56-4.56zm8.872-.104a10.04%2010.04%200%200%201%204.56%204.56l-.103-.045c-.996-.415-2.143-.758-3.398-1.014c-.256-1.254-.598-2.4-1.013-3.397zM12%202q.842.002%201.648.137c.336.455.665%201.043.964%201.762c.282.676.529%201.447.735%202.292A29%2029%200%200%200%2012%206c-1.155%200-2.277.067-3.348.191c.206-.845.454-1.615.736-2.292c.3-.719.627-1.307.964-1.762A10%2010%200%200%201%2012%202%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%22M15.347%2017.808a15.6%2015.6%200%200%201-.735%202.293c-.3.719-.629%201.306-.964%201.761q-.806.136-1.648.138a10%2010%200%200%201-1.648-.138c-.336-.455-.665-1.043-.964-1.761a15.6%2015.6%200%200%201-.736-2.293a29%2029%200%200%200%206.695%200M3.13%2016.459c.996.415%202.143.757%203.397%201.013c.256%201.255.599%202.402%201.014%203.398l.045.103a10.04%2010.04%200%200%201-4.56-4.56zm17.843-.046a10.04%2010.04%200%200%201-4.56%204.56l.046-.103c.415-.996.757-2.144%201.013-3.398c1.254-.256%202.402-.598%203.398-1.013zM12%208c1.317%200%202.575.093%203.74.259c.166%201.165.26%202.424.26%203.741s-.094%202.575-.26%203.74c-1.165.166-2.423.26-3.74.26s-2.575-.094-3.741-.26A27%2027%200%200%201%208%2012c0-1.317.093-2.576.259-3.741A27%2027%200%200%201%2012%208m-5.809.652A29%2029%200%200%200%206%2012c0%201.154.067%202.277.191%203.347a15.6%2015.6%200%200%201-2.292-.735c-.719-.3-1.307-.628-1.762-.964a10%2010%200%200%201%200-3.296c.455-.337%201.043-.665%201.762-.964c.676-.282%201.447-.53%202.292-.736m11.617%200c.846.206%201.616.454%202.293.736c.718.3%201.306.628%201.761.964q.136.804.138%201.648c0%20.561-.049%201.111-.138%201.648c-.455.335-1.042.665-1.761.964c-.677.282-1.447.529-2.293.735a29%2029%200%200%200%200-6.695M7.54%203.13c-.415.996-.758%202.143-1.014%203.397c-1.254.256-2.4.599-3.397%201.014l-.104.045a10.04%2010.04%200%200%201%204.56-4.56zm8.872-.104a10.04%2010.04%200%200%201%204.56%204.56l-.103-.045c-.996-.415-2.143-.758-3.398-1.014c-.256-1.254-.598-2.4-1.013-3.397zM12%202q.842.002%201.648.137c.336.455.665%201.043.964%201.762c.282.676.529%201.447.735%202.292A29%2029%200%200%200%2012%206c-1.155%200-2.277.067-3.348.191c.206-.845.454-1.615.736-2.292c.3-.719.627-1.307.964-1.762A10%2010%200%200%201%2012%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/earth-3-fill.svg?color=%231a73e8&size=48