star four icon
star-four-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- star-four-thin
- Set
- Phosphor
- Style
- Thin
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Related icons in Phosphor
Use the star four icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m228.13 116.77l-65.19-23.71l-23.71-65.19a11.95 11.95 0 0 0-22.46 0L93.06 93.06l-65.19 23.71a11.95 11.95 0 0 0 0 22.46l65.19 23.71l23.71 65.19a11.95 11.95 0 0 0 22.46 0l23.71-65.19l65.19-23.71a11.95 11.95 0 0 0 0-22.46m-2.73 15l-67 24.34a4 4 0 0 0-2.39 2.39l-24.34 67a4 4 0 0 1-7.44 0l-24.34-67a4 4 0 0 0-2.39-2.39l-66.9-24.39a4 4 0 0 1 0-7.44l66.95-24.34a4 4 0 0 0 2.39-2.39l24.34-66.95a4 4 0 0 1 7.44 0l24.34 66.95a4 4 0 0 0 2.39 2.39l67 24.34a4 4 0 0 1 0 7.44Z"/></svg>
React
import type { SVGProps } from "react";
export function PhStarFourThin(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m228.13 116.77l-65.19-23.71l-23.71-65.19a11.95 11.95 0 0 0-22.46 0L93.06 93.06l-65.19 23.71a11.95 11.95 0 0 0 0 22.46l65.19 23.71l23.71 65.19a11.95 11.95 0 0 0 22.46 0l23.71-65.19l65.19-23.71a11.95 11.95 0 0 0 0-22.46m-2.73 15l-67 24.34a4 4 0 0 0-2.39 2.39l-24.34 67a4 4 0 0 1-7.44 0l-24.34-67a4 4 0 0 0-2.39-2.39l-66.9-24.39a4 4 0 0 1 0-7.44l66.95-24.34a4 4 0 0 0 2.39-2.39l24.34-66.95a4 4 0 0 1 7.44 0l24.34 66.95a4 4 0 0 0 2.39 2.39l67 24.34a4 4 0 0 1 0 7.44Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m228.13 116.77l-65.19-23.71l-23.71-65.19a11.95 11.95 0 0 0-22.46 0L93.06 93.06l-65.19 23.71a11.95 11.95 0 0 0 0 22.46l65.19 23.71l23.71 65.19a11.95 11.95 0 0 0 22.46 0l23.71-65.19l65.19-23.71a11.95 11.95 0 0 0 0-22.46m-2.73 15l-67 24.34a4 4 0 0 0-2.39 2.39l-24.34 67a4 4 0 0 1-7.44 0l-24.34-67a4 4 0 0 0-2.39-2.39l-66.9-24.39a4 4 0 0 1 0-7.44l66.95-24.34a4 4 0 0 0 2.39-2.39l24.34-66.95a4 4 0 0 1 7.44 0l24.34 66.95a4 4 0 0 0 2.39 2.39l67 24.34a4 4 0 0 1 0 7.44Z"/></svg> </template>
CSS
.icon-star-four-thin {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m228.13%20116.77l-65.19-23.71l-23.71-65.19a11.95%2011.95%200%200%200-22.46%200L93.06%2093.06l-65.19%2023.71a11.95%2011.95%200%200%200%200%2022.46l65.19%2023.71l23.71%2065.19a11.95%2011.95%200%200%200%2022.46%200l23.71-65.19l65.19-23.71a11.95%2011.95%200%200%200%200-22.46m-2.73%2015l-67%2024.34a4%204%200%200%200-2.39%202.39l-24.34%2067a4%204%200%200%201-7.44%200l-24.34-67a4%204%200%200%200-2.39-2.39l-66.9-24.39a4%204%200%200%201%200-7.44l66.95-24.34a4%204%200%200%200%202.39-2.39l24.34-66.95a4%204%200%200%201%207.44%200l24.34%2066.95a4%204%200%200%200%202.39%202.39l67%2024.34a4%204%200%200%201%200%207.44Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m228.13%20116.77l-65.19-23.71l-23.71-65.19a11.95%2011.95%200%200%200-22.46%200L93.06%2093.06l-65.19%2023.71a11.95%2011.95%200%200%200%200%2022.46l65.19%2023.71l23.71%2065.19a11.95%2011.95%200%200%200%2022.46%200l23.71-65.19l65.19-23.71a11.95%2011.95%200%200%200%200-22.46m-2.73%2015l-67%2024.34a4%204%200%200%200-2.39%202.39l-24.34%2067a4%204%200%200%201-7.44%200l-24.34-67a4%204%200%200%200-2.39-2.39l-66.9-24.39a4%204%200%200%201%200-7.44l66.95-24.34a4%204%200%200%200%202.39-2.39l24.34-66.95a4%204%200%200%201%207.44%200l24.34%2066.95a4%204%200%200%200%202.39%202.39l67%2024.34a4%204%200%200%201%200%207.44Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/star-four-thin.svg?color=%231a73e8&size=48