planet-sharp from IonIcons by Ben Sperry · Sharp · MIT Free for personal and commercial use.

Name
planet-sharp
Set
IonIcons
Style
Sharp
Viewbox
512×512
License
MIT

2 other variants in IonIcons

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 512 512"><path fill="currentColor" d="M81 274.71C90.36 363 165.26 432 256 432a174.9 174.9 0 0 0 71.49-15.19c-40.3-16.53-84.05-38.17-127.77-63.36C157 328.86 115.84 301.5 81 274.71m411.72 64.8c-8.5-11.31-20-23.8-34-37a205 205 0 0 1-11 34c28.72 29.5 33.2 45.34 32.17 48.45c-2 2.23-17.05 6.89-58.15-3.53q-8.83-2.24-19.32-5.46q-6.76-2.08-13.79-4.49a177 177 0 0 0 19.54-27.25c.17-.29.35-.58.52-.88A175.4 175.4 0 0 0 432 256a179 179 0 0 0-1-19c-9.57-88.17-84.4-157-175-157a175.37 175.37 0 0 0-106.4 35.89a177.4 177.4 0 0 0-45.83 51.84c-.16.29-.34.58-.51.87a175.5 175.5 0 0 0-13.83 30.52q-5.59-4.87-10.79-9.67c-5.39-5-10.17-9.63-14.42-14c-29.57-30.26-33.09-45.61-32.16-48.45c2.16-2.43 18.1-6.54 58.13 3.55a210 210 0 0 1 24-26.56c-18.86-5.61-35.79-9.35-50.05-11C33.41 89.47 13.3 95.52 4.35 111c-3.24 5.58-6.35 15.09-2.72 28.6C7 159.66 26.14 184 53.23 209.5c8.63 8.13 18.06 16.37 28.12 24.64c7.32 6 15 12.06 22.9 18.08q7.91 6 16.15 12T137.1 276c25.41 17.61 52.26 34.52 78.59 49.69q14.34 8.26 28.64 16t28.37 14.81c21.9 11 43.35 20.92 63.86 29.43q13.19 5.48 25.81 10.16c11.89 4.42 23.37 8.31 34.31 11.59l1.1.33c25.73 7.66 47.42 11.69 64.48 12H464c21.64 0 36.3-6.38 43.58-19c9.09-15.62 4.08-36.32-14.86-61.5"/></svg>

React

import type { SVGProps } from "react";

