star half stroke icon
star-half-stroke from Font Awesome Regular by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- star-half-stroke
- Set
- Font Awesome Regular
- Style
- Regular
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
Related icons in Font Awesome Regular
Use the star half stroke icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M341.5 45.1c-4.1-8-12.4-13.1-21.4-13.1s-17.3 5.1-21.4 13.1l-73.6 144.2l-159.9 25.4c-8.9 1.4-16.3 7.7-19.1 16.3s-.5 18 5.8 24.4l114.4 114.5l-25.2 159.9c-1.4 8.9 2.3 17.9 9.6 23.2s16.9 6.1 25 2l144.4-73.4L464.4 555c8 4.1 17.7 3.3 25-2s11-14.2 9.6-23.2l-25.3-159.9l114.4-114.5c6.4-6.4 8.6-15.8 5.8-24.4s-10.1-14.9-19.1-16.3L415 189.3zm-45.4 110.7v284.1L196 490.8l19.8-125.5c1.2-7.6-1.3-15.3-6.7-20.7l-89.8-89.9l125.5-20c7.6-1.2 14.1-6 17.6-12.8l33.8-66.2zm48 284.1V155.8l33.8 66.2c3.5 6.8 10 11.6 17.6 12.8l125.5 20l-89.8 89.9c-5.4 5.4-7.9 13.1-6.7 20.7l19.8 125.5L344.2 440z"/></svg>
React
import type { SVGProps } from "react";
export function Fa7RegularStarHalfStroke(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M341.5 45.1c-4.1-8-12.4-13.1-21.4-13.1s-17.3 5.1-21.4 13.1l-73.6 144.2l-159.9 25.4c-8.9 1.4-16.3 7.7-19.1 16.3s-.5 18 5.8 24.4l114.4 114.5l-25.2 159.9c-1.4 8.9 2.3 17.9 9.6 23.2s16.9 6.1 25 2l144.4-73.4L464.4 555c8 4.1 17.7 3.3 25-2s11-14.2 9.6-23.2l-25.3-159.9l114.4-114.5c6.4-6.4 8.6-15.8 5.8-24.4s-10.1-14.9-19.1-16.3L415 189.3zm-45.4 110.7v284.1L196 490.8l19.8-125.5c1.2-7.6-1.3-15.3-6.7-20.7l-89.8-89.9l125.5-20c7.6-1.2 14.1-6 17.6-12.8l33.8-66.2zm48 284.1V155.8l33.8 66.2c3.5 6.8 10 11.6 17.6 12.8l125.5 20l-89.8 89.9c-5.4 5.4-7.9 13.1-6.7 20.7l19.8 125.5L344.2 440z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M341.5 45.1c-4.1-8-12.4-13.1-21.4-13.1s-17.3 5.1-21.4 13.1l-73.6 144.2l-159.9 25.4c-8.9 1.4-16.3 7.7-19.1 16.3s-.5 18 5.8 24.4l114.4 114.5l-25.2 159.9c-1.4 8.9 2.3 17.9 9.6 23.2s16.9 6.1 25 2l144.4-73.4L464.4 555c8 4.1 17.7 3.3 25-2s11-14.2 9.6-23.2l-25.3-159.9l114.4-114.5c6.4-6.4 8.6-15.8 5.8-24.4s-10.1-14.9-19.1-16.3L415 189.3zm-45.4 110.7v284.1L196 490.8l19.8-125.5c1.2-7.6-1.3-15.3-6.7-20.7l-89.8-89.9l125.5-20c7.6-1.2 14.1-6 17.6-12.8l33.8-66.2zm48 284.1V155.8l33.8 66.2c3.5 6.8 10 11.6 17.6 12.8l125.5 20l-89.8 89.9c-5.4 5.4-7.9 13.1-6.7 20.7l19.8 125.5L344.2 440z"/></svg> </template>
CSS
.icon-star-half-stroke {
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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M341.5%2045.1c-4.1-8-12.4-13.1-21.4-13.1s-17.3%205.1-21.4%2013.1l-73.6%20144.2l-159.9%2025.4c-8.9%201.4-16.3%207.7-19.1%2016.3s-.5%2018%205.8%2024.4l114.4%20114.5l-25.2%20159.9c-1.4%208.9%202.3%2017.9%209.6%2023.2s16.9%206.1%2025%202l144.4-73.4L464.4%20555c8%204.1%2017.7%203.3%2025-2s11-14.2%209.6-23.2l-25.3-159.9l114.4-114.5c6.4-6.4%208.6-15.8%205.8-24.4s-10.1-14.9-19.1-16.3L415%20189.3zm-45.4%20110.7v284.1L196%20490.8l19.8-125.5c1.2-7.6-1.3-15.3-6.7-20.7l-89.8-89.9l125.5-20c7.6-1.2%2014.1-6%2017.6-12.8l33.8-66.2zm48%20284.1V155.8l33.8%2066.2c3.5%206.8%2010%2011.6%2017.6%2012.8l125.5%2020l-89.8%2089.9c-5.4%205.4-7.9%2013.1-6.7%2020.7l19.8%20125.5L344.2%20440z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M341.5%2045.1c-4.1-8-12.4-13.1-21.4-13.1s-17.3%205.1-21.4%2013.1l-73.6%20144.2l-159.9%2025.4c-8.9%201.4-16.3%207.7-19.1%2016.3s-.5%2018%205.8%2024.4l114.4%20114.5l-25.2%20159.9c-1.4%208.9%202.3%2017.9%209.6%2023.2s16.9%206.1%2025%202l144.4-73.4L464.4%20555c8%204.1%2017.7%203.3%2025-2s11-14.2%209.6-23.2l-25.3-159.9l114.4-114.5c6.4-6.4%208.6-15.8%205.8-24.4s-10.1-14.9-19.1-16.3L415%20189.3zm-45.4%20110.7v284.1L196%20490.8l19.8-125.5c1.2-7.6-1.3-15.3-6.7-20.7l-89.8-89.9l125.5-20c7.6-1.2%2014.1-6%2017.6-12.8l33.8-66.2zm48%20284.1V155.8l33.8%2066.2c3.5%206.8%2010%2011.6%2017.6%2012.8l125.5%2020l-89.8%2089.9c-5.4%205.4-7.9%2013.1-6.7%2020.7l19.8%20125.5L344.2%20440z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-regular/star-half-stroke.svg?color=%231a73e8&size=48