Planet icon

Planet is a Google Material Symbol from the Social category. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

planet_outlined_fill0_wght400.svg

Planet icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&icon_names=planet" />

<span class="material-symbols-outlined">planet</span>

Planet icon in React

// With the font from the HTML tab:
export function PlanetIcon() {
  return (
    <span className="material-symbols-outlined">
      planet
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import PlanetIcon from "@material-symbols/svg-400/outlined/planet.svg?react";

Planet icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">planet</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import PlanetIcon from "@material-symbols/svg-400/outlined/planet.svg?component"; -->

Planet icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">planet</mat-icon>

Planet icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.planet, fill: 0, weight: 400)

Planet icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/planet.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="M11.938 9.988Q12.225 9.7 12.225 9.275t-.287-.712Q11.65 8.275 11.225 8.275t-.712 .288Q10.225 8.85 10.225 9.275t.288 .713Q10.8 10.275 11.225 10.275t.713-.287ZM20.925 22q-.85 0-2.725-1.037T14.2 18.4q-.525 .2-1.087 .275t-1.138 .075q-2.8 0-4.762-1.962T5.25 12.025q0-.575 .075-1.125t.275-1.075q-1.525-2.125-2.562-4.012T2 3.1q0-.45 .313-.762T3.125 2.025q.875 0 2.4 .913T8.675 4.75q-.4 .175-.762 .375T7.2 5.6q-.825-.5-1.687-.95T3.775 3.8q.525 1.175 1.163 2.288T6.325 8.325q.9-1.4 2.375-2.225t3.275-.825q2.8 0 4.775 1.975t1.975 4.775q0 1.775-.825 3.25t-2.225 2.375q1.125 .75 2.25 1.4t2.325 1.175q-.4-.875-.862-1.75T18.425 16.775q.275-.35 .488-.7t.387-.75q.9 1.625 1.8 3.15t.9 2.4q0 .5-.312 .813T20.925 22ZM14.263 14.563Q14.475 14.35 14.475 14.025t-.212-.537Q14.05 13.275 13.725 13.275t-.537 .213Q12.975 13.7 12.975 14.025t.213 .538Q13.4 14.775 13.725 14.775t.538-.212ZM15.325 11.125q.15-.15 .15-.35t-.15-.35q-.15-.15-.35-.15t-.35 .15q-.15 .15-.15 .35t.15 .35q.15 .15 .35 .15t.35-.15ZM12.625 17.2q-1.75-1.4-3.487-3.137T6.8 11.325l-.025 .338-.025 .337q0 1.2 .488 2.2t1.287 1.725q.8 .725 1.863 1.075t2.237 .2Zm1.7-.5q1.3-.65 2.1-1.9t.8-2.8q0-2.2-1.525-3.712T11.975 6.775q-1.55 0-2.787 .8T7.3 9.675q1.5 1.975 3.275 3.75t3.75 3.275Zm-4.65-2.35Zm2.575-2.625Z" />
</vector>

Planet icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/planet.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/[email protected]/outlined/planet.svg" width="24" height="24" alt="Planet">

Planet icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NamePlanet
Ligatureplanet
Code pointU+F387
CategorySocial
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/planet.svg, planet-fill.svg
FlutterSymbols.planet
LicenseApache License 2.0 (© Google LLC)

Keywords

socialnetworkconnectioninternettravelenvironmentscienceeducationexplorespaceworldglobalglobe

Related icons