earth icon
earth-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- earth-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- License
- MIT
9 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
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="m10.946 2.047l.005.007Q11.468 2 12 2c5.522 0 10 4.477 10 10s-4.478 10-10 10a9.98 9.98 0 0 1-7.896-3.862h-.003v-.003A9.96 9.96 0 0 1 2 12c0-5.162 3.911-9.41 8.932-9.944zM12 3.5l-.16.001c.123.245.255.533.374.85c.347.923.666 2.282.1 3.487c-.522 1.113-1.424 1.4-2.09 1.573l-.084.021c-.657.17-.91.235-1.093.514c-.17.257-.144.582.061 1.25l.046.148c.082.258.18.57.23.863c.064.364.082.827-.152 1.275a2.2 2.2 0 0 1-.9.945c-.341.185-.694.256-.958.302l-.093.017c-.515.09-.761.134-1 .39c-.187.2-.307.553-.377 1.079c-.029.214-.046.427-.064.646l-.01.117c-.02.242-.044.521-.099.76v.002a8.48 8.48 0 0 0 6.27 2.76c1.576 0 3.053-.43 4.319-1.178a5 5 0 0 1-.31-.35c-.34-.428-.786-1.164-.631-2.033c.074-.418.298-.768.515-1.036a7 7 0 0 1 .72-.74l.158-.146c.179-.163.33-.301.46-.437c.172-.18.21-.262.212-.267c.068-.224-.015-.384-.106-.454a.3.3 0 0 0-.19-.061c-.084 0-.22.024-.401.14a.91.91 0 0 1-.836.085a1.02 1.02 0 0 1-.486-.432c-.144-.237-.225-.546-.278-.772c-.04-.174-.08-.372-.115-.553l-.04-.206a4 4 0 0 0-.135-.54l-.019-.037l-.064-.105a6 6 0 0 0-.227-.317l-.11-.143c-.16-.212-.353-.463-.516-.712c-.196-.298-.417-.688-.487-1.104a1.46 1.46 0 0 1 .055-.734c.094-.264.265-.482.486-.649c.484-.362 1.194-1.172 1.824-1.959c.288-.359.544-.695.736-.95A8.46 8.46 0 0 0 12 3.5m5.727 2.22c-.197.263-.461.608-.757.978c-.602.751-1.4 1.685-2.05 2.187c.026.1.1.262.255.498c.131.2.281.396.44.604l.129.17c.172.229.411.548.52.844a5 5 0 0 1 .198.762l.049.246q.037.195.074.37c.602-.172 1.202-.068 1.67.294c.609.47.863 1.286.625 2.074c-.11.362-.364.66-.563.869a12 12 0 0 1-.556.53l-.132.12c-.23.212-.423.4-.568.579c-.148.184-.195.299-.205.356c-.04.219.067.51.328.838a3 3 0 0 0 .374.392A8.48 8.48 0 0 0 20.5 12a8.48 8.48 0 0 0-2.773-6.28M3.5 12c0 1.398.338 2.718.936 3.881c.085-.557.262-1.248.748-1.768c.6-.642 1.335-.763 1.798-.839l.13-.021c.248-.044.391-.083.502-.143c.088-.049.188-.128.288-.321c.015-.028.042-.107.004-.325a5 5 0 0 0-.172-.636q-.03-.09-.06-.192c-.185-.604-.48-1.602.12-2.515c.522-.792 1.36-.994 1.893-1.123l.162-.04c.563-.145.883-.28 1.108-.758c.295-.629.168-1.485-.146-2.32a7.6 7.6 0 0 0-.58-1.196A8.5 8.5 0 0 0 3.502 12"/></svg>
React
import type { SVGProps } from "react";
export function FluentEarth24Regular(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="m10.946 2.047l.005.007Q11.468 2 12 2c5.522 0 10 4.477 10 10s-4.478 10-10 10a9.98 9.98 0 0 1-7.896-3.862h-.003v-.003A9.96 9.96 0 0 1 2 12c0-5.162 3.911-9.41 8.932-9.944zM12 3.5l-.16.001c.123.245.255.533.374.85c.347.923.666 2.282.1 3.487c-.522 1.113-1.424 1.4-2.09 1.573l-.084.021c-.657.17-.91.235-1.093.514c-.17.257-.144.582.061 1.25l.046.148c.082.258.18.57.23.863c.064.364.082.827-.152 1.275a2.2 2.2 0 0 1-.9.945c-.341.185-.694.256-.958.302l-.093.017c-.515.09-.761.134-1 .39c-.187.2-.307.553-.377 1.079c-.029.214-.046.427-.064.646l-.01.117c-.02.242-.044.521-.099.76v.002a8.48 8.48 0 0 0 6.27 2.76c1.576 0 3.053-.43 4.319-1.178a5 5 0 0 1-.31-.35c-.34-.428-.786-1.164-.631-2.033c.074-.418.298-.768.515-1.036a7 7 0 0 1 .72-.74l.158-.146c.179-.163.33-.301.46-.437c.172-.18.21-.262.212-.267c.068-.224-.015-.384-.106-.454a.3.3 0 0 0-.19-.061c-.084 0-.22.024-.401.14a.91.91 0 0 1-.836.085a1.02 1.02 0 0 1-.486-.432c-.144-.237-.225-.546-.278-.772c-.04-.174-.08-.372-.115-.553l-.04-.206a4 4 0 0 0-.135-.54l-.019-.037l-.064-.105a6 6 0 0 0-.227-.317l-.11-.143c-.16-.212-.353-.463-.516-.712c-.196-.298-.417-.688-.487-1.104a1.46 1.46 0 0 1 .055-.734c.094-.264.265-.482.486-.649c.484-.362 1.194-1.172 1.824-1.959c.288-.359.544-.695.736-.95A8.46 8.46 0 0 0 12 3.5m5.727 2.22c-.197.263-.461.608-.757.978c-.602.751-1.4 1.685-2.05 2.187c.026.1.1.262.255.498c.131.2.281.396.44.604l.129.17c.172.229.411.548.52.844a5 5 0 0 1 .198.762l.049.246q.037.195.074.37c.602-.172 1.202-.068 1.67.294c.609.47.863 1.286.625 2.074c-.11.362-.364.66-.563.869a12 12 0 0 1-.556.53l-.132.12c-.23.212-.423.4-.568.579c-.148.184-.195.299-.205.356c-.04.219.067.51.328.838a3 3 0 0 0 .374.392A8.48 8.48 0 0 0 20.5 12a8.48 8.48 0 0 0-2.773-6.28M3.5 12c0 1.398.338 2.718.936 3.881c.085-.557.262-1.248.748-1.768c.6-.642 1.335-.763 1.798-.839l.13-.021c.248-.044.391-.083.502-.143c.088-.049.188-.128.288-.321c.015-.028.042-.107.004-.325a5 5 0 0 0-.172-.636q-.03-.09-.06-.192c-.185-.604-.48-1.602.12-2.515c.522-.792 1.36-.994 1.893-1.123l.162-.04c.563-.145.883-.28 1.108-.758c.295-.629.168-1.485-.146-2.32a7.6 7.6 0 0 0-.58-1.196A8.5 8.5 0 0 0 3.502 12"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m10.946 2.047l.005.007Q11.468 2 12 2c5.522 0 10 4.477 10 10s-4.478 10-10 10a9.98 9.98 0 0 1-7.896-3.862h-.003v-.003A9.96 9.96 0 0 1 2 12c0-5.162 3.911-9.41 8.932-9.944zM12 3.5l-.16.001c.123.245.255.533.374.85c.347.923.666 2.282.1 3.487c-.522 1.113-1.424 1.4-2.09 1.573l-.084.021c-.657.17-.91.235-1.093.514c-.17.257-.144.582.061 1.25l.046.148c.082.258.18.57.23.863c.064.364.082.827-.152 1.275a2.2 2.2 0 0 1-.9.945c-.341.185-.694.256-.958.302l-.093.017c-.515.09-.761.134-1 .39c-.187.2-.307.553-.377 1.079c-.029.214-.046.427-.064.646l-.01.117c-.02.242-.044.521-.099.76v.002a8.48 8.48 0 0 0 6.27 2.76c1.576 0 3.053-.43 4.319-1.178a5 5 0 0 1-.31-.35c-.34-.428-.786-1.164-.631-2.033c.074-.418.298-.768.515-1.036a7 7 0 0 1 .72-.74l.158-.146c.179-.163.33-.301.46-.437c.172-.18.21-.262.212-.267c.068-.224-.015-.384-.106-.454a.3.3 0 0 0-.19-.061c-.084 0-.22.024-.401.14a.91.91 0 0 1-.836.085a1.02 1.02 0 0 1-.486-.432c-.144-.237-.225-.546-.278-.772c-.04-.174-.08-.372-.115-.553l-.04-.206a4 4 0 0 0-.135-.54l-.019-.037l-.064-.105a6 6 0 0 0-.227-.317l-.11-.143c-.16-.212-.353-.463-.516-.712c-.196-.298-.417-.688-.487-1.104a1.46 1.46 0 0 1 .055-.734c.094-.264.265-.482.486-.649c.484-.362 1.194-1.172 1.824-1.959c.288-.359.544-.695.736-.95A8.46 8.46 0 0 0 12 3.5m5.727 2.22c-.197.263-.461.608-.757.978c-.602.751-1.4 1.685-2.05 2.187c.026.1.1.262.255.498c.131.2.281.396.44.604l.129.17c.172.229.411.548.52.844a5 5 0 0 1 .198.762l.049.246q.037.195.074.37c.602-.172 1.202-.068 1.67.294c.609.47.863 1.286.625 2.074c-.11.362-.364.66-.563.869a12 12 0 0 1-.556.53l-.132.12c-.23.212-.423.4-.568.579c-.148.184-.195.299-.205.356c-.04.219.067.51.328.838a3 3 0 0 0 .374.392A8.48 8.48 0 0 0 20.5 12a8.48 8.48 0 0 0-2.773-6.28M3.5 12c0 1.398.338 2.718.936 3.881c.085-.557.262-1.248.748-1.768c.6-.642 1.335-.763 1.798-.839l.13-.021c.248-.044.391-.083.502-.143c.088-.049.188-.128.288-.321c.015-.028.042-.107.004-.325a5 5 0 0 0-.172-.636q-.03-.09-.06-.192c-.185-.604-.48-1.602.12-2.515c.522-.792 1.36-.994 1.893-1.123l.162-.04c.563-.145.883-.28 1.108-.758c.295-.629.168-1.485-.146-2.32a7.6 7.6 0 0 0-.58-1.196A8.5 8.5 0 0 0 3.502 12"/></svg> </template>
CSS
.icon-earth-24-regular {
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%22m10.946%202.047l.005.007Q11.468%202%2012%202c5.522%200%2010%204.477%2010%2010s-4.478%2010-10%2010a9.98%209.98%200%200%201-7.896-3.862h-.003v-.003A9.96%209.96%200%200%201%202%2012c0-5.162%203.911-9.41%208.932-9.944zM12%203.5l-.16.001c.123.245.255.533.374.85c.347.923.666%202.282.1%203.487c-.522%201.113-1.424%201.4-2.09%201.573l-.084.021c-.657.17-.91.235-1.093.514c-.17.257-.144.582.061%201.25l.046.148c.082.258.18.57.23.863c.064.364.082.827-.152%201.275a2.2%202.2%200%200%201-.9.945c-.341.185-.694.256-.958.302l-.093.017c-.515.09-.761.134-1%20.39c-.187.2-.307.553-.377%201.079c-.029.214-.046.427-.064.646l-.01.117c-.02.242-.044.521-.099.76v.002a8.48%208.48%200%200%200%206.27%202.76c1.576%200%203.053-.43%204.319-1.178a5%205%200%200%201-.31-.35c-.34-.428-.786-1.164-.631-2.033c.074-.418.298-.768.515-1.036a7%207%200%200%201%20.72-.74l.158-.146c.179-.163.33-.301.46-.437c.172-.18.21-.262.212-.267c.068-.224-.015-.384-.106-.454a.3.3%200%200%200-.19-.061c-.084%200-.22.024-.401.14a.91.91%200%200%201-.836.085a1.02%201.02%200%200%201-.486-.432c-.144-.237-.225-.546-.278-.772c-.04-.174-.08-.372-.115-.553l-.04-.206a4%204%200%200%200-.135-.54l-.019-.037l-.064-.105a6%206%200%200%200-.227-.317l-.11-.143c-.16-.212-.353-.463-.516-.712c-.196-.298-.417-.688-.487-1.104a1.46%201.46%200%200%201%20.055-.734c.094-.264.265-.482.486-.649c.484-.362%201.194-1.172%201.824-1.959c.288-.359.544-.695.736-.95A8.46%208.46%200%200%200%2012%203.5m5.727%202.22c-.197.263-.461.608-.757.978c-.602.751-1.4%201.685-2.05%202.187c.026.1.1.262.255.498c.131.2.281.396.44.604l.129.17c.172.229.411.548.52.844a5%205%200%200%201%20.198.762l.049.246q.037.195.074.37c.602-.172%201.202-.068%201.67.294c.609.47.863%201.286.625%202.074c-.11.362-.364.66-.563.869a12%2012%200%200%201-.556.53l-.132.12c-.23.212-.423.4-.568.579c-.148.184-.195.299-.205.356c-.04.219.067.51.328.838a3%203%200%200%200%20.374.392A8.48%208.48%200%200%200%2020.5%2012a8.48%208.48%200%200%200-2.773-6.28M3.5%2012c0%201.398.338%202.718.936%203.881c.085-.557.262-1.248.748-1.768c.6-.642%201.335-.763%201.798-.839l.13-.021c.248-.044.391-.083.502-.143c.088-.049.188-.128.288-.321c.015-.028.042-.107.004-.325a5%205%200%200%200-.172-.636q-.03-.09-.06-.192c-.185-.604-.48-1.602.12-2.515c.522-.792%201.36-.994%201.893-1.123l.162-.04c.563-.145.883-.28%201.108-.758c.295-.629.168-1.485-.146-2.32a7.6%207.6%200%200%200-.58-1.196A8.5%208.5%200%200%200%203.502%2012%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%22m10.946%202.047l.005.007Q11.468%202%2012%202c5.522%200%2010%204.477%2010%2010s-4.478%2010-10%2010a9.98%209.98%200%200%201-7.896-3.862h-.003v-.003A9.96%209.96%200%200%201%202%2012c0-5.162%203.911-9.41%208.932-9.944zM12%203.5l-.16.001c.123.245.255.533.374.85c.347.923.666%202.282.1%203.487c-.522%201.113-1.424%201.4-2.09%201.573l-.084.021c-.657.17-.91.235-1.093.514c-.17.257-.144.582.061%201.25l.046.148c.082.258.18.57.23.863c.064.364.082.827-.152%201.275a2.2%202.2%200%200%201-.9.945c-.341.185-.694.256-.958.302l-.093.017c-.515.09-.761.134-1%20.39c-.187.2-.307.553-.377%201.079c-.029.214-.046.427-.064.646l-.01.117c-.02.242-.044.521-.099.76v.002a8.48%208.48%200%200%200%206.27%202.76c1.576%200%203.053-.43%204.319-1.178a5%205%200%200%201-.31-.35c-.34-.428-.786-1.164-.631-2.033c.074-.418.298-.768.515-1.036a7%207%200%200%201%20.72-.74l.158-.146c.179-.163.33-.301.46-.437c.172-.18.21-.262.212-.267c.068-.224-.015-.384-.106-.454a.3.3%200%200%200-.19-.061c-.084%200-.22.024-.401.14a.91.91%200%200%201-.836.085a1.02%201.02%200%200%201-.486-.432c-.144-.237-.225-.546-.278-.772c-.04-.174-.08-.372-.115-.553l-.04-.206a4%204%200%200%200-.135-.54l-.019-.037l-.064-.105a6%206%200%200%200-.227-.317l-.11-.143c-.16-.212-.353-.463-.516-.712c-.196-.298-.417-.688-.487-1.104a1.46%201.46%200%200%201%20.055-.734c.094-.264.265-.482.486-.649c.484-.362%201.194-1.172%201.824-1.959c.288-.359.544-.695.736-.95A8.46%208.46%200%200%200%2012%203.5m5.727%202.22c-.197.263-.461.608-.757.978c-.602.751-1.4%201.685-2.05%202.187c.026.1.1.262.255.498c.131.2.281.396.44.604l.129.17c.172.229.411.548.52.844a5%205%200%200%201%20.198.762l.049.246q.037.195.074.37c.602-.172%201.202-.068%201.67.294c.609.47.863%201.286.625%202.074c-.11.362-.364.66-.563.869a12%2012%200%200%201-.556.53l-.132.12c-.23.212-.423.4-.568.579c-.148.184-.195.299-.205.356c-.04.219.067.51.328.838a3%203%200%200%200%20.374.392A8.48%208.48%200%200%200%2020.5%2012a8.48%208.48%200%200%200-2.773-6.28M3.5%2012c0%201.398.338%202.718.936%203.881c.085-.557.262-1.248.748-1.768c.6-.642%201.335-.763%201.798-.839l.13-.021c.248-.044.391-.083.502-.143c.088-.049.188-.128.288-.321c.015-.028.042-.107.004-.325a5%205%200%200%200-.172-.636q-.03-.09-.06-.192c-.185-.604-.48-1.602.12-2.515c.522-.792%201.36-.994%201.893-1.123l.162-.04c.563-.145.883-.28%201.108-.758c.295-.629.168-1.485-.146-2.32a7.6%207.6%200%200%200-.58-1.196A8.5%208.5%200%200%200%203.502%2012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/earth-24-regular.svg?color=%231a73e8&size=48