planet2 icon
planet2 from Reicon by REICON · Outline · Astronomy · MIT Free for personal and commercial use.
- Name
- planet2
- Set
- Reicon
- Style
- Outline
- Category
- Astronomy
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
More astronomy icons from Reicon
Use the planet2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M2.815 16.25a.75.75 0 1 0-1.43-.456c-.191.602-.211 1.263.15 1.84c.453.724 1.307 1.007 2.154 1.088a.75.75 0 0 0 .143-1.493c-.694-.066-.948-.267-1.025-.39c-.05-.08-.102-.244.008-.59m3.67 2.26a20 20 0 0 0 1.615-.396a7.3 7.3 0 0 1-1.414-1.181q-.252.059-.492.105a.75.75 0 0 0-.572.953q.246.264.515.505c.11.031.229.037.348.014"/><path fill-rule="evenodd" d="M19.082 10.444a22 22 0 0 1-2.043 1.631a.75.75 0 1 0 .87 1.222q.712-.507 1.335-1.016a7.3 7.3 0 0 0-.162-1.838M8.1 18.113q.957-.275 1.983-.66a.75.75 0 0 0-.527-1.405a23 23 0 0 1-2.87.884c.418.45.894.848 1.414 1.181m7.65-3.41a.75.75 0 0 0-.77-1.287a35 35 0 0 1-3.092 1.645a.75.75 0 1 0 .638 1.358a37 37 0 0 0 3.224-1.715" clip-rule="evenodd"/><path d="M4.75 12a7.25 7.25 0 0 1 14.332-1.556q.302-.274.565-.54a.75.75 0 0 1 .807-.17a8.7 8.7 0 0 0-1.43-2.952a.75.75 0 0 0-.153-1.492q-.517.048-1.081.15a8.75 8.75 0 0 0-14.478 7.576q-.504.504-.897.995a.75.75 0 0 0 1.172.936l.12-.147a8.75 8.75 0 0 0 1.915 3.19a.75.75 0 0 1 .572-.953q.24-.046.492-.105A7.22 7.22 0 0 1 4.75 12M12 20.75a8.75 8.75 0 0 0 8.691-9.768c-.425.426-.91.862-1.447 1.299A7.25 7.25 0 0 1 8.1 18.113q-.844.243-1.615.396a.75.75 0 0 1-.348-.014A8.72 8.72 0 0 0 12 20.75"/><path d="M19.647 9.904a15 15 0 0 1-.565.54a7.3 7.3 0 0 1 .162 1.837a19 19 0 0 0 1.447-1.3a9 9 0 0 0-.237-1.247a.75.75 0 0 0-.807.17m1.29-4.525a.75.75 0 1 0-.346 1.46c.394.093.546.232.602.322c.063.101.133.366-.157.948a.75.75 0 0 0 1.343.669c.378-.758.563-1.65.086-2.413c-.344-.55-.923-.843-1.528-.986"/><path d="M20.712 10.96a.75.75 0 0 0-.258-1.226q.163.608.237 1.248z"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconPlanet2(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M2.815 16.25a.75.75 0 1 0-1.43-.456c-.191.602-.211 1.263.15 1.84c.453.724 1.307 1.007 2.154 1.088a.75.75 0 0 0 .143-1.493c-.694-.066-.948-.267-1.025-.39c-.05-.08-.102-.244.008-.59m3.67 2.26a20 20 0 0 0 1.615-.396a7.3 7.3 0 0 1-1.414-1.181q-.252.059-.492.105a.75.75 0 0 0-.572.953q.246.264.515.505c.11.031.229.037.348.014"/><path fillRule="evenodd" d="M19.082 10.444a22 22 0 0 1-2.043 1.631a.75.75 0 1 0 .87 1.222q.712-.507 1.335-1.016a7.3 7.3 0 0 0-.162-1.838M8.1 18.113q.957-.275 1.983-.66a.75.75 0 0 0-.527-1.405a23 23 0 0 1-2.87.884c.418.45.894.848 1.414 1.181m7.65-3.41a.75.75 0 0 0-.77-1.287a35 35 0 0 1-3.092 1.645a.75.75 0 1 0 .638 1.358a37 37 0 0 0 3.224-1.715" clipRule="evenodd"/><path d="M4.75 12a7.25 7.25 0 0 1 14.332-1.556q.302-.274.565-.54a.75.75 0 0 1 .807-.17a8.7 8.7 0 0 0-1.43-2.952a.75.75 0 0 0-.153-1.492q-.517.048-1.081.15a8.75 8.75 0 0 0-14.478 7.576q-.504.504-.897.995a.75.75 0 0 0 1.172.936l.12-.147a8.75 8.75 0 0 0 1.915 3.19a.75.75 0 0 1 .572-.953q.24-.046.492-.105A7.22 7.22 0 0 1 4.75 12M12 20.75a8.75 8.75 0 0 0 8.691-9.768c-.425.426-.91.862-1.447 1.299A7.25 7.25 0 0 1 8.1 18.113q-.844.243-1.615.396a.75.75 0 0 1-.348-.014A8.72 8.72 0 0 0 12 20.75"/><path d="M19.647 9.904a15 15 0 0 1-.565.54a7.3 7.3 0 0 1 .162 1.837a19 19 0 0 0 1.447-1.3a9 9 0 0 0-.237-1.247a.75.75 0 0 0-.807.17m1.29-4.525a.75.75 0 1 0-.346 1.46c.394.093.546.232.602.322c.063.101.133.366-.157.948a.75.75 0 0 0 1.343.669c.378-.758.563-1.65.086-2.413c-.344-.55-.923-.843-1.528-.986"/><path d="M20.712 10.96a.75.75 0 0 0-.258-1.226q.163.608.237 1.248z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M2.815 16.25a.75.75 0 1 0-1.43-.456c-.191.602-.211 1.263.15 1.84c.453.724 1.307 1.007 2.154 1.088a.75.75 0 0 0 .143-1.493c-.694-.066-.948-.267-1.025-.39c-.05-.08-.102-.244.008-.59m3.67 2.26a20 20 0 0 0 1.615-.396a7.3 7.3 0 0 1-1.414-1.181q-.252.059-.492.105a.75.75 0 0 0-.572.953q.246.264.515.505c.11.031.229.037.348.014"/><path fill-rule="evenodd" d="M19.082 10.444a22 22 0 0 1-2.043 1.631a.75.75 0 1 0 .87 1.222q.712-.507 1.335-1.016a7.3 7.3 0 0 0-.162-1.838M8.1 18.113q.957-.275 1.983-.66a.75.75 0 0 0-.527-1.405a23 23 0 0 1-2.87.884c.418.45.894.848 1.414 1.181m7.65-3.41a.75.75 0 0 0-.77-1.287a35 35 0 0 1-3.092 1.645a.75.75 0 1 0 .638 1.358a37 37 0 0 0 3.224-1.715" clip-rule="evenodd"/><path d="M4.75 12a7.25 7.25 0 0 1 14.332-1.556q.302-.274.565-.54a.75.75 0 0 1 .807-.17a8.7 8.7 0 0 0-1.43-2.952a.75.75 0 0 0-.153-1.492q-.517.048-1.081.15a8.75 8.75 0 0 0-14.478 7.576q-.504.504-.897.995a.75.75 0 0 0 1.172.936l.12-.147a8.75 8.75 0 0 0 1.915 3.19a.75.75 0 0 1 .572-.953q.24-.046.492-.105A7.22 7.22 0 0 1 4.75 12M12 20.75a8.75 8.75 0 0 0 8.691-9.768c-.425.426-.91.862-1.447 1.299A7.25 7.25 0 0 1 8.1 18.113q-.844.243-1.615.396a.75.75 0 0 1-.348-.014A8.72 8.72 0 0 0 12 20.75"/><path d="M19.647 9.904a15 15 0 0 1-.565.54a7.3 7.3 0 0 1 .162 1.837a19 19 0 0 0 1.447-1.3a9 9 0 0 0-.237-1.247a.75.75 0 0 0-.807.17m1.29-4.525a.75.75 0 1 0-.346 1.46c.394.093.546.232.602.322c.063.101.133.366-.157.948a.75.75 0 0 0 1.343.669c.378-.758.563-1.65.086-2.413c-.344-.55-.923-.843-1.528-.986"/><path d="M20.712 10.96a.75.75 0 0 0-.258-1.226q.163.608.237 1.248z"/></g></svg> </template>
CSS
.icon-planet2 {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M2.815%2016.25a.75.75%200%201%200-1.43-.456c-.191.602-.211%201.263.15%201.84c.453.724%201.307%201.007%202.154%201.088a.75.75%200%200%200%20.143-1.493c-.694-.066-.948-.267-1.025-.39c-.05-.08-.102-.244.008-.59m3.67%202.26a20%2020%200%200%200%201.615-.396a7.3%207.3%200%200%201-1.414-1.181q-.252.059-.492.105a.75.75%200%200%200-.572.953q.246.264.515.505c.11.031.229.037.348.014%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M19.082%2010.444a22%2022%200%200%201-2.043%201.631a.75.75%200%201%200%20.87%201.222q.712-.507%201.335-1.016a7.3%207.3%200%200%200-.162-1.838M8.1%2018.113q.957-.275%201.983-.66a.75.75%200%200%200-.527-1.405a23%2023%200%200%201-2.87.884c.418.45.894.848%201.414%201.181m7.65-3.41a.75.75%200%200%200-.77-1.287a35%2035%200%200%201-3.092%201.645a.75.75%200%201%200%20.638%201.358a37%2037%200%200%200%203.224-1.715%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M4.75%2012a7.25%207.25%200%200%201%2014.332-1.556q.302-.274.565-.54a.75.75%200%200%201%20.807-.17a8.7%208.7%200%200%200-1.43-2.952a.75.75%200%200%200-.153-1.492q-.517.048-1.081.15a8.75%208.75%200%200%200-14.478%207.576q-.504.504-.897.995a.75.75%200%200%200%201.172.936l.12-.147a8.75%208.75%200%200%200%201.915%203.19a.75.75%200%200%201%20.572-.953q.24-.046.492-.105A7.22%207.22%200%200%201%204.75%2012M12%2020.75a8.75%208.75%200%200%200%208.691-9.768c-.425.426-.91.862-1.447%201.299A7.25%207.25%200%200%201%208.1%2018.113q-.844.243-1.615.396a.75.75%200%200%201-.348-.014A8.72%208.72%200%200%200%2012%2020.75%22%2F%3E%3Cpath%20d%3D%22M19.647%209.904a15%2015%200%200%201-.565.54a7.3%207.3%200%200%201%20.162%201.837a19%2019%200%200%200%201.447-1.3a9%209%200%200%200-.237-1.247a.75.75%200%200%200-.807.17m1.29-4.525a.75.75%200%201%200-.346%201.46c.394.093.546.232.602.322c.063.101.133.366-.157.948a.75.75%200%200%200%201.343.669c.378-.758.563-1.65.086-2.413c-.344-.55-.923-.843-1.528-.986%22%2F%3E%3Cpath%20d%3D%22M20.712%2010.96a.75.75%200%200%200-.258-1.226q.163.608.237%201.248z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M2.815%2016.25a.75.75%200%201%200-1.43-.456c-.191.602-.211%201.263.15%201.84c.453.724%201.307%201.007%202.154%201.088a.75.75%200%200%200%20.143-1.493c-.694-.066-.948-.267-1.025-.39c-.05-.08-.102-.244.008-.59m3.67%202.26a20%2020%200%200%200%201.615-.396a7.3%207.3%200%200%201-1.414-1.181q-.252.059-.492.105a.75.75%200%200%200-.572.953q.246.264.515.505c.11.031.229.037.348.014%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M19.082%2010.444a22%2022%200%200%201-2.043%201.631a.75.75%200%201%200%20.87%201.222q.712-.507%201.335-1.016a7.3%207.3%200%200%200-.162-1.838M8.1%2018.113q.957-.275%201.983-.66a.75.75%200%200%200-.527-1.405a23%2023%200%200%201-2.87.884c.418.45.894.848%201.414%201.181m7.65-3.41a.75.75%200%200%200-.77-1.287a35%2035%200%200%201-3.092%201.645a.75.75%200%201%200%20.638%201.358a37%2037%200%200%200%203.224-1.715%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M4.75%2012a7.25%207.25%200%200%201%2014.332-1.556q.302-.274.565-.54a.75.75%200%200%201%20.807-.17a8.7%208.7%200%200%200-1.43-2.952a.75.75%200%200%200-.153-1.492q-.517.048-1.081.15a8.75%208.75%200%200%200-14.478%207.576q-.504.504-.897.995a.75.75%200%200%200%201.172.936l.12-.147a8.75%208.75%200%200%200%201.915%203.19a.75.75%200%200%201%20.572-.953q.24-.046.492-.105A7.22%207.22%200%200%201%204.75%2012M12%2020.75a8.75%208.75%200%200%200%208.691-9.768c-.425.426-.91.862-1.447%201.299A7.25%207.25%200%200%201%208.1%2018.113q-.844.243-1.615.396a.75.75%200%200%201-.348-.014A8.72%208.72%200%200%200%2012%2020.75%22%2F%3E%3Cpath%20d%3D%22M19.647%209.904a15%2015%200%200%201-.565.54a7.3%207.3%200%200%201%20.162%201.837a19%2019%200%200%200%201.447-1.3a9%209%200%200%200-.237-1.247a.75.75%200%200%200-.807.17m1.29-4.525a.75.75%200%201%200-.346%201.46c.394.093.546.232.602.322c.063.101.133.366-.157.948a.75.75%200%200%200%201.343.669c.378-.758.563-1.65.086-2.413c-.344-.55-.923-.843-1.528-.986%22%2F%3E%3Cpath%20d%3D%22M20.712%2010.96a.75.75%200%200%200-.258-1.226q.163.608.237%201.248z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/planet2.svg?color=%231a73e8&size=48