planet3 icon
planet3 from Reicon by REICON · Outline · Astronomy · MIT Free for personal and commercial use.
- Name
- planet3
- Set
- Reicon
- Style
- Outline
- Category
- Astronomy
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
More astronomy icons from Reicon
Use the planet3 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="M3.192 9.166a9.24 9.24 0 0 0-.355 4.11a1 1 0 0 1 .114-.017l.049.749l-.05-.749h.013l.024-.002a5 5 0 0 1 .386-.007c.259.001.629.012 1.088.053c.919.08 2.2.275 3.667.737c.451.142.9.374 1.327.606l.299.163c.346.19.697.383 1.087.57c.98.47 2.144.871 3.668.871c2.824 0 5.055-1.06 6.36-1.884a1 1 0 0 1 .088-.048c.191-.74.293-1.517.293-2.318a9.2 9.2 0 0 0-.587-3.25c-.2 0-.497.01-.873.046a13.4 13.4 0 0 0-3.047.67c-.263.09-.563.252-.958.485l-.248.148c-.323.193-.69.413-1.088.62c-1.03.539-2.323 1.031-4.012 1.031c-2.418 0-4.406-.804-5.78-1.597a12.5 12.5 0 0 1-1.465-.987m.605-1.445q.088.077.205.172c.32.26.796.61 1.404.961c1.22.704 2.95 1.396 5.031 1.396c1.374 0 2.425-.394 3.317-.86c.356-.186.675-.377.993-.567l.275-.164c.392-.231.81-.467 1.235-.613a15 15 0 0 1 3.698-.768A9.24 9.24 0 0 0 12 2.75a9.25 9.25 0 0 0-8.203 4.971m16.288 8.776a13.25 13.25 0 0 1-5.576 1.253c-1.813 0-3.202-.485-4.317-1.02c-.43-.206-.828-.424-1.18-.617l-.272-.149c-.429-.232-.764-.399-1.062-.493a16 16 0 0 0-3.347-.674a12 12 0 0 0-1.165-.045a9.254 9.254 0 0 0 16.92 1.745M1.25 12C1.25 6.063 6.063 1.25 12 1.25S22.75 6.063 22.75 12S17.937 22.75 12 22.75S1.25 17.937 1.25 12" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconPlanet3(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="M3.192 9.166a9.24 9.24 0 0 0-.355 4.11a1 1 0 0 1 .114-.017l.049.749l-.05-.749h.013l.024-.002a5 5 0 0 1 .386-.007c.259.001.629.012 1.088.053c.919.08 2.2.275 3.667.737c.451.142.9.374 1.327.606l.299.163c.346.19.697.383 1.087.57c.98.47 2.144.871 3.668.871c2.824 0 5.055-1.06 6.36-1.884a1 1 0 0 1 .088-.048c.191-.74.293-1.517.293-2.318a9.2 9.2 0 0 0-.587-3.25c-.2 0-.497.01-.873.046a13.4 13.4 0 0 0-3.047.67c-.263.09-.563.252-.958.485l-.248.148c-.323.193-.69.413-1.088.62c-1.03.539-2.323 1.031-4.012 1.031c-2.418 0-4.406-.804-5.78-1.597a12.5 12.5 0 0 1-1.465-.987m.605-1.445q.088.077.205.172c.32.26.796.61 1.404.961c1.22.704 2.95 1.396 5.031 1.396c1.374 0 2.425-.394 3.317-.86c.356-.186.675-.377.993-.567l.275-.164c.392-.231.81-.467 1.235-.613a15 15 0 0 1 3.698-.768A9.24 9.24 0 0 0 12 2.75a9.25 9.25 0 0 0-8.203 4.971m16.288 8.776a13.25 13.25 0 0 1-5.576 1.253c-1.813 0-3.202-.485-4.317-1.02c-.43-.206-.828-.424-1.18-.617l-.272-.149c-.429-.232-.764-.399-1.062-.493a16 16 0 0 0-3.347-.674a12 12 0 0 0-1.165-.045a9.254 9.254 0 0 0 16.92 1.745M1.25 12C1.25 6.063 6.063 1.25 12 1.25S22.75 6.063 22.75 12S17.937 22.75 12 22.75S1.25 17.937 1.25 12" 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="M3.192 9.166a9.24 9.24 0 0 0-.355 4.11a1 1 0 0 1 .114-.017l.049.749l-.05-.749h.013l.024-.002a5 5 0 0 1 .386-.007c.259.001.629.012 1.088.053c.919.08 2.2.275 3.667.737c.451.142.9.374 1.327.606l.299.163c.346.19.697.383 1.087.57c.98.47 2.144.871 3.668.871c2.824 0 5.055-1.06 6.36-1.884a1 1 0 0 1 .088-.048c.191-.74.293-1.517.293-2.318a9.2 9.2 0 0 0-.587-3.25c-.2 0-.497.01-.873.046a13.4 13.4 0 0 0-3.047.67c-.263.09-.563.252-.958.485l-.248.148c-.323.193-.69.413-1.088.62c-1.03.539-2.323 1.031-4.012 1.031c-2.418 0-4.406-.804-5.78-1.597a12.5 12.5 0 0 1-1.465-.987m.605-1.445q.088.077.205.172c.32.26.796.61 1.404.961c1.22.704 2.95 1.396 5.031 1.396c1.374 0 2.425-.394 3.317-.86c.356-.186.675-.377.993-.567l.275-.164c.392-.231.81-.467 1.235-.613a15 15 0 0 1 3.698-.768A9.24 9.24 0 0 0 12 2.75a9.25 9.25 0 0 0-8.203 4.971m16.288 8.776a13.25 13.25 0 0 1-5.576 1.253c-1.813 0-3.202-.485-4.317-1.02c-.43-.206-.828-.424-1.18-.617l-.272-.149c-.429-.232-.764-.399-1.062-.493a16 16 0 0 0-3.347-.674a12 12 0 0 0-1.165-.045a9.254 9.254 0 0 0 16.92 1.745M1.25 12C1.25 6.063 6.063 1.25 12 1.25S22.75 6.063 22.75 12S17.937 22.75 12 22.75S1.25 17.937 1.25 12" clip-rule="evenodd"/></svg> </template>
CSS
.icon-planet3 {
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%22M3.192%209.166a9.24%209.24%200%200%200-.355%204.11a1%201%200%200%201%20.114-.017l.049.749l-.05-.749h.013l.024-.002a5%205%200%200%201%20.386-.007c.259.001.629.012%201.088.053c.919.08%202.2.275%203.667.737c.451.142.9.374%201.327.606l.299.163c.346.19.697.383%201.087.57c.98.47%202.144.871%203.668.871c2.824%200%205.055-1.06%206.36-1.884a1%201%200%200%201%20.088-.048c.191-.74.293-1.517.293-2.318a9.2%209.2%200%200%200-.587-3.25c-.2%200-.497.01-.873.046a13.4%2013.4%200%200%200-3.047.67c-.263.09-.563.252-.958.485l-.248.148c-.323.193-.69.413-1.088.62c-1.03.539-2.323%201.031-4.012%201.031c-2.418%200-4.406-.804-5.78-1.597a12.5%2012.5%200%200%201-1.465-.987m.605-1.445q.088.077.205.172c.32.26.796.61%201.404.961c1.22.704%202.95%201.396%205.031%201.396c1.374%200%202.425-.394%203.317-.86c.356-.186.675-.377.993-.567l.275-.164c.392-.231.81-.467%201.235-.613a15%2015%200%200%201%203.698-.768A9.24%209.24%200%200%200%2012%202.75a9.25%209.25%200%200%200-8.203%204.971m16.288%208.776a13.25%2013.25%200%200%201-5.576%201.253c-1.813%200-3.202-.485-4.317-1.02c-.43-.206-.828-.424-1.18-.617l-.272-.149c-.429-.232-.764-.399-1.062-.493a16%2016%200%200%200-3.347-.674a12%2012%200%200%200-1.165-.045a9.254%209.254%200%200%200%2016.92%201.745M1.25%2012C1.25%206.063%206.063%201.25%2012%201.25S22.75%206.063%2022.75%2012S17.937%2022.75%2012%2022.75S1.25%2017.937%201.25%2012%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%22M3.192%209.166a9.24%209.24%200%200%200-.355%204.11a1%201%200%200%201%20.114-.017l.049.749l-.05-.749h.013l.024-.002a5%205%200%200%201%20.386-.007c.259.001.629.012%201.088.053c.919.08%202.2.275%203.667.737c.451.142.9.374%201.327.606l.299.163c.346.19.697.383%201.087.57c.98.47%202.144.871%203.668.871c2.824%200%205.055-1.06%206.36-1.884a1%201%200%200%201%20.088-.048c.191-.74.293-1.517.293-2.318a9.2%209.2%200%200%200-.587-3.25c-.2%200-.497.01-.873.046a13.4%2013.4%200%200%200-3.047.67c-.263.09-.563.252-.958.485l-.248.148c-.323.193-.69.413-1.088.62c-1.03.539-2.323%201.031-4.012%201.031c-2.418%200-4.406-.804-5.78-1.597a12.5%2012.5%200%200%201-1.465-.987m.605-1.445q.088.077.205.172c.32.26.796.61%201.404.961c1.22.704%202.95%201.396%205.031%201.396c1.374%200%202.425-.394%203.317-.86c.356-.186.675-.377.993-.567l.275-.164c.392-.231.81-.467%201.235-.613a15%2015%200%200%201%203.698-.768A9.24%209.24%200%200%200%2012%202.75a9.25%209.25%200%200%200-8.203%204.971m16.288%208.776a13.25%2013.25%200%200%201-5.576%201.253c-1.813%200-3.202-.485-4.317-1.02c-.43-.206-.828-.424-1.18-.617l-.272-.149c-.429-.232-.764-.399-1.062-.493a16%2016%200%200%200-3.347-.674a12%2012%200%200%200-1.165-.045a9.254%209.254%200%200%200%2016.92%201.745M1.25%2012C1.25%206.063%206.063%201.25%2012%201.25S22.75%206.063%2022.75%2012S17.937%2022.75%2012%2022.75S1.25%2017.937%201.25%2012%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/planet3.svg?color=%231a73e8&size=48