star-half from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.

Name
star-half
Set
Bootstrap Icons
Style
Outline
Viewbox
16×16
License
MIT

The same icon in other sets

Use the star half icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M5.354 5.119L7.538.792A.52.52 0 0 1 8 .5c.183 0 .366.097.465.292l2.184 4.327l4.898.696A.54.54 0 0 1 16 6.32a.55.55 0 0 1-.17.445l-3.523 3.356l.83 4.73c.078.443-.36.79-.746.592L8 13.187l-4.389 2.256a.5.5 0 0 1-.146.05c-.342.06-.668-.254-.6-.642l.83-4.73L.173 6.765a.55.55 0 0 1-.172-.403a.6.6 0 0 1 .085-.302a.51.51 0 0 1 .37-.245zM8 12.027a.5.5 0 0 1 .232.056l3.686 1.894l-.694-3.957a.56.56 0 0 1 .162-.505l2.907-2.77l-4.052-.576a.53.53 0 0 1-.393-.288L8.001 2.223L8 2.226z"/></svg>

React

import type { SVGProps } from "react";

export function BiStarHalf(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M5.354 5.119L7.538.792A.52.52 0 0 1 8 .5c.183 0 .366.097.465.292l2.184 4.327l4.898.696A.54.54 0 0 1 16 6.32a.55.55 0 0 1-.17.445l-3.523 3.356l.83 4.73c.078.443-.36.79-.746.592L8 13.187l-4.389 2.256a.5.5 0 0 1-.146.05c-.342.06-.668-.254-.6-.642l.83-4.73L.173 6.765a.55.55 0 0 1-.172-.403a.6.6 0 0 1 .085-.302a.51.51 0 0 1 .37-.245zM8 12.027a.5.5 0 0 1 .232.056l3.686 1.894l-.694-3.957a.56.56 0 0 1 .162-.505l2.907-2.77l-4.052-.576a.53.53 0 0 1-.393-.288L8.001 2.223L8 2.226z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M5.354 5.119L7.538.792A.52.52 0 0 1 8 .5c.183 0 .366.097.465.292l2.184 4.327l4.898.696A.54.54 0 0 1 16 6.32a.55.55 0 0 1-.17.445l-3.523 3.356l.83 4.73c.078.443-.36.79-.746.592L8 13.187l-4.389 2.256a.5.5 0 0 1-.146.05c-.342.06-.668-.254-.6-.642l.83-4.73L.173 6.765a.55.55 0 0 1-.172-.403a.6.6 0 0 1 .085-.302a.51.51 0 0 1 .37-.245zM8 12.027a.5.5 0 0 1 .232.056l3.686 1.894l-.694-3.957a.56.56 0 0 1 .162-.505l2.907-2.77l-4.052-.576a.53.53 0 0 1-.393-.288L8.001 2.223L8 2.226z"/></svg>
</template>

CSS

.icon-star-half {
  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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.354%205.119L7.538.792A.52.52%200%200%201%208%20.5c.183%200%20.366.097.465.292l2.184%204.327l4.898.696A.54.54%200%200%201%2016%206.32a.55.55%200%200%201-.17.445l-3.523%203.356l.83%204.73c.078.443-.36.79-.746.592L8%2013.187l-4.389%202.256a.5.5%200%200%201-.146.05c-.342.06-.668-.254-.6-.642l.83-4.73L.173%206.765a.55.55%200%200%201-.172-.403a.6.6%200%200%201%20.085-.302a.51.51%200%200%201%20.37-.245zM8%2012.027a.5.5%200%200%201%20.232.056l3.686%201.894l-.694-3.957a.56.56%200%200%201%20.162-.505l2.907-2.77l-4.052-.576a.53.53%200%200%201-.393-.288L8.001%202.223L8%202.226z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.354%205.119L7.538.792A.52.52%200%200%201%208%20.5c.183%200%20.366.097.465.292l2.184%204.327l4.898.696A.54.54%200%200%201%2016%206.32a.55.55%200%200%201-.17.445l-3.523%203.356l.83%204.73c.078.443-.36.79-.746.592L8%2013.187l-4.389%202.256a.5.5%200%200%201-.146.05c-.342.06-.668-.254-.6-.642l.83-4.73L.173%206.765a.55.55%200%200%201-.172-.403a.6.6%200%200%201%20.085-.302a.51.51%200%200%201%20.37-.245zM8%2012.027a.5.5%200%200%201%20.232.056l3.686%201.894l-.694-3.957a.56.56%200%200%201%20.162-.505l2.907-2.77l-4.052-.576a.53.53%200%200%201-.393-.288L8.001%202.223L8%202.226z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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