planet-32-filled from Fluent UI System Icons by Microsoft Corporation · 32 Filled · MIT Free for personal and commercial use.

Name
planet-32-filled
Set
Fluent UI System Icons
Style
32 Filled
Viewbox
32×32
License
MIT

7 other variants in Fluent UI System Icons

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 32 32"><path fill="currentColor" d="M4.854 11.545C6.623 7.124 10.947 4 16 4a12 12 0 0 1 10.639 6.444c-1.202.017-2.421.21-3.538.457c-3.243.72-6.507 2.123-7.881 2.713l-.372.16c-1.385.595-4.274 1.832-7.031 2.443c-1.46.324-2.643.415-3.45.282a3 3 0 0 1-.36-.081a12.2 12.2 0 0 1 .199-2.644c-.472.184-.95.454-1.348.797c-.768.66-1.015 1.36-.737 2.06c.294.737.917 1.175 1.973 1.348c1.09.18 2.498.041 4.027-.297c2.928-.649 5.953-1.948 7.32-2.535l.316-.135c1.36-.584 4.549-1.954 7.68-2.646c1.623-.36 3.326-.56 4.79-.319c1.499.246 2.875.986 3.51 2.583c.72 1.81-.191 3.36-1.316 4.319c-.924.788-2.156 1.34-3.273 1.502C25.38 24.875 21.055 28 16 28a12 12 0 0 1-10.639-6.443c1.202-.018 2.422-.21 3.539-.458c3.243-.72 6.508-2.123 7.881-2.713l.373-.16c1.384-.595 4.273-1.832 7.03-2.443c1.459-.324 2.643-.415 3.45-.282q.218.037.359.081Q28 15.79 28 16q-.002 1.136-.204 2.213c.463-.183.933-.45 1.328-.787c.783-.666 1.03-1.365.755-2.056c-.293-.738-.917-1.175-1.976-1.35c-1.092-.179-2.502-.04-4.034.298c-2.941.65-5.98 1.955-7.341 2.54l-.316.135c-1.364.586-4.54 1.95-7.658 2.641c-1.62.36-3.322.56-4.784.319c-1.497-.246-2.872-.987-3.507-2.583c-.717-1.802.17-3.352 1.29-4.316c.928-.797 2.17-1.352 3.301-1.509"/></svg>

React

import type { SVGProps } from "react";

export function FluentPlanet32Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M4.854 11.545C6.623 7.124 10.947 4 16 4a12 12 0 0 1 10.639 6.444c-1.202.017-2.421.21-3.538.457c-3.243.72-6.507 2.123-7.881 2.713l-.372.16c-1.385.595-4.274 1.832-7.031 2.443c-1.46.324-2.643.415-3.45.282a3 3 0 0 1-.36-.081a12.2 12.2 0 0 1 .199-2.644c-.472.184-.95.454-1.348.797c-.768.66-1.015 1.36-.737 2.06c.294.737.917 1.175 1.973 1.348c1.09.18 2.498.041 4.027-.297c2.928-.649 5.953-1.948 7.32-2.535l.316-.135c1.36-.584 4.549-1.954 7.68-2.646c1.623-.36 3.326-.56 4.79-.319c1.499.246 2.875.986 3.51 2.583c.72 1.81-.191 3.36-1.316 4.319c-.924.788-2.156 1.34-3.273 1.502C25.38 24.875 21.055 28 16 28a12 12 0 0 1-10.639-6.443c1.202-.018 2.422-.21 3.539-.458c3.243-.72 6.508-2.123 7.881-2.713l.373-.16c1.384-.595 4.273-1.832 7.03-2.443c1.459-.324 2.643-.415 3.45-.282q.218.037.359.081Q28 15.79 28 16q-.002 1.136-.204 2.213c.463-.183.933-.45 1.328-.787c.783-.666 1.03-1.365.755-2.056c-.293-.738-.917-1.175-1.976-1.35c-1.092-.179-2.502-.04-4.034.298c-2.941.65-5.98 1.955-7.341 2.54l-.316.135c-1.364.586-4.54 1.95-7.658 2.641c-1.62.36-3.322.56-4.784.319c-1.497-.246-2.872-.987-3.507-2.583c-.717-1.802.17-3.352 1.29-4.316c.928-.797 2.17-1.352 3.301-1.509"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M4.854 11.545C6.623 7.124 10.947 4 16 4a12 12 0 0 1 10.639 6.444c-1.202.017-2.421.21-3.538.457c-3.243.72-6.507 2.123-7.881 2.713l-.372.16c-1.385.595-4.274 1.832-7.031 2.443c-1.46.324-2.643.415-3.45.282a3 3 0 0 1-.36-.081a12.2 12.2 0 0 1 .199-2.644c-.472.184-.95.454-1.348.797c-.768.66-1.015 1.36-.737 2.06c.294.737.917 1.175 1.973 1.348c1.09.18 2.498.041 4.027-.297c2.928-.649 5.953-1.948 7.32-2.535l.316-.135c1.36-.584 4.549-1.954 7.68-2.646c1.623-.36 3.326-.56 4.79-.319c1.499.246 2.875.986 3.51 2.583c.72 1.81-.191 3.36-1.316 4.319c-.924.788-2.156 1.34-3.273 1.502C25.38 24.875 21.055 28 16 28a12 12 0 0 1-10.639-6.443c1.202-.018 2.422-.21 3.539-.458c3.243-.72 6.508-2.123 7.881-2.713l.373-.16c1.384-.595 4.273-1.832 7.03-2.443c1.459-.324 2.643-.415 3.45-.282q.218.037.359.081Q28 15.79 28 16q-.002 1.136-.204 2.213c.463-.183.933-.45 1.328-.787c.783-.666 1.03-1.365.755-2.056c-.293-.738-.917-1.175-1.976-1.35c-1.092-.179-2.502-.04-4.034.298c-2.941.65-5.98 1.955-7.341 2.54l-.316.135c-1.364.586-4.54 1.95-7.658 2.641c-1.62.36-3.322.56-4.784.319c-1.497-.246-2.872-.987-3.507-2.583c-.717-1.802.17-3.352 1.29-4.316c.928-.797 2.17-1.352 3.301-1.509"/></svg>
</template>

