planet4 icon

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

Name
planet4-filled
Set
Reicon
Style
Filled
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"><g fill="currentColor"><path d="M17.846 15.572a8.04 8.04 0 0 0-.152-3.773l-.738-.045h-.008l-.039-.002l-.17-.002a9 9 0 0 0-.675.03c-.582.048-1.406.165-2.353.443c-.194.057-.419.161-.725.316l-.191.098c-.25.128-.541.277-.854.417c-.813.364-1.83.696-3.157.696c-1.893 0-3.453-.54-4.537-1.075a10 10 0 0 1-1.264-.743a7 7 0 0 1-.436-.328l-.027-.022l-.008-.008l-.003-.002l-.001-.001l.484-.557l-.485.556l-.102-.089a8.06 8.06 0 0 0-.305 3.784l.37-.015l.03.75l-.03-.75h.031a7 7 0 0 1 .365-.005c.243.002.588.01 1.003.037a16 16 0 0 1 3.086.498c.356.098.709.257 1.038.412l.23.11c.265.126.53.253.825.375a6.9 6.9 0 0 0 2.771.573c2.142 0 4.332-.864 5.32-1.407l.657-.361z"/><path d="M17.202 17.486c-1.273.585-3.316 1.264-5.383 1.264a8.4 8.4 0 0 1-3.348-.688c-.333-.14-.643-.287-.912-.415l-.206-.099c-.329-.154-.576-.261-.794-.32a14.4 14.4 0 0 0-2.788-.45a15 15 0 0 0-1.224-.03l-.014.001h-.002l-.045.002a8.003 8.003 0 0 0 14.716.735M3.043 10.047l.449.392l.001.001l.013.01l.063.052q.088.07.27.2a9 9 0 0 0 1.073.628c.934.462 2.266.92 3.872.92c1.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.654-.498a10 10 0 0 1 1.013-.033l.062.002l.019.001h.01l-.046.748l.046-.747l.027.001A8 8 0 0 0 10 6a8 8 0 0 0-6.957 4.047"/><path fill-rule="evenodd" d="M20.53 4.045a2 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-.825 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"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconPlanet4Filled(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="M17.846 15.572a8.04 8.04 0 0 0-.152-3.773l-.738-.045h-.008l-.039-.002l-.17-.002a9 9 0 0 0-.675.03c-.582.048-1.406.165-2.353.443c-.194.057-.419.161-.725.316l-.191.098c-.25.128-.541.277-.854.417c-.813.364-1.83.696-3.157.696c-1.893 0-3.453-.54-4.537-1.075a10 10 0 0 1-1.264-.743a7 7 0 0 1-.436-.328l-.027-.022l-.008-.008l-.003-.002l-.001-.001l.484-.557l-.485.556l-.102-.089a8.06 8.06 0 0 0-.305 3.784l.37-.015l.03.75l-.03-.75h.031a7 7 0 0 1 .365-.005c.243.002.588.01 1.003.037a16 16 0 0 1 3.086.498c.356.098.709.257 1.038.412l.23.11c.265.126.53.253.825.375a6.9 6.9 0 0 0 2.771.573c2.142 0 4.332-.864 5.32-1.407l.657-.361z"/><path d="M17.202 17.486c-1.273.585-3.316 1.264-5.383 1.264a8.4 8.4 0 0 1-3.348-.688c-.333-.14-.643-.287-.912-.415l-.206-.099c-.329-.154-.576-.261-.794-.32a14.4 14.4 0 0 0-2.788-.45a15 15 0 0 0-1.224-.03l-.014.001h-.002l-.045.002a8.003 8.003 0 0 0 14.716.735M3.043 10.047l.449.392l.001.001l.013.01l.063.052q.088.07.27.2a9 9 0 0 0 1.073.628c.934.462 2.266.92 3.872.92c1.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.654-.498a10 10 0 0 1 1.013-.033l.062.002l.019.001h.01l-.046.748l.046-.747l.027.001A8 8 0 0 0 10 6a8 8 0 0 0-6.957 4.047"/><path fillRule="evenodd" d="M20.53 4.045a2 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-.825 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"/></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="M17.846 15.572a8.04 8.04 0 0 0-.152-3.773l-.738-.045h-.008l-.039-.002l-.17-.002a9 9 0 0 0-.675.03c-.582.048-1.406.165-2.353.443c-.194.057-.419.161-.725.316l-.191.098c-.25.128-.541.277-.854.417c-.813.364-1.83.696-3.157.696c-1.893 0-3.453-.54-4.537-1.075a10 10 0 0 1-1.264-.743a7 7 0 0 1-.436-.328l-.027-.022l-.008-.008l-.003-.002l-.001-.001l.484-.557l-.485.556l-.102-.089a8.06 8.06 0 0 0-.305 3.784l.37-.015l.03.75l-.03-.75h.031a7 7 0 0 1 .365-.005c.243.002.588.01 1.003.037a16 16 0 0 1 3.086.498c.356.098.709.257 1.038.412l.23.11c.265.126.53.253.825.375a6.9 6.9 0 0 0 2.771.573c2.142 0 4.332-.864 5.32-1.407l.657-.361z"/><path d="M17.202 17.486c-1.273.585-3.316 1.264-5.383 1.264a8.4 8.4 0 0 1-3.348-.688c-.333-.14-.643-.287-.912-.415l-.206-.099c-.329-.154-.576-.261-.794-.32a14.4 14.4 0 0 0-2.788-.45a15 15 0 0 0-1.224-.03l-.014.001h-.002l-.045.002a8.003 8.003 0 0 0 14.716.735M3.043 10.047l.449.392l.001.001l.013.01l.063.052q.088.07.27.2a9 9 0 0 0 1.073.628c.934.462 2.266.92 3.872.92c1.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.654-.498a10 10 0 0 1 1.013-.033l.062.002l.019.001h.01l-.046.748l.046-.747l.027.001A8 8 0 0 0 10 6a8 8 0 0 0-6.957 4.047"/><path fill-rule="evenodd" d="M20.53 4.045a2 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-.825 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"/></g></svg>
</template>