export function IonPlanetSharp(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M81 274.71C90.36 363 165.26 432 256 432a174.9 174.9 0 0 0 71.49-15.19c-40.3-16.53-84.05-38.17-127.77-63.36C157 328.86 115.84 301.5 81 274.71m411.72 64.8c-8.5-11.31-20-23.8-34-37a205 205 0 0 1-11 34c28.72 29.5 33.2 45.34 32.17 48.45c-2 2.23-17.05 6.89-58.15-3.53q-8.83-2.24-19.32-5.46q-6.76-2.08-13.79-4.49a177 177 0 0 0 19.54-27.25c.17-.29.35-.58.52-.88A175.4 175.4 0 0 0 432 256a179 179 0 0 0-1-19c-9.57-88.17-84.4-157-175-157a175.37 175.37 0 0 0-106.4 35.89a177.4 177.4 0 0 0-45.83 51.84c-.16.29-.34.58-.51.87a175.5 175.5 0 0 0-13.83 30.52q-5.59-4.87-10.79-9.67c-5.39-5-10.17-9.63-14.42-14c-29.57-30.26-33.09-45.61-32.16-48.45c2.16-2.43 18.1-6.54 58.13 3.55a210 210 0 0 1 24-26.56c-18.86-5.61-35.79-9.35-50.05-11C33.41 89.47 13.3 95.52 4.35 111c-3.24 5.58-6.35 15.09-2.72 28.6C7 159.66 26.14 184 53.23 209.5c8.63 8.13 18.06 16.37 28.12 24.64c7.32 6 15 12.06 22.9 18.08q7.91 6 16.15 12T137.1 276c25.41 17.61 52.26 34.52 78.59 49.69q14.34 8.26 28.64 16t28.37 14.81c21.9 11 43.35 20.92 63.86 29.43q13.19 5.48 25.81 10.16c11.89 4.42 23.37 8.31 34.31 11.59l1.1.33c25.73 7.66 47.42 11.69 64.48 12H464c21.64 0 36.3-6.38 43.58-19c9.09-15.62 4.08-36.32-14.86-61.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M81 274.71C90.36 363 165.26 432 256 432a174.9 174.9 0 0 0 71.49-15.19c-40.3-16.53-84.05-38.17-127.77-63.36C157 328.86 115.84 301.5 81 274.71m411.72 64.8c-8.5-11.31-20-23.8-34-37a205 205 0 0 1-11 34c28.72 29.5 33.2 45.34 32.17 48.45c-2 2.23-17.05 6.89-58.15-3.53q-8.83-2.24-19.32-5.46q-6.76-2.08-13.79-4.49a177 177 0 0 0 19.54-27.25c.17-.29.35-.58.52-.88A175.4 175.4 0 0 0 432 256a179 179 0 0 0-1-19c-9.57-88.17-84.4-157-175-157a175.37 175.37 0 0 0-106.4 35.89a177.4 177.4 0 0 0-45.83 51.84c-.16.29-.34.58-.51.87a175.5 175.5 0 0 0-13.83 30.52q-5.59-4.87-10.79-9.67c-5.39-5-10.17-9.63-14.42-14c-29.57-30.26-33.09-45.61-32.16-48.45c2.16-2.43 18.1-6.54 58.13 3.55a210 210 0 0 1 24-26.56c-18.86-5.61-35.79-9.35-50.05-11C33.41 89.47 13.3 95.52 4.35 111c-3.24 5.58-6.35 15.09-2.72 28.6C7 159.66 26.14 184 53.23 209.5c8.63 8.13 18.06 16.37 28.12 24.64c7.32 6 15 12.06 22.9 18.08q7.91 6 16.15 12T137.1 276c25.41 17.61 52.26 34.52 78.59 49.69q14.34 8.26 28.64 16t28.37 14.81c21.9 11 43.35 20.92 63.86 29.43q13.19 5.48 25.81 10.16c11.89 4.42 23.37 8.31 34.31 11.59l1.1.33c25.73 7.66 47.42 11.69 64.48 12H464c21.64 0 36.3-6.38 43.58-19c9.09-15.62 4.08-36.32-14.86-61.5"/></svg>
</template>

CSS

.icon-planet-sharp {
  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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M81%20274.71C90.36%20363%20165.26%20432%20256%20432a174.9%20174.9%200%200%200%2071.49-15.19c-40.3-16.53-84.05-38.17-127.77-63.36C157%20328.86%20115.84%20301.5%2081%20274.71m411.72%2064.8c-8.5-11.31-20-23.8-34-37a205%20205%200%200%201-11%2034c28.72%2029.5%2033.2%2045.34%2032.17%2048.45c-2%202.23-17.05%206.89-58.15-3.53q-8.83-2.24-19.32-5.46q-6.76-2.08-13.79-4.49a177%20177%200%200%200%2019.54-27.25c.17-.29.35-.58.52-.88A175.4%20175.4%200%200%200%20432%20256a179%20179%200%200%200-1-19c-9.57-88.17-84.4-157-175-157a175.37%20175.37%200%200%200-106.4%2035.89a177.4%20177.4%200%200%200-45.83%2051.84c-.16.29-.34.58-.51.87a175.5%20175.5%200%200%200-13.83%2030.52q-5.59-4.87-10.79-9.67c-5.39-5-10.17-9.63-14.42-14c-29.57-30.26-33.09-45.61-32.16-48.45c2.16-2.43%2018.1-6.54%2058.13%203.55a210%20210%200%200%201%2024-26.56c-18.86-5.61-35.79-9.35-50.05-11C33.41%2089.47%2013.3%2095.52%204.35%20111c-3.24%205.58-6.35%2015.09-2.72%2028.6C7%20159.66%2026.14%20184%2053.23%20209.5c8.63%208.13%2018.06%2016.37%2028.12%2024.64c7.32%206%2015%2012.06%2022.9%2018.08q7.91%206%2016.15%2012T137.1%20276c25.41%2017.61%2052.26%2034.52%2078.59%2049.69q14.34%208.26%2028.64%2016t28.37%2014.81c21.9%2011%2043.35%2020.92%2063.86%2029.43q13.19%205.48%2025.81%2010.16c11.89%204.42%2023.37%208.31%2034.31%2011.59l1.1.33c25.73%207.66%2047.42%2011.69%2064.48%2012H464c21.64%200%2036.3-6.38%2043.58-19c9.09-15.62%204.08-36.32-14.86-61.5%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M81%20274.71C90.36%20363%20165.26%20432%20256%20432a174.9%20174.9%200%200%200%2071.49-15.19c-40.3-16.53-84.05-38.17-127.77-63.36C157%20328.86%20115.84%20301.5%2081%20274.71m411.72%2064.8c-8.5-11.31-20-23.8-34-37a205%20205%200%200%201-11%2034c28.72%2029.5%2033.2%2045.34%2032.17%2048.45c-2%202.23-17.05%206.89-58.15-3.53q-8.83-2.24-19.32-5.46q-6.76-2.08-13.79-4.49a177%20177%200%200%200%2019.54-27.25c.17-.29.35-.58.52-.88A175.4%20175.4%200%200%200%20432%20256a179%20179%200%200%200-1-19c-9.57-88.17-84.4-157-175-157a175.37%20175.37%200%200%200-106.4%2035.89a177.4%20177.4%200%200%200-45.83%2051.84c-.16.29-.34.58-.51.87a175.5%20175.5%200%200%200-13.83%2030.52q-5.59-4.87-10.79-9.67c-5.39-5-10.17-9.63-14.42-14c-29.57-30.26-33.09-45.61-32.16-48.45c2.16-2.43%2018.1-6.54%2058.13%203.55a210%20210%200%200%201%2024-26.56c-18.86-5.61-35.79-9.35-50.05-11C33.41%2089.47%2013.3%2095.52%204.35%20111c-3.24%205.58-6.35%2015.09-2.72%2028.6C7%20159.66%2026.14%20184%2053.23%20209.5c8.63%208.13%2018.06%2016.37%2028.12%2024.64c7.32%206%2015%2012.06%2022.9%2018.08q7.91%206%2016.15%2012T137.1%20276c25.41%2017.61%2052.26%2034.52%2078.59%2049.69q14.34%208.26%2028.64%2016t28.37%2014.81c21.9%2011%2043.35%2020.92%2063.86%2029.43q13.19%205.48%2025.81%2010.16c11.89%204.42%2023.37%208.31%2034.31%2011.59l1.1.33c25.73%207.66%2047.42%2011.69%2064.48%2012H464c21.64%200%2036.3-6.38%2043.58-19c9.09-15.62%204.08-36.32-14.86-61.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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