planet icon
planet from Reicon by REICON · Outline · Astronomy · MIT Free for personal and commercial use.
- Name
- planet
- Set
- Reicon
- Style
- Outline
- Category
- Astronomy
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
All planet icons →planetAkar IconsplanetBoxIcons v2planetBoxIcons v2 Solidplanet-16-filledFluent UI System Iconsplanet-16Fluent UI System Color IconsplanetIconParkplanetIconPark OutlineplanetIconPark SolidplanetIconPark TwoToneplanetIconoirplanetIonIconsplanetLucide LabplanetMajesticonsplanetMaterial SymbolsplanetMaterial Symbols Lightplanet-fillMingCute IconplanetMyna UI IconsplanetPhosphorplanet-fillRemix IconplanetSimple Iconsplanet-boldSolarplanetTabler Icons
More astronomy icons from Reicon
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" fill-rule="evenodd" d="M12 4.75a7.25 7.25 0 0 0-5.314 12.182c1.942-.448 4.336-1.359 6.792-2.667c2.294-1.223 4.23-2.572 5.605-3.822A7.25 7.25 0 0 0 12 4.75m7.245 7.531c-1.382 1.126-3.112 2.269-5.062 3.307c-2.12 1.13-4.224 1.99-6.083 2.525a7.25 7.25 0 0 0 11.144-5.832M6.21 18.561a8.75 8.75 0 0 0 14.481-7.58l.09-.09c.754-.77 1.342-1.54 1.672-2.268c.324-.716.458-1.544.012-2.258c-.42-.67-1.185-.96-1.956-1.064s-1.702-.044-2.72.138a8.75 8.75 0 0 0-14.481 7.58c-.758.761-1.354 1.52-1.703 2.236c-.366.75-.54 1.627-.07 2.38c.433.691 1.232.979 2.032 1.074c.754.09 1.657.029 2.643-.148m-1.235-1.343A8.7 8.7 0 0 1 3.708 14.8c-.344.41-.595.785-.756 1.114c-.277.567-.208.825-.145.925c.072.116.305.305.937.38q.516.063 1.231-.001m14.05-10.436a6 6 0 0 1 1.285.005c.594.08.813.262.883.374c.06.095.126.33-.107.844c-.156.344-.42.748-.794 1.195a8.7 8.7 0 0 0-1.267-2.418" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconPlanet(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" fillRule="evenodd" d="M12 4.75a7.25 7.25 0 0 0-5.314 12.182c1.942-.448 4.336-1.359 6.792-2.667c2.294-1.223 4.23-2.572 5.605-3.822A7.25 7.25 0 0 0 12 4.75m7.245 7.531c-1.382 1.126-3.112 2.269-5.062 3.307c-2.12 1.13-4.224 1.99-6.083 2.525a7.25 7.25 0 0 0 11.144-5.832M6.21 18.561a8.75 8.75 0 0 0 14.481-7.58l.09-.09c.754-.77 1.342-1.54 1.672-2.268c.324-.716.458-1.544.012-2.258c-.42-.67-1.185-.96-1.956-1.064s-1.702-.044-2.72.138a8.75 8.75 0 0 0-14.481 7.58c-.758.761-1.354 1.52-1.703 2.236c-.366.75-.54 1.627-.07 2.38c.433.691 1.232.979 2.032 1.074c.754.09 1.657.029 2.643-.148m-1.235-1.343A8.7 8.7 0 0 1 3.708 14.8c-.344.41-.595.785-.756 1.114c-.277.567-.208.825-.145.925c.072.116.305.305.937.38q.516.063 1.231-.001m14.05-10.436a6 6 0 0 1 1.285.005c.594.08.813.262.883.374c.06.095.126.33-.107.844c-.156.344-.42.748-.794 1.195a8.7 8.7 0 0 0-1.267-2.418" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12 4.75a7.25 7.25 0 0 0-5.314 12.182c1.942-.448 4.336-1.359 6.792-2.667c2.294-1.223 4.23-2.572 5.605-3.822A7.25 7.25 0 0 0 12 4.75m7.245 7.531c-1.382 1.126-3.112 2.269-5.062 3.307c-2.12 1.13-4.224 1.99-6.083 2.525a7.25 7.25 0 0 0 11.144-5.832M6.21 18.561a8.75 8.75 0 0 0 14.481-7.58l.09-.09c.754-.77 1.342-1.54 1.672-2.268c.324-.716.458-1.544.012-2.258c-.42-.67-1.185-.96-1.956-1.064s-1.702-.044-2.72.138a8.75 8.75 0 0 0-14.481 7.58c-.758.761-1.354 1.52-1.703 2.236c-.366.75-.54 1.627-.07 2.38c.433.691 1.232.979 2.032 1.074c.754.09 1.657.029 2.643-.148m-1.235-1.343A8.7 8.7 0 0 1 3.708 14.8c-.344.41-.595.785-.756 1.114c-.277.567-.208.825-.145.925c.072.116.305.305.937.38q.516.063 1.231-.001m14.05-10.436a6 6 0 0 1 1.285.005c.594.08.813.262.883.374c.06.095.126.33-.107.844c-.156.344-.42.748-.794 1.195a8.7 8.7 0 0 0-1.267-2.418" clip-rule="evenodd"/></svg> </template>
CSS
.icon-planet {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M12%204.75a7.25%207.25%200%200%200-5.314%2012.182c1.942-.448%204.336-1.359%206.792-2.667c2.294-1.223%204.23-2.572%205.605-3.822A7.25%207.25%200%200%200%2012%204.75m7.245%207.531c-1.382%201.126-3.112%202.269-5.062%203.307c-2.12%201.13-4.224%201.99-6.083%202.525a7.25%207.25%200%200%200%2011.144-5.832M6.21%2018.561a8.75%208.75%200%200%200%2014.481-7.58l.09-.09c.754-.77%201.342-1.54%201.672-2.268c.324-.716.458-1.544.012-2.258c-.42-.67-1.185-.96-1.956-1.064s-1.702-.044-2.72.138a8.75%208.75%200%200%200-14.481%207.58c-.758.761-1.354%201.52-1.703%202.236c-.366.75-.54%201.627-.07%202.38c.433.691%201.232.979%202.032%201.074c.754.09%201.657.029%202.643-.148m-1.235-1.343A8.7%208.7%200%200%201%203.708%2014.8c-.344.41-.595.785-.756%201.114c-.277.567-.208.825-.145.925c.072.116.305.305.937.38q.516.063%201.231-.001m14.05-10.436a6%206%200%200%201%201.285.005c.594.08.813.262.883.374c.06.095.126.33-.107.844c-.156.344-.42.748-.794%201.195a8.7%208.7%200%200%200-1.267-2.418%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M12%204.75a7.25%207.25%200%200%200-5.314%2012.182c1.942-.448%204.336-1.359%206.792-2.667c2.294-1.223%204.23-2.572%205.605-3.822A7.25%207.25%200%200%200%2012%204.75m7.245%207.531c-1.382%201.126-3.112%202.269-5.062%203.307c-2.12%201.13-4.224%201.99-6.083%202.525a7.25%207.25%200%200%200%2011.144-5.832M6.21%2018.561a8.75%208.75%200%200%200%2014.481-7.58l.09-.09c.754-.77%201.342-1.54%201.672-2.268c.324-.716.458-1.544.012-2.258c-.42-.67-1.185-.96-1.956-1.064s-1.702-.044-2.72.138a8.75%208.75%200%200%200-14.481%207.58c-.758.761-1.354%201.52-1.703%202.236c-.366.75-.54%201.627-.07%202.38c.433.691%201.232.979%202.032%201.074c.754.09%201.657.029%202.643-.148m-1.235-1.343A8.7%208.7%200%200%201%203.708%2014.8c-.344.41-.595.785-.756%201.114c-.277.567-.208.825-.145.925c.072.116.305.305.937.38q.516.063%201.231-.001m14.05-10.436a6%206%200%200%201%201.285.005c.594.08.813.262.883.374c.06.095.126.33-.107.844c-.156.344-.42.748-.794%201.195a8.7%208.7%200%200%200-1.267-2.418%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/planet.svg?color=%231a73e8&size=48