planet icon
planet-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.
- Name
- planet-16-filled
- Set
- Fluent UI System Icons
- Style
- 16 Filled
- Viewbox
- 16×16
- 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 16 16"><path fill="currentColor" d="M2.34 6.005a6.003 6.003 0 0 1 10.725-1.222a8.6 8.6 0 0 0-2.088.354c-1.31.39-2.636 1.014-3.65 1.52c-.99.495-2.12 1.019-3.162 1.329c-.532.158-.978.24-1.333.258c-.361.017-.563-.037-.66-.085l-.012-.007A.6.6 0 0 1 2 8.04V8q0-.48.073-.938c-.439.127-.815.434-.982.774q-.152.317-.05.586c.07.18.25.415.68.631c.608.307 1.562.24 2.725-.107c1.13-.337 2.325-.895 3.323-1.394c1.006-.502 2.267-1.093 3.489-1.456c1.19-.353 2.483-.535 3.463-.043c.586.294.987.69 1.169 1.17c.183.481.115.97-.089 1.382c-.37.75-1.224 1.326-2.14 1.389a6.002 6.002 0 0 1-10.727 1.222a8.6 8.6 0 0 0 2.087-.355c1.308-.39 2.632-1.014 3.645-1.52c.99-.494 2.121-1.018 3.165-1.328c.534-.159.98-.241 1.336-.258c.274-.013.457.014.57.05q.054.019.104.045l-.003.003h.008c.07.036.128.079.154.11V8q0 .477-.072.935c.434-.129.809-.434.977-.774c.104-.21.117-.407.05-.584c-.068-.18-.25-.413-.682-.63c-.61-.306-1.567-.238-2.73.108c-1.133.336-2.33.894-3.327 1.392C7.21 8.95 5.95 9.541 4.73 9.905c-1.188.354-2.48.536-3.46.041c-.584-.295-.983-.692-1.164-1.17c-.183-.48-.117-.968.086-1.38c.37-.754 1.225-1.33 2.147-1.391"/></svg>
React
import type { SVGProps } from "react";
export function FluentPlanet16Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M2.34 6.005a6.003 6.003 0 0 1 10.725-1.222a8.6 8.6 0 0 0-2.088.354c-1.31.39-2.636 1.014-3.65 1.52c-.99.495-2.12 1.019-3.162 1.329c-.532.158-.978.24-1.333.258c-.361.017-.563-.037-.66-.085l-.012-.007A.6.6 0 0 1 2 8.04V8q0-.48.073-.938c-.439.127-.815.434-.982.774q-.152.317-.05.586c.07.18.25.415.68.631c.608.307 1.562.24 2.725-.107c1.13-.337 2.325-.895 3.323-1.394c1.006-.502 2.267-1.093 3.489-1.456c1.19-.353 2.483-.535 3.463-.043c.586.294.987.69 1.169 1.17c.183.481.115.97-.089 1.382c-.37.75-1.224 1.326-2.14 1.389a6.002 6.002 0 0 1-10.727 1.222a8.6 8.6 0 0 0 2.087-.355c1.308-.39 2.632-1.014 3.645-1.52c.99-.494 2.121-1.018 3.165-1.328c.534-.159.98-.241 1.336-.258c.274-.013.457.014.57.05q.054.019.104.045l-.003.003h.008c.07.036.128.079.154.11V8q0 .477-.072.935c.434-.129.809-.434.977-.774c.104-.21.117-.407.05-.584c-.068-.18-.25-.413-.682-.63c-.61-.306-1.567-.238-2.73.108c-1.133.336-2.33.894-3.327 1.392C7.21 8.95 5.95 9.541 4.73 9.905c-1.188.354-2.48.536-3.46.041c-.584-.295-.983-.692-1.164-1.17c-.183-.48-.117-.968.086-1.38c.37-.754 1.225-1.33 2.147-1.391"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M2.34 6.005a6.003 6.003 0 0 1 10.725-1.222a8.6 8.6 0 0 0-2.088.354c-1.31.39-2.636 1.014-3.65 1.52c-.99.495-2.12 1.019-3.162 1.329c-.532.158-.978.24-1.333.258c-.361.017-.563-.037-.66-.085l-.012-.007A.6.6 0 0 1 2 8.04V8q0-.48.073-.938c-.439.127-.815.434-.982.774q-.152.317-.05.586c.07.18.25.415.68.631c.608.307 1.562.24 2.725-.107c1.13-.337 2.325-.895 3.323-1.394c1.006-.502 2.267-1.093 3.489-1.456c1.19-.353 2.483-.535 3.463-.043c.586.294.987.69 1.169 1.17c.183.481.115.97-.089 1.382c-.37.75-1.224 1.326-2.14 1.389a6.002 6.002 0 0 1-10.727 1.222a8.6 8.6 0 0 0 2.087-.355c1.308-.39 2.632-1.014 3.645-1.52c.99-.494 2.121-1.018 3.165-1.328c.534-.159.98-.241 1.336-.258c.274-.013.457.014.57.05q.054.019.104.045l-.003.003h.008c.07.036.128.079.154.11V8q0 .477-.072.935c.434-.129.809-.434.977-.774c.104-.21.117-.407.05-.584c-.068-.18-.25-.413-.682-.63c-.61-.306-1.567-.238-2.73.108c-1.133.336-2.33.894-3.327 1.392C7.21 8.95 5.95 9.541 4.73 9.905c-1.188.354-2.48.536-3.46.041c-.584-.295-.983-.692-1.164-1.17c-.183-.48-.117-.968.086-1.38c.37-.754 1.225-1.33 2.147-1.391"/></svg> </template>
CSS
.icon-planet-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.34%206.005a6.003%206.003%200%200%201%2010.725-1.222a8.6%208.6%200%200%200-2.088.354c-1.31.39-2.636%201.014-3.65%201.52c-.99.495-2.12%201.019-3.162%201.329c-.532.158-.978.24-1.333.258c-.361.017-.563-.037-.66-.085l-.012-.007A.6.6%200%200%201%202%208.04V8q0-.48.073-.938c-.439.127-.815.434-.982.774q-.152.317-.05.586c.07.18.25.415.68.631c.608.307%201.562.24%202.725-.107c1.13-.337%202.325-.895%203.323-1.394c1.006-.502%202.267-1.093%203.489-1.456c1.19-.353%202.483-.535%203.463-.043c.586.294.987.69%201.169%201.17c.183.481.115.97-.089%201.382c-.37.75-1.224%201.326-2.14%201.389a6.002%206.002%200%200%201-10.727%201.222a8.6%208.6%200%200%200%202.087-.355c1.308-.39%202.632-1.014%203.645-1.52c.99-.494%202.121-1.018%203.165-1.328c.534-.159.98-.241%201.336-.258c.274-.013.457.014.57.05q.054.019.104.045l-.003.003h.008c.07.036.128.079.154.11V8q0%20.477-.072.935c.434-.129.809-.434.977-.774c.104-.21.117-.407.05-.584c-.068-.18-.25-.413-.682-.63c-.61-.306-1.567-.238-2.73.108c-1.133.336-2.33.894-3.327%201.392C7.21%208.95%205.95%209.541%204.73%209.905c-1.188.354-2.48.536-3.46.041c-.584-.295-.983-.692-1.164-1.17c-.183-.48-.117-.968.086-1.38c.37-.754%201.225-1.33%202.147-1.391%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.34%206.005a6.003%206.003%200%200%201%2010.725-1.222a8.6%208.6%200%200%200-2.088.354c-1.31.39-2.636%201.014-3.65%201.52c-.99.495-2.12%201.019-3.162%201.329c-.532.158-.978.24-1.333.258c-.361.017-.563-.037-.66-.085l-.012-.007A.6.6%200%200%201%202%208.04V8q0-.48.073-.938c-.439.127-.815.434-.982.774q-.152.317-.05.586c.07.18.25.415.68.631c.608.307%201.562.24%202.725-.107c1.13-.337%202.325-.895%203.323-1.394c1.006-.502%202.267-1.093%203.489-1.456c1.19-.353%202.483-.535%203.463-.043c.586.294.987.69%201.169%201.17c.183.481.115.97-.089%201.382c-.37.75-1.224%201.326-2.14%201.389a6.002%206.002%200%200%201-10.727%201.222a8.6%208.6%200%200%200%202.087-.355c1.308-.39%202.632-1.014%203.645-1.52c.99-.494%202.121-1.018%203.165-1.328c.534-.159.98-.241%201.336-.258c.274-.013.457.014.57.05q.054.019.104.045l-.003.003h.008c.07.036.128.079.154.11V8q0%20.477-.072.935c.434-.129.809-.434.977-.774c.104-.21.117-.407.05-.584c-.068-.18-.25-.413-.682-.63c-.61-.306-1.567-.238-2.73.108c-1.133.336-2.33.894-3.327%201.392C7.21%208.95%205.95%209.541%204.73%209.905c-1.188.354-2.48.536-3.46.041c-.584-.295-.983-.692-1.164-1.17c-.183-.48-.117-.968.086-1.38c.37-.754%201.225-1.33%202.147-1.391%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/planet-16-filled.svg?color=%231a73e8&size=48