planet icon
planet-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.
- Name
- planet-bold
- Set
- Phosphor
- Style
- Bold
- 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="M248.59 58.67c-6.31-10.87-23-21.06-66.16-9.71A95.94 95.94 0 0 0 32 128q0 3.6.26 7.14C.56 166.86 1.1 186.4 7.44 197.33C13.4 207.61 25.3 212 40.68 212c9.79 0 21-1.78 32.95-4.91A95.94 95.94 0 0 0 224 128c0-2.41-.09-4.79-.27-7.16c14.31-14.38 23.86-28.21 27-40c2.82-10.42.39-17.84-2.14-22.17M128 56a72.11 72.11 0 0 1 70.19 56C184 124.73 165 138.59 141.92 151.86c-21.74 12.49-43.55 22.36-63.09 28.65A72 72 0 0 1 128 56M28.19 185.29c-.61-1.07-.17-8.22 10.67-21.71A95.8 95.8 0 0 0 52.35 187c-17.23 2.61-23.5-.59-24.16-1.71M128 200a71.7 71.7 0 0 1-22.56-3.64a394 394 0 0 0 48.42-23.69A388 388 0 0 0 198.43 143A72.12 72.12 0 0 1 128 200m99.57-125.35c-1.28 4.78-4.81 10.87-10.39 17.8A95.7 95.7 0 0 0 203.68 69c15.83-2.37 23.17 0 24.15 1.71c.17.29.38 1.57-.26 3.94"/></svg>
React
import type { SVGProps } from "react";
export function PhPlanetBold(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="M248.59 58.67c-6.31-10.87-23-21.06-66.16-9.71A95.94 95.94 0 0 0 32 128q0 3.6.26 7.14C.56 166.86 1.1 186.4 7.44 197.33C13.4 207.61 25.3 212 40.68 212c9.79 0 21-1.78 32.95-4.91A95.94 95.94 0 0 0 224 128c0-2.41-.09-4.79-.27-7.16c14.31-14.38 23.86-28.21 27-40c2.82-10.42.39-17.84-2.14-22.17M128 56a72.11 72.11 0 0 1 70.19 56C184 124.73 165 138.59 141.92 151.86c-21.74 12.49-43.55 22.36-63.09 28.65A72 72 0 0 1 128 56M28.19 185.29c-.61-1.07-.17-8.22 10.67-21.71A95.8 95.8 0 0 0 52.35 187c-17.23 2.61-23.5-.59-24.16-1.71M128 200a71.7 71.7 0 0 1-22.56-3.64a394 394 0 0 0 48.42-23.69A388 388 0 0 0 198.43 143A72.12 72.12 0 0 1 128 200m99.57-125.35c-1.28 4.78-4.81 10.87-10.39 17.8A95.7 95.7 0 0 0 203.68 69c15.83-2.37 23.17 0 24.15 1.71c.17.29.38 1.57-.26 3.94"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M248.59 58.67c-6.31-10.87-23-21.06-66.16-9.71A95.94 95.94 0 0 0 32 128q0 3.6.26 7.14C.56 166.86 1.1 186.4 7.44 197.33C13.4 207.61 25.3 212 40.68 212c9.79 0 21-1.78 32.95-4.91A95.94 95.94 0 0 0 224 128c0-2.41-.09-4.79-.27-7.16c14.31-14.38 23.86-28.21 27-40c2.82-10.42.39-17.84-2.14-22.17M128 56a72.11 72.11 0 0 1 70.19 56C184 124.73 165 138.59 141.92 151.86c-21.74 12.49-43.55 22.36-63.09 28.65A72 72 0 0 1 128 56M28.19 185.29c-.61-1.07-.17-8.22 10.67-21.71A95.8 95.8 0 0 0 52.35 187c-17.23 2.61-23.5-.59-24.16-1.71M128 200a71.7 71.7 0 0 1-22.56-3.64a394 394 0 0 0 48.42-23.69A388 388 0 0 0 198.43 143A72.12 72.12 0 0 1 128 200m99.57-125.35c-1.28 4.78-4.81 10.87-10.39 17.8A95.7 95.7 0 0 0 203.68 69c15.83-2.37 23.17 0 24.15 1.71c.17.29.38 1.57-.26 3.94"/></svg> </template>
CSS
.icon-planet-bold {
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%22M248.59%2058.67c-6.31-10.87-23-21.06-66.16-9.71A95.94%2095.94%200%200%200%2032%20128q0%203.6.26%207.14C.56%20166.86%201.1%20186.4%207.44%20197.33C13.4%20207.61%2025.3%20212%2040.68%20212c9.79%200%2021-1.78%2032.95-4.91A95.94%2095.94%200%200%200%20224%20128c0-2.41-.09-4.79-.27-7.16c14.31-14.38%2023.86-28.21%2027-40c2.82-10.42.39-17.84-2.14-22.17M128%2056a72.11%2072.11%200%200%201%2070.19%2056C184%20124.73%20165%20138.59%20141.92%20151.86c-21.74%2012.49-43.55%2022.36-63.09%2028.65A72%2072%200%200%201%20128%2056M28.19%20185.29c-.61-1.07-.17-8.22%2010.67-21.71A95.8%2095.8%200%200%200%2052.35%20187c-17.23%202.61-23.5-.59-24.16-1.71M128%20200a71.7%2071.7%200%200%201-22.56-3.64a394%20394%200%200%200%2048.42-23.69A388%20388%200%200%200%20198.43%20143A72.12%2072.12%200%200%201%20128%20200m99.57-125.35c-1.28%204.78-4.81%2010.87-10.39%2017.8A95.7%2095.7%200%200%200%20203.68%2069c15.83-2.37%2023.17%200%2024.15%201.71c.17.29.38%201.57-.26%203.94%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%22M248.59%2058.67c-6.31-10.87-23-21.06-66.16-9.71A95.94%2095.94%200%200%200%2032%20128q0%203.6.26%207.14C.56%20166.86%201.1%20186.4%207.44%20197.33C13.4%20207.61%2025.3%20212%2040.68%20212c9.79%200%2021-1.78%2032.95-4.91A95.94%2095.94%200%200%200%20224%20128c0-2.41-.09-4.79-.27-7.16c14.31-14.38%2023.86-28.21%2027-40c2.82-10.42.39-17.84-2.14-22.17M128%2056a72.11%2072.11%200%200%201%2070.19%2056C184%20124.73%20165%20138.59%20141.92%20151.86c-21.74%2012.49-43.55%2022.36-63.09%2028.65A72%2072%200%200%201%20128%2056M28.19%20185.29c-.61-1.07-.17-8.22%2010.67-21.71A95.8%2095.8%200%200%200%2052.35%20187c-17.23%202.61-23.5-.59-24.16-1.71M128%20200a71.7%2071.7%200%200%201-22.56-3.64a394%20394%200%200%200%2048.42-23.69A388%20388%200%200%200%20198.43%20143A72.12%2072.12%200%200%201%20128%20200m99.57-125.35c-1.28%204.78-4.81%2010.87-10.39%2017.8A95.7%2095.7%200%200%200%20203.68%2069c15.83-2.37%2023.17%200%2024.15%201.71c.17.29.38%201.57-.26%203.94%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/planet-bold.svg?color=%231a73e8&size=48