planet-line from MingCute Icon by MingCute Design · Line · Apache-2.0 Free for personal and commercial use.

Name
planet-line
Set
MingCute Icon
Style
Line
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

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="none" stroke="currentColor" stroke-width="2" d="M21.526 6.5c.461.798-.064 2.054-1.74 3.656a8 8 0 0 1-13.274 7.665c-2.227.65-3.577.478-4.038-.32m0 0c.828 1.434 4.53.847 11.026-2.903s8.855-6.663 8.026-8.098c-.415-.72-1.744-.82-3.69-.325a.53.53 0 0 1-.484-.121a8 8 0 0 0-13.179 7.61a.53.53 0 0 1-.137.48C2.634 15.58 2.058 16.78 2.474 17.5Z"/></svg>

React

import type { SVGProps } from "react";

export function MingcutePlanetLine(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeWidth="2" d="M21.526 6.5c.461.798-.064 2.054-1.74 3.656a8 8 0 0 1-13.274 7.665c-2.227.65-3.577.478-4.038-.32m0 0c.828 1.434 4.53.847 11.026-2.903s8.855-6.663 8.026-8.098c-.415-.72-1.744-.82-3.69-.325a.53.53 0 0 1-.484-.121a8 8 0 0 0-13.179 7.61a.53.53 0 0 1-.137.48C2.634 15.58 2.058 16.78 2.474 17.5Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-width="2" d="M21.526 6.5c.461.798-.064 2.054-1.74 3.656a8 8 0 0 1-13.274 7.665c-2.227.65-3.577.478-4.038-.32m0 0c.828 1.434 4.53.847 11.026-2.903s8.855-6.663 8.026-8.098c-.415-.72-1.744-.82-3.69-.325a.53.53 0 0 1-.484-.121a8 8 0 0 0-13.179 7.61a.53.53 0 0 1-.137.48C2.634 15.58 2.058 16.78 2.474 17.5Z"/></svg>
</template>

CSS

.icon-planet-line {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20d%3D%22M21.526%206.5c.461.798-.064%202.054-1.74%203.656a8%208%200%200%201-13.274%207.665c-2.227.65-3.577.478-4.038-.32m0%200c.828%201.434%204.53.847%2011.026-2.903s8.855-6.663%208.026-8.098c-.415-.72-1.744-.82-3.69-.325a.53.53%200%200%201-.484-.121a8%208%200%200%200-13.179%207.61a.53.53%200%200%201-.137.48C2.634%2015.58%202.058%2016.78%202.474%2017.5Z%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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20d%3D%22M21.526%206.5c.461.798-.064%202.054-1.74%203.656a8%208%200%200%201-13.274%207.665c-2.227.65-3.577.478-4.038-.32m0%200c.828%201.434%204.53.847%2011.026-2.903s8.855-6.663%208.026-8.098c-.415-.72-1.744-.82-3.69-.325a.53.53%200%200%201-.484-.121a8%208%200%200%200-13.179%207.61a.53.53%200%200%201-.137.48C2.634%2015.58%202.058%2016.78%202.474%2017.5Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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