star-half from Font Awesome Regular by Dave Gandy · Regular · Interfaces · CC-BY-4.0 Attribution required.

Name
star-half
Set
Font Awesome Regular
Style
Regular
Category
Interfaces
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

More interfaces icons from Font Awesome Regular

Use the star half icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M317.7 48.2c10.8 2.6 18.4 12.2 18.4 23.3v387.1c0 9-5.1 17.3-13.1 21.4l-147.2 75c-8 4.1-17.7 3.3-25-2s-11-14.2-9.6-23.2l25.2-159.9L52 255.4c-6.4-6.4-8.6-15.8-5.8-24.4s10.1-14.9 19.1-16.3l159.8-25.4l65.7-128.6c5-9.9 16.2-15 27-12.4zm-29.6 123.2L262.3 222c-3.5 6.8-10 11.6-17.6 12.8l-125.5 20l89.8 89.9c5.4 5.4 7.9 13.1 6.7 20.7l-19.8 125.5l92.2-46.9z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7RegularStarHalf(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M317.7 48.2c10.8 2.6 18.4 12.2 18.4 23.3v387.1c0 9-5.1 17.3-13.1 21.4l-147.2 75c-8 4.1-17.7 3.3-25-2s-11-14.2-9.6-23.2l25.2-159.9L52 255.4c-6.4-6.4-8.6-15.8-5.8-24.4s10.1-14.9 19.1-16.3l159.8-25.4l65.7-128.6c5-9.9 16.2-15 27-12.4zm-29.6 123.2L262.3 222c-3.5 6.8-10 11.6-17.6 12.8l-125.5 20l89.8 89.9c5.4 5.4 7.9 13.1 6.7 20.7l-19.8 125.5l92.2-46.9z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M317.7 48.2c10.8 2.6 18.4 12.2 18.4 23.3v387.1c0 9-5.1 17.3-13.1 21.4l-147.2 75c-8 4.1-17.7 3.3-25-2s-11-14.2-9.6-23.2l25.2-159.9L52 255.4c-6.4-6.4-8.6-15.8-5.8-24.4s10.1-14.9 19.1-16.3l159.8-25.4l65.7-128.6c5-9.9 16.2-15 27-12.4zm-29.6 123.2L262.3 222c-3.5 6.8-10 11.6-17.6 12.8l-125.5 20l89.8 89.9c5.4 5.4 7.9 13.1 6.7 20.7l-19.8 125.5l92.2-46.9z"/></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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M317.7%2048.2c10.8%202.6%2018.4%2012.2%2018.4%2023.3v387.1c0%209-5.1%2017.3-13.1%2021.4l-147.2%2075c-8%204.1-17.7%203.3-25-2s-11-14.2-9.6-23.2l25.2-159.9L52%20255.4c-6.4-6.4-8.6-15.8-5.8-24.4s10.1-14.9%2019.1-16.3l159.8-25.4l65.7-128.6c5-9.9%2016.2-15%2027-12.4zm-29.6%20123.2L262.3%20222c-3.5%206.8-10%2011.6-17.6%2012.8l-125.5%2020l89.8%2089.9c5.4%205.4%207.9%2013.1%206.7%2020.7l-19.8%20125.5l92.2-46.9z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M317.7%2048.2c10.8%202.6%2018.4%2012.2%2018.4%2023.3v387.1c0%209-5.1%2017.3-13.1%2021.4l-147.2%2075c-8%204.1-17.7%203.3-25-2s-11-14.2-9.6-23.2l25.2-159.9L52%20255.4c-6.4-6.4-8.6-15.8-5.8-24.4s10.1-14.9%2019.1-16.3l159.8-25.4l65.7-128.6c5-9.9%2016.2-15%2027-12.4zm-29.6%20123.2L262.3%20222c-3.5%206.8-10%2011.6-17.6%2012.8l-125.5%2020l89.8%2089.9c5.4%205.4%207.9%2013.1%206.7%2020.7l-19.8%20125.5l92.2-46.9z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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