planet-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.

Name
planet-thin
Set
Phosphor
Style
Thin
Viewbox
256×256
License
MIT

5 other variants in Phosphor

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 256 256"><path fill="currentColor" d="M241.66 62.68c-6.73-11.58-26.58-13.8-56-6.3A92 92 0 0 0 37 141.7c-21.38 21.69-29.44 40-22.68 51.62c4.13 7.11 13 10.71 26 10.71A115.3 115.3 0 0 0 65 200.9c1.74-.39 3.52-.82 5.32-1.28A92 92 0 0 0 220 128a93 93 0 0 0-1-13.73c12.77-13 21.31-25.28 24-35.47c1.69-6.26 1.23-11.68-1.34-16.12M128 44a84.13 84.13 0 0 1 82.38 67.56c-16.17 15.69-38.8 32.48-64.49 47.24c-27.31 15.69-52.81 26.25-73.61 32A84 84 0 0 1 128 44M21.25 189.3C17 182 23.75 167.7 39 151.24a92 92 0 0 0 24 41.85c-22.14 4.91-37.53 3.49-41.75-3.79M128 212a83.6 83.6 0 0 1-48-15.1c21.58-6.58 45.83-17.37 69.85-31.16c24.25-13.94 45.61-29.46 61.83-44.44c.18 2.21.3 4.44.3 6.7A84.1 84.1 0 0 1 128 212M235.28 76.73c-2.13 8-8.58 17.65-18.25 28.06a92.07 92.07 0 0 0-24.12-41.92c21.85-4.82 37.59-3.46 41.83 3.83c1.46 2.53 1.65 5.9.54 10.03"/></svg>

React

import type { SVGProps } from "react";

