stars-a-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.

Name
stars-a-fill
Set
Mage Icons
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in Mage Icons

Related icons in Mage Icons

Use the stars a icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.97 9.47a1.07 1.07 0 0 1-.73 1.01l-1.88.62a4 4 0 0 0-2.53 2.54l-.65 1.87a1.1 1.1 0 0 1-.39.52a1.06 1.06 0 0 1-1.63-.54l-.63-1.88a3.9 3.9 0 0 0-1-1.56a4.06 4.06 0 0 0-1.57-1l-1.88-.63a1.05 1.05 0 0 1-.531-.38a1.08 1.08 0 0 1 0-1.25a1.05 1.05 0 0 1 .54-.39l1.87-.63a4 4 0 0 0 1.59-1c.45-.443.793-.984 1-1.58l.62-1.85a1 1 0 0 1 .36-.53a1 1 0 0 1 .62-.22a1.1 1.1 0 0 1 .63.18a1 1 0 0 1 .41.51l.63 1.91c.207.596.55 1.137 1 1.58a4 4 0 0 0 1.58 1l1.87.66a1 1 0 0 1 .52.38c.13.194.194.425.18.66M12.1 16.4a1 1 0 0 1-.18.57a1 1 0 0 1-.48.35l-1.35.45a2.6 2.6 0 0 0-1 .64a2.7 2.7 0 0 0-.64 1l-.47 1.34a1 1 0 0 1-.35.48a1 1 0 0 1-1.15 0a1 1 0 0 1-.35-.48l-.44-1.34a2.7 2.7 0 0 0-.641-1a2.7 2.7 0 0 0-1-.64l-1.35-.44a1 1 0 0 1-.48-.36a1 1 0 0 1-.19-.57a1 1 0 0 1 .68-.93l1.34-.44a2.78 2.78 0 0 0 1.64-1.64l.45-1.32a1 1 0 0 1 .33-.48a1 1 0 0 1 1.14-.05c.171.118.303.285.38.48l.45 1.37a2.78 2.78 0 0 0 1.64 1.64l1.34.47a.9.9 0 0 1 .47.35a.94.94 0 0 1 .21.55"/></svg>

React

import type { SVGProps } from "react";

