planet 2 icon

planet-2-line-duotone from Solar by 480 Design · Line Duotone · Astronomy · CC-BY-4.0 Attribution required.

Name
planet-2-line-duotone
Set
Solar
Style
Line Duotone
Category
Astronomy
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More astronomy icons from Solar

Use the planet 2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12Z"/><path stroke-dasharray="3.5 2.5" stroke-linecap="round" d="M17.6713 6.2247C19.7734 5.81044 21.3248 5.95718 21.8291 6.76327C22.8403 8.37947 19.2594 12.0342 13.8309 14.9264C8.40242 17.8185 3.18203 18.8529 2.17085 17.2367C1.65519 16.4125 2.33376 15.0582 3.84259 13.5452" opacity=".5"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarPlanet2LineDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path d="M20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12Z"/><path strokeDasharray="3.5 2.5" strokeLinecap="round" d="M17.6713 6.2247C19.7734 5.81044 21.3248 5.95718 21.8291 6.76327C22.8403 8.37947 19.2594 12.0342 13.8309 14.9264C8.40242 17.8185 3.18203 18.8529 2.17085 17.2367C1.65519 16.4125 2.33376 15.0582 3.84259 13.5452" opacity=".5"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12Z"/><path stroke-dasharray="3.5 2.5" stroke-linecap="round" d="M17.6713 6.2247C19.7734 5.81044 21.3248 5.95718 21.8291 6.76327C22.8403 8.37947 19.2594 12.0342 13.8309 14.9264C8.40242 17.8185 3.18203 18.8529 2.17085 17.2367C1.65519 16.4125 2.33376 15.0582 3.84259 13.5452" opacity=".5"/></g></svg>
</template>

CSS

.icon-planet-2-line-duotone {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M20%2012C20%2016.4183%2016.4183%2020%2012%2020C7.58172%2020%204%2016.4183%204%2012C4%207.58172%207.58172%204%2012%204C16.4183%204%2020%207.58172%2020%2012Z%22%2F%3E%3Cpath%20stroke-dasharray%3D%223.5%202.5%22%20stroke-linecap%3D%22round%22%20d%3D%22M17.6713%206.2247C19.7734%205.81044%2021.3248%205.95718%2021.8291%206.76327C22.8403%208.37947%2019.2594%2012.0342%2013.8309%2014.9264C8.40242%2017.8185%203.18203%2018.8529%202.17085%2017.2367C1.65519%2016.4125%202.33376%2015.0582%203.84259%2013.5452%22%20opacity%3D%22.5%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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M20%2012C20%2016.4183%2016.4183%2020%2012%2020C7.58172%2020%204%2016.4183%204%2012C4%207.58172%207.58172%204%2012%204C16.4183%204%2020%207.58172%2020%2012Z%22%2F%3E%3Cpath%20stroke-dasharray%3D%223.5%202.5%22%20stroke-linecap%3D%22round%22%20d%3D%22M17.6713%206.2247C19.7734%205.81044%2021.3248%205.95718%2021.8291%206.76327C22.8403%208.37947%2019.2594%2012.0342%2013.8309%2014.9264C8.40242%2017.8185%203.18203%2018.8529%202.17085%2017.2367C1.65519%2016.4125%202.33376%2015.0582%203.84259%2013.5452%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/planet-2-line-duotone.svg?color=%231a73e8&size=48