star half icon

star-half from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.

Name
star-half
Set
Jam Icons
Style
Outline
Viewbox
24×24
License
MIT

1 other variant in Jam Icons

The same icon in other sets

Related icons in Jam Icons

Use the star half icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -2.5 24 24"><path fill="currentColor" d="M10 15.814L3.827 19.06l1.179-6.875L.01 7.317l6.902-1.003L10 .06l3.087 6.254l6.902 1.003l-4.995 4.868l1.18 6.875zm0-2.26l3.517 1.85l-.672-3.917l2.846-2.774l-3.932-.571L10 4.579L8.241 8.142l-3.932.571l2.846 2.774l-.672 3.916zM10 .06l3.087 6.254l6.902 1.003l-4.995 4.868l1.18 6.875L10 15.814z"/></svg>

React

import type { SVGProps } from "react";

export function JamStarHalf(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -2.5 24 24"><path fill="currentColor" d="M10 15.814L3.827 19.06l1.179-6.875L.01 7.317l6.902-1.003L10 .06l3.087 6.254l6.902 1.003l-4.995 4.868l1.18 6.875zm0-2.26l3.517 1.85l-.672-3.917l2.846-2.774l-3.932-.571L10 4.579L8.241 8.142l-3.932.571l2.846 2.774l-.672 3.916zM10 .06l3.087 6.254l6.902 1.003l-4.995 4.868l1.18 6.875L10 15.814z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -2.5 24 24"><path fill="currentColor" d="M10 15.814L3.827 19.06l1.179-6.875L.01 7.317l6.902-1.003L10 .06l3.087 6.254l6.902 1.003l-4.995 4.868l1.18 6.875zm0-2.26l3.517 1.85l-.672-3.917l2.846-2.774l-3.932-.571L10 4.579L8.241 8.142l-3.932.571l2.846 2.774l-.672 3.916zM10 .06l3.087 6.254l6.902 1.003l-4.995 4.868l1.18 6.875L10 15.814z"/></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%22-2%20-2.5%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%2015.814L3.827%2019.06l1.179-6.875L.01%207.317l6.902-1.003L10%20.06l3.087%206.254l6.902%201.003l-4.995%204.868l1.18%206.875zm0-2.26l3.517%201.85l-.672-3.917l2.846-2.774l-3.932-.571L10%204.579L8.241%208.142l-3.932.571l2.846%202.774l-.672%203.916zM10%20.06l3.087%206.254l6.902%201.003l-4.995%204.868l1.18%206.875L10%2015.814z%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%22-2%20-2.5%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%2015.814L3.827%2019.06l1.179-6.875L.01%207.317l6.902-1.003L10%20.06l3.087%206.254l6.902%201.003l-4.995%204.868l1.18%206.875zm0-2.26l3.517%201.85l-.672-3.917l2.846-2.774l-3.932-.571L10%204.579L8.241%208.142l-3.932.571l2.846%202.774l-.672%203.916zM10%20.06l3.087%206.254l6.902%201.003l-4.995%204.868l1.18%206.875L10%2015.814z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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