star from Prime Icons by PrimeTek · Regular · MIT Free for personal and commercial use.

Name
star
Set
Prime Icons
Style
Regular
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="M17.2 20.75a.73.73 0 0 1-.35-.09L12 18.11l-4.85 2.55a.75.75 0 0 1-.79-.05a.76.76 0 0 1-.3-.74l.94-5.4l-3.94-3.82a.75.75 0 0 1-.18-.77a.74.74 0 0 1 .6-.51l5.42-.79l2.43-4.91a.78.78 0 0 1 1.34 0l2.43 4.91l5.42.79a.74.74 0 0 1 .6.51a.75.75 0 0 1-.18.77L17 14.47l.93 5.4a.76.76 0 0 1-.3.74a.8.8 0 0 1-.43.14M12 16.52a.85.85 0 0 1 .35.08l3.85 2l-.73-4.29a.78.78 0 0 1 .21-.67l3.12-3l-4.31-.64a.76.76 0 0 1-.56-.41L12 5.69L10.07 9.6a.76.76 0 0 1-.56.41l-4.31.63l3.12 3a.78.78 0 0 1 .21.67l-.73 4.32l3.85-2a.85.85 0 0 1 .35-.11"/></svg>

React

import type { SVGProps } from "react";

export function PrimeStar(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="M17.2 20.75a.73.73 0 0 1-.35-.09L12 18.11l-4.85 2.55a.75.75 0 0 1-.79-.05a.76.76 0 0 1-.3-.74l.94-5.4l-3.94-3.82a.75.75 0 0 1-.18-.77a.74.74 0 0 1 .6-.51l5.42-.79l2.43-4.91a.78.78 0 0 1 1.34 0l2.43 4.91l5.42.79a.74.74 0 0 1 .6.51a.75.75 0 0 1-.18.77L17 14.47l.93 5.4a.76.76 0 0 1-.3.74a.8.8 0 0 1-.43.14M12 16.52a.85.85 0 0 1 .35.08l3.85 2l-.73-4.29a.78.78 0 0 1 .21-.67l3.12-3l-4.31-.64a.76.76 0 0 1-.56-.41L12 5.69L10.07 9.6a.76.76 0 0 1-.56.41l-4.31.63l3.12 3a.78.78 0 0 1 .21.67l-.73 4.32l3.85-2a.85.85 0 0 1 .35-.11"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.2 20.75a.73.73 0 0 1-.35-.09L12 18.11l-4.85 2.55a.75.75 0 0 1-.79-.05a.76.76 0 0 1-.3-.74l.94-5.4l-3.94-3.82a.75.75 0 0 1-.18-.77a.74.74 0 0 1 .6-.51l5.42-.79l2.43-4.91a.78.78 0 0 1 1.34 0l2.43 4.91l5.42.79a.74.74 0 0 1 .6.51a.75.75 0 0 1-.18.77L17 14.47l.93 5.4a.76.76 0 0 1-.3.74a.8.8 0 0 1-.43.14M12 16.52a.85.85 0 0 1 .35.08l3.85 2l-.73-4.29a.78.78 0 0 1 .21-.67l3.12-3l-4.31-.64a.76.76 0 0 1-.56-.41L12 5.69L10.07 9.6a.76.76 0 0 1-.56.41l-4.31.63l3.12 3a.78.78 0 0 1 .21.67l-.73 4.32l3.85-2a.85.85 0 0 1 .35-.11"/></svg>
</template>

CSS

.icon-star {
  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%22M17.2%2020.75a.73.73%200%200%201-.35-.09L12%2018.11l-4.85%202.55a.75.75%200%200%201-.79-.05a.76.76%200%200%201-.3-.74l.94-5.4l-3.94-3.82a.75.75%200%200%201-.18-.77a.74.74%200%200%201%20.6-.51l5.42-.79l2.43-4.91a.78.78%200%200%201%201.34%200l2.43%204.91l5.42.79a.74.74%200%200%201%20.6.51a.75.75%200%200%201-.18.77L17%2014.47l.93%205.4a.76.76%200%200%201-.3.74a.8.8%200%200%201-.43.14M12%2016.52a.85.85%200%200%201%20.35.08l3.85%202l-.73-4.29a.78.78%200%200%201%20.21-.67l3.12-3l-4.31-.64a.76.76%200%200%201-.56-.41L12%205.69L10.07%209.6a.76.76%200%200%201-.56.41l-4.31.63l3.12%203a.78.78%200%200%201%20.21.67l-.73%204.32l3.85-2a.85.85%200%200%201%20.35-.11%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%22M17.2%2020.75a.73.73%200%200%201-.35-.09L12%2018.11l-4.85%202.55a.75.75%200%200%201-.79-.05a.76.76%200%200%201-.3-.74l.94-5.4l-3.94-3.82a.75.75%200%200%201-.18-.77a.74.74%200%200%201%20.6-.51l5.42-.79l2.43-4.91a.78.78%200%200%201%201.34%200l2.43%204.91l5.42.79a.74.74%200%200%201%20.6.51a.75.75%200%200%201-.18.77L17%2014.47l.93%205.4a.76.76%200%200%201-.3.74a.8.8%200%200%201-.43.14M12%2016.52a.85.85%200%200%201%20.35.08l3.85%202l-.73-4.29a.78.78%200%200%201%20.21-.67l3.12-3l-4.31-.64a.76.76%200%200%201-.56-.41L12%205.69L10.07%209.6a.76.76%200%200%201-.56.41l-4.31.63l3.12%203a.78.78%200%200%201%20.21.67l-.73%204.32l3.85-2a.85.85%200%200%201%20.35-.11%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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