planet2 icon
planet2-duotone from Reicon by REICON · Duotone · Astronomy · MIT Free for personal and commercial use.
- Name
- planet2-duotone
- Set
- Reicon
- Style
- Duotone
- Category
- Astronomy
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
More astronomy icons from Reicon
Use the planet2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M20 12a8 8 0 1 1-16 0a8 8 0 0 1 16 0" opacity=".5"/><path d="M19.009 6.784a.75.75 0 0 0-.138-1.494q-.637.06-1.345.2a.75.75 0 0 0-.472.309l1.117 1.097q.444-.075.838-.112"/><path fill-rule="evenodd" d="M20.937 5.38a.75.75 0 1 0-.346 1.459c.394.093.546.232.602.322c.063.102.133.366-.157.948a.75.75 0 0 0 1.343.67c.378-.759.563-1.65.086-2.413c-.344-.55-.923-.843-1.528-.987m-.225 5.581a.75.75 0 1 0-1.065-1.057c-.686.692-1.567 1.43-2.608 2.171a.75.75 0 0 0 .87 1.222c1.095-.78 2.044-1.572 2.803-2.336M3.587 14.947q.302-.378.706-.79l-.238-1.33a.75.75 0 0 0-.744.189q-.503.505-.896.995a.75.75 0 1 0 1.172.937m12.163-.243a.75.75 0 1 0-.77-1.287a35 35 0 0 1-3.092 1.645a.75.75 0 0 0 .638 1.357a37 37 0 0 0 3.224-1.715M2.815 16.25a.75.75 0 0 0-1.43-.455c-.191.601-.211 1.262.15 1.84c.453.724 1.307 1.006 2.154 1.087a.75.75 0 1 0 .143-1.493c-.694-.066-.948-.267-1.025-.39c-.05-.08-.102-.244.008-.589m7.268 1.203a.75.75 0 0 0-.527-1.404c-1.225.46-2.365.791-3.362.989a.75.75 0 0 0 .291 1.471c1.093-.216 2.313-.574 3.598-1.056" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconPlanet2Duotone(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="M20 12a8 8 0 1 1-16 0a8 8 0 0 1 16 0" opacity=".5"/><path d="M19.009 6.784a.75.75 0 0 0-.138-1.494q-.637.06-1.345.2a.75.75 0 0 0-.472.309l1.117 1.097q.444-.075.838-.112"/><path fillRule="evenodd" d="M20.937 5.38a.75.75 0 1 0-.346 1.459c.394.093.546.232.602.322c.063.102.133.366-.157.948a.75.75 0 0 0 1.343.67c.378-.759.563-1.65.086-2.413c-.344-.55-.923-.843-1.528-.987m-.225 5.581a.75.75 0 1 0-1.065-1.057c-.686.692-1.567 1.43-2.608 2.171a.75.75 0 0 0 .87 1.222c1.095-.78 2.044-1.572 2.803-2.336M3.587 14.947q.302-.378.706-.79l-.238-1.33a.75.75 0 0 0-.744.189q-.503.505-.896.995a.75.75 0 1 0 1.172.937m12.163-.243a.75.75 0 1 0-.77-1.287a35 35 0 0 1-3.092 1.645a.75.75 0 0 0 .638 1.357a37 37 0 0 0 3.224-1.715M2.815 16.25a.75.75 0 0 0-1.43-.455c-.191.601-.211 1.262.15 1.84c.453.724 1.307 1.006 2.154 1.087a.75.75 0 1 0 .143-1.493c-.694-.066-.948-.267-1.025-.39c-.05-.08-.102-.244.008-.589m7.268 1.203a.75.75 0 0 0-.527-1.404c-1.225.46-2.365.791-3.362.989a.75.75 0 0 0 .291 1.471c1.093-.216 2.313-.574 3.598-1.056" 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="M20 12a8 8 0 1 1-16 0a8 8 0 0 1 16 0" opacity=".5"/><path d="M19.009 6.784a.75.75 0 0 0-.138-1.494q-.637.06-1.345.2a.75.75 0 0 0-.472.309l1.117 1.097q.444-.075.838-.112"/><path fill-rule="evenodd" d="M20.937 5.38a.75.75 0 1 0-.346 1.459c.394.093.546.232.602.322c.063.102.133.366-.157.948a.75.75 0 0 0 1.343.67c.378-.759.563-1.65.086-2.413c-.344-.55-.923-.843-1.528-.987m-.225 5.581a.75.75 0 1 0-1.065-1.057c-.686.692-1.567 1.43-2.608 2.171a.75.75 0 0 0 .87 1.222c1.095-.78 2.044-1.572 2.803-2.336M3.587 14.947q.302-.378.706-.79l-.238-1.33a.75.75 0 0 0-.744.189q-.503.505-.896.995a.75.75 0 1 0 1.172.937m12.163-.243a.75.75 0 1 0-.77-1.287a35 35 0 0 1-3.092 1.645a.75.75 0 0 0 .638 1.357a37 37 0 0 0 3.224-1.715M2.815 16.25a.75.75 0 0 0-1.43-.455c-.191.601-.211 1.262.15 1.84c.453.724 1.307 1.006 2.154 1.087a.75.75 0 1 0 .143-1.493c-.694-.066-.948-.267-1.025-.39c-.05-.08-.102-.244.008-.589m7.268 1.203a.75.75 0 0 0-.527-1.404c-1.225.46-2.365.791-3.362.989a.75.75 0 0 0 .291 1.471c1.093-.216 2.313-.574 3.598-1.056" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-planet2-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%22M20%2012a8%208%200%201%201-16%200a8%208%200%200%201%2016%200%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M19.009%206.784a.75.75%200%200%200-.138-1.494q-.637.06-1.345.2a.75.75%200%200%200-.472.309l1.117%201.097q.444-.075.838-.112%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M20.937%205.38a.75.75%200%201%200-.346%201.459c.394.093.546.232.602.322c.063.102.133.366-.157.948a.75.75%200%200%200%201.343.67c.378-.759.563-1.65.086-2.413c-.344-.55-.923-.843-1.528-.987m-.225%205.581a.75.75%200%201%200-1.065-1.057c-.686.692-1.567%201.43-2.608%202.171a.75.75%200%200%200%20.87%201.222c1.095-.78%202.044-1.572%202.803-2.336M3.587%2014.947q.302-.378.706-.79l-.238-1.33a.75.75%200%200%200-.744.189q-.503.505-.896.995a.75.75%200%201%200%201.172.937m12.163-.243a.75.75%200%201%200-.77-1.287a35%2035%200%200%201-3.092%201.645a.75.75%200%200%200%20.638%201.357a37%2037%200%200%200%203.224-1.715M2.815%2016.25a.75.75%200%200%200-1.43-.455c-.191.601-.211%201.262.15%201.84c.453.724%201.307%201.006%202.154%201.087a.75.75%200%201%200%20.143-1.493c-.694-.066-.948-.267-1.025-.39c-.05-.08-.102-.244.008-.589m7.268%201.203a.75.75%200%200%200-.527-1.404c-1.225.46-2.365.791-3.362.989a.75.75%200%200%200%20.291%201.471c1.093-.216%202.313-.574%203.598-1.056%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%22M20%2012a8%208%200%201%201-16%200a8%208%200%200%201%2016%200%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M19.009%206.784a.75.75%200%200%200-.138-1.494q-.637.06-1.345.2a.75.75%200%200%200-.472.309l1.117%201.097q.444-.075.838-.112%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M20.937%205.38a.75.75%200%201%200-.346%201.459c.394.093.546.232.602.322c.063.102.133.366-.157.948a.75.75%200%200%200%201.343.67c.378-.759.563-1.65.086-2.413c-.344-.55-.923-.843-1.528-.987m-.225%205.581a.75.75%200%201%200-1.065-1.057c-.686.692-1.567%201.43-2.608%202.171a.75.75%200%200%200%20.87%201.222c1.095-.78%202.044-1.572%202.803-2.336M3.587%2014.947q.302-.378.706-.79l-.238-1.33a.75.75%200%200%200-.744.189q-.503.505-.896.995a.75.75%200%201%200%201.172.937m12.163-.243a.75.75%200%201%200-.77-1.287a35%2035%200%200%201-3.092%201.645a.75.75%200%200%200%20.638%201.357a37%2037%200%200%200%203.224-1.715M2.815%2016.25a.75.75%200%200%200-1.43-.455c-.191.601-.211%201.262.15%201.84c.453.724%201.307%201.006%202.154%201.087a.75.75%200%201%200%20.143-1.493c-.694-.066-.948-.267-1.025-.39c-.05-.08-.102-.244.008-.589m7.268%201.203a.75.75%200%200%200-.527-1.404c-1.225.46-2.365.791-3.362.989a.75.75%200%200%200%20.291%201.471c1.093-.216%202.313-.574%203.598-1.056%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/planet2-duotone.svg?color=%231a73e8&size=48