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

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

1 other variant in MingCute Icon

The same icon in other sets

Related icons in MingCute Icon

Use the earth icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.719 14.355c-.601.51-1.38.952-2.265 1.319c-.85.352-1.832.65-2.906.873a16.3 16.3 0 0 1-.874 2.907c-.366.884-.81 1.663-1.32 2.265a10.01 10.01 0 0 0 7.365-7.365m-19.438-.002a10.01 10.01 0 0 0 7.366 7.366c-.51-.602-.954-1.38-1.32-2.265a16.3 16.3 0 0 1-.874-2.907a16.3 16.3 0 0 1-2.907-.873c-.884-.367-1.663-.81-2.265-1.32m7.3 2.521c.17.668.37 1.277.593 1.815c.347.837.729 1.454 1.09 1.845c.372.4.625.466.736.466s.365-.066.736-.466c.361-.39.743-1.008 1.09-1.845a13.4 13.4 0 0 0 .593-1.815a23.4 23.4 0 0 1-4.838 0M12.001 9c-.985 0-1.93.067-2.815.186C9.066 10.07 9 11.016 9 12s.067 1.93.186 2.815c.884.118 1.83.185 2.814.185c.985 0 1.93-.067 2.815-.185c.119-.885.185-1.83.185-2.815s-.066-1.93-.185-2.814A21 21 0 0 0 12 9m4.873.581a23.4 23.4 0 0 1 0 4.838c.668-.17 1.278-.37 1.815-.593c.837-.347 1.455-.729 1.845-1.09c.4-.371.466-.625.466-.736s-.066-.365-.466-.735c-.39-.362-1.008-.744-1.845-1.091a13.4 13.4 0 0 0-1.815-.593m-9.748 0c-.668.17-1.277.37-1.814.593c-.838.347-1.455.729-1.846 1.09c-.4.371-.466.625-.466.736s.066.364.466.735c.39.362 1.008.744 1.846 1.091c.537.223 1.146.423 1.814.593a23.4 23.4 0 0 1 0-4.838m2.52-7.3A10.01 10.01 0 0 0 2.28 9.646c.602-.51 1.381-.954 2.265-1.32c.851-.353 1.833-.65 2.907-.874c.224-1.074.52-2.055.873-2.906c.367-.884.81-1.663 1.32-2.265m4.71 0c.51.602.952 1.381 1.318 2.265c.353.85.65 1.832.874 2.906a16.3 16.3 0 0 1 2.906.874c.884.366 1.664.809 2.265 1.319a10.01 10.01 0 0 0-7.363-7.364M12 3c-.11 0-.364.066-.735.466c-.362.39-.744 1.008-1.09 1.846a13.4 13.4 0 0 0-.594 1.814a23.4 23.4 0 0 1 4.838 0c-.17-.668-.37-1.277-.593-1.814c-.347-.838-.729-1.455-1.09-1.846C12.366 3.066 12.11 3 12 3"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteEarthFill(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="M21.719 14.355c-.601.51-1.38.952-2.265 1.319c-.85.352-1.832.65-2.906.873a16.3 16.3 0 0 1-.874 2.907c-.366.884-.81 1.663-1.32 2.265a10.01 10.01 0 0 0 7.365-7.365m-19.438-.002a10.01 10.01 0 0 0 7.366 7.366c-.51-.602-.954-1.38-1.32-2.265a16.3 16.3 0 0 1-.874-2.907a16.3 16.3 0 0 1-2.907-.873c-.884-.367-1.663-.81-2.265-1.32m7.3 2.521c.17.668.37 1.277.593 1.815c.347.837.729 1.454 1.09 1.845c.372.4.625.466.736.466s.365-.066.736-.466c.361-.39.743-1.008 1.09-1.845a13.4 13.4 0 0 0 .593-1.815a23.4 23.4 0 0 1-4.838 0M12.001 9c-.985 0-1.93.067-2.815.186C9.066 10.07 9 11.016 9 12s.067 1.93.186 2.815c.884.118 1.83.185 2.814.185c.985 0 1.93-.067 2.815-.185c.119-.885.185-1.83.185-2.815s-.066-1.93-.185-2.814A21 21 0 0 0 12 9m4.873.581a23.4 23.4 0 0 1 0 4.838c.668-.17 1.278-.37 1.815-.593c.837-.347 1.455-.729 1.845-1.09c.4-.371.466-.625.466-.736s-.066-.365-.466-.735c-.39-.362-1.008-.744-1.845-1.091a13.4 13.4 0 0 0-1.815-.593m-9.748 0c-.668.17-1.277.37-1.814.593c-.838.347-1.455.729-1.846 1.09c-.4.371-.466.625-.466.736s.066.364.466.735c.39.362 1.008.744 1.846 1.091c.537.223 1.146.423 1.814.593a23.4 23.4 0 0 1 0-4.838m2.52-7.3A10.01 10.01 0 0 0 2.28 9.646c.602-.51 1.381-.954 2.265-1.32c.851-.353 1.833-.65 2.907-.874c.224-1.074.52-2.055.873-2.906c.367-.884.81-1.663 1.32-2.265m4.71 0c.51.602.952 1.381 1.318 2.265c.353.85.65 1.832.874 2.906a16.3 16.3 0 0 1 2.906.874c.884.366 1.664.809 2.265 1.319a10.01 10.01 0 0 0-7.363-7.364M12 3c-.11 0-.364.066-.735.466c-.362.39-.744 1.008-1.09 1.846a13.4 13.4 0 0 0-.594 1.814a23.4 23.4 0 0 1 4.838 0c-.17-.668-.37-1.277-.593-1.814c-.347-.838-.729-1.455-1.09-1.846C12.366 3.066 12.11 3 12 3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.719 14.355c-.601.51-1.38.952-2.265 1.319c-.85.352-1.832.65-2.906.873a16.3 16.3 0 0 1-.874 2.907c-.366.884-.81 1.663-1.32 2.265a10.01 10.01 0 0 0 7.365-7.365m-19.438-.002a10.01 10.01 0 0 0 7.366 7.366c-.51-.602-.954-1.38-1.32-2.265a16.3 16.3 0 0 1-.874-2.907a16.3 16.3 0 0 1-2.907-.873c-.884-.367-1.663-.81-2.265-1.32m7.3 2.521c.17.668.37 1.277.593 1.815c.347.837.729 1.454 1.09 1.845c.372.4.625.466.736.466s.365-.066.736-.466c.361-.39.743-1.008 1.09-1.845a13.4 13.4 0 0 0 .593-1.815a23.4 23.4 0 0 1-4.838 0M12.001 9c-.985 0-1.93.067-2.815.186C9.066 10.07 9 11.016 9 12s.067 1.93.186 2.815c.884.118 1.83.185 2.814.185c.985 0 1.93-.067 2.815-.185c.119-.885.185-1.83.185-2.815s-.066-1.93-.185-2.814A21 21 0 0 0 12 9m4.873.581a23.4 23.4 0 0 1 0 4.838c.668-.17 1.278-.37 1.815-.593c.837-.347 1.455-.729 1.845-1.09c.4-.371.466-.625.466-.736s-.066-.365-.466-.735c-.39-.362-1.008-.744-1.845-1.091a13.4 13.4 0 0 0-1.815-.593m-9.748 0c-.668.17-1.277.37-1.814.593c-.838.347-1.455.729-1.846 1.09c-.4.371-.466.625-.466.736s.066.364.466.735c.39.362 1.008.744 1.846 1.091c.537.223 1.146.423 1.814.593a23.4 23.4 0 0 1 0-4.838m2.52-7.3A10.01 10.01 0 0 0 2.28 9.646c.602-.51 1.381-.954 2.265-1.32c.851-.353 1.833-.65 2.907-.874c.224-1.074.52-2.055.873-2.906c.367-.884.81-1.663 1.32-2.265m4.71 0c.51.602.952 1.381 1.318 2.265c.353.85.65 1.832.874 2.906a16.3 16.3 0 0 1 2.906.874c.884.366 1.664.809 2.265 1.319a10.01 10.01 0 0 0-7.363-7.364M12 3c-.11 0-.364.066-.735.466c-.362.39-.744 1.008-1.09 1.846a13.4 13.4 0 0 0-.594 1.814a23.4 23.4 0 0 1 4.838 0c-.17-.668-.37-1.277-.593-1.814c-.347-.838-.729-1.455-1.09-1.846C12.366 3.066 12.11 3 12 3"/></svg>
</template>

