earth-48-filled from Fluent UI System Icons by Microsoft Corporation · 48 Filled · MIT Free for personal and commercial use.

Name
earth-48-filled
Set
Fluent UI System Icons
Style
48 Filled
Viewbox
48×48
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 48 48"><path fill="currentColor" d="M23.209 6.518Q23.602 6.5 24 6.5c3.453 0 6.672 1 9.384 2.726c-2 3.068-4.399 5.465-5.636 6.607c-.972.896-.97 2.383-.143 3.31a10.6 10.6 0 0 1 2.729 7.345c-.025.855.618 1.316.95 1.472c.342.161 1.032.328 1.654-.118c.934-.668 1.895-.361 2.142-.06c.07.085.17.253.023.651c-.169.456-.664 1.174-1.855 2.067c-1.115.836-1.837 1.786-2.127 2.84c-.293 1.066-.098 2.069.306 2.91c.476.99 1.269 1.823 2.072 2.45A17.4 17.4 0 0 1 24 41.5c-4.768 0-9.09-1.907-12.247-5q0-.054-.005-.109c-.245-2.809-.041-4.433.308-5.369c.312-.84.734-1.123 1.18-1.283c.268-.097.575-.157.955-.209l.363-.045c.28-.034.602-.073.874-.12c.889-.157 2.048-.518 2.692-1.806c.547-1.094.507-2.253.36-3.218c-.074-.49-.184-.975-.287-1.414l-.04-.175c-.09-.385-.172-.73-.234-1.068c-.148-.804-.127-1.276.012-1.583c.103-.23.382-.604 1.415-.9c2.333-.666 3.983-1.65 4.997-2.947c1.037-1.328 1.29-2.834 1.12-4.276c-.168-1.409-.74-2.787-1.387-3.992c-.274-.51-.57-1.003-.867-1.468M24 4C12.954 4 4 12.954 4 24s8.954 20 20 20s20-8.954 20-20S35.046 4 24 4"/></svg>

React

import type { SVGProps } from "react";

export function FluentEarth48Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M23.209 6.518Q23.602 6.5 24 6.5c3.453 0 6.672 1 9.384 2.726c-2 3.068-4.399 5.465-5.636 6.607c-.972.896-.97 2.383-.143 3.31a10.6 10.6 0 0 1 2.729 7.345c-.025.855.618 1.316.95 1.472c.342.161 1.032.328 1.654-.118c.934-.668 1.895-.361 2.142-.06c.07.085.17.253.023.651c-.169.456-.664 1.174-1.855 2.067c-1.115.836-1.837 1.786-2.127 2.84c-.293 1.066-.098 2.069.306 2.91c.476.99 1.269 1.823 2.072 2.45A17.4 17.4 0 0 1 24 41.5c-4.768 0-9.09-1.907-12.247-5q0-.054-.005-.109c-.245-2.809-.041-4.433.308-5.369c.312-.84.734-1.123 1.18-1.283c.268-.097.575-.157.955-.209l.363-.045c.28-.034.602-.073.874-.12c.889-.157 2.048-.518 2.692-1.806c.547-1.094.507-2.253.36-3.218c-.074-.49-.184-.975-.287-1.414l-.04-.175c-.09-.385-.172-.73-.234-1.068c-.148-.804-.127-1.276.012-1.583c.103-.23.382-.604 1.415-.9c2.333-.666 3.983-1.65 4.997-2.947c1.037-1.328 1.29-2.834 1.12-4.276c-.168-1.409-.74-2.787-1.387-3.992c-.274-.51-.57-1.003-.867-1.468M24 4C12.954 4 4 12.954 4 24s8.954 20 20 20s20-8.954 20-20S35.046 4 24 4"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M23.209 6.518Q23.602 6.5 24 6.5c3.453 0 6.672 1 9.384 2.726c-2 3.068-4.399 5.465-5.636 6.607c-.972.896-.97 2.383-.143 3.31a10.6 10.6 0 0 1 2.729 7.345c-.025.855.618 1.316.95 1.472c.342.161 1.032.328 1.654-.118c.934-.668 1.895-.361 2.142-.06c.07.085.17.253.023.651c-.169.456-.664 1.174-1.855 2.067c-1.115.836-1.837 1.786-2.127 2.84c-.293 1.066-.098 2.069.306 2.91c.476.99 1.269 1.823 2.072 2.45A17.4 17.4 0 0 1 24 41.5c-4.768 0-9.09-1.907-12.247-5q0-.054-.005-.109c-.245-2.809-.041-4.433.308-5.369c.312-.84.734-1.123 1.18-1.283c.268-.097.575-.157.955-.209l.363-.045c.28-.034.602-.073.874-.12c.889-.157 2.048-.518 2.692-1.806c.547-1.094.507-2.253.36-3.218c-.074-.49-.184-.975-.287-1.414l-.04-.175c-.09-.385-.172-.73-.234-1.068c-.148-.804-.127-1.276.012-1.583c.103-.23.382-.604 1.415-.9c2.333-.666 3.983-1.65 4.997-2.947c1.037-1.328 1.29-2.834 1.12-4.276c-.168-1.409-.74-2.787-1.387-3.992c-.274-.51-.57-1.003-.867-1.468M24 4C12.954 4 4 12.954 4 24s8.954 20 20 20s20-8.954 20-20S35.046 4 24 4"/></svg>
</template>

