earth icon
earth-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- earth-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- 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 20 20"><path fill="currentColor" d="M2 10a8 8 0 1 1 16 0a8 8 0 0 1-16 0m8-7q-.128 0-.255.005c.118.222.253.504.373.823c.28.746.527 1.817.085 2.758c-.404.86-1.097 1.084-1.632 1.222l-.097.025c-.506.13-.755.194-.93.46c-.17.257-.129.574.037 1.113l.038.124c.067.211.144.457.184.688c.05.286.06.636-.113.97c-.18.343-.414.574-.69.724a2.4 2.4 0 0 1-.747.235l-.088.015c-.407.072-.645.113-.867.351c-.177.19-.278.508-.336.941c-.024.178-.038.355-.053.534l-.007.095a5 5 0 0 1-.079.605l-.004.02A6.98 6.98 0 0 0 10 17c1.35 0 2.612-.383 3.682-1.045a4 4 0 0 1-.275-.307c-.27-.34-.609-.909-.492-1.57c.056-.313.226-.581.397-.794c.175-.216.386-.417.576-.592l.128-.117c.146-.133.273-.25.382-.363c.147-.154.191-.237.2-.263c.068-.226-.013-.404-.126-.492c-.094-.073-.295-.142-.61.058a5 5 0 0 1-.323.191a1.1 1.1 0 0 1-.336.122a.6.6 0 0 1-.544-.177a.73.73 0 0 1-.178-.375a3 3 0 0 1-.03-.276l-.005-.066a7 7 0 0 0-.02-.238a5 5 0 0 0-.143-.825c-.127-.491-.44-.888-.764-1.3l-.142-.181c-.16-.206-.363-.478-.436-.77a.9.9 0 0 1 .025-.547a1 1 0 0 1 .351-.448c.428-.32 1.128-1.013 1.743-1.652c.303-.314.577-.607.775-.822l.005-.006A6.97 6.97 0 0 0 10 3"/></svg>
React
import type { SVGProps } from "react";
export function FluentEarth20Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M2 10a8 8 0 1 1 16 0a8 8 0 0 1-16 0m8-7q-.128 0-.255.005c.118.222.253.504.373.823c.28.746.527 1.817.085 2.758c-.404.86-1.097 1.084-1.632 1.222l-.097.025c-.506.13-.755.194-.93.46c-.17.257-.129.574.037 1.113l.038.124c.067.211.144.457.184.688c.05.286.06.636-.113.97c-.18.343-.414.574-.69.724a2.4 2.4 0 0 1-.747.235l-.088.015c-.407.072-.645.113-.867.351c-.177.19-.278.508-.336.941c-.024.178-.038.355-.053.534l-.007.095a5 5 0 0 1-.079.605l-.004.02A6.98 6.98 0 0 0 10 17c1.35 0 2.612-.383 3.682-1.045a4 4 0 0 1-.275-.307c-.27-.34-.609-.909-.492-1.57c.056-.313.226-.581.397-.794c.175-.216.386-.417.576-.592l.128-.117c.146-.133.273-.25.382-.363c.147-.154.191-.237.2-.263c.068-.226-.013-.404-.126-.492c-.094-.073-.295-.142-.61.058a5 5 0 0 1-.323.191a1.1 1.1 0 0 1-.336.122a.6.6 0 0 1-.544-.177a.73.73 0 0 1-.178-.375a3 3 0 0 1-.03-.276l-.005-.066a7 7 0 0 0-.02-.238a5 5 0 0 0-.143-.825c-.127-.491-.44-.888-.764-1.3l-.142-.181c-.16-.206-.363-.478-.436-.77a.9.9 0 0 1 .025-.547a1 1 0 0 1 .351-.448c.428-.32 1.128-1.013 1.743-1.652c.303-.314.577-.607.775-.822l.005-.006A6.97 6.97 0 0 0 10 3"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M2 10a8 8 0 1 1 16 0a8 8 0 0 1-16 0m8-7q-.128 0-.255.005c.118.222.253.504.373.823c.28.746.527 1.817.085 2.758c-.404.86-1.097 1.084-1.632 1.222l-.097.025c-.506.13-.755.194-.93.46c-.17.257-.129.574.037 1.113l.038.124c.067.211.144.457.184.688c.05.286.06.636-.113.97c-.18.343-.414.574-.69.724a2.4 2.4 0 0 1-.747.235l-.088.015c-.407.072-.645.113-.867.351c-.177.19-.278.508-.336.941c-.024.178-.038.355-.053.534l-.007.095a5 5 0 0 1-.079.605l-.004.02A6.98 6.98 0 0 0 10 17c1.35 0 2.612-.383 3.682-1.045a4 4 0 0 1-.275-.307c-.27-.34-.609-.909-.492-1.57c.056-.313.226-.581.397-.794c.175-.216.386-.417.576-.592l.128-.117c.146-.133.273-.25.382-.363c.147-.154.191-.237.2-.263c.068-.226-.013-.404-.126-.492c-.094-.073-.295-.142-.61.058a5 5 0 0 1-.323.191a1.1 1.1 0 0 1-.336.122a.6.6 0 0 1-.544-.177a.73.73 0 0 1-.178-.375a3 3 0 0 1-.03-.276l-.005-.066a7 7 0 0 0-.02-.238a5 5 0 0 0-.143-.825c-.127-.491-.44-.888-.764-1.3l-.142-.181c-.16-.206-.363-.478-.436-.77a.9.9 0 0 1 .025-.547a1 1 0 0 1 .351-.448c.428-.32 1.128-1.013 1.743-1.652c.303-.314.577-.607.775-.822l.005-.006A6.97 6.97 0 0 0 10 3"/></svg> </template>
CSS
.icon-earth-20-filled {
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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%2010a8%208%200%201%201%2016%200a8%208%200%200%201-16%200m8-7q-.128%200-.255.005c.118.222.253.504.373.823c.28.746.527%201.817.085%202.758c-.404.86-1.097%201.084-1.632%201.222l-.097.025c-.506.13-.755.194-.93.46c-.17.257-.129.574.037%201.113l.038.124c.067.211.144.457.184.688c.05.286.06.636-.113.97c-.18.343-.414.574-.69.724a2.4%202.4%200%200%201-.747.235l-.088.015c-.407.072-.645.113-.867.351c-.177.19-.278.508-.336.941c-.024.178-.038.355-.053.534l-.007.095a5%205%200%200%201-.079.605l-.004.02A6.98%206.98%200%200%200%2010%2017c1.35%200%202.612-.383%203.682-1.045a4%204%200%200%201-.275-.307c-.27-.34-.609-.909-.492-1.57c.056-.313.226-.581.397-.794c.175-.216.386-.417.576-.592l.128-.117c.146-.133.273-.25.382-.363c.147-.154.191-.237.2-.263c.068-.226-.013-.404-.126-.492c-.094-.073-.295-.142-.61.058a5%205%200%200%201-.323.191a1.1%201.1%200%200%201-.336.122a.6.6%200%200%201-.544-.177a.73.73%200%200%201-.178-.375a3%203%200%200%201-.03-.276l-.005-.066a7%207%200%200%200-.02-.238a5%205%200%200%200-.143-.825c-.127-.491-.44-.888-.764-1.3l-.142-.181c-.16-.206-.363-.478-.436-.77a.9.9%200%200%201%20.025-.547a1%201%200%200%201%20.351-.448c.428-.32%201.128-1.013%201.743-1.652c.303-.314.577-.607.775-.822l.005-.006A6.97%206.97%200%200%200%2010%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%2010a8%208%200%201%201%2016%200a8%208%200%200%201-16%200m8-7q-.128%200-.255.005c.118.222.253.504.373.823c.28.746.527%201.817.085%202.758c-.404.86-1.097%201.084-1.632%201.222l-.097.025c-.506.13-.755.194-.93.46c-.17.257-.129.574.037%201.113l.038.124c.067.211.144.457.184.688c.05.286.06.636-.113.97c-.18.343-.414.574-.69.724a2.4%202.4%200%200%201-.747.235l-.088.015c-.407.072-.645.113-.867.351c-.177.19-.278.508-.336.941c-.024.178-.038.355-.053.534l-.007.095a5%205%200%200%201-.079.605l-.004.02A6.98%206.98%200%200%200%2010%2017c1.35%200%202.612-.383%203.682-1.045a4%204%200%200%201-.275-.307c-.27-.34-.609-.909-.492-1.57c.056-.313.226-.581.397-.794c.175-.216.386-.417.576-.592l.128-.117c.146-.133.273-.25.382-.363c.147-.154.191-.237.2-.263c.068-.226-.013-.404-.126-.492c-.094-.073-.295-.142-.61.058a5%205%200%200%201-.323.191a1.1%201.1%200%200%201-.336.122a.6.6%200%200%201-.544-.177a.73.73%200%200%201-.178-.375a3%203%200%200%201-.03-.276l-.005-.066a7%207%200%200%200-.02-.238a5%205%200%200%200-.143-.825c-.127-.491-.44-.888-.764-1.3l-.142-.181c-.16-.206-.363-.478-.436-.77a.9.9%200%200%201%20.025-.547a1%201%200%200%201%20.351-.448c.428-.32%201.128-1.013%201.743-1.652c.303-.314.577-.607.775-.822l.005-.006A6.97%206.97%200%200%200%2010%203%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/earth-20-filled.svg?color=%231a73e8&size=48