star four icon
star-four-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.
- Name
- star-four-bold
- Set
- Phosphor
- Style
- Bold
- 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="m230.86 109.25l-61.68-22.43l-22.43-61.68a19.95 19.95 0 0 0-37.5 0L86.82 86.82l-61.68 22.43a19.95 19.95 0 0 0 0 37.5l61.68 22.43l22.43 61.68a19.95 19.95 0 0 0 37.5 0l22.43-61.68l61.68-22.43a19.95 19.95 0 0 0 0-37.5m-75.14 39.29a12 12 0 0 0-7.18 7.18L128 212.21l-20.54-56.49a12 12 0 0 0-7.18-7.18L43.79 128l56.49-20.54a12 12 0 0 0 7.18-7.18L128 43.79l20.54 56.49a12 12 0 0 0 7.18 7.18L212.21 128Z"/></svg>
React
import type { SVGProps } from "react";
export function PhStarFourBold(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="m230.86 109.25l-61.68-22.43l-22.43-61.68a19.95 19.95 0 0 0-37.5 0L86.82 86.82l-61.68 22.43a19.95 19.95 0 0 0 0 37.5l61.68 22.43l22.43 61.68a19.95 19.95 0 0 0 37.5 0l22.43-61.68l61.68-22.43a19.95 19.95 0 0 0 0-37.5m-75.14 39.29a12 12 0 0 0-7.18 7.18L128 212.21l-20.54-56.49a12 12 0 0 0-7.18-7.18L43.79 128l56.49-20.54a12 12 0 0 0 7.18-7.18L128 43.79l20.54 56.49a12 12 0 0 0 7.18 7.18L212.21 128Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m230.86 109.25l-61.68-22.43l-22.43-61.68a19.95 19.95 0 0 0-37.5 0L86.82 86.82l-61.68 22.43a19.95 19.95 0 0 0 0 37.5l61.68 22.43l22.43 61.68a19.95 19.95 0 0 0 37.5 0l22.43-61.68l61.68-22.43a19.95 19.95 0 0 0 0-37.5m-75.14 39.29a12 12 0 0 0-7.18 7.18L128 212.21l-20.54-56.49a12 12 0 0 0-7.18-7.18L43.79 128l56.49-20.54a12 12 0 0 0 7.18-7.18L128 43.79l20.54 56.49a12 12 0 0 0 7.18 7.18L212.21 128Z"/></svg> </template>
CSS
.icon-star-four-bold {
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%22m230.86%20109.25l-61.68-22.43l-22.43-61.68a19.95%2019.95%200%200%200-37.5%200L86.82%2086.82l-61.68%2022.43a19.95%2019.95%200%200%200%200%2037.5l61.68%2022.43l22.43%2061.68a19.95%2019.95%200%200%200%2037.5%200l22.43-61.68l61.68-22.43a19.95%2019.95%200%200%200%200-37.5m-75.14%2039.29a12%2012%200%200%200-7.18%207.18L128%20212.21l-20.54-56.49a12%2012%200%200%200-7.18-7.18L43.79%20128l56.49-20.54a12%2012%200%200%200%207.18-7.18L128%2043.79l20.54%2056.49a12%2012%200%200%200%207.18%207.18L212.21%20128Z%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%22m230.86%20109.25l-61.68-22.43l-22.43-61.68a19.95%2019.95%200%200%200-37.5%200L86.82%2086.82l-61.68%2022.43a19.95%2019.95%200%200%200%200%2037.5l61.68%2022.43l22.43%2061.68a19.95%2019.95%200%200%200%2037.5%200l22.43-61.68l61.68-22.43a19.95%2019.95%200%200%200%200-37.5m-75.14%2039.29a12%2012%200%200%200-7.18%207.18L128%20212.21l-20.54-56.49a12%2012%200%200%200-7.18-7.18L43.79%20128l56.49-20.54a12%2012%200%200%200%207.18-7.18L128%2043.79l20.54%2056.49a12%2012%200%200%200%207.18%207.18L212.21%20128Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/star-four-bold.svg?color=%231a73e8&size=48