star half stroke icon

star-half-stroke-solid from Flowbite Icons by Themesberg · Solid · General · MIT Free for personal and commercial use.

Name
star-half-stroke-solid
Set
Flowbite Icons
Style
Solid
Category
General
Viewbox
24×24
License
MIT

1 other variant in Flowbite Icons

The same icon in other sets

More general icons from Flowbite Icons

Use the star half stroke icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m13.001 19.927l2.896 1.773c1.52.93 3.405-.442 2.992-2.179l-1.06-4.452l3.468-2.978c1.353-1.162.633-3.382-1.142-3.525L15.603 8.2l-1.754-4.226A1.97 1.97 0 0 0 13 3zM10.999 3c-.36.205-.663.53-.848.974L8.397 8.2l-4.552.366c-1.775.143-2.495 2.363-1.142 3.525l3.468 2.978l-1.06 4.452c-.413 1.737 1.472 3.11 2.992 2.178l2.896-1.773z"/></svg>

React

import type { SVGProps } from "react";

export function FlowbiteStarHalfStrokeSolid(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="m13.001 19.927l2.896 1.773c1.52.93 3.405-.442 2.992-2.179l-1.06-4.452l3.468-2.978c1.353-1.162.633-3.382-1.142-3.525L15.603 8.2l-1.754-4.226A1.97 1.97 0 0 0 13 3zM10.999 3c-.36.205-.663.53-.848.974L8.397 8.2l-4.552.366c-1.775.143-2.495 2.363-1.142 3.525l3.468 2.978l-1.06 4.452c-.413 1.737 1.472 3.11 2.992 2.178l2.896-1.773z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m13.001 19.927l2.896 1.773c1.52.93 3.405-.442 2.992-2.179l-1.06-4.452l3.468-2.978c1.353-1.162.633-3.382-1.142-3.525L15.603 8.2l-1.754-4.226A1.97 1.97 0 0 0 13 3zM10.999 3c-.36.205-.663.53-.848.974L8.397 8.2l-4.552.366c-1.775.143-2.495 2.363-1.142 3.525l3.468 2.978l-1.06 4.452c-.413 1.737 1.472 3.11 2.992 2.178l2.896-1.773z"/></svg>
</template>

CSS

.icon-star-half-stroke-solid {
  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%22m13.001%2019.927l2.896%201.773c1.52.93%203.405-.442%202.992-2.179l-1.06-4.452l3.468-2.978c1.353-1.162.633-3.382-1.142-3.525L15.603%208.2l-1.754-4.226A1.97%201.97%200%200%200%2013%203zM10.999%203c-.36.205-.663.53-.848.974L8.397%208.2l-4.552.366c-1.775.143-2.495%202.363-1.142%203.525l3.468%202.978l-1.06%204.452c-.413%201.737%201.472%203.11%202.992%202.178l2.896-1.773z%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%22m13.001%2019.927l2.896%201.773c1.52.93%203.405-.442%202.992-2.179l-1.06-4.452l3.468-2.978c1.353-1.162.633-3.382-1.142-3.525L15.603%208.2l-1.754-4.226A1.97%201.97%200%200%200%2013%203zM10.999%203c-.36.205-.663.53-.848.974L8.397%208.2l-4.552.366c-1.775.143-2.495%202.363-1.142%203.525l3.468%202.978l-1.06%204.452c-.413%201.737%201.472%203.11%202.992%202.178l2.896-1.773z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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