planet4 icon
planet4-duotone from Reicon by REICON · Duotone · Astronomy · MIT Free for personal and commercial use.
- Name
- planet4-duotone
- Set
- Reicon
- Style
- Duotone
- 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.202 17.486c-1.273.585-3.317 1.264-5.383 1.264a8.4 8.4 0 0 1-3.348-.688c-.334-.14-.643-.287-.912-.415l-.207-.099c-.328-.154-.575-.261-.793-.32a14.4 14.4 0 0 0-2.788-.45a15 15 0 0 0-1.224-.03l-.014.001H2.53l-.046.002a8.003 8.003 0 0 0 14.717.735M3.043 10.047l.449.392v.001l.014.01q.018.017.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.517-.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.012-.033l.063.002l.019.001h.009l.028.002A8 8 0 0 0 10 6a8 8 0 0 0-6.957 4.047"/><path d="M17.846 15.571a8.04 8.04 0 0 0-.152-3.772l-.738-.046h-.008l-.039-.002l-.17-.001c-.154 0-.384.006-.675.03c-.582.048-1.406.165-2.353.443c-.194.057-.419.16-.725.316l-.191.097c-.25.129-.541.278-.854.418c-.813.364-1.83.695-3.157.695c-1.893 0-3.453-.539-4.537-1.075a10 10 0 0 1-1.264-.742a7 7 0 0 1-.436-.328l-.027-.023l-.008-.007l-.003-.003h-.001s-.001-.001.484-.557l-.485.556l-.102-.09a8.06 8.06 0 0 0-.305 3.785l.37-.015l.03.75l-.03-.75h.009l.022-.001l.079-.002q.102-.003.286-.002c.243.001.588.01 1.003.037c.826.054 1.944.185 3.086.498c.356.098.709.256 1.038.411l.23.11c.265.126.53.253.825.376a6.9 6.9 0 0 0 2.771.573c2.142 0 4.332-.865 5.32-1.408l.657-.36zm2.378-12.057c.326-.09.548-.096.606.004s-.058.29-.3.527a2 2 0 0 1-3.424 1.976c-.326.091-.548.097-.606-.003s.058-.29.3-.527a2 2 0 0 1 3.424-1.977" opacity=".5"/><path d="M20.53 4.045a2 2 0 0 0-.306-.53c-.455.126-1.113.418-1.81.82c-.696.402-1.277.826-1.614 1.156a2 2 0 0 0 .306.53c.455-.126 1.112-.418 1.809-.82s1.278-.825 1.615-1.156"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconPlanet4Duotone(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.202 17.486c-1.273.585-3.317 1.264-5.383 1.264a8.4 8.4 0 0 1-3.348-.688c-.334-.14-.643-.287-.912-.415l-.207-.099c-.328-.154-.575-.261-.793-.32a14.4 14.4 0 0 0-2.788-.45a15 15 0 0 0-1.224-.03l-.014.001H2.53l-.046.002a8.003 8.003 0 0 0 14.717.735M3.043 10.047l.449.392v.001l.014.01q.018.017.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.517-.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.012-.033l.063.002l.019.001h.009l.028.002A8 8 0 0 0 10 6a8 8 0 0 0-6.957 4.047"/><path d="M17.846 15.571a8.04 8.04 0 0 0-.152-3.772l-.738-.046h-.008l-.039-.002l-.17-.001c-.154 0-.384.006-.675.03c-.582.048-1.406.165-2.353.443c-.194.057-.419.16-.725.316l-.191.097c-.25.129-.541.278-.854.418c-.813.364-1.83.695-3.157.695c-1.893 0-3.453-.539-4.537-1.075a10 10 0 0 1-1.264-.742a7 7 0 0 1-.436-.328l-.027-.023l-.008-.007l-.003-.003h-.001s-.001-.001.484-.557l-.485.556l-.102-.09a8.06 8.06 0 0 0-.305 3.785l.37-.015l.03.75l-.03-.75h.009l.022-.001l.079-.002q.102-.003.286-.002c.243.001.588.01 1.003.037c.826.054 1.944.185 3.086.498c.356.098.709.256 1.038.411l.23.11c.265.126.53.253.825.376a6.9 6.9 0 0 0 2.771.573c2.142 0 4.332-.865 5.32-1.408l.657-.36zm2.378-12.057c.326-.09.548-.096.606.004s-.058.29-.3.527a2 2 0 0 1-3.424 1.976c-.326.091-.548.097-.606-.003s.058-.29.3-.527a2 2 0 0 1 3.424-1.977" opacity=".5"/><path d="M20.53 4.045a2 2 0 0 0-.306-.53c-.455.126-1.113.418-1.81.82c-.696.402-1.277.826-1.614 1.156a2 2 0 0 0 .306.53c.455-.126 1.112-.418 1.809-.82s1.278-.825 1.615-1.156"/></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.202 17.486c-1.273.585-3.317 1.264-5.383 1.264a8.4 8.4 0 0 1-3.348-.688c-.334-.14-.643-.287-.912-.415l-.207-.099c-.328-.154-.575-.261-.793-.32a14.4 14.4 0 0 0-2.788-.45a15 15 0 0 0-1.224-.03l-.014.001H2.53l-.046.002a8.003 8.003 0 0 0 14.717.735M3.043 10.047l.449.392v.001l.014.01q.018.017.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.517-.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.012-.033l.063.002l.019.001h.009l.028.002A8 8 0 0 0 10 6a8 8 0 0 0-6.957 4.047"/><path d="M17.846 15.571a8.04 8.04 0 0 0-.152-3.772l-.738-.046h-.008l-.039-.002l-.17-.001c-.154 0-.384.006-.675.03c-.582.048-1.406.165-2.353.443c-.194.057-.419.16-.725.316l-.191.097c-.25.129-.541.278-.854.418c-.813.364-1.83.695-3.157.695c-1.893 0-3.453-.539-4.537-1.075a10 10 0 0 1-1.264-.742a7 7 0 0 1-.436-.328l-.027-.023l-.008-.007l-.003-.003h-.001s-.001-.001.484-.557l-.485.556l-.102-.09a8.06 8.06 0 0 0-.305 3.785l.37-.015l.03.75l-.03-.75h.009l.022-.001l.079-.002q.102-.003.286-.002c.243.001.588.01 1.003.037c.826.054 1.944.185 3.086.498c.356.098.709.256 1.038.411l.23.11c.265.126.53.253.825.376a6.9 6.9 0 0 0 2.771.573c2.142 0 4.332-.865 5.32-1.408l.657-.36zm2.378-12.057c.326-.09.548-.096.606.004s-.058.29-.3.527a2 2 0 0 1-3.424 1.976c-.326.091-.548.097-.606-.003s.058-.29.3-.527a2 2 0 0 1 3.424-1.977" opacity=".5"/><path d="M20.53 4.045a2 2 0 0 0-.306-.53c-.455.126-1.113.418-1.81.82c-.696.402-1.277.826-1.614 1.156a2 2 0 0 0 .306.53c.455-.126 1.112-.418 1.809-.82s1.278-.825 1.615-1.156"/></g></svg> </template>
CSS
.icon-planet4-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%22currentColor%22%3E%3Cpath%20d%3D%22M17.202%2017.486c-1.273.585-3.317%201.264-5.383%201.264a8.4%208.4%200%200%201-3.348-.688c-.334-.14-.643-.287-.912-.415l-.207-.099c-.328-.154-.575-.261-.793-.32a14.4%2014.4%200%200%200-2.788-.45a15%2015%200%200%200-1.224-.03l-.014.001H2.53l-.046.002a8.003%208.003%200%200%200%2014.717.735M3.043%2010.047l.449.392v.001l.014.01q.018.017.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.517-.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.012-.033l.063.002l.019.001h.009l.028.002A8%208%200%200%200%2010%206a8%208%200%200%200-6.957%204.047%22%2F%3E%3Cpath%20d%3D%22M17.846%2015.571a8.04%208.04%200%200%200-.152-3.772l-.738-.046h-.008l-.039-.002l-.17-.001c-.154%200-.384.006-.675.03c-.582.048-1.406.165-2.353.443c-.194.057-.419.16-.725.316l-.191.097c-.25.129-.541.278-.854.418c-.813.364-1.83.695-3.157.695c-1.893%200-3.453-.539-4.537-1.075a10%2010%200%200%201-1.264-.742a7%207%200%200%201-.436-.328l-.027-.023l-.008-.007l-.003-.003h-.001s-.001-.001.484-.557l-.485.556l-.102-.09a8.06%208.06%200%200%200-.305%203.785l.37-.015l.03.75l-.03-.75h.009l.022-.001l.079-.002q.102-.003.286-.002c.243.001.588.01%201.003.037c.826.054%201.944.185%203.086.498c.356.098.709.256%201.038.411l.23.11c.265.126.53.253.825.376a6.9%206.9%200%200%200%202.771.573c2.142%200%204.332-.865%205.32-1.408l.657-.36zm2.378-12.057c.326-.09.548-.096.606.004s-.058.29-.3.527a2%202%200%200%201-3.424%201.976c-.326.091-.548.097-.606-.003s.058-.29.3-.527a2%202%200%200%201%203.424-1.977%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M20.53%204.045a2%202%200%200%200-.306-.53c-.455.126-1.113.418-1.81.82c-.696.402-1.277.826-1.614%201.156a2%202%200%200%200%20.306.53c.455-.126%201.112-.418%201.809-.82s1.278-.825%201.615-1.156%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.202%2017.486c-1.273.585-3.317%201.264-5.383%201.264a8.4%208.4%200%200%201-3.348-.688c-.334-.14-.643-.287-.912-.415l-.207-.099c-.328-.154-.575-.261-.793-.32a14.4%2014.4%200%200%200-2.788-.45a15%2015%200%200%200-1.224-.03l-.014.001H2.53l-.046.002a8.003%208.003%200%200%200%2014.717.735M3.043%2010.047l.449.392v.001l.014.01q.018.017.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.517-.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.012-.033l.063.002l.019.001h.009l.028.002A8%208%200%200%200%2010%206a8%208%200%200%200-6.957%204.047%22%2F%3E%3Cpath%20d%3D%22M17.846%2015.571a8.04%208.04%200%200%200-.152-3.772l-.738-.046h-.008l-.039-.002l-.17-.001c-.154%200-.384.006-.675.03c-.582.048-1.406.165-2.353.443c-.194.057-.419.16-.725.316l-.191.097c-.25.129-.541.278-.854.418c-.813.364-1.83.695-3.157.695c-1.893%200-3.453-.539-4.537-1.075a10%2010%200%200%201-1.264-.742a7%207%200%200%201-.436-.328l-.027-.023l-.008-.007l-.003-.003h-.001s-.001-.001.484-.557l-.485.556l-.102-.09a8.06%208.06%200%200%200-.305%203.785l.37-.015l.03.75l-.03-.75h.009l.022-.001l.079-.002q.102-.003.286-.002c.243.001.588.01%201.003.037c.826.054%201.944.185%203.086.498c.356.098.709.256%201.038.411l.23.11c.265.126.53.253.825.376a6.9%206.9%200%200%200%202.771.573c2.142%200%204.332-.865%205.32-1.408l.657-.36zm2.378-12.057c.326-.09.548-.096.606.004s-.058.29-.3.527a2%202%200%200%201-3.424%201.976c-.326.091-.548.097-.606-.003s.058-.29.3-.527a2%202%200%200%201%203.424-1.977%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M20.53%204.045a2%202%200%200%200-.306-.53c-.455.126-1.113.418-1.81.82c-.696.402-1.277.826-1.614%201.156a2%202%200%200%200%20.306.53c.455-.126%201.112-.418%201.809-.82s1.278-.825%201.615-1.156%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-duotone.svg?color=%231a73e8&size=48