CSS

.icon-earth-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%22M21.719%2014.355c-.601.51-1.38.952-2.265%201.319c-.85.352-1.832.65-2.906.873a16.3%2016.3%200%200%201-.874%202.907c-.366.884-.81%201.663-1.32%202.265a10.01%2010.01%200%200%200%207.365-7.365m-19.438-.002a10.01%2010.01%200%200%200%207.366%207.366c-.51-.602-.954-1.38-1.32-2.265a16.3%2016.3%200%200%201-.874-2.907a16.3%2016.3%200%200%201-2.907-.873c-.884-.367-1.663-.81-2.265-1.32m7.3%202.521c.17.668.37%201.277.593%201.815c.347.837.729%201.454%201.09%201.845c.372.4.625.466.736.466s.365-.066.736-.466c.361-.39.743-1.008%201.09-1.845a13.4%2013.4%200%200%200%20.593-1.815a23.4%2023.4%200%200%201-4.838%200M12.001%209c-.985%200-1.93.067-2.815.186C9.066%2010.07%209%2011.016%209%2012s.067%201.93.186%202.815c.884.118%201.83.185%202.814.185c.985%200%201.93-.067%202.815-.185c.119-.885.185-1.83.185-2.815s-.066-1.93-.185-2.814A21%2021%200%200%200%2012%209m4.873.581a23.4%2023.4%200%200%201%200%204.838c.668-.17%201.278-.37%201.815-.593c.837-.347%201.455-.729%201.845-1.09c.4-.371.466-.625.466-.736s-.066-.365-.466-.735c-.39-.362-1.008-.744-1.845-1.091a13.4%2013.4%200%200%200-1.815-.593m-9.748%200c-.668.17-1.277.37-1.814.593c-.838.347-1.455.729-1.846%201.09c-.4.371-.466.625-.466.736s.066.364.466.735c.39.362%201.008.744%201.846%201.091c.537.223%201.146.423%201.814.593a23.4%2023.4%200%200%201%200-4.838m2.52-7.3A10.01%2010.01%200%200%200%202.28%209.646c.602-.51%201.381-.954%202.265-1.32c.851-.353%201.833-.65%202.907-.874c.224-1.074.52-2.055.873-2.906c.367-.884.81-1.663%201.32-2.265m4.71%200c.51.602.952%201.381%201.318%202.265c.353.85.65%201.832.874%202.906a16.3%2016.3%200%200%201%202.906.874c.884.366%201.664.809%202.265%201.319a10.01%2010.01%200%200%200-7.363-7.364M12%203c-.11%200-.364.066-.735.466c-.362.39-.744%201.008-1.09%201.846a13.4%2013.4%200%200%200-.594%201.814a23.4%2023.4%200%200%201%204.838%200c-.17-.668-.37-1.277-.593-1.814c-.347-.838-.729-1.455-1.09-1.846C12.366%203.066%2012.11%203%2012%203%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%22M21.719%2014.355c-.601.51-1.38.952-2.265%201.319c-.85.352-1.832.65-2.906.873a16.3%2016.3%200%200%201-.874%202.907c-.366.884-.81%201.663-1.32%202.265a10.01%2010.01%200%200%200%207.365-7.365m-19.438-.002a10.01%2010.01%200%200%200%207.366%207.366c-.51-.602-.954-1.38-1.32-2.265a16.3%2016.3%200%200%201-.874-2.907a16.3%2016.3%200%200%201-2.907-.873c-.884-.367-1.663-.81-2.265-1.32m7.3%202.521c.17.668.37%201.277.593%201.815c.347.837.729%201.454%201.09%201.845c.372.4.625.466.736.466s.365-.066.736-.466c.361-.39.743-1.008%201.09-1.845a13.4%2013.4%200%200%200%20.593-1.815a23.4%2023.4%200%200%201-4.838%200M12.001%209c-.985%200-1.93.067-2.815.186C9.066%2010.07%209%2011.016%209%2012s.067%201.93.186%202.815c.884.118%201.83.185%202.814.185c.985%200%201.93-.067%202.815-.185c.119-.885.185-1.83.185-2.815s-.066-1.93-.185-2.814A21%2021%200%200%200%2012%209m4.873.581a23.4%2023.4%200%200%201%200%204.838c.668-.17%201.278-.37%201.815-.593c.837-.347%201.455-.729%201.845-1.09c.4-.371.466-.625.466-.736s-.066-.365-.466-.735c-.39-.362-1.008-.744-1.845-1.091a13.4%2013.4%200%200%200-1.815-.593m-9.748%200c-.668.17-1.277.37-1.814.593c-.838.347-1.455.729-1.846%201.09c-.4.371-.466.625-.466.736s.066.364.466.735c.39.362%201.008.744%201.846%201.091c.537.223%201.146.423%201.814.593a23.4%2023.4%200%200%201%200-4.838m2.52-7.3A10.01%2010.01%200%200%200%202.28%209.646c.602-.51%201.381-.954%202.265-1.32c.851-.353%201.833-.65%202.907-.874c.224-1.074.52-2.055.873-2.906c.367-.884.81-1.663%201.32-2.265m4.71%200c.51.602.952%201.381%201.318%202.265c.353.85.65%201.832.874%202.906a16.3%2016.3%200%200%201%202.906.874c.884.366%201.664.809%202.265%201.319a10.01%2010.01%200%200%200-7.363-7.364M12%203c-.11%200-.364.066-.735.466c-.362.39-.744%201.008-1.09%201.846a13.4%2013.4%200%200%200-.594%201.814a23.4%2023.4%200%200%201%204.838%200c-.17-.668-.37-1.277-.593-1.814c-.347-.838-.729-1.455-1.09-1.846C12.366%203.066%2012.11%203%2012%203%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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