planet icon
planet-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- planet-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- License
- MIT
7 other variants in Fluent UI System Icons
The same icon in other sets
planetAkar IconsplanetBoxIcons v2planetBoxIcons v2 Solidplanet-16Fluent UI System Color IconsplanetIconParkplanetIconPark OutlineplanetIconPark SolidplanetIconPark TwoToneplanetIconoirplanetIonIconsplanetLucide LabplanetMajesticonsplanetMaterial SymbolsplanetMaterial Symbols Lightplanet-fillMingCute IconplanetMyna UI IconsplanetPhosphorplanet-fillRemix IconplanetSimple Iconsplanet-boldSolarplanetTabler Icons
Use the planet icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 4.5a7.5 7.5 0 0 0-7.461 8.268c-.72.065-1.202.007-1.513-.075a9 9 0 0 1 .002-1.41c-.691.106-1.119.438-1.318.76c-.233.377-.205.792.115 1.122c.209.214.588.437 1.2.551c.426.08.964.107 1.636.045c1.622-.152 3.915-.828 6.989-2.427c3.174-1.651 5.66-2.413 7.542-2.589q1.134-.103 2.023.059l.04.007c.851.16 1.523.496 1.992.979c.835.857.886 2.036.317 2.956c-.532.861-1.554 1.441-2.846 1.5a9.004 9.004 0 0 1-16.63 2.048q.395-.005.805-.044q.411-.038.852-.11a7.5 7.5 0 0 0 13.716-4.908c.723-.065 1.204-.006 1.513.077a9 9 0 0 1-.002 1.406c.69-.105 1.116-.437 1.314-.758c.233-.377.205-.792-.116-1.122c-.209-.215-.589-.437-1.201-.552l-.137-.023a5.4 5.4 0 0 0-.848-.056a8 8 0 0 0-.65.035c-1.624.152-3.917.827-6.99 2.426c-3.174 1.652-5.66 2.413-7.541 2.59a9 9 0 0 1-1.184.033a6 6 0 0 1-.876-.1c-.853-.159-1.525-.495-1.995-.978c-.834-.858-.885-2.037-.316-2.957c.533-.86 1.557-1.442 2.85-1.499a9.004 9.004 0 0 1 16.63-2.048q-.4.005-.814.044q-.408.037-.844.11A7.5 7.5 0 0 0 12 4.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentPlanet24Regular(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="M12 4.5a7.5 7.5 0 0 0-7.461 8.268c-.72.065-1.202.007-1.513-.075a9 9 0 0 1 .002-1.41c-.691.106-1.119.438-1.318.76c-.233.377-.205.792.115 1.122c.209.214.588.437 1.2.551c.426.08.964.107 1.636.045c1.622-.152 3.915-.828 6.989-2.427c3.174-1.651 5.66-2.413 7.542-2.589q1.134-.103 2.023.059l.04.007c.851.16 1.523.496 1.992.979c.835.857.886 2.036.317 2.956c-.532.861-1.554 1.441-2.846 1.5a9.004 9.004 0 0 1-16.63 2.048q.395-.005.805-.044q.411-.038.852-.11a7.5 7.5 0 0 0 13.716-4.908c.723-.065 1.204-.006 1.513.077a9 9 0 0 1-.002 1.406c.69-.105 1.116-.437 1.314-.758c.233-.377.205-.792-.116-1.122c-.209-.215-.589-.437-1.201-.552l-.137-.023a5.4 5.4 0 0 0-.848-.056a8 8 0 0 0-.65.035c-1.624.152-3.917.827-6.99 2.426c-3.174 1.652-5.66 2.413-7.541 2.59a9 9 0 0 1-1.184.033a6 6 0 0 1-.876-.1c-.853-.159-1.525-.495-1.995-.978c-.834-.858-.885-2.037-.316-2.957c.533-.86 1.557-1.442 2.85-1.499a9.004 9.004 0 0 1 16.63-2.048q-.4.005-.814.044q-.408.037-.844.11A7.5 7.5 0 0 0 12 4.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 4.5a7.5 7.5 0 0 0-7.461 8.268c-.72.065-1.202.007-1.513-.075a9 9 0 0 1 .002-1.41c-.691.106-1.119.438-1.318.76c-.233.377-.205.792.115 1.122c.209.214.588.437 1.2.551c.426.08.964.107 1.636.045c1.622-.152 3.915-.828 6.989-2.427c3.174-1.651 5.66-2.413 7.542-2.589q1.134-.103 2.023.059l.04.007c.851.16 1.523.496 1.992.979c.835.857.886 2.036.317 2.956c-.532.861-1.554 1.441-2.846 1.5a9.004 9.004 0 0 1-16.63 2.048q.395-.005.805-.044q.411-.038.852-.11a7.5 7.5 0 0 0 13.716-4.908c.723-.065 1.204-.006 1.513.077a9 9 0 0 1-.002 1.406c.69-.105 1.116-.437 1.314-.758c.233-.377.205-.792-.116-1.122c-.209-.215-.589-.437-1.201-.552l-.137-.023a5.4 5.4 0 0 0-.848-.056a8 8 0 0 0-.65.035c-1.624.152-3.917.827-6.99 2.426c-3.174 1.652-5.66 2.413-7.541 2.59a9 9 0 0 1-1.184.033a6 6 0 0 1-.876-.1c-.853-.159-1.525-.495-1.995-.978c-.834-.858-.885-2.037-.316-2.957c.533-.86 1.557-1.442 2.85-1.499a9.004 9.004 0 0 1 16.63-2.048q-.4.005-.814.044q-.408.037-.844.11A7.5 7.5 0 0 0 12 4.5"/></svg> </template>
CSS
.icon-planet-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%22M12%204.5a7.5%207.5%200%200%200-7.461%208.268c-.72.065-1.202.007-1.513-.075a9%209%200%200%201%20.002-1.41c-.691.106-1.119.438-1.318.76c-.233.377-.205.792.115%201.122c.209.214.588.437%201.2.551c.426.08.964.107%201.636.045c1.622-.152%203.915-.828%206.989-2.427c3.174-1.651%205.66-2.413%207.542-2.589q1.134-.103%202.023.059l.04.007c.851.16%201.523.496%201.992.979c.835.857.886%202.036.317%202.956c-.532.861-1.554%201.441-2.846%201.5a9.004%209.004%200%200%201-16.63%202.048q.395-.005.805-.044q.411-.038.852-.11a7.5%207.5%200%200%200%2013.716-4.908c.723-.065%201.204-.006%201.513.077a9%209%200%200%201-.002%201.406c.69-.105%201.116-.437%201.314-.758c.233-.377.205-.792-.116-1.122c-.209-.215-.589-.437-1.201-.552l-.137-.023a5.4%205.4%200%200%200-.848-.056a8%208%200%200%200-.65.035c-1.624.152-3.917.827-6.99%202.426c-3.174%201.652-5.66%202.413-7.541%202.59a9%209%200%200%201-1.184.033a6%206%200%200%201-.876-.1c-.853-.159-1.525-.495-1.995-.978c-.834-.858-.885-2.037-.316-2.957c.533-.86%201.557-1.442%202.85-1.499a9.004%209.004%200%200%201%2016.63-2.048q-.4.005-.814.044q-.408.037-.844.11A7.5%207.5%200%200%200%2012%204.5%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%22M12%204.5a7.5%207.5%200%200%200-7.461%208.268c-.72.065-1.202.007-1.513-.075a9%209%200%200%201%20.002-1.41c-.691.106-1.119.438-1.318.76c-.233.377-.205.792.115%201.122c.209.214.588.437%201.2.551c.426.08.964.107%201.636.045c1.622-.152%203.915-.828%206.989-2.427c3.174-1.651%205.66-2.413%207.542-2.589q1.134-.103%202.023.059l.04.007c.851.16%201.523.496%201.992.979c.835.857.886%202.036.317%202.956c-.532.861-1.554%201.441-2.846%201.5a9.004%209.004%200%200%201-16.63%202.048q.395-.005.805-.044q.411-.038.852-.11a7.5%207.5%200%200%200%2013.716-4.908c.723-.065%201.204-.006%201.513.077a9%209%200%200%201-.002%201.406c.69-.105%201.116-.437%201.314-.758c.233-.377.205-.792-.116-1.122c-.209-.215-.589-.437-1.201-.552l-.137-.023a5.4%205.4%200%200%200-.848-.056a8%208%200%200%200-.65.035c-1.624.152-3.917.827-6.99%202.426c-3.174%201.652-5.66%202.413-7.541%202.59a9%209%200%200%201-1.184.033a6%206%200%200%201-.876-.1c-.853-.159-1.525-.495-1.995-.978c-.834-.858-.885-2.037-.316-2.957c.533-.86%201.557-1.442%202.85-1.499a9.004%209.004%200%200%201%2016.63-2.048q-.4.005-.814.044q-.408.037-.844.11A7.5%207.5%200%200%200%2012%204.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/planet-24-regular.svg?color=%231a73e8&size=48