earth icon
earth from Carbon by IBM · Outline · Planning · Apache-2.0 Free for personal and commercial use.
- Name
- earth
- Set
- Carbon
- Style
- Outline
- Category
- Planning
- Viewbox
- 32×32
- License
- Apache 2.0
1 other variant in Carbon
The same icon in other sets
earthCircle FlagsearthFont Awesome Solidearth-16-filledFluent UI System IconsearthHuge IconsearthIconParkearthIconPark OutlineearthIonIconsearthLucideearthMage IconsearthMaterial Design Iconsearth-fillMingCute IconearthMyna UI IconsearthPixelarticonsearth-fillRemix Iconearth-boldSolarearthTDesign Icons
More planning icons from Carbon
accumulation-iceaccumulation-precipitationaccumulation-rainaccumulation-snowagriculture-analyticsairline-digital-gateairline-manage-gatesairline-passenger-careairline-rapid-boardairport-01airport-02airport-locationalarmalarm-addalarm-subtractarray-date-timearray-timearrivalbaggage-claimbarbicyclebootbuoybus
Use the earth icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 2a14 14 0 1 0 14 14A14.016 14.016 0 0 0 16 2m5 3.106a12 12 0 0 1 2.916 1.899L23.503 8H21Zm-7.622 22.597A11.976 11.976 0 0 1 8.116 6.976L9.465 9h3.342l-1.5 4H7.28l-1.382 4.148L8.465 21h5l1.432 2.148ZM16 28c-.203 0-.402-.02-.602-.03l1.396-4.19a1.99 1.99 0 0 0-.233-1.741l-1.432-2.148A2 2 0 0 0 13.465 19h-3.93l-1.432-2.148L8.721 15H11v2h2v-2.819l2.936-7.83l-1.872-.702L13.557 7h-3.022l-.807-1.21A11.8 11.8 0 0 1 19 4.394V8a2.003 2.003 0 0 0 2 2h2.586A2 2 0 0 0 25 9.414l.14-.14l.282-.68A12 12 0 0 1 27.3 12h-4.701a1.99 1.99 0 0 0-1.972 1.665l-.597 3.441a1.99 1.99 0 0 0 .991 2.086l2.165 1.464l1.458 3.646A11.96 11.96 0 0 1 16 28m8.815-8.656L22.1 17.509l-.1-.06l.599-3.449h5.22a11.74 11.74 0 0 1-1.744 8.495Z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonEarth(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 2a14 14 0 1 0 14 14A14.016 14.016 0 0 0 16 2m5 3.106a12 12 0 0 1 2.916 1.899L23.503 8H21Zm-7.622 22.597A11.976 11.976 0 0 1 8.116 6.976L9.465 9h3.342l-1.5 4H7.28l-1.382 4.148L8.465 21h5l1.432 2.148ZM16 28c-.203 0-.402-.02-.602-.03l1.396-4.19a1.99 1.99 0 0 0-.233-1.741l-1.432-2.148A2 2 0 0 0 13.465 19h-3.93l-1.432-2.148L8.721 15H11v2h2v-2.819l2.936-7.83l-1.872-.702L13.557 7h-3.022l-.807-1.21A11.8 11.8 0 0 1 19 4.394V8a2.003 2.003 0 0 0 2 2h2.586A2 2 0 0 0 25 9.414l.14-.14l.282-.68A12 12 0 0 1 27.3 12h-4.701a1.99 1.99 0 0 0-1.972 1.665l-.597 3.441a1.99 1.99 0 0 0 .991 2.086l2.165 1.464l1.458 3.646A11.96 11.96 0 0 1 16 28m8.815-8.656L22.1 17.509l-.1-.06l.599-3.449h5.22a11.74 11.74 0 0 1-1.744 8.495Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 2a14 14 0 1 0 14 14A14.016 14.016 0 0 0 16 2m5 3.106a12 12 0 0 1 2.916 1.899L23.503 8H21Zm-7.622 22.597A11.976 11.976 0 0 1 8.116 6.976L9.465 9h3.342l-1.5 4H7.28l-1.382 4.148L8.465 21h5l1.432 2.148ZM16 28c-.203 0-.402-.02-.602-.03l1.396-4.19a1.99 1.99 0 0 0-.233-1.741l-1.432-2.148A2 2 0 0 0 13.465 19h-3.93l-1.432-2.148L8.721 15H11v2h2v-2.819l2.936-7.83l-1.872-.702L13.557 7h-3.022l-.807-1.21A11.8 11.8 0 0 1 19 4.394V8a2.003 2.003 0 0 0 2 2h2.586A2 2 0 0 0 25 9.414l.14-.14l.282-.68A12 12 0 0 1 27.3 12h-4.701a1.99 1.99 0 0 0-1.972 1.665l-.597 3.441a1.99 1.99 0 0 0 .991 2.086l2.165 1.464l1.458 3.646A11.96 11.96 0 0 1 16 28m8.815-8.656L22.1 17.509l-.1-.06l.599-3.449h5.22a11.74 11.74 0 0 1-1.744 8.495Z"/></svg> </template>
CSS
.icon-earth {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%202a14%2014%200%201%200%2014%2014A14.016%2014.016%200%200%200%2016%202m5%203.106a12%2012%200%200%201%202.916%201.899L23.503%208H21Zm-7.622%2022.597A11.976%2011.976%200%200%201%208.116%206.976L9.465%209h3.342l-1.5%204H7.28l-1.382%204.148L8.465%2021h5l1.432%202.148ZM16%2028c-.203%200-.402-.02-.602-.03l1.396-4.19a1.99%201.99%200%200%200-.233-1.741l-1.432-2.148A2%202%200%200%200%2013.465%2019h-3.93l-1.432-2.148L8.721%2015H11v2h2v-2.819l2.936-7.83l-1.872-.702L13.557%207h-3.022l-.807-1.21A11.8%2011.8%200%200%201%2019%204.394V8a2.003%202.003%200%200%200%202%202h2.586A2%202%200%200%200%2025%209.414l.14-.14l.282-.68A12%2012%200%200%201%2027.3%2012h-4.701a1.99%201.99%200%200%200-1.972%201.665l-.597%203.441a1.99%201.99%200%200%200%20.991%202.086l2.165%201.464l1.458%203.646A11.96%2011.96%200%200%201%2016%2028m8.815-8.656L22.1%2017.509l-.1-.06l.599-3.449h5.22a11.74%2011.74%200%200%201-1.744%208.495Z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%202a14%2014%200%201%200%2014%2014A14.016%2014.016%200%200%200%2016%202m5%203.106a12%2012%200%200%201%202.916%201.899L23.503%208H21Zm-7.622%2022.597A11.976%2011.976%200%200%201%208.116%206.976L9.465%209h3.342l-1.5%204H7.28l-1.382%204.148L8.465%2021h5l1.432%202.148ZM16%2028c-.203%200-.402-.02-.602-.03l1.396-4.19a1.99%201.99%200%200%200-.233-1.741l-1.432-2.148A2%202%200%200%200%2013.465%2019h-3.93l-1.432-2.148L8.721%2015H11v2h2v-2.819l2.936-7.83l-1.872-.702L13.557%207h-3.022l-.807-1.21A11.8%2011.8%200%200%201%2019%204.394V8a2.003%202.003%200%200%200%202%202h2.586A2%202%200%200%200%2025%209.414l.14-.14l.282-.68A12%2012%200%200%201%2027.3%2012h-4.701a1.99%201.99%200%200%200-1.972%201.665l-.597%203.441a1.99%201.99%200%200%200%20.991%202.086l2.165%201.464l1.458%203.646A11.96%2011.96%200%200%201%2016%2028m8.815-8.656L22.1%2017.509l-.1-.06l.599-3.449h5.22a11.74%2011.74%200%200%201-1.744%208.495Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/earth.svg?color=%231a73e8&size=48