planet icon
planet-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- planet-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- 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="M3.282 9.754a9.004 9.004 0 0 1 16.63-2.048q-.401.005-.817.044c-2.055.192-4.669 1.011-7.91 2.697c-3.007 1.564-5.171 2.183-6.62 2.318c-.735.07-1.224.012-1.539-.071a9 9 0 0 1 .002-1.41c-.691.105-1.119.437-1.318.759c-.233.377-.205.792.115 1.122c.208.214.585.435 1.194.55c.426.08.967.109 1.642.046q.153-.015.315-.035c1.6-.207 3.793-.895 6.67-2.391c2.97-1.545 5.337-2.312 7.171-2.548q.19-.025.375-.042c.758-.071 1.438-.048 2.031.06l.066.013c.835.162 1.495.495 1.958.972c.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.394-.006.802-.044c2.055-.192 4.669-1.011 7.91-2.698c3.006-1.563 5.171-2.182 6.621-2.317c.745-.07 1.239-.01 1.553.075a9 9 0 0 1-.002 1.405c.69-.105 1.116-.437 1.314-.758c.233-.377.205-.792-.116-1.122c-.208-.214-.586-.435-1.194-.55l-.144-.025a5 5 0 0 0-.824-.056a8 8 0 0 0-.675.035c-1.623.152-3.916.827-6.99 2.426c-3.173 1.652-5.659 2.413-7.54 2.59a9 9 0 0 1-1.184.033a6 6 0 0 1-.885-.1c-.848-.161-1.518-.496-1.986-.978c-.834-.858-.885-2.037-.316-2.957c.533-.86 1.557-1.442 2.85-1.499"/></svg>
React
import type { SVGProps } from "react";
export function FluentPlanet24Filled(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="M3.282 9.754a9.004 9.004 0 0 1 16.63-2.048q-.401.005-.817.044c-2.055.192-4.669 1.011-7.91 2.697c-3.007 1.564-5.171 2.183-6.62 2.318c-.735.07-1.224.012-1.539-.071a9 9 0 0 1 .002-1.41c-.691.105-1.119.437-1.318.759c-.233.377-.205.792.115 1.122c.208.214.585.435 1.194.55c.426.08.967.109 1.642.046q.153-.015.315-.035c1.6-.207 3.793-.895 6.67-2.391c2.97-1.545 5.337-2.312 7.171-2.548q.19-.025.375-.042c.758-.071 1.438-.048 2.031.06l.066.013c.835.162 1.495.495 1.958.972c.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.394-.006.802-.044c2.055-.192 4.669-1.011 7.91-2.698c3.006-1.563 5.171-2.182 6.621-2.317c.745-.07 1.239-.01 1.553.075a9 9 0 0 1-.002 1.405c.69-.105 1.116-.437 1.314-.758c.233-.377.205-.792-.116-1.122c-.208-.214-.586-.435-1.194-.55l-.144-.025a5 5 0 0 0-.824-.056a8 8 0 0 0-.675.035c-1.623.152-3.916.827-6.99 2.426c-3.173 1.652-5.659 2.413-7.54 2.59a9 9 0 0 1-1.184.033a6 6 0 0 1-.885-.1c-.848-.161-1.518-.496-1.986-.978c-.834-.858-.885-2.037-.316-2.957c.533-.86 1.557-1.442 2.85-1.499"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.282 9.754a9.004 9.004 0 0 1 16.63-2.048q-.401.005-.817.044c-2.055.192-4.669 1.011-7.91 2.697c-3.007 1.564-5.171 2.183-6.62 2.318c-.735.07-1.224.012-1.539-.071a9 9 0 0 1 .002-1.41c-.691.105-1.119.437-1.318.759c-.233.377-.205.792.115 1.122c.208.214.585.435 1.194.55c.426.08.967.109 1.642.046q.153-.015.315-.035c1.6-.207 3.793-.895 6.67-2.391c2.97-1.545 5.337-2.312 7.171-2.548q.19-.025.375-.042c.758-.071 1.438-.048 2.031.06l.066.013c.835.162 1.495.495 1.958.972c.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.394-.006.802-.044c2.055-.192 4.669-1.011 7.91-2.698c3.006-1.563 5.171-2.182 6.621-2.317c.745-.07 1.239-.01 1.553.075a9 9 0 0 1-.002 1.405c.69-.105 1.116-.437 1.314-.758c.233-.377.205-.792-.116-1.122c-.208-.214-.586-.435-1.194-.55l-.144-.025a5 5 0 0 0-.824-.056a8 8 0 0 0-.675.035c-1.623.152-3.916.827-6.99 2.426c-3.173 1.652-5.659 2.413-7.54 2.59a9 9 0 0 1-1.184.033a6 6 0 0 1-.885-.1c-.848-.161-1.518-.496-1.986-.978c-.834-.858-.885-2.037-.316-2.957c.533-.86 1.557-1.442 2.85-1.499"/></svg> </template>
CSS
.icon-planet-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.282%209.754a9.004%209.004%200%200%201%2016.63-2.048q-.401.005-.817.044c-2.055.192-4.669%201.011-7.91%202.697c-3.007%201.564-5.171%202.183-6.62%202.318c-.735.07-1.224.012-1.539-.071a9%209%200%200%201%20.002-1.41c-.691.105-1.119.437-1.318.759c-.233.377-.205.792.115%201.122c.208.214.585.435%201.194.55c.426.08.967.109%201.642.046q.153-.015.315-.035c1.6-.207%203.793-.895%206.67-2.391c2.97-1.545%205.337-2.312%207.171-2.548q.19-.025.375-.042c.758-.071%201.438-.048%202.031.06l.066.013c.835.162%201.495.495%201.958.972c.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.394-.006.802-.044c2.055-.192%204.669-1.011%207.91-2.698c3.006-1.563%205.171-2.182%206.621-2.317c.745-.07%201.239-.01%201.553.075a9%209%200%200%201-.002%201.405c.69-.105%201.116-.437%201.314-.758c.233-.377.205-.792-.116-1.122c-.208-.214-.586-.435-1.194-.55l-.144-.025a5%205%200%200%200-.824-.056a8%208%200%200%200-.675.035c-1.623.152-3.916.827-6.99%202.426c-3.173%201.652-5.659%202.413-7.54%202.59a9%209%200%200%201-1.184.033a6%206%200%200%201-.885-.1c-.848-.161-1.518-.496-1.986-.978c-.834-.858-.885-2.037-.316-2.957c.533-.86%201.557-1.442%202.85-1.499%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%22M3.282%209.754a9.004%209.004%200%200%201%2016.63-2.048q-.401.005-.817.044c-2.055.192-4.669%201.011-7.91%202.697c-3.007%201.564-5.171%202.183-6.62%202.318c-.735.07-1.224.012-1.539-.071a9%209%200%200%201%20.002-1.41c-.691.105-1.119.437-1.318.759c-.233.377-.205.792.115%201.122c.208.214.585.435%201.194.55c.426.08.967.109%201.642.046q.153-.015.315-.035c1.6-.207%203.793-.895%206.67-2.391c2.97-1.545%205.337-2.312%207.171-2.548q.19-.025.375-.042c.758-.071%201.438-.048%202.031.06l.066.013c.835.162%201.495.495%201.958.972c.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.394-.006.802-.044c2.055-.192%204.669-1.011%207.91-2.698c3.006-1.563%205.171-2.182%206.621-2.317c.745-.07%201.239-.01%201.553.075a9%209%200%200%201-.002%201.405c.69-.105%201.116-.437%201.314-.758c.233-.377.205-.792-.116-1.122c-.208-.214-.586-.435-1.194-.55l-.144-.025a5%205%200%200%200-.824-.056a8%208%200%200%200-.675.035c-1.623.152-3.916.827-6.99%202.426c-3.173%201.652-5.659%202.413-7.54%202.59a9%209%200%200%201-1.184.033a6%206%200%200%201-.885-.1c-.848-.161-1.518-.496-1.986-.978c-.834-.858-.885-2.037-.316-2.957c.533-.86%201.557-1.442%202.85-1.499%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/planet-24-filled.svg?color=%231a73e8&size=48