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

Name
planet-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
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 20 20"><path fill="currentColor" d="M2.72 8.19a7.503 7.503 0 0 1 13.824-1.858c-.668.035-1.358.167-2.047.349c-1.222.323-2.628.858-4.207 1.548l-.004-.008l-.91.414c-1.909.867-3.437 1.466-4.64 1.784c-1.244.329-1.9.29-2.213.175a7.6 7.6 0 0 1 .018-1.38c-.826.124-1.326.572-1.482.98a.78.78 0 0 0 .04.68c.121.22.385.47.889.657c.61.226 1.567.198 2.921-.147c1.335-.34 2.974-.966 4.893-1.839c1.941-.882 3.639-1.536 5.055-1.898c1.397-.357 2.604-.452 3.512-.116c.66.245 1.143.626 1.408 1.109c.268.488.284 1.03.1 1.519c-.341.902-1.325 1.57-2.597 1.653a7.503 7.503 0 0 1-13.823 1.856c.667-.035 1.357-.167 2.046-.349c1.222-.323 2.628-.858 4.207-1.548l.004.008l.91-.414c1.909-.867 3.437-1.466 4.64-1.784c1.244-.329 1.9-.29 2.213-.175a7.6 7.6 0 0 1-.018 1.383c.83-.122 1.327-.573 1.482-.984a.8.8 0 0 0-.04-.684c-.121-.22-.382-.468-.879-.652c-.61-.226-1.566-.198-2.918.147c-1.332.34-2.97.967-4.888 1.84c-1.942.882-3.642 1.536-5.06 1.898c-1.399.356-2.608.45-3.516.115c-.665-.247-1.15-.63-1.417-1.113a1.78 1.78 0 0 1-.098-1.52c.344-.898 1.328-1.56 2.595-1.646"/></svg>

React

import type { SVGProps } from "react";

export function FluentPlanet20Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M2.72 8.19a7.503 7.503 0 0 1 13.824-1.858c-.668.035-1.358.167-2.047.349c-1.222.323-2.628.858-4.207 1.548l-.004-.008l-.91.414c-1.909.867-3.437 1.466-4.64 1.784c-1.244.329-1.9.29-2.213.175a7.6 7.6 0 0 1 .018-1.38c-.826.124-1.326.572-1.482.98a.78.78 0 0 0 .04.68c.121.22.385.47.889.657c.61.226 1.567.198 2.921-.147c1.335-.34 2.974-.966 4.893-1.839c1.941-.882 3.639-1.536 5.055-1.898c1.397-.357 2.604-.452 3.512-.116c.66.245 1.143.626 1.408 1.109c.268.488.284 1.03.1 1.519c-.341.902-1.325 1.57-2.597 1.653a7.503 7.503 0 0 1-13.823 1.856c.667-.035 1.357-.167 2.046-.349c1.222-.323 2.628-.858 4.207-1.548l.004.008l.91-.414c1.909-.867 3.437-1.466 4.64-1.784c1.244-.329 1.9-.29 2.213-.175a7.6 7.6 0 0 1-.018 1.383c.83-.122 1.327-.573 1.482-.984a.8.8 0 0 0-.04-.684c-.121-.22-.382-.468-.879-.652c-.61-.226-1.566-.198-2.918.147c-1.332.34-2.97.967-4.888 1.84c-1.942.882-3.642 1.536-5.06 1.898c-1.399.356-2.608.45-3.516.115c-.665-.247-1.15-.63-1.417-1.113a1.78 1.78 0 0 1-.098-1.52c.344-.898 1.328-1.56 2.595-1.646"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M2.72 8.19a7.503 7.503 0 0 1 13.824-1.858c-.668.035-1.358.167-2.047.349c-1.222.323-2.628.858-4.207 1.548l-.004-.008l-.91.414c-1.909.867-3.437 1.466-4.64 1.784c-1.244.329-1.9.29-2.213.175a7.6 7.6 0 0 1 .018-1.38c-.826.124-1.326.572-1.482.98a.78.78 0 0 0 .04.68c.121.22.385.47.889.657c.61.226 1.567.198 2.921-.147c1.335-.34 2.974-.966 4.893-1.839c1.941-.882 3.639-1.536 5.055-1.898c1.397-.357 2.604-.452 3.512-.116c.66.245 1.143.626 1.408 1.109c.268.488.284 1.03.1 1.519c-.341.902-1.325 1.57-2.597 1.653a7.503 7.503 0 0 1-13.823 1.856c.667-.035 1.357-.167 2.046-.349c1.222-.323 2.628-.858 4.207-1.548l.004.008l.91-.414c1.909-.867 3.437-1.466 4.64-1.784c1.244-.329 1.9-.29 2.213-.175a7.6 7.6 0 0 1-.018 1.383c.83-.122 1.327-.573 1.482-.984a.8.8 0 0 0-.04-.684c-.121-.22-.382-.468-.879-.652c-.61-.226-1.566-.198-2.918.147c-1.332.34-2.97.967-4.888 1.84c-1.942.882-3.642 1.536-5.06 1.898c-1.399.356-2.608.45-3.516.115c-.665-.247-1.15-.63-1.417-1.113a1.78 1.78 0 0 1-.098-1.52c.344-.898 1.328-1.56 2.595-1.646"/></svg>
</template>

