planet4 icon

planet4 from Reicon by REICON · Outline · Astronomy · MIT Free for personal and commercial use.

Name
planet4
Set
Reicon
Style
Outline
Category
Astronomy
Viewbox
24×24
License
MIT

2 other variants in Reicon

More astronomy icons from Reicon

Use the planet4 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="M10 5.25a8.75 8.75 0 1 0 0 17.5a8.75 8.75 0 0 0 0-17.5M4.013 16.78a10 10 0 0 0-.723-.03a7.252 7.252 0 0 0 12.81 1.169c-1.11.444-2.567.83-4.28.83a8.4 8.4 0 0 1-3.35-.687c-.332-.14-.642-.287-.91-.415l-.207-.099c-.329-.154-.576-.261-.794-.32a13.6 13.6 0 0 0-2.546-.447M2.75 14c0-.705.1-1.386.288-2.03c.292.2.7.453 1.21.705a10.26 10.26 0 0 0 4.536 1.075c1.326 0 2.344-.332 3.157-.696c.313-.14.603-.289.854-.417l.191-.098c.306-.155.531-.259.725-.316c.947-.278 1.77-.395 2.353-.443a9 9 0 0 1 .83-.028a7.3 7.3 0 0 1 .1 4.164a.75.75 0 0 0-.355.093c-.984.54-2.675 1.24-4.82 1.24a6.9 6.9 0 0 1-2.77-.572a18 18 0 0 1-.826-.376l-.23-.11c-.33-.154-.682-.313-1.038-.41a15 15 0 0 0-2.828-.496a12 12 0 0 0-1.075-.033l-.066.003h-.019l-.006.001h-.004a1 1 0 0 0-.096.012A7.3 7.3 0 0 1 2.75 14m.875-3.455q.083.064.215.156a8.8 8.8 0 0 0 4.944 1.549c1.057 0 1.862-.26 2.544-.565c.273-.122.518-.247.764-.374l.216-.11c.306-.155.64-.317.98-.417a13.3 13.3 0 0 1 2.928-.518A7.25 7.25 0 0 0 10 6.75a7.25 7.25 0 0 0-6.375 3.795m16.905-6.5a2 2 0 0 0-.306-.53c.326-.091.549-.097.606.003c.058.1-.058.29-.3.527M17.106 6.02c-.326.091-.548.097-.606-.003s.058-.29.3-.527a2 2 0 0 0 .306.53m0 0c.455-.126 1.113-.418 1.81-.82c.695-.402 1.277-.826 1.614-1.156a2 2 0 0 1-3.424 1.976m-.306-.53a2 2 0 0 1 3.424-1.977c-.455.127-1.113.419-1.809.82c-.696.403-1.278.826-1.615 1.157" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconPlanet4(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="M10 5.25a8.75 8.75 0 1 0 0 17.5a8.75 8.75 0 0 0 0-17.5M4.013 16.78a10 10 0 0 0-.723-.03a7.252 7.252 0 0 0 12.81 1.169c-1.11.444-2.567.83-4.28.83a8.4 8.4 0 0 1-3.35-.687c-.332-.14-.642-.287-.91-.415l-.207-.099c-.329-.154-.576-.261-.794-.32a13.6 13.6 0 0 0-2.546-.447M2.75 14c0-.705.1-1.386.288-2.03c.292.2.7.453 1.21.705a10.26 10.26 0 0 0 4.536 1.075c1.326 0 2.344-.332 3.157-.696c.313-.14.603-.289.854-.417l.191-.098c.306-.155.531-.259.725-.316c.947-.278 1.77-.395 2.353-.443a9 9 0 0 1 .83-.028a7.3 7.3 0 0 1 .1 4.164a.75.75 0 0 0-.355.093c-.984.54-2.675 1.24-4.82 1.24a6.9 6.9 0 0 1-2.77-.572a18 18 0 0 1-.826-.376l-.23-.11c-.33-.154-.682-.313-1.038-.41a15 15 0 0 0-2.828-.496a12 12 0 0 0-1.075-.033l-.066.003h-.019l-.006.001h-.004a1 1 0 0 0-.096.012A7.3 7.3 0 0 1 2.75 14m.875-3.455q.083.064.215.156a8.8 8.8 0 0 0 4.944 1.549c1.057 0 1.862-.26 2.544-.565c.273-.122.518-.247.764-.374l.216-.11c.306-.155.64-.317.98-.417a13.3 13.3 0 0 1 2.928-.518A7.25 7.25 0 0 0 10 6.75a7.25 7.25 0 0 0-6.375 3.795m16.905-6.5a2 2 0 0 0-.306-.53c.326-.091.549-.097.606.003c.058.1-.058.29-.3.527M17.106 6.02c-.326.091-.548.097-.606-.003s.058-.29.3-.527a2 2 0 0 0 .306.53m0 0c.455-.126 1.113-.418 1.81-.82c.695-.402 1.277-.826 1.614-1.156a2 2 0 0 1-3.424 1.976m-.306-.53a2 2 0 0 1 3.424-1.977c-.455.127-1.113.419-1.809.82c-.696.403-1.278.826-1.615 1.157" 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="M10 5.25a8.75 8.75 0 1 0 0 17.5a8.75 8.75 0 0 0 0-17.5M4.013 16.78a10 10 0 0 0-.723-.03a7.252 7.252 0 0 0 12.81 1.169c-1.11.444-2.567.83-4.28.83a8.4 8.4 0 0 1-3.35-.687c-.332-.14-.642-.287-.91-.415l-.207-.099c-.329-.154-.576-.261-.794-.32a13.6 13.6 0 0 0-2.546-.447M2.75 14c0-.705.1-1.386.288-2.03c.292.2.7.453 1.21.705a10.26 10.26 0 0 0 4.536 1.075c1.326 0 2.344-.332 3.157-.696c.313-.14.603-.289.854-.417l.191-.098c.306-.155.531-.259.725-.316c.947-.278 1.77-.395 2.353-.443a9 9 0 0 1 .83-.028a7.3 7.3 0 0 1 .1 4.164a.75.75 0 0 0-.355.093c-.984.54-2.675 1.24-4.82 1.24a6.9 6.9 0 0 1-2.77-.572a18 18 0 0 1-.826-.376l-.23-.11c-.33-.154-.682-.313-1.038-.41a15 15 0 0 0-2.828-.496a12 12 0 0 0-1.075-.033l-.066.003h-.019l-.006.001h-.004a1 1 0 0 0-.096.012A7.3 7.3 0 0 1 2.75 14m.875-3.455q.083.064.215.156a8.8 8.8 0 0 0 4.944 1.549c1.057 0 1.862-.26 2.544-.565c.273-.122.518-.247.764-.374l.216-.11c.306-.155.64-.317.98-.417a13.3 13.3 0 0 1 2.928-.518A7.25 7.25 0 0 0 10 6.75a7.25 7.25 0 0 0-6.375 3.795m16.905-6.5a2 2 0 0 0-.306-.53c.326-.091.549-.097.606.003c.058.1-.058.29-.3.527M17.106 6.02c-.326.091-.548.097-.606-.003s.058-.29.3-.527a2 2 0 0 0 .306.53m0 0c.455-.126 1.113-.418 1.81-.82c.695-.402 1.277-.826 1.614-1.156a2 2 0 0 1-3.424 1.976m-.306-.53a2 2 0 0 1 3.424-1.977c-.455.127-1.113.419-1.809.82c-.696.403-1.278.826-1.615 1.157" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-planet4 {
  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%22M10%205.25a8.75%208.75%200%201%200%200%2017.5a8.75%208.75%200%200%200%200-17.5M4.013%2016.78a10%2010%200%200%200-.723-.03a7.252%207.252%200%200%200%2012.81%201.169c-1.11.444-2.567.83-4.28.83a8.4%208.4%200%200%201-3.35-.687c-.332-.14-.642-.287-.91-.415l-.207-.099c-.329-.154-.576-.261-.794-.32a13.6%2013.6%200%200%200-2.546-.447M2.75%2014c0-.705.1-1.386.288-2.03c.292.2.7.453%201.21.705a10.26%2010.26%200%200%200%204.536%201.075c1.326%200%202.344-.332%203.157-.696c.313-.14.603-.289.854-.417l.191-.098c.306-.155.531-.259.725-.316c.947-.278%201.77-.395%202.353-.443a9%209%200%200%201%20.83-.028a7.3%207.3%200%200%201%20.1%204.164a.75.75%200%200%200-.355.093c-.984.54-2.675%201.24-4.82%201.24a6.9%206.9%200%200%201-2.77-.572a18%2018%200%200%201-.826-.376l-.23-.11c-.33-.154-.682-.313-1.038-.41a15%2015%200%200%200-2.828-.496a12%2012%200%200%200-1.075-.033l-.066.003h-.019l-.006.001h-.004a1%201%200%200%200-.096.012A7.3%207.3%200%200%201%202.75%2014m.875-3.455q.083.064.215.156a8.8%208.8%200%200%200%204.944%201.549c1.057%200%201.862-.26%202.544-.565c.273-.122.518-.247.764-.374l.216-.11c.306-.155.64-.317.98-.417a13.3%2013.3%200%200%201%202.928-.518A7.25%207.25%200%200%200%2010%206.75a7.25%207.25%200%200%200-6.375%203.795m16.905-6.5a2%202%200%200%200-.306-.53c.326-.091.549-.097.606.003c.058.1-.058.29-.3.527M17.106%206.02c-.326.091-.548.097-.606-.003s.058-.29.3-.527a2%202%200%200%200%20.306.53m0%200c.455-.126%201.113-.418%201.81-.82c.695-.402%201.277-.826%201.614-1.156a2%202%200%200%201-3.424%201.976m-.306-.53a2%202%200%200%201%203.424-1.977c-.455.127-1.113.419-1.809.82c-.696.403-1.278.826-1.615%201.157%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%22M10%205.25a8.75%208.75%200%201%200%200%2017.5a8.75%208.75%200%200%200%200-17.5M4.013%2016.78a10%2010%200%200%200-.723-.03a7.252%207.252%200%200%200%2012.81%201.169c-1.11.444-2.567.83-4.28.83a8.4%208.4%200%200%201-3.35-.687c-.332-.14-.642-.287-.91-.415l-.207-.099c-.329-.154-.576-.261-.794-.32a13.6%2013.6%200%200%200-2.546-.447M2.75%2014c0-.705.1-1.386.288-2.03c.292.2.7.453%201.21.705a10.26%2010.26%200%200%200%204.536%201.075c1.326%200%202.344-.332%203.157-.696c.313-.14.603-.289.854-.417l.191-.098c.306-.155.531-.259.725-.316c.947-.278%201.77-.395%202.353-.443a9%209%200%200%201%20.83-.028a7.3%207.3%200%200%201%20.1%204.164a.75.75%200%200%200-.355.093c-.984.54-2.675%201.24-4.82%201.24a6.9%206.9%200%200%201-2.77-.572a18%2018%200%200%201-.826-.376l-.23-.11c-.33-.154-.682-.313-1.038-.41a15%2015%200%200%200-2.828-.496a12%2012%200%200%200-1.075-.033l-.066.003h-.019l-.006.001h-.004a1%201%200%200%200-.096.012A7.3%207.3%200%200%201%202.75%2014m.875-3.455q.083.064.215.156a8.8%208.8%200%200%200%204.944%201.549c1.057%200%201.862-.26%202.544-.565c.273-.122.518-.247.764-.374l.216-.11c.306-.155.64-.317.98-.417a13.3%2013.3%200%200%201%202.928-.518A7.25%207.25%200%200%200%2010%206.75a7.25%207.25%200%200%200-6.375%203.795m16.905-6.5a2%202%200%200%200-.306-.53c.326-.091.549-.097.606.003c.058.1-.058.29-.3.527M17.106%206.02c-.326.091-.548.097-.606-.003s.058-.29.3-.527a2%202%200%200%200%20.306.53m0%200c.455-.126%201.113-.418%201.81-.82c.695-.402%201.277-.826%201.614-1.156a2%202%200%200%201-3.424%201.976m-.306-.53a2%202%200%200%201%203.424-1.977c-.455.127-1.113.419-1.809.82c-.696.403-1.278.826-1.615%201.157%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/planet4.svg?color=%231a73e8&size=48