star-half-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
star-half-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

The same icon in other sets

Related icons in MingCute Icon

Use the star half icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M13.08 2.37a1.25 1.25 0 0 0-2.16 0l-2.794 4.8h-.001L2.697 8.346A1.25 1.25 0 0 0 2.03 10.4l3.7 4.142l-.56 5.525a1.25 1.25 0 0 0 1.748 1.27L12 19.096l5.082 2.24a1.25 1.25 0 0 0 1.748-1.27l-.56-5.525l3.7-4.142a1.25 1.25 0 0 0-.667-2.054L15.875 7.17zM12 17.028c.172 0 .344.035.504.106l4.206 1.853l-.463-4.573a1.25 1.25 0 0 1 .312-.959l3.062-3.427l-4.492-.973a1.25 1.25 0 0 1-.816-.592L12 4.49z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteStarHalfFill(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" fillRule="evenodd" d="M13.08 2.37a1.25 1.25 0 0 0-2.16 0l-2.794 4.8h-.001L2.697 8.346A1.25 1.25 0 0 0 2.03 10.4l3.7 4.142l-.56 5.525a1.25 1.25 0 0 0 1.748 1.27L12 19.096l5.082 2.24a1.25 1.25 0 0 0 1.748-1.27l-.56-5.525l3.7-4.142a1.25 1.25 0 0 0-.667-2.054L15.875 7.17zM12 17.028c.172 0 .344.035.504.106l4.206 1.853l-.463-4.573a1.25 1.25 0 0 1 .312-.959l3.062-3.427l-4.492-.973a1.25 1.25 0 0 1-.816-.592L12 4.49z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M13.08 2.37a1.25 1.25 0 0 0-2.16 0l-2.794 4.8h-.001L2.697 8.346A1.25 1.25 0 0 0 2.03 10.4l3.7 4.142l-.56 5.525a1.25 1.25 0 0 0 1.748 1.27L12 19.096l5.082 2.24a1.25 1.25 0 0 0 1.748-1.27l-.56-5.525l3.7-4.142a1.25 1.25 0 0 0-.667-2.054L15.875 7.17zM12 17.028c.172 0 .344.035.504.106l4.206 1.853l-.463-4.573a1.25 1.25 0 0 1 .312-.959l3.062-3.427l-4.492-.973a1.25 1.25 0 0 1-.816-.592L12 4.49z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-star-half-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%20fill-rule%3D%22evenodd%22%20d%3D%22M13.08%202.37a1.25%201.25%200%200%200-2.16%200l-2.794%204.8h-.001L2.697%208.346A1.25%201.25%200%200%200%202.03%2010.4l3.7%204.142l-.56%205.525a1.25%201.25%200%200%200%201.748%201.27L12%2019.096l5.082%202.24a1.25%201.25%200%200%200%201.748-1.27l-.56-5.525l3.7-4.142a1.25%201.25%200%200%200-.667-2.054L15.875%207.17zM12%2017.028c.172%200%20.344.035.504.106l4.206%201.853l-.463-4.573a1.25%201.25%200%200%201%20.312-.959l3.062-3.427l-4.492-.973a1.25%201.25%200%200%201-.816-.592L12%204.49z%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M13.08%202.37a1.25%201.25%200%200%200-2.16%200l-2.794%204.8h-.001L2.697%208.346A1.25%201.25%200%200%200%202.03%2010.4l3.7%204.142l-.56%205.525a1.25%201.25%200%200%200%201.748%201.27L12%2019.096l5.082%202.24a1.25%201.25%200%200%200%201.748-1.27l-.56-5.525l3.7-4.142a1.25%201.25%200%200%200-.667-2.054L15.875%207.17zM12%2017.028c.172%200%20.344.035.504.106l4.206%201.853l-.463-4.573a1.25%201.25%200%200%201%20.312-.959l3.062-3.427l-4.492-.973a1.25%201.25%200%200%201-.816-.592L12%204.49z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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