star-fill from Prime Icons by PrimeTek · Fill · MIT Free for personal and commercial use.

Name
star-fill
Set
Prime Icons
Style
Fill
Viewbox
24×24
License
MIT

1 other variant in Prime Icons

The same icon in other sets

Related icons in Prime Icons

Use the star icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.12 9.88a.74.74 0 0 0-.6-.51l-5.42-.79l-2.43-4.91a.78.78 0 0 0-1.34 0L8.9 8.58l-5.42.79a.74.74 0 0 0-.6.51a.75.75 0 0 0 .18.77L7 14.47l-.93 5.4a.76.76 0 0 0 .3.74a.75.75 0 0 0 .79.05L12 18.11l4.85 2.55a.73.73 0 0 0 .35.09a.8.8 0 0 0 .44-.14a.76.76 0 0 0 .3-.74l-.94-5.4l3.93-3.82a.75.75 0 0 0 .19-.77"/></svg>

React

import type { SVGProps } from "react";

export function PrimeStarFill(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.12 9.88a.74.74 0 0 0-.6-.51l-5.42-.79l-2.43-4.91a.78.78 0 0 0-1.34 0L8.9 8.58l-5.42.79a.74.74 0 0 0-.6.51a.75.75 0 0 0 .18.77L7 14.47l-.93 5.4a.76.76 0 0 0 .3.74a.75.75 0 0 0 .79.05L12 18.11l4.85 2.55a.73.73 0 0 0 .35.09a.8.8 0 0 0 .44-.14a.76.76 0 0 0 .3-.74l-.94-5.4l3.93-3.82a.75.75 0 0 0 .19-.77"/></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.12 9.88a.74.74 0 0 0-.6-.51l-5.42-.79l-2.43-4.91a.78.78 0 0 0-1.34 0L8.9 8.58l-5.42.79a.74.74 0 0 0-.6.51a.75.75 0 0 0 .18.77L7 14.47l-.93 5.4a.76.76 0 0 0 .3.74a.75.75 0 0 0 .79.05L12 18.11l4.85 2.55a.73.73 0 0 0 .35.09a.8.8 0 0 0 .44-.14a.76.76 0 0 0 .3-.74l-.94-5.4l3.93-3.82a.75.75 0 0 0 .19-.77"/></svg>
</template>

CSS

.icon-star-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.12%209.88a.74.74%200%200%200-.6-.51l-5.42-.79l-2.43-4.91a.78.78%200%200%200-1.34%200L8.9%208.58l-5.42.79a.74.74%200%200%200-.6.51a.75.75%200%200%200%20.18.77L7%2014.47l-.93%205.4a.76.76%200%200%200%20.3.74a.75.75%200%200%200%20.79.05L12%2018.11l4.85%202.55a.73.73%200%200%200%20.35.09a.8.8%200%200%200%20.44-.14a.76.76%200%200%200%20.3-.74l-.94-5.4l3.93-3.82a.75.75%200%200%200%20.19-.77%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.12%209.88a.74.74%200%200%200-.6-.51l-5.42-.79l-2.43-4.91a.78.78%200%200%200-1.34%200L8.9%208.58l-5.42.79a.74.74%200%200%200-.6.51a.75.75%200%200%200%20.18.77L7%2014.47l-.93%205.4a.76.76%200%200%200%20.3.74a.75.75%200%200%200%20.79.05L12%2018.11l4.85%202.55a.73.73%200%200%200%20.35.09a.8.8%200%200%200%20.44-.14a.76.76%200%200%200%20.3-.74l-.94-5.4l3.93-3.82a.75.75%200%200%200%20.19-.77%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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