star half alt icon

star-half-alt from Unicons by Iconscout · Line · User Interface · Apache-2.0 Free for personal and commercial use.

Name
star-half-alt
Set
Unicons
Style
Line
Category
User Interface
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More user interface icons from Unicons

Use the star half alt icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 9.67a1 1 0 0 0-.86-.67l-5.69-.83L12.9 3a1 1 0 0 0-1.8 0L8.55 8.16L2.86 9a1 1 0 0 0-.81.68a1 1 0 0 0 .25 1l4.13 4l-1 5.68a1 1 0 0 0 1.47 1.08l5.1-2.67l5.1 2.67a.93.93 0 0 0 .46.12a1 1 0 0 0 .59-.19a1 1 0 0 0 .4-1l-1-5.68l4.13-4A1 1 0 0 0 22 9.67M11 17l-3.23 1.7l.72-4.2a1 1 0 0 0-.29-.88l-3-3l4.21-.61a1 1 0 0 0 .76-.55L11 7.73Zm4.8-3.38a1 1 0 0 0-.29.88l.72 4.2L13 17V7.73l.88 1.79a1 1 0 0 0 .76.55l4.21.61Z"/></svg>

React

import type { SVGProps } from "react";

export function UilStarHalfAlt(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="M22 9.67a1 1 0 0 0-.86-.67l-5.69-.83L12.9 3a1 1 0 0 0-1.8 0L8.55 8.16L2.86 9a1 1 0 0 0-.81.68a1 1 0 0 0 .25 1l4.13 4l-1 5.68a1 1 0 0 0 1.47 1.08l5.1-2.67l5.1 2.67a.93.93 0 0 0 .46.12a1 1 0 0 0 .59-.19a1 1 0 0 0 .4-1l-1-5.68l4.13-4A1 1 0 0 0 22 9.67M11 17l-3.23 1.7l.72-4.2a1 1 0 0 0-.29-.88l-3-3l4.21-.61a1 1 0 0 0 .76-.55L11 7.73Zm4.8-3.38a1 1 0 0 0-.29.88l.72 4.2L13 17V7.73l.88 1.79a1 1 0 0 0 .76.55l4.21.61Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 9.67a1 1 0 0 0-.86-.67l-5.69-.83L12.9 3a1 1 0 0 0-1.8 0L8.55 8.16L2.86 9a1 1 0 0 0-.81.68a1 1 0 0 0 .25 1l4.13 4l-1 5.68a1 1 0 0 0 1.47 1.08l5.1-2.67l5.1 2.67a.93.93 0 0 0 .46.12a1 1 0 0 0 .59-.19a1 1 0 0 0 .4-1l-1-5.68l4.13-4A1 1 0 0 0 22 9.67M11 17l-3.23 1.7l.72-4.2a1 1 0 0 0-.29-.88l-3-3l4.21-.61a1 1 0 0 0 .76-.55L11 7.73Zm4.8-3.38a1 1 0 0 0-.29.88l.72 4.2L13 17V7.73l.88 1.79a1 1 0 0 0 .76.55l4.21.61Z"/></svg>
</template>

CSS

.icon-star-half-alt {
  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%22M22%209.67a1%201%200%200%200-.86-.67l-5.69-.83L12.9%203a1%201%200%200%200-1.8%200L8.55%208.16L2.86%209a1%201%200%200%200-.81.68a1%201%200%200%200%20.25%201l4.13%204l-1%205.68a1%201%200%200%200%201.47%201.08l5.1-2.67l5.1%202.67a.93.93%200%200%200%20.46.12a1%201%200%200%200%20.59-.19a1%201%200%200%200%20.4-1l-1-5.68l4.13-4A1%201%200%200%200%2022%209.67M11%2017l-3.23%201.7l.72-4.2a1%201%200%200%200-.29-.88l-3-3l4.21-.61a1%201%200%200%200%20.76-.55L11%207.73Zm4.8-3.38a1%201%200%200%200-.29.88l.72%204.2L13%2017V7.73l.88%201.79a1%201%200%200%200%20.76.55l4.21.61Z%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%22M22%209.67a1%201%200%200%200-.86-.67l-5.69-.83L12.9%203a1%201%200%200%200-1.8%200L8.55%208.16L2.86%209a1%201%200%200%200-.81.68a1%201%200%200%200%20.25%201l4.13%204l-1%205.68a1%201%200%200%200%201.47%201.08l5.1-2.67l5.1%202.67a.93.93%200%200%200%20.46.12a1%201%200%200%200%20.59-.19a1%201%200%200%200%20.4-1l-1-5.68l4.13-4A1%201%200%200%200%2022%209.67M11%2017l-3.23%201.7l.72-4.2a1%201%200%200%200-.29-.88l-3-3l4.21-.61a1%201%200%200%200%20.76-.55L11%207.73Zm4.8-3.38a1%201%200%200%200-.29.88l.72%204.2L13%2017V7.73l.88%201.79a1%201%200%200%200%20.76.55l4.21.61Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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