md star half icon

md-star-half from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
md-star-half
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT
Aliases
android-star-half

Related icons in IonIcons

Use the md star half icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M458 210.409l-145.267-12.476L256 64l-56.743 133.934L54 210.409l110.192 95.524L131.161 448 256 372.686 380.83 448l-33.021-142.066L458 210.409zM272.531 345.287L256 335.313l-.002-189.277 27.27 64.379 7.52 17.751 19.208 1.65 69.846 5.998-52.993 45.939-14.576 12.636 4.367 18.788 15.875 68.299-59.984-36.189z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonMdStarHalf(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M458 210.409l-145.267-12.476L256 64l-56.743 133.934L54 210.409l110.192 95.524L131.161 448 256 372.686 380.83 448l-33.021-142.066L458 210.409zM272.531 345.287L256 335.313l-.002-189.277 27.27 64.379 7.52 17.751 19.208 1.65 69.846 5.998-52.993 45.939-14.576 12.636 4.367 18.788 15.875 68.299-59.984-36.189z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M458 210.409l-145.267-12.476L256 64l-56.743 133.934L54 210.409l110.192 95.524L131.161 448 256 372.686 380.83 448l-33.021-142.066L458 210.409zM272.531 345.287L256 335.313l-.002-189.277 27.27 64.379 7.52 17.751 19.208 1.65 69.846 5.998-52.993 45.939-14.576 12.636 4.367 18.788 15.875 68.299-59.984-36.189z" fill="currentColor"/></svg>
</template>

CSS

.icon-md-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%20512%20512%22%3E%3Cpath%20d%3D%22M458%20210.409l-145.267-12.476L256%2064l-56.743%20133.934L54%20210.409l110.192%2095.524L131.161%20448%20256%20372.686%20380.83%20448l-33.021-142.066L458%20210.409zM272.531%20345.287L256%20335.313l-.002-189.277%2027.27%2064.379%207.52%2017.751%2019.208%201.65%2069.846%205.998-52.993%2045.939-14.576%2012.636%204.367%2018.788%2015.875%2068.299-59.984-36.189z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M458%20210.409l-145.267-12.476L256%2064l-56.743%20133.934L54%20210.409l110.192%2095.524L131.161%20448%20256%20372.686%20380.83%20448l-33.021-142.066L458%20210.409zM272.531%20345.287L256%20335.313l-.002-189.277%2027.27%2064.379%207.52%2017.751%2019.208%201.65%2069.846%205.998-52.993%2045.939-14.576%2012.636%204.367%2018.788%2015.875%2068.299-59.984-36.189z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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