export function MageStarsAFill(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="M21.97 9.47a1.07 1.07 0 0 1-.73 1.01l-1.88.62a4 4 0 0 0-2.53 2.54l-.65 1.87a1.1 1.1 0 0 1-.39.52a1.06 1.06 0 0 1-1.63-.54l-.63-1.88a3.9 3.9 0 0 0-1-1.56a4.06 4.06 0 0 0-1.57-1l-1.88-.63a1.05 1.05 0 0 1-.531-.38a1.08 1.08 0 0 1 0-1.25a1.05 1.05 0 0 1 .54-.39l1.87-.63a4 4 0 0 0 1.59-1c.45-.443.793-.984 1-1.58l.62-1.85a1 1 0 0 1 .36-.53a1 1 0 0 1 .62-.22a1.1 1.1 0 0 1 .63.18a1 1 0 0 1 .41.51l.63 1.91c.207.596.55 1.137 1 1.58a4 4 0 0 0 1.58 1l1.87.66a1 1 0 0 1 .52.38c.13.194.194.425.18.66M12.1 16.4a1 1 0 0 1-.18.57a1 1 0 0 1-.48.35l-1.35.45a2.6 2.6 0 0 0-1 .64a2.7 2.7 0 0 0-.64 1l-.47 1.34a1 1 0 0 1-.35.48a1 1 0 0 1-1.15 0a1 1 0 0 1-.35-.48l-.44-1.34a2.7 2.7 0 0 0-.641-1a2.7 2.7 0 0 0-1-.64l-1.35-.44a1 1 0 0 1-.48-.36a1 1 0 0 1-.19-.57a1 1 0 0 1 .68-.93l1.34-.44a2.78 2.78 0 0 0 1.64-1.64l.45-1.32a1 1 0 0 1 .33-.48a1 1 0 0 1 1.14-.05c.171.118.303.285.38.48l.45 1.37a2.78 2.78 0 0 0 1.64 1.64l1.34.47a.9.9 0 0 1 .47.35a.94.94 0 0 1 .21.55"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.97 9.47a1.07 1.07 0 0 1-.73 1.01l-1.88.62a4 4 0 0 0-2.53 2.54l-.65 1.87a1.1 1.1 0 0 1-.39.52a1.06 1.06 0 0 1-1.63-.54l-.63-1.88a3.9 3.9 0 0 0-1-1.56a4.06 4.06 0 0 0-1.57-1l-1.88-.63a1.05 1.05 0 0 1-.531-.38a1.08 1.08 0 0 1 0-1.25a1.05 1.05 0 0 1 .54-.39l1.87-.63a4 4 0 0 0 1.59-1c.45-.443.793-.984 1-1.58l.62-1.85a1 1 0 0 1 .36-.53a1 1 0 0 1 .62-.22a1.1 1.1 0 0 1 .63.18a1 1 0 0 1 .41.51l.63 1.91c.207.596.55 1.137 1 1.58a4 4 0 0 0 1.58 1l1.87.66a1 1 0 0 1 .52.38c.13.194.194.425.18.66M12.1 16.4a1 1 0 0 1-.18.57a1 1 0 0 1-.48.35l-1.35.45a2.6 2.6 0 0 0-1 .64a2.7 2.7 0 0 0-.64 1l-.47 1.34a1 1 0 0 1-.35.48a1 1 0 0 1-1.15 0a1 1 0 0 1-.35-.48l-.44-1.34a2.7 2.7 0 0 0-.641-1a2.7 2.7 0 0 0-1-.64l-1.35-.44a1 1 0 0 1-.48-.36a1 1 0 0 1-.19-.57a1 1 0 0 1 .68-.93l1.34-.44a2.78 2.78 0 0 0 1.64-1.64l.45-1.32a1 1 0 0 1 .33-.48a1 1 0 0 1 1.14-.05c.171.118.303.285.38.48l.45 1.37a2.78 2.78 0 0 0 1.64 1.64l1.34.47a.9.9 0 0 1 .47.35a.94.94 0 0 1 .21.55"/></svg>
</template>

CSS

.icon-stars-a-fill {
  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%22M21.97%209.47a1.07%201.07%200%200%201-.73%201.01l-1.88.62a4%204%200%200%200-2.53%202.54l-.65%201.87a1.1%201.1%200%200%201-.39.52a1.06%201.06%200%200%201-1.63-.54l-.63-1.88a3.9%203.9%200%200%200-1-1.56a4.06%204.06%200%200%200-1.57-1l-1.88-.63a1.05%201.05%200%200%201-.531-.38a1.08%201.08%200%200%201%200-1.25a1.05%201.05%200%200%201%20.54-.39l1.87-.63a4%204%200%200%200%201.59-1c.45-.443.793-.984%201-1.58l.62-1.85a1%201%200%200%201%20.36-.53a1%201%200%200%201%20.62-.22a1.1%201.1%200%200%201%20.63.18a1%201%200%200%201%20.41.51l.63%201.91c.207.596.55%201.137%201%201.58a4%204%200%200%200%201.58%201l1.87.66a1%201%200%200%201%20.52.38c.13.194.194.425.18.66M12.1%2016.4a1%201%200%200%201-.18.57a1%201%200%200%201-.48.35l-1.35.45a2.6%202.6%200%200%200-1%20.64a2.7%202.7%200%200%200-.64%201l-.47%201.34a1%201%200%200%201-.35.48a1%201%200%200%201-1.15%200a1%201%200%200%201-.35-.48l-.44-1.34a2.7%202.7%200%200%200-.641-1a2.7%202.7%200%200%200-1-.64l-1.35-.44a1%201%200%200%201-.48-.36a1%201%200%200%201-.19-.57a1%201%200%200%201%20.68-.93l1.34-.44a2.78%202.78%200%200%200%201.64-1.64l.45-1.32a1%201%200%200%201%20.33-.48a1%201%200%200%201%201.14-.05c.171.118.303.285.38.48l.45%201.37a2.78%202.78%200%200%200%201.64%201.64l1.34.47a.9.9%200%200%201%20.47.35a.94.94%200%200%201%20.21.55%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%22M21.97%209.47a1.07%201.07%200%200%201-.73%201.01l-1.88.62a4%204%200%200%200-2.53%202.54l-.65%201.87a1.1%201.1%200%200%201-.39.52a1.06%201.06%200%200%201-1.63-.54l-.63-1.88a3.9%203.9%200%200%200-1-1.56a4.06%204.06%200%200%200-1.57-1l-1.88-.63a1.05%201.05%200%200%201-.531-.38a1.08%201.08%200%200%201%200-1.25a1.05%201.05%200%200%201%20.54-.39l1.87-.63a4%204%200%200%200%201.59-1c.45-.443.793-.984%201-1.58l.62-1.85a1%201%200%200%201%20.36-.53a1%201%200%200%201%20.62-.22a1.1%201.1%200%200%201%20.63.18a1%201%200%200%201%20.41.51l.63%201.91c.207.596.55%201.137%201%201.58a4%204%200%200%200%201.58%201l1.87.66a1%201%200%200%201%20.52.38c.13.194.194.425.18.66M12.1%2016.4a1%201%200%200%201-.18.57a1%201%200%200%201-.48.35l-1.35.45a2.6%202.6%200%200%200-1%20.64a2.7%202.7%200%200%200-.64%201l-.47%201.34a1%201%200%200%201-.35.48a1%201%200%200%201-1.15%200a1%201%200%200%201-.35-.48l-.44-1.34a2.7%202.7%200%200%200-.641-1a2.7%202.7%200%200%200-1-.64l-1.35-.44a1%201%200%200%201-.48-.36a1%201%200%200%201-.19-.57a1%201%200%200%201%20.68-.93l1.34-.44a2.78%202.78%200%200%200%201.64-1.64l.45-1.32a1%201%200%200%201%20.33-.48a1%201%200%200%201%201.14-.05c.171.118.303.285.38.48l.45%201.37a2.78%202.78%200%200%200%201.64%201.64l1.34.47a.9.9%200%200%201%20.47.35a.94.94%200%200%201%20.21.55%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/stars-a-fill.svg?color=%231a73e8&size=48