CSS

.icon-planet-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.72%208.19a7.503%207.503%200%200%201%2013.824-1.858c-.668.035-1.358.167-2.047.349c-1.222.323-2.628.858-4.207%201.548l-.004-.008l-.91.414c-1.909.867-3.437%201.466-4.64%201.784c-1.244.329-1.9.29-2.213.175a7.6%207.6%200%200%201%20.018-1.38c-.826.124-1.326.572-1.482.98a.78.78%200%200%200%20.04.68c.121.22.385.47.889.657c.61.226%201.567.198%202.921-.147c1.335-.34%202.974-.966%204.893-1.839c1.941-.882%203.639-1.536%205.055-1.898c1.397-.357%202.604-.452%203.512-.116c.66.245%201.143.626%201.408%201.109c.268.488.284%201.03.1%201.519c-.341.902-1.325%201.57-2.597%201.653a7.503%207.503%200%200%201-13.823%201.856c.667-.035%201.357-.167%202.046-.349c1.222-.323%202.628-.858%204.207-1.548l.004.008l.91-.414c1.909-.867%203.437-1.466%204.64-1.784c1.244-.329%201.9-.29%202.213-.175a7.6%207.6%200%200%201-.018%201.383c.83-.122%201.327-.573%201.482-.984a.8.8%200%200%200-.04-.684c-.121-.22-.382-.468-.879-.652c-.61-.226-1.566-.198-2.918.147c-1.332.34-2.97.967-4.888%201.84c-1.942.882-3.642%201.536-5.06%201.898c-1.399.356-2.608.45-3.516.115c-.665-.247-1.15-.63-1.417-1.113a1.78%201.78%200%200%201-.098-1.52c.344-.898%201.328-1.56%202.595-1.646%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.72%208.19a7.503%207.503%200%200%201%2013.824-1.858c-.668.035-1.358.167-2.047.349c-1.222.323-2.628.858-4.207%201.548l-.004-.008l-.91.414c-1.909.867-3.437%201.466-4.64%201.784c-1.244.329-1.9.29-2.213.175a7.6%207.6%200%200%201%20.018-1.38c-.826.124-1.326.572-1.482.98a.78.78%200%200%200%20.04.68c.121.22.385.47.889.657c.61.226%201.567.198%202.921-.147c1.335-.34%202.974-.966%204.893-1.839c1.941-.882%203.639-1.536%205.055-1.898c1.397-.357%202.604-.452%203.512-.116c.66.245%201.143.626%201.408%201.109c.268.488.284%201.03.1%201.519c-.341.902-1.325%201.57-2.597%201.653a7.503%207.503%200%200%201-13.823%201.856c.667-.035%201.357-.167%202.046-.349c1.222-.323%202.628-.858%204.207-1.548l.004.008l.91-.414c1.909-.867%203.437-1.466%204.64-1.784c1.244-.329%201.9-.29%202.213-.175a7.6%207.6%200%200%201-.018%201.383c.83-.122%201.327-.573%201.482-.984a.8.8%200%200%200-.04-.684c-.121-.22-.382-.468-.879-.652c-.61-.226-1.566-.198-2.918.147c-1.332.34-2.97.967-4.888%201.84c-1.942.882-3.642%201.536-5.06%201.898c-1.399.356-2.608.45-3.516.115c-.665-.247-1.15-.63-1.417-1.113a1.78%201.78%200%200%201-.098-1.52c.344-.898%201.328-1.56%202.595-1.646%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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