CSS

.icon-planet-32-filled {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.854%2011.545C6.623%207.124%2010.947%204%2016%204a12%2012%200%200%201%2010.639%206.444c-1.202.017-2.421.21-3.538.457c-3.243.72-6.507%202.123-7.881%202.713l-.372.16c-1.385.595-4.274%201.832-7.031%202.443c-1.46.324-2.643.415-3.45.282a3%203%200%200%201-.36-.081a12.2%2012.2%200%200%201%20.199-2.644c-.472.184-.95.454-1.348.797c-.768.66-1.015%201.36-.737%202.06c.294.737.917%201.175%201.973%201.348c1.09.18%202.498.041%204.027-.297c2.928-.649%205.953-1.948%207.32-2.535l.316-.135c1.36-.584%204.549-1.954%207.68-2.646c1.623-.36%203.326-.56%204.79-.319c1.499.246%202.875.986%203.51%202.583c.72%201.81-.191%203.36-1.316%204.319c-.924.788-2.156%201.34-3.273%201.502C25.38%2024.875%2021.055%2028%2016%2028a12%2012%200%200%201-10.639-6.443c1.202-.018%202.422-.21%203.539-.458c3.243-.72%206.508-2.123%207.881-2.713l.373-.16c1.384-.595%204.273-1.832%207.03-2.443c1.459-.324%202.643-.415%203.45-.282q.218.037.359.081Q28%2015.79%2028%2016q-.002%201.136-.204%202.213c.463-.183.933-.45%201.328-.787c.783-.666%201.03-1.365.755-2.056c-.293-.738-.917-1.175-1.976-1.35c-1.092-.179-2.502-.04-4.034.298c-2.941.65-5.98%201.955-7.341%202.54l-.316.135c-1.364.586-4.54%201.95-7.658%202.641c-1.62.36-3.322.56-4.784.319c-1.497-.246-2.872-.987-3.507-2.583c-.717-1.802.17-3.352%201.29-4.316c.928-.797%202.17-1.352%203.301-1.509%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.854%2011.545C6.623%207.124%2010.947%204%2016%204a12%2012%200%200%201%2010.639%206.444c-1.202.017-2.421.21-3.538.457c-3.243.72-6.507%202.123-7.881%202.713l-.372.16c-1.385.595-4.274%201.832-7.031%202.443c-1.46.324-2.643.415-3.45.282a3%203%200%200%201-.36-.081a12.2%2012.2%200%200%201%20.199-2.644c-.472.184-.95.454-1.348.797c-.768.66-1.015%201.36-.737%202.06c.294.737.917%201.175%201.973%201.348c1.09.18%202.498.041%204.027-.297c2.928-.649%205.953-1.948%207.32-2.535l.316-.135c1.36-.584%204.549-1.954%207.68-2.646c1.623-.36%203.326-.56%204.79-.319c1.499.246%202.875.986%203.51%202.583c.72%201.81-.191%203.36-1.316%204.319c-.924.788-2.156%201.34-3.273%201.502C25.38%2024.875%2021.055%2028%2016%2028a12%2012%200%200%201-10.639-6.443c1.202-.018%202.422-.21%203.539-.458c3.243-.72%206.508-2.123%207.881-2.713l.373-.16c1.384-.595%204.273-1.832%207.03-2.443c1.459-.324%202.643-.415%203.45-.282q.218.037.359.081Q28%2015.79%2028%2016q-.002%201.136-.204%202.213c.463-.183.933-.45%201.328-.787c.783-.666%201.03-1.365.755-2.056c-.293-.738-.917-1.175-1.976-1.35c-1.092-.179-2.502-.04-4.034.298c-2.941.65-5.98%201.955-7.341%202.54l-.316.135c-1.364.586-4.54%201.95-7.658%202.641c-1.62.36-3.322.56-4.784.319c-1.497-.246-2.872-.987-3.507-2.583c-.717-1.802.17-3.352%201.29-4.316c.928-.797%202.17-1.352%203.301-1.509%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Planet 32 filled icon — Fluent UI System Icons · IconsDB