planet-solid from Iconoir by Luca Burgio · Solid · Science · MIT Free for personal and commercial use.

Name
planet-solid
Set
Iconoir
Style
Solid
Category
Science
Viewbox
24×24
License
MIT

1 other variant in Iconoir

The same icon in other sets

More science icons from Iconoir

Use the planet icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" stroke-width="1.5"><path fill-rule="evenodd" d="M12 3.25a8.75 8.75 0 1 0 0 17.5a8.75 8.75 0 0 0 0-17.5M6.534 16.085a.75.75 0 0 0 .384 1.45c1.93-.51 4.214-1.385 6.568-2.559c2.344-1.168 4.41-2.46 5.977-3.69a.75.75 0 0 0-.926-1.18c-1.473 1.155-3.45 2.396-5.72 3.528c-2.28 1.137-4.47 1.971-6.283 2.451" clip-rule="evenodd"/><path d="M20.336 6.755c-.644-.04-1.55.062-2.665.323l-.343-1.46c1.183-.277 2.25-.413 3.102-.36c.791.05 1.689.285 2.079 1.067c.364.731.078 1.529-.303 2.151c-.404.662-1.056 1.37-1.869 2.086l-.99-1.126c.759-.669 1.287-1.263 1.58-1.741c.315-.518.24-.698.24-.7c-.003-.006-.126-.196-.83-.24m-14.5 11.036c-1.06.219-2.019.313-2.79.238c-.726-.071-1.535-.322-1.9-1.053c-.39-.78-.04-1.637.395-2.298c.468-.71 1.216-1.478 2.144-2.254l.962 1.152c-.876.731-1.5 1.39-1.853 1.927c-.386.587-.308.798-.306.804c.001.002.1.17.704.229c.558.055 1.35-.01 2.342-.214z"/></g></svg>

React

import type { SVGProps } from "react";

export function IconoirPlanetSolid(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" strokeWidth="1.5"><path fillRule="evenodd" d="M12 3.25a8.75 8.75 0 1 0 0 17.5a8.75 8.75 0 0 0 0-17.5M6.534 16.085a.75.75 0 0 0 .384 1.45c1.93-.51 4.214-1.385 6.568-2.559c2.344-1.168 4.41-2.46 5.977-3.69a.75.75 0 0 0-.926-1.18c-1.473 1.155-3.45 2.396-5.72 3.528c-2.28 1.137-4.47 1.971-6.283 2.451" clipRule="evenodd"/><path d="M20.336 6.755c-.644-.04-1.55.062-2.665.323l-.343-1.46c1.183-.277 2.25-.413 3.102-.36c.791.05 1.689.285 2.079 1.067c.364.731.078 1.529-.303 2.151c-.404.662-1.056 1.37-1.869 2.086l-.99-1.126c.759-.669 1.287-1.263 1.58-1.741c.315-.518.24-.698.24-.7c-.003-.006-.126-.196-.83-.24m-14.5 11.036c-1.06.219-2.019.313-2.79.238c-.726-.071-1.535-.322-1.9-1.053c-.39-.78-.04-1.637.395-2.298c.468-.71 1.216-1.478 2.144-2.254l.962 1.152c-.876.731-1.5 1.39-1.853 1.927c-.386.587-.308.798-.306.804c.001.002.1.17.704.229c.558.055 1.35-.01 2.342-.214z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" stroke-width="1.5"><path fill-rule="evenodd" d="M12 3.25a8.75 8.75 0 1 0 0 17.5a8.75 8.75 0 0 0 0-17.5M6.534 16.085a.75.75 0 0 0 .384 1.45c1.93-.51 4.214-1.385 6.568-2.559c2.344-1.168 4.41-2.46 5.977-3.69a.75.75 0 0 0-.926-1.18c-1.473 1.155-3.45 2.396-5.72 3.528c-2.28 1.137-4.47 1.971-6.283 2.451" clip-rule="evenodd"/><path d="M20.336 6.755c-.644-.04-1.55.062-2.665.323l-.343-1.46c1.183-.277 2.25-.413 3.102-.36c.791.05 1.689.285 2.079 1.067c.364.731.078 1.529-.303 2.151c-.404.662-1.056 1.37-1.869 2.086l-.99-1.126c.759-.669 1.287-1.263 1.58-1.741c.315-.518.24-.698.24-.7c-.003-.006-.126-.196-.83-.24m-14.5 11.036c-1.06.219-2.019.313-2.79.238c-.726-.071-1.535-.322-1.9-1.053c-.39-.78-.04-1.637.395-2.298c.468-.71 1.216-1.478 2.144-2.254l.962 1.152c-.876.731-1.5 1.39-1.853 1.927c-.386.587-.308.798-.306.804c.001.002.1.17.704.229c.558.055 1.35-.01 2.342-.214z"/></g></svg>
</template>

CSS

.icon-planet-solid {
  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%20stroke-width%3D%221.5%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12%203.25a8.75%208.75%200%201%200%200%2017.5a8.75%208.75%200%200%200%200-17.5M6.534%2016.085a.75.75%200%200%200%20.384%201.45c1.93-.51%204.214-1.385%206.568-2.559c2.344-1.168%204.41-2.46%205.977-3.69a.75.75%200%200%200-.926-1.18c-1.473%201.155-3.45%202.396-5.72%203.528c-2.28%201.137-4.47%201.971-6.283%202.451%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M20.336%206.755c-.644-.04-1.55.062-2.665.323l-.343-1.46c1.183-.277%202.25-.413%203.102-.36c.791.05%201.689.285%202.079%201.067c.364.731.078%201.529-.303%202.151c-.404.662-1.056%201.37-1.869%202.086l-.99-1.126c.759-.669%201.287-1.263%201.58-1.741c.315-.518.24-.698.24-.7c-.003-.006-.126-.196-.83-.24m-14.5%2011.036c-1.06.219-2.019.313-2.79.238c-.726-.071-1.535-.322-1.9-1.053c-.39-.78-.04-1.637.395-2.298c.468-.71%201.216-1.478%202.144-2.254l.962%201.152c-.876.731-1.5%201.39-1.853%201.927c-.386.587-.308.798-.306.804c.001.002.1.17.704.229c.558.055%201.35-.01%202.342-.214z%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%20stroke-width%3D%221.5%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12%203.25a8.75%208.75%200%201%200%200%2017.5a8.75%208.75%200%200%200%200-17.5M6.534%2016.085a.75.75%200%200%200%20.384%201.45c1.93-.51%204.214-1.385%206.568-2.559c2.344-1.168%204.41-2.46%205.977-3.69a.75.75%200%200%200-.926-1.18c-1.473%201.155-3.45%202.396-5.72%203.528c-2.28%201.137-4.47%201.971-6.283%202.451%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M20.336%206.755c-.644-.04-1.55.062-2.665.323l-.343-1.46c1.183-.277%202.25-.413%203.102-.36c.791.05%201.689.285%202.079%201.067c.364.731.078%201.529-.303%202.151c-.404.662-1.056%201.37-1.869%202.086l-.99-1.126c.759-.669%201.287-1.263%201.58-1.741c.315-.518.24-.698.24-.7c-.003-.006-.126-.196-.83-.24m-14.5%2011.036c-1.06.219-2.019.313-2.79.238c-.726-.071-1.535-.322-1.9-1.053c-.39-.78-.04-1.637.395-2.298c.468-.71%201.216-1.478%202.144-2.254l.962%201.152c-.876.731-1.5%201.39-1.853%201.927c-.386.587-.308.798-.306.804c.001.002.1.17.704.229c.558.055%201.35-.01%202.342-.214z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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