CSS

.icon-planet4-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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M17.846%2015.572a8.04%208.04%200%200%200-.152-3.773l-.738-.045h-.008l-.039-.002l-.17-.002a9%209%200%200%200-.675.03c-.582.048-1.406.165-2.353.443c-.194.057-.419.161-.725.316l-.191.098c-.25.128-.541.277-.854.417c-.813.364-1.83.696-3.157.696c-1.893%200-3.453-.54-4.537-1.075a10%2010%200%200%201-1.264-.743a7%207%200%200%201-.436-.328l-.027-.022l-.008-.008l-.003-.002l-.001-.001l.484-.557l-.485.556l-.102-.089a8.06%208.06%200%200%200-.305%203.784l.37-.015l.03.75l-.03-.75h.031a7%207%200%200%201%20.365-.005c.243.002.588.01%201.003.037a16%2016%200%200%201%203.086.498c.356.098.709.257%201.038.412l.23.11c.265.126.53.253.825.375a6.9%206.9%200%200%200%202.771.573c2.142%200%204.332-.864%205.32-1.407l.657-.361z%22%2F%3E%3Cpath%20d%3D%22M17.202%2017.486c-1.273.585-3.316%201.264-5.383%201.264a8.4%208.4%200%200%201-3.348-.688c-.333-.14-.643-.287-.912-.415l-.206-.099c-.329-.154-.576-.261-.794-.32a14.4%2014.4%200%200%200-2.788-.45a15%2015%200%200%200-1.224-.03l-.014.001h-.002l-.045.002a8.003%208.003%200%200%200%2014.716.735M3.043%2010.047l.449.392l.001.001l.013.01l.063.052q.088.07.27.2a9%209%200%200%200%201.073.628c.934.462%202.266.92%203.872.92c1.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.654-.498a10%2010%200%200%201%201.013-.033l.062.002l.019.001h.01l-.046.748l.046-.747l.027.001A8%208%200%200%200%2010%206a8%208%200%200%200-6.957%204.047%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M20.53%204.045a2%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-.825%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%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%22M17.846%2015.572a8.04%208.04%200%200%200-.152-3.773l-.738-.045h-.008l-.039-.002l-.17-.002a9%209%200%200%200-.675.03c-.582.048-1.406.165-2.353.443c-.194.057-.419.161-.725.316l-.191.098c-.25.128-.541.277-.854.417c-.813.364-1.83.696-3.157.696c-1.893%200-3.453-.54-4.537-1.075a10%2010%200%200%201-1.264-.743a7%207%200%200%201-.436-.328l-.027-.022l-.008-.008l-.003-.002l-.001-.001l.484-.557l-.485.556l-.102-.089a8.06%208.06%200%200%200-.305%203.784l.37-.015l.03.75l-.03-.75h.031a7%207%200%200%201%20.365-.005c.243.002.588.01%201.003.037a16%2016%200%200%201%203.086.498c.356.098.709.257%201.038.412l.23.11c.265.126.53.253.825.375a6.9%206.9%200%200%200%202.771.573c2.142%200%204.332-.864%205.32-1.407l.657-.361z%22%2F%3E%3Cpath%20d%3D%22M17.202%2017.486c-1.273.585-3.316%201.264-5.383%201.264a8.4%208.4%200%200%201-3.348-.688c-.333-.14-.643-.287-.912-.415l-.206-.099c-.329-.154-.576-.261-.794-.32a14.4%2014.4%200%200%200-2.788-.45a15%2015%200%200%200-1.224-.03l-.014.001h-.002l-.045.002a8.003%208.003%200%200%200%2014.716.735M3.043%2010.047l.449.392l.001.001l.013.01l.063.052q.088.07.27.2a9%209%200%200%200%201.073.628c.934.462%202.266.92%203.872.92c1.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.654-.498a10%2010%200%200%201%201.013-.033l.062.002l.019.001h.01l-.046.748l.046-.747l.027.001A8%208%200%200%200%2010%206a8%208%200%200%200-6.957%204.047%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M20.53%204.045a2%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-.825%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%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/planet4-filled.svg?color=%231a73e8&size=48