export function PhPlanetThin(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M241.66 62.68c-6.73-11.58-26.58-13.8-56-6.3A92 92 0 0 0 37 141.7c-21.38 21.69-29.44 40-22.68 51.62c4.13 7.11 13 10.71 26 10.71A115.3 115.3 0 0 0 65 200.9c1.74-.39 3.52-.82 5.32-1.28A92 92 0 0 0 220 128a93 93 0 0 0-1-13.73c12.77-13 21.31-25.28 24-35.47c1.69-6.26 1.23-11.68-1.34-16.12M128 44a84.13 84.13 0 0 1 82.38 67.56c-16.17 15.69-38.8 32.48-64.49 47.24c-27.31 15.69-52.81 26.25-73.61 32A84 84 0 0 1 128 44M21.25 189.3C17 182 23.75 167.7 39 151.24a92 92 0 0 0 24 41.85c-22.14 4.91-37.53 3.49-41.75-3.79M128 212a83.6 83.6 0 0 1-48-15.1c21.58-6.58 45.83-17.37 69.85-31.16c24.25-13.94 45.61-29.46 61.83-44.44c.18 2.21.3 4.44.3 6.7A84.1 84.1 0 0 1 128 212M235.28 76.73c-2.13 8-8.58 17.65-18.25 28.06a92.07 92.07 0 0 0-24.12-41.92c21.85-4.82 37.59-3.46 41.83 3.83c1.46 2.53 1.65 5.9.54 10.03"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M241.66 62.68c-6.73-11.58-26.58-13.8-56-6.3A92 92 0 0 0 37 141.7c-21.38 21.69-29.44 40-22.68 51.62c4.13 7.11 13 10.71 26 10.71A115.3 115.3 0 0 0 65 200.9c1.74-.39 3.52-.82 5.32-1.28A92 92 0 0 0 220 128a93 93 0 0 0-1-13.73c12.77-13 21.31-25.28 24-35.47c1.69-6.26 1.23-11.68-1.34-16.12M128 44a84.13 84.13 0 0 1 82.38 67.56c-16.17 15.69-38.8 32.48-64.49 47.24c-27.31 15.69-52.81 26.25-73.61 32A84 84 0 0 1 128 44M21.25 189.3C17 182 23.75 167.7 39 151.24a92 92 0 0 0 24 41.85c-22.14 4.91-37.53 3.49-41.75-3.79M128 212a83.6 83.6 0 0 1-48-15.1c21.58-6.58 45.83-17.37 69.85-31.16c24.25-13.94 45.61-29.46 61.83-44.44c.18 2.21.3 4.44.3 6.7A84.1 84.1 0 0 1 128 212M235.28 76.73c-2.13 8-8.58 17.65-18.25 28.06a92.07 92.07 0 0 0-24.12-41.92c21.85-4.82 37.59-3.46 41.83 3.83c1.46 2.53 1.65 5.9.54 10.03"/></svg>
</template>

CSS

.icon-planet-thin {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M241.66%2062.68c-6.73-11.58-26.58-13.8-56-6.3A92%2092%200%200%200%2037%20141.7c-21.38%2021.69-29.44%2040-22.68%2051.62c4.13%207.11%2013%2010.71%2026%2010.71A115.3%20115.3%200%200%200%2065%20200.9c1.74-.39%203.52-.82%205.32-1.28A92%2092%200%200%200%20220%20128a93%2093%200%200%200-1-13.73c12.77-13%2021.31-25.28%2024-35.47c1.69-6.26%201.23-11.68-1.34-16.12M128%2044a84.13%2084.13%200%200%201%2082.38%2067.56c-16.17%2015.69-38.8%2032.48-64.49%2047.24c-27.31%2015.69-52.81%2026.25-73.61%2032A84%2084%200%200%201%20128%2044M21.25%20189.3C17%20182%2023.75%20167.7%2039%20151.24a92%2092%200%200%200%2024%2041.85c-22.14%204.91-37.53%203.49-41.75-3.79M128%20212a83.6%2083.6%200%200%201-48-15.1c21.58-6.58%2045.83-17.37%2069.85-31.16c24.25-13.94%2045.61-29.46%2061.83-44.44c.18%202.21.3%204.44.3%206.7A84.1%2084.1%200%200%201%20128%20212M235.28%2076.73c-2.13%208-8.58%2017.65-18.25%2028.06a92.07%2092.07%200%200%200-24.12-41.92c21.85-4.82%2037.59-3.46%2041.83%203.83c1.46%202.53%201.65%205.9.54%2010.03%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M241.66%2062.68c-6.73-11.58-26.58-13.8-56-6.3A92%2092%200%200%200%2037%20141.7c-21.38%2021.69-29.44%2040-22.68%2051.62c4.13%207.11%2013%2010.71%2026%2010.71A115.3%20115.3%200%200%200%2065%20200.9c1.74-.39%203.52-.82%205.32-1.28A92%2092%200%200%200%20220%20128a93%2093%200%200%200-1-13.73c12.77-13%2021.31-25.28%2024-35.47c1.69-6.26%201.23-11.68-1.34-16.12M128%2044a84.13%2084.13%200%200%201%2082.38%2067.56c-16.17%2015.69-38.8%2032.48-64.49%2047.24c-27.31%2015.69-52.81%2026.25-73.61%2032A84%2084%200%200%201%20128%2044M21.25%20189.3C17%20182%2023.75%20167.7%2039%20151.24a92%2092%200%200%200%2024%2041.85c-22.14%204.91-37.53%203.49-41.75-3.79M128%20212a83.6%2083.6%200%200%201-48-15.1c21.58-6.58%2045.83-17.37%2069.85-31.16c24.25-13.94%2045.61-29.46%2061.83-44.44c.18%202.21.3%204.44.3%206.7A84.1%2084.1%200%200%201%20128%20212M235.28%2076.73c-2.13%208-8.58%2017.65-18.25%2028.06a92.07%2092.07%200%200%200-24.12-41.92c21.85-4.82%2037.59-3.46%2041.83%203.83c1.46%202.53%201.65%205.9.54%2010.03%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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