planet from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
planet
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

The same logo in other sets

Use the planet logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.891 6.582c-1.159 0-2.4.457-3.217 1.633h-.033a1.59 1.59 0 0 0-1.59-1.59h-.048v10.86a1.79 1.79 0 0 0 1.784 1.784v-4.703h.034c.343.571 1.29 1.536 3.185 1.536c2.857 0 4.572-2.352 4.572-4.638c.002-2.416-1.616-4.882-4.687-4.882m-.066 7.975c-1.714 0-3.07-1.388-3.07-3.217c0-1.666 1.242-3.2 3.023-3.2c1.845 0 3.103 1.616 3.103 3.233c-.001 1.905-1.455 3.184-3.056 3.184M12.001 24A12 12 0 1 1 24 12.001A12.013 12.013 0 0 1 12.001 24m0-22.856a10.861 10.861 0 1 0 10.861 10.862a10.87 10.87 0 0 0-10.86-10.862z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsPlanet(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.891 6.582c-1.159 0-2.4.457-3.217 1.633h-.033a1.59 1.59 0 0 0-1.59-1.59h-.048v10.86a1.79 1.79 0 0 0 1.784 1.784v-4.703h.034c.343.571 1.29 1.536 3.185 1.536c2.857 0 4.572-2.352 4.572-4.638c.002-2.416-1.616-4.882-4.687-4.882m-.066 7.975c-1.714 0-3.07-1.388-3.07-3.217c0-1.666 1.242-3.2 3.023-3.2c1.845 0 3.103 1.616 3.103 3.233c-.001 1.905-1.455 3.184-3.056 3.184M12.001 24A12 12 0 1 1 24 12.001A12.013 12.013 0 0 1 12.001 24m0-22.856a10.861 10.861 0 1 0 10.861 10.862a10.87 10.87 0 0 0-10.86-10.862z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.891 6.582c-1.159 0-2.4.457-3.217 1.633h-.033a1.59 1.59 0 0 0-1.59-1.59h-.048v10.86a1.79 1.79 0 0 0 1.784 1.784v-4.703h.034c.343.571 1.29 1.536 3.185 1.536c2.857 0 4.572-2.352 4.572-4.638c.002-2.416-1.616-4.882-4.687-4.882m-.066 7.975c-1.714 0-3.07-1.388-3.07-3.217c0-1.666 1.242-3.2 3.023-3.2c1.845 0 3.103 1.616 3.103 3.233c-.001 1.905-1.455 3.184-3.056 3.184M12.001 24A12 12 0 1 1 24 12.001A12.013 12.013 0 0 1 12.001 24m0-22.856a10.861 10.861 0 1 0 10.861 10.862a10.87 10.87 0 0 0-10.86-10.862z"/></svg>
</template>

CSS

.icon-planet {
  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%22currentColor%22%20d%3D%22M12.891%206.582c-1.159%200-2.4.457-3.217%201.633h-.033a1.59%201.59%200%200%200-1.59-1.59h-.048v10.86a1.79%201.79%200%200%200%201.784%201.784v-4.703h.034c.343.571%201.29%201.536%203.185%201.536c2.857%200%204.572-2.352%204.572-4.638c.002-2.416-1.616-4.882-4.687-4.882m-.066%207.975c-1.714%200-3.07-1.388-3.07-3.217c0-1.666%201.242-3.2%203.023-3.2c1.845%200%203.103%201.616%203.103%203.233c-.001%201.905-1.455%203.184-3.056%203.184M12.001%2024A12%2012%200%201%201%2024%2012.001A12.013%2012.013%200%200%201%2012.001%2024m0-22.856a10.861%2010.861%200%201%200%2010.861%2010.862a10.87%2010.87%200%200%200-10.86-10.862z%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%22currentColor%22%20d%3D%22M12.891%206.582c-1.159%200-2.4.457-3.217%201.633h-.033a1.59%201.59%200%200%200-1.59-1.59h-.048v10.86a1.79%201.79%200%200%200%201.784%201.784v-4.703h.034c.343.571%201.29%201.536%203.185%201.536c2.857%200%204.572-2.352%204.572-4.638c.002-2.416-1.616-4.882-4.687-4.882m-.066%207.975c-1.714%200-3.07-1.388-3.07-3.217c0-1.666%201.242-3.2%203.023-3.2c1.845%200%203.103%201.616%203.103%203.233c-.001%201.905-1.455%203.184-3.056%203.184M12.001%2024A12%2012%200%201%201%2024%2012.001A12.013%2012.013%200%200%201%2012.001%2024m0-22.856a10.861%2010.861%200%201%200%2010.861%2010.862a10.87%2010.87%200%200%200-10.86-10.862z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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