planet3 icon
planet3-filled from Reicon by REICON · Filled · Astronomy · MIT Free for personal and commercial use.
- Name
- planet3-filled
- Set
- Reicon
- Style
- Filled
- 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"><g fill="currentColor"><path d="M21.775 14.118Q22 13.092 22 12a10 10 0 0 0-.525-3.206l-.527-.038h-.011l-.051-.003a10 10 0 0 0-1.096.043a13.4 13.4 0 0 0-3.047.67c-.263.09-.563.252-.958.485l-.248.148c-.322.192-.69.413-1.088.62c-1.03.539-2.323 1.031-4.012 1.031c-2.418 0-4.407-.804-5.78-1.596a12.4 12.4 0 0 1-1.6-1.096a9 9 0 0 1-.48-.415a10.1 10.1 0 0 0-.498 4.628l.385-.02h.011l.027-.001a9 9 0 0 1 .45-.006c.303.002.733.014 1.253.054c1.037.082 2.447.278 3.923.742c.45.142.899.374 1.327.606l.299.163c.346.19.697.383 1.087.57c.98.47 2.144.871 3.668.871c1.383 0 2.662-.344 3.802-.766c.571-.21 1.099-.438 1.591-.65l.018-.007c.475-.204.937-.403 1.343-.538z"/><path d="M21.206 15.912q-.32.131-.711.3l-.01.005c-.487.21-1.045.45-1.654.674c-1.226.454-2.693.86-4.322.86c-1.813 0-3.203-.486-4.317-1.02a24 24 0 0 1-1.18-.617l-.272-.15c-.43-.232-.764-.399-1.062-.493a16.4 16.4 0 0 0-3.59-.677a16 16 0 0 0-1.453-.048l-.077.003h-.02l-.153.008C3.582 18.94 7.433 22 12 22c4.135 0 7.683-2.51 9.206-6.088M2.71 8.293l.285-.28zm.527-1.114l.297.302l.003.004l.019.018l.086.081c.079.072.2.18.36.31c.32.26.795.61 1.404.96c1.219.704 2.95 1.396 5.031 1.396c1.374 0 2.425-.394 3.317-.86c.355-.186.675-.377.993-.567l.275-.163c.392-.232.81-.468 1.235-.614a15 15 0 0 1 3.39-.743a11 11 0 0 1 1.156-.052A10 10 0 0 0 12 2a10 10 0 0 0-8.763 5.179m17.786.504L21 8.006z"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconPlanet3Filled(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="M21.775 14.118Q22 13.092 22 12a10 10 0 0 0-.525-3.206l-.527-.038h-.011l-.051-.003a10 10 0 0 0-1.096.043a13.4 13.4 0 0 0-3.047.67c-.263.09-.563.252-.958.485l-.248.148c-.322.192-.69.413-1.088.62c-1.03.539-2.323 1.031-4.012 1.031c-2.418 0-4.407-.804-5.78-1.596a12.4 12.4 0 0 1-1.6-1.096a9 9 0 0 1-.48-.415a10.1 10.1 0 0 0-.498 4.628l.385-.02h.011l.027-.001a9 9 0 0 1 .45-.006c.303.002.733.014 1.253.054c1.037.082 2.447.278 3.923.742c.45.142.899.374 1.327.606l.299.163c.346.19.697.383 1.087.57c.98.47 2.144.871 3.668.871c1.383 0 2.662-.344 3.802-.766c.571-.21 1.099-.438 1.591-.65l.018-.007c.475-.204.937-.403 1.343-.538z"/><path d="M21.206 15.912q-.32.131-.711.3l-.01.005c-.487.21-1.045.45-1.654.674c-1.226.454-2.693.86-4.322.86c-1.813 0-3.203-.486-4.317-1.02a24 24 0 0 1-1.18-.617l-.272-.15c-.43-.232-.764-.399-1.062-.493a16.4 16.4 0 0 0-3.59-.677a16 16 0 0 0-1.453-.048l-.077.003h-.02l-.153.008C3.582 18.94 7.433 22 12 22c4.135 0 7.683-2.51 9.206-6.088M2.71 8.293l.285-.28zm.527-1.114l.297.302l.003.004l.019.018l.086.081c.079.072.2.18.36.31c.32.26.795.61 1.404.96c1.219.704 2.95 1.396 5.031 1.396c1.374 0 2.425-.394 3.317-.86c.355-.186.675-.377.993-.567l.275-.163c.392-.232.81-.468 1.235-.614a15 15 0 0 1 3.39-.743a11 11 0 0 1 1.156-.052A10 10 0 0 0 12 2a10 10 0 0 0-8.763 5.179m17.786.504L21 8.006z"/></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="M21.775 14.118Q22 13.092 22 12a10 10 0 0 0-.525-3.206l-.527-.038h-.011l-.051-.003a10 10 0 0 0-1.096.043a13.4 13.4 0 0 0-3.047.67c-.263.09-.563.252-.958.485l-.248.148c-.322.192-.69.413-1.088.62c-1.03.539-2.323 1.031-4.012 1.031c-2.418 0-4.407-.804-5.78-1.596a12.4 12.4 0 0 1-1.6-1.096a9 9 0 0 1-.48-.415a10.1 10.1 0 0 0-.498 4.628l.385-.02h.011l.027-.001a9 9 0 0 1 .45-.006c.303.002.733.014 1.253.054c1.037.082 2.447.278 3.923.742c.45.142.899.374 1.327.606l.299.163c.346.19.697.383 1.087.57c.98.47 2.144.871 3.668.871c1.383 0 2.662-.344 3.802-.766c.571-.21 1.099-.438 1.591-.65l.018-.007c.475-.204.937-.403 1.343-.538z"/><path d="M21.206 15.912q-.32.131-.711.3l-.01.005c-.487.21-1.045.45-1.654.674c-1.226.454-2.693.86-4.322.86c-1.813 0-3.203-.486-4.317-1.02a24 24 0 0 1-1.18-.617l-.272-.15c-.43-.232-.764-.399-1.062-.493a16.4 16.4 0 0 0-3.59-.677a16 16 0 0 0-1.453-.048l-.077.003h-.02l-.153.008C3.582 18.94 7.433 22 12 22c4.135 0 7.683-2.51 9.206-6.088M2.71 8.293l.285-.28zm.527-1.114l.297.302l.003.004l.019.018l.086.081c.079.072.2.18.36.31c.32.26.795.61 1.404.96c1.219.704 2.95 1.396 5.031 1.396c1.374 0 2.425-.394 3.317-.86c.355-.186.675-.377.993-.567l.275-.163c.392-.232.81-.468 1.235-.614a15 15 0 0 1 3.39-.743a11 11 0 0 1 1.156-.052A10 10 0 0 0 12 2a10 10 0 0 0-8.763 5.179m17.786.504L21 8.006z"/></g></svg> </template>
CSS
.icon-planet3-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%22M21.775%2014.118Q22%2013.092%2022%2012a10%2010%200%200%200-.525-3.206l-.527-.038h-.011l-.051-.003a10%2010%200%200%200-1.096.043a13.4%2013.4%200%200%200-3.047.67c-.263.09-.563.252-.958.485l-.248.148c-.322.192-.69.413-1.088.62c-1.03.539-2.323%201.031-4.012%201.031c-2.418%200-4.407-.804-5.78-1.596a12.4%2012.4%200%200%201-1.6-1.096a9%209%200%200%201-.48-.415a10.1%2010.1%200%200%200-.498%204.628l.385-.02h.011l.027-.001a9%209%200%200%201%20.45-.006c.303.002.733.014%201.253.054c1.037.082%202.447.278%203.923.742c.45.142.899.374%201.327.606l.299.163c.346.19.697.383%201.087.57c.98.47%202.144.871%203.668.871c1.383%200%202.662-.344%203.802-.766c.571-.21%201.099-.438%201.591-.65l.018-.007c.475-.204.937-.403%201.343-.538z%22%2F%3E%3Cpath%20d%3D%22M21.206%2015.912q-.32.131-.711.3l-.01.005c-.487.21-1.045.45-1.654.674c-1.226.454-2.693.86-4.322.86c-1.813%200-3.203-.486-4.317-1.02a24%2024%200%200%201-1.18-.617l-.272-.15c-.43-.232-.764-.399-1.062-.493a16.4%2016.4%200%200%200-3.59-.677a16%2016%200%200%200-1.453-.048l-.077.003h-.02l-.153.008C3.582%2018.94%207.433%2022%2012%2022c4.135%200%207.683-2.51%209.206-6.088M2.71%208.293l.285-.28zm.527-1.114l.297.302l.003.004l.019.018l.086.081c.079.072.2.18.36.31c.32.26.795.61%201.404.96c1.219.704%202.95%201.396%205.031%201.396c1.374%200%202.425-.394%203.317-.86c.355-.186.675-.377.993-.567l.275-.163c.392-.232.81-.468%201.235-.614a15%2015%200%200%201%203.39-.743a11%2011%200%200%201%201.156-.052A10%2010%200%200%200%2012%202a10%2010%200%200%200-8.763%205.179m17.786.504L21%208.006z%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%22M21.775%2014.118Q22%2013.092%2022%2012a10%2010%200%200%200-.525-3.206l-.527-.038h-.011l-.051-.003a10%2010%200%200%200-1.096.043a13.4%2013.4%200%200%200-3.047.67c-.263.09-.563.252-.958.485l-.248.148c-.322.192-.69.413-1.088.62c-1.03.539-2.323%201.031-4.012%201.031c-2.418%200-4.407-.804-5.78-1.596a12.4%2012.4%200%200%201-1.6-1.096a9%209%200%200%201-.48-.415a10.1%2010.1%200%200%200-.498%204.628l.385-.02h.011l.027-.001a9%209%200%200%201%20.45-.006c.303.002.733.014%201.253.054c1.037.082%202.447.278%203.923.742c.45.142.899.374%201.327.606l.299.163c.346.19.697.383%201.087.57c.98.47%202.144.871%203.668.871c1.383%200%202.662-.344%203.802-.766c.571-.21%201.099-.438%201.591-.65l.018-.007c.475-.204.937-.403%201.343-.538z%22%2F%3E%3Cpath%20d%3D%22M21.206%2015.912q-.32.131-.711.3l-.01.005c-.487.21-1.045.45-1.654.674c-1.226.454-2.693.86-4.322.86c-1.813%200-3.203-.486-4.317-1.02a24%2024%200%200%201-1.18-.617l-.272-.15c-.43-.232-.764-.399-1.062-.493a16.4%2016.4%200%200%200-3.59-.677a16%2016%200%200%200-1.453-.048l-.077.003h-.02l-.153.008C3.582%2018.94%207.433%2022%2012%2022c4.135%200%207.683-2.51%209.206-6.088M2.71%208.293l.285-.28zm.527-1.114l.297.302l.003.004l.019.018l.086.081c.079.072.2.18.36.31c.32.26.795.61%201.404.96c1.219.704%202.95%201.396%205.031%201.396c1.374%200%202.425-.394%203.317-.86c.355-.186.675-.377.993-.567l.275-.163c.392-.232.81-.468%201.235-.614a15%2015%200%200%201%203.39-.743a11%2011%200%200%201%201.156-.052A10%2010%200%200%200%2012%202a10%2010%200%200%200-8.763%205.179m17.786.504L21%208.006z%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/planet3-filled.svg?color=%231a73e8&size=48