ios star half icon

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

Name
ios-star-half
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

Related icons in IonIcons

Use the ios star half icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M463 192H315.9L271.2 58.6C269 52.1 262.9 48 256 48s-13 4.1-15.2 10.6L196.1 192H48c-8.8 0-16 7.2-16 16 0 .9.1 1.9.3 2.7.2 3.5 1.8 7.4 6.7 11.3l120.9 85.2-46.4 134.9c-2.3 6.5 0 13.8 5.5 18 2.9 2.1 5.6 3.9 9 3.9 3.3 0 7.2-1.7 10-3.6l118-84.1 118 84.1c2.8 2 6.7 3.6 10 3.6 3.4 0 6.1-1.7 8.9-3.9 5.6-4.2 7.8-11.4 5.5-18L352 307.2l119.9-86 2.9-2.5c2.6-2.8 5.2-6.6 5.2-10.7 0-8.8-8.2-16-17-16zm-47.4 35.2l-79.8 57.3c-10 7.2-14.2 20.2-10.2 31.8l30.1 87.7c1.3 3.7-2.9 6.8-6.1 4.6l-77.4-55.2-.1-.1c-10-7-16.1-18.3-16.1-30.5V113.3c0-2.2 3.1-2.7 3.8-.6l29.6 88.2c3.8 11.4 14.5 19.1 26.5 19.1h97.3c3.9 0 5.5 5 2.4 7.2z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonIosStarHalf(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M463 192H315.9L271.2 58.6C269 52.1 262.9 48 256 48s-13 4.1-15.2 10.6L196.1 192H48c-8.8 0-16 7.2-16 16 0 .9.1 1.9.3 2.7.2 3.5 1.8 7.4 6.7 11.3l120.9 85.2-46.4 134.9c-2.3 6.5 0 13.8 5.5 18 2.9 2.1 5.6 3.9 9 3.9 3.3 0 7.2-1.7 10-3.6l118-84.1 118 84.1c2.8 2 6.7 3.6 10 3.6 3.4 0 6.1-1.7 8.9-3.9 5.6-4.2 7.8-11.4 5.5-18L352 307.2l119.9-86 2.9-2.5c2.6-2.8 5.2-6.6 5.2-10.7 0-8.8-8.2-16-17-16zm-47.4 35.2l-79.8 57.3c-10 7.2-14.2 20.2-10.2 31.8l30.1 87.7c1.3 3.7-2.9 6.8-6.1 4.6l-77.4-55.2-.1-.1c-10-7-16.1-18.3-16.1-30.5V113.3c0-2.2 3.1-2.7 3.8-.6l29.6 88.2c3.8 11.4 14.5 19.1 26.5 19.1h97.3c3.9 0 5.5 5 2.4 7.2z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M463 192H315.9L271.2 58.6C269 52.1 262.9 48 256 48s-13 4.1-15.2 10.6L196.1 192H48c-8.8 0-16 7.2-16 16 0 .9.1 1.9.3 2.7.2 3.5 1.8 7.4 6.7 11.3l120.9 85.2-46.4 134.9c-2.3 6.5 0 13.8 5.5 18 2.9 2.1 5.6 3.9 9 3.9 3.3 0 7.2-1.7 10-3.6l118-84.1 118 84.1c2.8 2 6.7 3.6 10 3.6 3.4 0 6.1-1.7 8.9-3.9 5.6-4.2 7.8-11.4 5.5-18L352 307.2l119.9-86 2.9-2.5c2.6-2.8 5.2-6.6 5.2-10.7 0-8.8-8.2-16-17-16zm-47.4 35.2l-79.8 57.3c-10 7.2-14.2 20.2-10.2 31.8l30.1 87.7c1.3 3.7-2.9 6.8-6.1 4.6l-77.4-55.2-.1-.1c-10-7-16.1-18.3-16.1-30.5V113.3c0-2.2 3.1-2.7 3.8-.6l29.6 88.2c3.8 11.4 14.5 19.1 26.5 19.1h97.3c3.9 0 5.5 5 2.4 7.2z" fill="currentColor"/></svg>
</template>

CSS

.icon-ios-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%22M463%20192H315.9L271.2%2058.6C269%2052.1%20262.9%2048%20256%2048s-13%204.1-15.2%2010.6L196.1%20192H48c-8.8%200-16%207.2-16%2016%200%20.9.1%201.9.3%202.7.2%203.5%201.8%207.4%206.7%2011.3l120.9%2085.2-46.4%20134.9c-2.3%206.5%200%2013.8%205.5%2018%202.9%202.1%205.6%203.9%209%203.9%203.3%200%207.2-1.7%2010-3.6l118-84.1%20118%2084.1c2.8%202%206.7%203.6%2010%203.6%203.4%200%206.1-1.7%208.9-3.9%205.6-4.2%207.8-11.4%205.5-18L352%20307.2l119.9-86%202.9-2.5c2.6-2.8%205.2-6.6%205.2-10.7%200-8.8-8.2-16-17-16zm-47.4%2035.2l-79.8%2057.3c-10%207.2-14.2%2020.2-10.2%2031.8l30.1%2087.7c1.3%203.7-2.9%206.8-6.1%204.6l-77.4-55.2-.1-.1c-10-7-16.1-18.3-16.1-30.5V113.3c0-2.2%203.1-2.7%203.8-.6l29.6%2088.2c3.8%2011.4%2014.5%2019.1%2026.5%2019.1h97.3c3.9%200%205.5%205%202.4%207.2z%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%22M463%20192H315.9L271.2%2058.6C269%2052.1%20262.9%2048%20256%2048s-13%204.1-15.2%2010.6L196.1%20192H48c-8.8%200-16%207.2-16%2016%200%20.9.1%201.9.3%202.7.2%203.5%201.8%207.4%206.7%2011.3l120.9%2085.2-46.4%20134.9c-2.3%206.5%200%2013.8%205.5%2018%202.9%202.1%205.6%203.9%209%203.9%203.3%200%207.2-1.7%2010-3.6l118-84.1%20118%2084.1c2.8%202%206.7%203.6%2010%203.6%203.4%200%206.1-1.7%208.9-3.9%205.6-4.2%207.8-11.4%205.5-18L352%20307.2l119.9-86%202.9-2.5c2.6-2.8%205.2-6.6%205.2-10.7%200-8.8-8.2-16-17-16zm-47.4%2035.2l-79.8%2057.3c-10%207.2-14.2%2020.2-10.2%2031.8l30.1%2087.7c1.3%203.7-2.9%206.8-6.1%204.6l-77.4-55.2-.1-.1c-10-7-16.1-18.3-16.1-30.5V113.3c0-2.2%203.1-2.7%203.8-.6l29.6%2088.2c3.8%2011.4%2014.5%2019.1%2026.5%2019.1h97.3c3.9%200%205.5%205%202.4%207.2z%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/ios-star-half.svg?color=%231a73e8&size=48