planet2 icon

planet2-filled from Reicon by REICON · Filled · Astronomy · MIT Free for personal and commercial use.

Name
planet2-filled
Set
Reicon
Style
Filled
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"><path fill="currentColor" fill-rule="evenodd" d="M12 20a8 8 0 0 0 7.992-8.357q.384-.344.72-.682a.75.75 0 0 0-1.004-1.111a8 8 0 0 0-1.546-2.953q.449-.076.847-.113a.75.75 0 0 0-.138-1.494q-.637.06-1.345.2a.75.75 0 0 0-.472.309a8 8 0 0 0-13.013 7.024a.75.75 0 0 0-.73.193q-.503.505-.896.995a.75.75 0 1 0 1.172.937q.303-.38.707-.792a8 8 0 0 0 1.6 3.014a.75.75 0 0 0 .591 1.34a18 18 0 0 0 .666-.146A7.97 7.97 0 0 0 12 20m-4.849-1.636a8 8 0 0 1-1.256-1.194a.75.75 0 0 1 .3-.132c.996-.198 2.136-.53 3.36-.99a.75.75 0 0 1 .528 1.405c-1.03.387-2.018.693-2.932.91M19.708 9.85l-.06.054c-.687.692-1.568 1.43-2.61 2.171a.75.75 0 0 0 .871 1.222a24 24 0 0 0 2.083-1.654a8 8 0 0 0-.284-1.793m1.229-4.47a.75.75 0 1 0-.346 1.459c.394.093.546.232.602.322c.063.102.133.366-.157.948a.75.75 0 0 0 1.343.67c.378-.759.563-1.65.086-2.413c-.344-.55-.923-.843-1.528-.987M2.815 16.25a.75.75 0 0 0-1.43-.455c-.191.601-.211 1.262.15 1.84c.453.724 1.307 1.006 2.154 1.087a.75.75 0 1 0 .143-1.493c-.694-.066-.948-.267-1.025-.39c-.05-.08-.102-.244.008-.589m12.935-1.546a.75.75 0 1 0-.77-1.287a35 35 0 0 1-3.092 1.645a.75.75 0 0 0 .638 1.357a37 37 0 0 0 3.224-1.715" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconPlanet2Filled(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 20a8 8 0 0 0 7.992-8.357q.384-.344.72-.682a.75.75 0 0 0-1.004-1.111a8 8 0 0 0-1.546-2.953q.449-.076.847-.113a.75.75 0 0 0-.138-1.494q-.637.06-1.345.2a.75.75 0 0 0-.472.309a8 8 0 0 0-13.013 7.024a.75.75 0 0 0-.73.193q-.503.505-.896.995a.75.75 0 1 0 1.172.937q.303-.38.707-.792a8 8 0 0 0 1.6 3.014a.75.75 0 0 0 .591 1.34a18 18 0 0 0 .666-.146A7.97 7.97 0 0 0 12 20m-4.849-1.636a8 8 0 0 1-1.256-1.194a.75.75 0 0 1 .3-.132c.996-.198 2.136-.53 3.36-.99a.75.75 0 0 1 .528 1.405c-1.03.387-2.018.693-2.932.91M19.708 9.85l-.06.054c-.687.692-1.568 1.43-2.61 2.171a.75.75 0 0 0 .871 1.222a24 24 0 0 0 2.083-1.654a8 8 0 0 0-.284-1.793m1.229-4.47a.75.75 0 1 0-.346 1.459c.394.093.546.232.602.322c.063.102.133.366-.157.948a.75.75 0 0 0 1.343.67c.378-.759.563-1.65.086-2.413c-.344-.55-.923-.843-1.528-.987M2.815 16.25a.75.75 0 0 0-1.43-.455c-.191.601-.211 1.262.15 1.84c.453.724 1.307 1.006 2.154 1.087a.75.75 0 1 0 .143-1.493c-.694-.066-.948-.267-1.025-.39c-.05-.08-.102-.244.008-.589m12.935-1.546a.75.75 0 1 0-.77-1.287a35 35 0 0 1-3.092 1.645a.75.75 0 0 0 .638 1.357a37 37 0 0 0 3.224-1.715" 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 20a8 8 0 0 0 7.992-8.357q.384-.344.72-.682a.75.75 0 0 0-1.004-1.111a8 8 0 0 0-1.546-2.953q.449-.076.847-.113a.75.75 0 0 0-.138-1.494q-.637.06-1.345.2a.75.75 0 0 0-.472.309a8 8 0 0 0-13.013 7.024a.75.75 0 0 0-.73.193q-.503.505-.896.995a.75.75 0 1 0 1.172.937q.303-.38.707-.792a8 8 0 0 0 1.6 3.014a.75.75 0 0 0 .591 1.34a18 18 0 0 0 .666-.146A7.97 7.97 0 0 0 12 20m-4.849-1.636a8 8 0 0 1-1.256-1.194a.75.75 0 0 1 .3-.132c.996-.198 2.136-.53 3.36-.99a.75.75 0 0 1 .528 1.405c-1.03.387-2.018.693-2.932.91M19.708 9.85l-.06.054c-.687.692-1.568 1.43-2.61 2.171a.75.75 0 0 0 .871 1.222a24 24 0 0 0 2.083-1.654a8 8 0 0 0-.284-1.793m1.229-4.47a.75.75 0 1 0-.346 1.459c.394.093.546.232.602.322c.063.102.133.366-.157.948a.75.75 0 0 0 1.343.67c.378-.759.563-1.65.086-2.413c-.344-.55-.923-.843-1.528-.987M2.815 16.25a.75.75 0 0 0-1.43-.455c-.191.601-.211 1.262.15 1.84c.453.724 1.307 1.006 2.154 1.087a.75.75 0 1 0 .143-1.493c-.694-.066-.948-.267-1.025-.39c-.05-.08-.102-.244.008-.589m12.935-1.546a.75.75 0 1 0-.77-1.287a35 35 0 0 1-3.092 1.645a.75.75 0 0 0 .638 1.357a37 37 0 0 0 3.224-1.715" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-planet2-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12%2020a8%208%200%200%200%207.992-8.357q.384-.344.72-.682a.75.75%200%200%200-1.004-1.111a8%208%200%200%200-1.546-2.953q.449-.076.847-.113a.75.75%200%200%200-.138-1.494q-.637.06-1.345.2a.75.75%200%200%200-.472.309a8%208%200%200%200-13.013%207.024a.75.75%200%200%200-.73.193q-.503.505-.896.995a.75.75%200%201%200%201.172.937q.303-.38.707-.792a8%208%200%200%200%201.6%203.014a.75.75%200%200%200%20.591%201.34a18%2018%200%200%200%20.666-.146A7.97%207.97%200%200%200%2012%2020m-4.849-1.636a8%208%200%200%201-1.256-1.194a.75.75%200%200%201%20.3-.132c.996-.198%202.136-.53%203.36-.99a.75.75%200%200%201%20.528%201.405c-1.03.387-2.018.693-2.932.91M19.708%209.85l-.06.054c-.687.692-1.568%201.43-2.61%202.171a.75.75%200%200%200%20.871%201.222a24%2024%200%200%200%202.083-1.654a8%208%200%200%200-.284-1.793m1.229-4.47a.75.75%200%201%200-.346%201.459c.394.093.546.232.602.322c.063.102.133.366-.157.948a.75.75%200%200%200%201.343.67c.378-.759.563-1.65.086-2.413c-.344-.55-.923-.843-1.528-.987M2.815%2016.25a.75.75%200%200%200-1.43-.455c-.191.601-.211%201.262.15%201.84c.453.724%201.307%201.006%202.154%201.087a.75.75%200%201%200%20.143-1.493c-.694-.066-.948-.267-1.025-.39c-.05-.08-.102-.244.008-.589m12.935-1.546a.75.75%200%201%200-.77-1.287a35%2035%200%200%201-3.092%201.645a.75.75%200%200%200%20.638%201.357a37%2037%200%200%200%203.224-1.715%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%2020a8%208%200%200%200%207.992-8.357q.384-.344.72-.682a.75.75%200%200%200-1.004-1.111a8%208%200%200%200-1.546-2.953q.449-.076.847-.113a.75.75%200%200%200-.138-1.494q-.637.06-1.345.2a.75.75%200%200%200-.472.309a8%208%200%200%200-13.013%207.024a.75.75%200%200%200-.73.193q-.503.505-.896.995a.75.75%200%201%200%201.172.937q.303-.38.707-.792a8%208%200%200%200%201.6%203.014a.75.75%200%200%200%20.591%201.34a18%2018%200%200%200%20.666-.146A7.97%207.97%200%200%200%2012%2020m-4.849-1.636a8%208%200%200%201-1.256-1.194a.75.75%200%200%201%20.3-.132c.996-.198%202.136-.53%203.36-.99a.75.75%200%200%201%20.528%201.405c-1.03.387-2.018.693-2.932.91M19.708%209.85l-.06.054c-.687.692-1.568%201.43-2.61%202.171a.75.75%200%200%200%20.871%201.222a24%2024%200%200%200%202.083-1.654a8%208%200%200%200-.284-1.793m1.229-4.47a.75.75%200%201%200-.346%201.459c.394.093.546.232.602.322c.063.102.133.366-.157.948a.75.75%200%200%200%201.343.67c.378-.759.563-1.65.086-2.413c-.344-.55-.923-.843-1.528-.987M2.815%2016.25a.75.75%200%200%200-1.43-.455c-.191.601-.211%201.262.15%201.84c.453.724%201.307%201.006%202.154%201.087a.75.75%200%201%200%20.143-1.493c-.694-.066-.948-.267-1.025-.39c-.05-.08-.102-.244.008-.589m12.935-1.546a.75.75%200%201%200-.77-1.287a35%2035%200%200%201-3.092%201.645a.75.75%200%200%200%20.638%201.357a37%2037%200%200%200%203.224-1.715%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/planet2-filled.svg?color=%231a73e8&size=48