planet icon
planet from Myna UI Icons by Praveen Juge · Regular · MIT Free for personal and commercial use.
- Name
- planet
- Set
- Myna UI Icons
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
1 other variant in Myna UI Icons
The same icon in other sets
planetAkar IconsplanetBoxIcons v2planetBoxIcons v2 Solidplanet-16-filledFluent UI System Iconsplanet-16Fluent UI System Color IconsplanetIconParkplanetIconPark OutlineplanetIconPark SolidplanetIconPark TwoToneplanetIconoirplanetIonIconsplanetLucide LabplanetMajesticonsplanetMaterial SymbolsplanetMaterial Symbols Lightplanet-fillMingCute IconplanetPhosphorplanet-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="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M7.722 17.777a7.3 7.3 0 0 0 4.716 1.723c4.085 0 7.396-3.358 7.396-7.5q-.001-.802-.16-1.556M7.722 17.777A7.53 7.53 0 0 1 5.042 12c0-4.142 3.311-7.5 7.395-7.5c3.559 0 6.53 2.549 7.236 5.944M7.722 17.777c1.807-.42 3.958-1.293 6.127-2.563c2.524-1.478 4.577-3.202 5.825-4.77M7.722 17.777c-2.246.52-3.963.34-4.528-.654c-.583-1.024.182-2.688 1.849-4.458m14.631-2.22c1.157-1.454 1.623-2.772 1.132-3.635c-.498-.875-1.888-1.12-3.746-.81"/></svg>
React
import type { SVGProps } from "react";
export function MynauiPlanet(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M7.722 17.777a7.3 7.3 0 0 0 4.716 1.723c4.085 0 7.396-3.358 7.396-7.5q-.001-.802-.16-1.556M7.722 17.777A7.53 7.53 0 0 1 5.042 12c0-4.142 3.311-7.5 7.395-7.5c3.559 0 6.53 2.549 7.236 5.944M7.722 17.777c1.807-.42 3.958-1.293 6.127-2.563c2.524-1.478 4.577-3.202 5.825-4.77M7.722 17.777c-2.246.52-3.963.34-4.528-.654c-.583-1.024.182-2.688 1.849-4.458m14.631-2.22c1.157-1.454 1.623-2.772 1.132-3.635c-.498-.875-1.888-1.12-3.746-.81"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M7.722 17.777a7.3 7.3 0 0 0 4.716 1.723c4.085 0 7.396-3.358 7.396-7.5q-.001-.802-.16-1.556M7.722 17.777A7.53 7.53 0 0 1 5.042 12c0-4.142 3.311-7.5 7.395-7.5c3.559 0 6.53 2.549 7.236 5.944M7.722 17.777c1.807-.42 3.958-1.293 6.127-2.563c2.524-1.478 4.577-3.202 5.825-4.77M7.722 17.777c-2.246.52-3.963.34-4.528-.654c-.583-1.024.182-2.688 1.849-4.458m14.631-2.22c1.157-1.454 1.623-2.772 1.132-3.635c-.498-.875-1.888-1.12-3.746-.81"/></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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M7.722%2017.777a7.3%207.3%200%200%200%204.716%201.723c4.085%200%207.396-3.358%207.396-7.5q-.001-.802-.16-1.556M7.722%2017.777A7.53%207.53%200%200%201%205.042%2012c0-4.142%203.311-7.5%207.395-7.5c3.559%200%206.53%202.549%207.236%205.944M7.722%2017.777c1.807-.42%203.958-1.293%206.127-2.563c2.524-1.478%204.577-3.202%205.825-4.77M7.722%2017.777c-2.246.52-3.963.34-4.528-.654c-.583-1.024.182-2.688%201.849-4.458m14.631-2.22c1.157-1.454%201.623-2.772%201.132-3.635c-.498-.875-1.888-1.12-3.746-.81%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M7.722%2017.777a7.3%207.3%200%200%200%204.716%201.723c4.085%200%207.396-3.358%207.396-7.5q-.001-.802-.16-1.556M7.722%2017.777A7.53%207.53%200%200%201%205.042%2012c0-4.142%203.311-7.5%207.395-7.5c3.559%200%206.53%202.549%207.236%205.944M7.722%2017.777c1.807-.42%203.958-1.293%206.127-2.563c2.524-1.478%204.577-3.202%205.825-4.77M7.722%2017.777c-2.246.52-3.963.34-4.528-.654c-.583-1.024.182-2.688%201.849-4.458m14.631-2.22c1.157-1.454%201.623-2.772%201.132-3.635c-.498-.875-1.888-1.12-3.746-.81%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mynaui/planet.svg?color=%231a73e8&size=48