star from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.

Name
star
Set
BoxIcons v2
Style
Regular
Viewbox
24×24
License
MIT
Aliases
bx-star

The same icon in other sets

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="m6.516 14.323l-1.49 6.452a.998.998 0 0 0 1.529 1.057L12 18.202l5.445 3.63a1.001 1.001 0 0 0 1.517-1.106l-1.829-6.4l4.536-4.082a1 1 0 0 0-.59-1.74l-5.701-.454l-2.467-5.461a.998.998 0 0 0-1.822 0L8.622 8.05l-5.701.453a1 1 0 0 0-.619 1.713zm2.853-4.326a1 1 0 0 0 .832-.586L12 5.43l1.799 3.981a1 1 0 0 0 .832.586l3.972.315l-3.271 2.944c-.284.256-.397.65-.293 1.018l1.253 4.385l-3.736-2.491a.995.995 0 0 0-1.109 0l-3.904 2.603l1.05-4.546a1 1 0 0 0-.276-.94l-3.038-2.962z"/></svg>

React

import type { SVGProps } from "react";

export function BxStar(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="m6.516 14.323l-1.49 6.452a.998.998 0 0 0 1.529 1.057L12 18.202l5.445 3.63a1.001 1.001 0 0 0 1.517-1.106l-1.829-6.4l4.536-4.082a1 1 0 0 0-.59-1.74l-5.701-.454l-2.467-5.461a.998.998 0 0 0-1.822 0L8.622 8.05l-5.701.453a1 1 0 0 0-.619 1.713zm2.853-4.326a1 1 0 0 0 .832-.586L12 5.43l1.799 3.981a1 1 0 0 0 .832.586l3.972.315l-3.271 2.944c-.284.256-.397.65-.293 1.018l1.253 4.385l-3.736-2.491a.995.995 0 0 0-1.109 0l-3.904 2.603l1.05-4.546a1 1 0 0 0-.276-.94l-3.038-2.962z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m6.516 14.323l-1.49 6.452a.998.998 0 0 0 1.529 1.057L12 18.202l5.445 3.63a1.001 1.001 0 0 0 1.517-1.106l-1.829-6.4l4.536-4.082a1 1 0 0 0-.59-1.74l-5.701-.454l-2.467-5.461a.998.998 0 0 0-1.822 0L8.622 8.05l-5.701.453a1 1 0 0 0-.619 1.713zm2.853-4.326a1 1 0 0 0 .832-.586L12 5.43l1.799 3.981a1 1 0 0 0 .832.586l3.972.315l-3.271 2.944c-.284.256-.397.65-.293 1.018l1.253 4.385l-3.736-2.491a.995.995 0 0 0-1.109 0l-3.904 2.603l1.05-4.546a1 1 0 0 0-.276-.94l-3.038-2.962z"/></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%22m6.516%2014.323l-1.49%206.452a.998.998%200%200%200%201.529%201.057L12%2018.202l5.445%203.63a1.001%201.001%200%200%200%201.517-1.106l-1.829-6.4l4.536-4.082a1%201%200%200%200-.59-1.74l-5.701-.454l-2.467-5.461a.998.998%200%200%200-1.822%200L8.622%208.05l-5.701.453a1%201%200%200%200-.619%201.713zm2.853-4.326a1%201%200%200%200%20.832-.586L12%205.43l1.799%203.981a1%201%200%200%200%20.832.586l3.972.315l-3.271%202.944c-.284.256-.397.65-.293%201.018l1.253%204.385l-3.736-2.491a.995.995%200%200%200-1.109%200l-3.904%202.603l1.05-4.546a1%201%200%200%200-.276-.94l-3.038-2.962z%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%22m6.516%2014.323l-1.49%206.452a.998.998%200%200%200%201.529%201.057L12%2018.202l5.445%203.63a1.001%201.001%200%200%200%201.517-1.106l-1.829-6.4l4.536-4.082a1%201%200%200%200-.59-1.74l-5.701-.454l-2.467-5.461a.998.998%200%200%200-1.822%200L8.622%208.05l-5.701.453a1%201%200%200%200-.619%201.713zm2.853-4.326a1%201%200%200%200%20.832-.586L12%205.43l1.799%203.981a1%201%200%200%200%20.832.586l3.972.315l-3.271%202.944c-.284.256-.397.65-.293%201.018l1.253%204.385l-3.736-2.491a.995.995%200%200%200-1.109%200l-3.904%202.603l1.05-4.546a1%201%200%200%200-.276-.94l-3.038-2.962z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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