CSS

.icon-earth-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23.209%206.518Q23.602%206.5%2024%206.5c3.453%200%206.672%201%209.384%202.726c-2%203.068-4.399%205.465-5.636%206.607c-.972.896-.97%202.383-.143%203.31a10.6%2010.6%200%200%201%202.729%207.345c-.025.855.618%201.316.95%201.472c.342.161%201.032.328%201.654-.118c.934-.668%201.895-.361%202.142-.06c.07.085.17.253.023.651c-.169.456-.664%201.174-1.855%202.067c-1.115.836-1.837%201.786-2.127%202.84c-.293%201.066-.098%202.069.306%202.91c.476.99%201.269%201.823%202.072%202.45A17.4%2017.4%200%200%201%2024%2041.5c-4.768%200-9.09-1.907-12.247-5q0-.054-.005-.109c-.245-2.809-.041-4.433.308-5.369c.312-.84.734-1.123%201.18-1.283c.268-.097.575-.157.955-.209l.363-.045c.28-.034.602-.073.874-.12c.889-.157%202.048-.518%202.692-1.806c.547-1.094.507-2.253.36-3.218c-.074-.49-.184-.975-.287-1.414l-.04-.175c-.09-.385-.172-.73-.234-1.068c-.148-.804-.127-1.276.012-1.583c.103-.23.382-.604%201.415-.9c2.333-.666%203.983-1.65%204.997-2.947c1.037-1.328%201.29-2.834%201.12-4.276c-.168-1.409-.74-2.787-1.387-3.992c-.274-.51-.57-1.003-.867-1.468M24%204C12.954%204%204%2012.954%204%2024s8.954%2020%2020%2020s20-8.954%2020-20S35.046%204%2024%204%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23.209%206.518Q23.602%206.5%2024%206.5c3.453%200%206.672%201%209.384%202.726c-2%203.068-4.399%205.465-5.636%206.607c-.972.896-.97%202.383-.143%203.31a10.6%2010.6%200%200%201%202.729%207.345c-.025.855.618%201.316.95%201.472c.342.161%201.032.328%201.654-.118c.934-.668%201.895-.361%202.142-.06c.07.085.17.253.023.651c-.169.456-.664%201.174-1.855%202.067c-1.115.836-1.837%201.786-2.127%202.84c-.293%201.066-.098%202.069.306%202.91c.476.99%201.269%201.823%202.072%202.45A17.4%2017.4%200%200%201%2024%2041.5c-4.768%200-9.09-1.907-12.247-5q0-.054-.005-.109c-.245-2.809-.041-4.433.308-5.369c.312-.84.734-1.123%201.18-1.283c.268-.097.575-.157.955-.209l.363-.045c.28-.034.602-.073.874-.12c.889-.157%202.048-.518%202.692-1.806c.547-1.094.507-2.253.36-3.218c-.074-.49-.184-.975-.287-1.414l-.04-.175c-.09-.385-.172-.73-.234-1.068c-.148-.804-.127-1.276.012-1.583c.103-.23.382-.604%201.415-.9c2.333-.666%203.983-1.65%204.997-2.947c1.037-1.328%201.29-2.834%201.12-4.276c-.168-1.409-.74-2.787-1.387-3.992c-.274-.51-.57-1.003-.867-1.468M24%204C12.954%204%204%2012.954%204%2024s8.954%2020%2020%2020s20-8.954%2020-20S35.046%204%2024%204%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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