planet from BoxIcons v2 Solid by Boxicons · Solid · MIT Free for personal and commercial use.

Name
planet
Set
BoxIcons v2 Solid
Style
Solid
Viewbox
24×24
License
MIT

The same icon in other sets

Use the planet icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.165 15.582c4.587-4.073 8.141-9.424 6.057-11.771c-.661-.744-1.584-1.089-2.575-.983c-.832.091-1.687.502-2.549 1.192a8.92 8.92 0 0 0-8.712.282a8.92 8.92 0 0 0-4.109 5.515a8.9 8.9 0 0 0 .306 5.325c-1.065 1.203-2.054 3.677-.823 5.063c.517.581 1.257.841 2.147.841c2.707 0 6.808-2.399 10.258-5.464m3.699-10.767c.358-.034.632.064.861.323c.231.261.169.946-.252 1.929a9 9 0 0 0-1.617-1.853c.431-.262.776-.373 1.008-.399M4.633 17.118a9 9 0 0 0 1.568 1.737c-1.025.303-1.714.283-1.945.021c-.217-.243.002-1.069.377-1.758m16.31-5.869c-1.215 1.797-2.906 3.671-4.778 5.333c-1.934 1.719-4.066 3.208-6.05 4.202a9 9 0 0 0 1.874.212a9 9 0 0 0 4.616-1.282a8.91 8.91 0 0 0 4.338-8.465"/></svg>

React

import type { SVGProps } from "react";

export function BxsPlanet(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" d="M15.165 15.582c4.587-4.073 8.141-9.424 6.057-11.771c-.661-.744-1.584-1.089-2.575-.983c-.832.091-1.687.502-2.549 1.192a8.92 8.92 0 0 0-8.712.282a8.92 8.92 0 0 0-4.109 5.515a8.9 8.9 0 0 0 .306 5.325c-1.065 1.203-2.054 3.677-.823 5.063c.517.581 1.257.841 2.147.841c2.707 0 6.808-2.399 10.258-5.464m3.699-10.767c.358-.034.632.064.861.323c.231.261.169.946-.252 1.929a9 9 0 0 0-1.617-1.853c.431-.262.776-.373 1.008-.399M4.633 17.118a9 9 0 0 0 1.568 1.737c-1.025.303-1.714.283-1.945.021c-.217-.243.002-1.069.377-1.758m16.31-5.869c-1.215 1.797-2.906 3.671-4.778 5.333c-1.934 1.719-4.066 3.208-6.05 4.202a9 9 0 0 0 1.874.212a9 9 0 0 0 4.616-1.282a8.91 8.91 0 0 0 4.338-8.465"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.165 15.582c4.587-4.073 8.141-9.424 6.057-11.771c-.661-.744-1.584-1.089-2.575-.983c-.832.091-1.687.502-2.549 1.192a8.92 8.92 0 0 0-8.712.282a8.92 8.92 0 0 0-4.109 5.515a8.9 8.9 0 0 0 .306 5.325c-1.065 1.203-2.054 3.677-.823 5.063c.517.581 1.257.841 2.147.841c2.707 0 6.808-2.399 10.258-5.464m3.699-10.767c.358-.034.632.064.861.323c.231.261.169.946-.252 1.929a9 9 0 0 0-1.617-1.853c.431-.262.776-.373 1.008-.399M4.633 17.118a9 9 0 0 0 1.568 1.737c-1.025.303-1.714.283-1.945.021c-.217-.243.002-1.069.377-1.758m16.31-5.869c-1.215 1.797-2.906 3.671-4.778 5.333c-1.934 1.719-4.066 3.208-6.05 4.202a9 9 0 0 0 1.874.212a9 9 0 0 0 4.616-1.282a8.91 8.91 0 0 0 4.338-8.465"/></svg>
</template>

CSS

.icon-planet {
  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%20d%3D%22M15.165%2015.582c4.587-4.073%208.141-9.424%206.057-11.771c-.661-.744-1.584-1.089-2.575-.983c-.832.091-1.687.502-2.549%201.192a8.92%208.92%200%200%200-8.712.282a8.92%208.92%200%200%200-4.109%205.515a8.9%208.9%200%200%200%20.306%205.325c-1.065%201.203-2.054%203.677-.823%205.063c.517.581%201.257.841%202.147.841c2.707%200%206.808-2.399%2010.258-5.464m3.699-10.767c.358-.034.632.064.861.323c.231.261.169.946-.252%201.929a9%209%200%200%200-1.617-1.853c.431-.262.776-.373%201.008-.399M4.633%2017.118a9%209%200%200%200%201.568%201.737c-1.025.303-1.714.283-1.945.021c-.217-.243.002-1.069.377-1.758m16.31-5.869c-1.215%201.797-2.906%203.671-4.778%205.333c-1.934%201.719-4.066%203.208-6.05%204.202a9%209%200%200%200%201.874.212a9%209%200%200%200%204.616-1.282a8.91%208.91%200%200%200%204.338-8.465%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%20d%3D%22M15.165%2015.582c4.587-4.073%208.141-9.424%206.057-11.771c-.661-.744-1.584-1.089-2.575-.983c-.832.091-1.687.502-2.549%201.192a8.92%208.92%200%200%200-8.712.282a8.92%208.92%200%200%200-4.109%205.515a8.9%208.9%200%200%200%20.306%205.325c-1.065%201.203-2.054%203.677-.823%205.063c.517.581%201.257.841%202.147.841c2.707%200%206.808-2.399%2010.258-5.464m3.699-10.767c.358-.034.632.064.861.323c.231.261.169.946-.252%201.929a9%209%200%200%200-1.617-1.853c.431-.262.776-.373%201.008-.399M4.633%2017.118a9%209%200%200%200%201.568%201.737c-1.025.303-1.714.283-1.945.021c-.217-.243.002-1.069.377-1.758m16.31-5.869c-1.215%201.797-2.906%203.671-4.778%205.333c-1.934%201.719-4.066%203.208-6.05%204.202a9%209%200%200%200%201.874.212a9%209%200%200%200%204.616-1.282a8.91%208.91%200%200%200%204.338-8.465%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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