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

Name
earth-48-regular
Set
Fluent UI System Icons
Style
48 Regular
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.468m-2.775.346c.492.71 1.002 1.49 1.44 2.306c.579 1.076.991 2.136 1.106 3.102c.11.933-.058 1.74-.608 2.443c-.572.733-1.672 1.5-3.713 2.083c-1.468.42-2.502 1.153-3.008 2.276c-.47 1.045-.355 2.171-.19 3.063c.073.401.17.812.258 1.19l.04.168c.102.439.191.839.25 1.222c.119.78.078 1.318-.125 1.724c-.106.212-.26.35-.888.46c-.215.038-.409.061-.637.089c-.15.018-.313.037-.507.064a7 7 0 0 0-1.462.332c-1.116.402-2.1 1.213-2.677 2.764c-.309.828-.497 1.855-.554 3.128A17.4 17.4 0 0 1 6.5 24c0-8.443 5.98-15.49 13.934-17.136m15.153 30.251c-.751-.471-1.542-1.19-1.906-1.948c-.203-.423-.25-.802-.15-1.164c.103-.372.406-.894 1.217-1.503c1.392-1.043 2.3-2.117 2.7-3.201c.421-1.142.255-2.26-.433-3.1c-.975-1.19-2.688-1.521-4.223-1.04a13.12 13.12 0 0 0-3.241-7.588c1.32-1.23 3.759-3.687 5.844-6.853A17.46 17.46 0 0 1 41.5 24a17.46 17.46 0 0 1-5.913 13.115M24 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 FluentEarth48Regular(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.468m-2.775.346c.492.71 1.002 1.49 1.44 2.306c.579 1.076.991 2.136 1.106 3.102c.11.933-.058 1.74-.608 2.443c-.572.733-1.672 1.5-3.713 2.083c-1.468.42-2.502 1.153-3.008 2.276c-.47 1.045-.355 2.171-.19 3.063c.073.401.17.812.258 1.19l.04.168c.102.439.191.839.25 1.222c.119.78.078 1.318-.125 1.724c-.106.212-.26.35-.888.46c-.215.038-.409.061-.637.089c-.15.018-.313.037-.507.064a7 7 0 0 0-1.462.332c-1.116.402-2.1 1.213-2.677 2.764c-.309.828-.497 1.855-.554 3.128A17.4 17.4 0 0 1 6.5 24c0-8.443 5.98-15.49 13.934-17.136m15.153 30.251c-.751-.471-1.542-1.19-1.906-1.948c-.203-.423-.25-.802-.15-1.164c.103-.372.406-.894 1.217-1.503c1.392-1.043 2.3-2.117 2.7-3.201c.421-1.142.255-2.26-.433-3.1c-.975-1.19-2.688-1.521-4.223-1.04a13.12 13.12 0 0 0-3.241-7.588c1.32-1.23 3.759-3.687 5.844-6.853A17.46 17.46 0 0 1 41.5 24a17.46 17.46 0 0 1-5.913 13.115M24 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.468m-2.775.346c.492.71 1.002 1.49 1.44 2.306c.579 1.076.991 2.136 1.106 3.102c.11.933-.058 1.74-.608 2.443c-.572.733-1.672 1.5-3.713 2.083c-1.468.42-2.502 1.153-3.008 2.276c-.47 1.045-.355 2.171-.19 3.063c.073.401.17.812.258 1.19l.04.168c.102.439.191.839.25 1.222c.119.78.078 1.318-.125 1.724c-.106.212-.26.35-.888.46c-.215.038-.409.061-.637.089c-.15.018-.313.037-.507.064a7 7 0 0 0-1.462.332c-1.116.402-2.1 1.213-2.677 2.764c-.309.828-.497 1.855-.554 3.128A17.4 17.4 0 0 1 6.5 24c0-8.443 5.98-15.49 13.934-17.136m15.153 30.251c-.751-.471-1.542-1.19-1.906-1.948c-.203-.423-.25-.802-.15-1.164c.103-.372.406-.894 1.217-1.503c1.392-1.043 2.3-2.117 2.7-3.201c.421-1.142.255-2.26-.433-3.1c-.975-1.19-2.688-1.521-4.223-1.04a13.12 13.12 0 0 0-3.241-7.588c1.32-1.23 3.759-3.687 5.844-6.853A17.46 17.46 0 0 1 41.5 24a17.46 17.46 0 0 1-5.913 13.115M24 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-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%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.468m-2.775.346c.492.71%201.002%201.49%201.44%202.306c.579%201.076.991%202.136%201.106%203.102c.11.933-.058%201.74-.608%202.443c-.572.733-1.672%201.5-3.713%202.083c-1.468.42-2.502%201.153-3.008%202.276c-.47%201.045-.355%202.171-.19%203.063c.073.401.17.812.258%201.19l.04.168c.102.439.191.839.25%201.222c.119.78.078%201.318-.125%201.724c-.106.212-.26.35-.888.46c-.215.038-.409.061-.637.089c-.15.018-.313.037-.507.064a7%207%200%200%200-1.462.332c-1.116.402-2.1%201.213-2.677%202.764c-.309.828-.497%201.855-.554%203.128A17.4%2017.4%200%200%201%206.5%2024c0-8.443%205.98-15.49%2013.934-17.136m15.153%2030.251c-.751-.471-1.542-1.19-1.906-1.948c-.203-.423-.25-.802-.15-1.164c.103-.372.406-.894%201.217-1.503c1.392-1.043%202.3-2.117%202.7-3.201c.421-1.142.255-2.26-.433-3.1c-.975-1.19-2.688-1.521-4.223-1.04a13.12%2013.12%200%200%200-3.241-7.588c1.32-1.23%203.759-3.687%205.844-6.853A17.46%2017.46%200%200%201%2041.5%2024a17.46%2017.46%200%200%201-5.913%2013.115M24%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.468m-2.775.346c.492.71%201.002%201.49%201.44%202.306c.579%201.076.991%202.136%201.106%203.102c.11.933-.058%201.74-.608%202.443c-.572.733-1.672%201.5-3.713%202.083c-1.468.42-2.502%201.153-3.008%202.276c-.47%201.045-.355%202.171-.19%203.063c.073.401.17.812.258%201.19l.04.168c.102.439.191.839.25%201.222c.119.78.078%201.318-.125%201.724c-.106.212-.26.35-.888.46c-.215.038-.409.061-.637.089c-.15.018-.313.037-.507.064a7%207%200%200%200-1.462.332c-1.116.402-2.1%201.213-2.677%202.764c-.309.828-.497%201.855-.554%203.128A17.4%2017.4%200%200%201%206.5%2024c0-8.443%205.98-15.49%2013.934-17.136m15.153%2030.251c-.751-.471-1.542-1.19-1.906-1.948c-.203-.423-.25-.802-.15-1.164c.103-.372.406-.894%201.217-1.503c1.392-1.043%202.3-2.117%202.7-3.201c.421-1.142.255-2.26-.433-3.1c-.975-1.19-2.688-1.521-4.223-1.04a13.12%2013.12%200%200%200-3.241-7.588c1.32-1.23%203.759-3.687%205.844-6.853A17.46%2017.46%200%200%201%2041.5%2024a17.46%2017.46%200%200%201-5.913%2013.115M24%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-regular.svg?color=%231a73e8&size=48