star half icon

star-half from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
star-half
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

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="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m12 2l.003 17.403c-.36 0-.72.08-.99.242l-2.99 1.785c-2.15 1.28-3.44.332-2.88-2.117l.71-3.095c.13-.585-.1-1.402-.52-1.825l-2.48-2.5c-1.47-1.472-.99-2.964 1.05-3.307l3.19-.535c.54-.09 1.18-.564 1.42-1.058l1.76-3.549c.473-.96 1.1-1.442 1.727-1.444m0 0h.003M15 20.844l.982.586c2.14 1.28 3.44.322 2.88-2.117l-.71-3.095c-.13-.585.1-1.402.52-1.825l2.48-2.5c1.459-1.472.99-2.964-1.05-3.307l-3.19-.535c-.53-.09-1.17-.564-1.41-1.058L15 5.98"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsStarHalf(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="m12 2l.003 17.403c-.36 0-.72.08-.99.242l-2.99 1.785c-2.15 1.28-3.44.332-2.88-2.117l.71-3.095c.13-.585-.1-1.402-.52-1.825l-2.48-2.5c-1.47-1.472-.99-2.964 1.05-3.307l3.19-.535c.54-.09 1.18-.564 1.42-1.058l1.76-3.549c.473-.96 1.1-1.442 1.727-1.444m0 0h.003M15 20.844l.982.586c2.14 1.28 3.44.322 2.88-2.117l-.71-3.095c-.13-.585.1-1.402.52-1.825l2.48-2.5c1.459-1.472.99-2.964-1.05-3.307l-3.19-.535c-.53-.09-1.17-.564-1.41-1.058L15 5.98"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m12 2l.003 17.403c-.36 0-.72.08-.99.242l-2.99 1.785c-2.15 1.28-3.44.332-2.88-2.117l.71-3.095c.13-.585-.1-1.402-.52-1.825l-2.48-2.5c-1.47-1.472-.99-2.964 1.05-3.307l3.19-.535c.54-.09 1.18-.564 1.42-1.058l1.76-3.549c.473-.96 1.1-1.442 1.727-1.444m0 0h.003M15 20.844l.982.586c2.14 1.28 3.44.322 2.88-2.117l-.71-3.095c-.13-.585.1-1.402.52-1.825l2.48-2.5c1.459-1.472.99-2.964-1.05-3.307l-3.19-.535c-.53-.09-1.17-.564-1.41-1.058L15 5.98"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m12%202l.003%2017.403c-.36%200-.72.08-.99.242l-2.99%201.785c-2.15%201.28-3.44.332-2.88-2.117l.71-3.095c.13-.585-.1-1.402-.52-1.825l-2.48-2.5c-1.47-1.472-.99-2.964%201.05-3.307l3.19-.535c.54-.09%201.18-.564%201.42-1.058l1.76-3.549c.473-.96%201.1-1.442%201.727-1.444m0%200h.003M15%2020.844l.982.586c2.14%201.28%203.44.322%202.88-2.117l-.71-3.095c-.13-.585.1-1.402.52-1.825l2.48-2.5c1.459-1.472.99-2.964-1.05-3.307l-3.19-.535c-.53-.09-1.17-.564-1.41-1.058L15%205.98%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m12%202l.003%2017.403c-.36%200-.72.08-.99.242l-2.99%201.785c-2.15%201.28-3.44.332-2.88-2.117l.71-3.095c.13-.585-.1-1.402-.52-1.825l-2.48-2.5c-1.47-1.472-.99-2.964%201.05-3.307l3.19-.535c.54-.09%201.18-.564%201.42-1.058l1.76-3.549c.473-.96%201.1-1.442%201.727-1.444m0%200h.003M15%2020.844l.982.586c2.14%201.28%203.44.322%202.88-2.117l-.71-3.095c-.13-.585.1-1.402.52-1.825l2.48-2.5c1.459-1.472.99-2.964-1.05-3.307l-3.19-.535c-.53-.09-1.17-.564-1.41-1.058L15%205.98%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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