star filled icon
star-filled from Element Plus by Element Plus · Outline · MIT Free for personal and commercial use.
- Name
- star-filled
- Set
- Element Plus
- Style
- Outline
- Viewbox
- 1024×1024
- License
- MIT
The same icon in other sets
Use the star filled icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M313.6 924.5a70 70 0 0 1-74.2-5.4a70 70 0 0 1-28-68.9l38-220.9L89 473a70.4 70.4 0 0 1 3.7-104.3A70 70 0 0 1 128 353l221.8-32.3l99.2-201a70.4 70.4 0 0 1 100.2-28.5a70 70 0 0 1 26 28.6l99.2 201L896.2 353a70.4 70.4 0 0 1 39 120L774.7 629.5l38 220.9a70.4 70.4 0 0 1-102.2 74.2L512 820.1z"/></svg>
React
import type { SVGProps } from "react";
export function EpStarFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M313.6 924.5a70 70 0 0 1-74.2-5.4a70 70 0 0 1-28-68.9l38-220.9L89 473a70.4 70.4 0 0 1 3.7-104.3A70 70 0 0 1 128 353l221.8-32.3l99.2-201a70.4 70.4 0 0 1 100.2-28.5a70 70 0 0 1 26 28.6l99.2 201L896.2 353a70.4 70.4 0 0 1 39 120L774.7 629.5l38 220.9a70.4 70.4 0 0 1-102.2 74.2L512 820.1z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M313.6 924.5a70 70 0 0 1-74.2-5.4a70 70 0 0 1-28-68.9l38-220.9L89 473a70.4 70.4 0 0 1 3.7-104.3A70 70 0 0 1 128 353l221.8-32.3l99.2-201a70.4 70.4 0 0 1 100.2-28.5a70 70 0 0 1 26 28.6l99.2 201L896.2 353a70.4 70.4 0 0 1 39 120L774.7 629.5l38 220.9a70.4 70.4 0 0 1-102.2 74.2L512 820.1z"/></svg> </template>
CSS
.icon-star-filled {
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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M313.6%20924.5a70%2070%200%200%201-74.2-5.4a70%2070%200%200%201-28-68.9l38-220.9L89%20473a70.4%2070.4%200%200%201%203.7-104.3A70%2070%200%200%201%20128%20353l221.8-32.3l99.2-201a70.4%2070.4%200%200%201%20100.2-28.5a70%2070%200%200%201%2026%2028.6l99.2%20201L896.2%20353a70.4%2070.4%200%200%201%2039%20120L774.7%20629.5l38%20220.9a70.4%2070.4%200%200%201-102.2%2074.2L512%20820.1z%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M313.6%20924.5a70%2070%200%200%201-74.2-5.4a70%2070%200%200%201-28-68.9l38-220.9L89%20473a70.4%2070.4%200%200%201%203.7-104.3A70%2070%200%200%201%20128%20353l221.8-32.3l99.2-201a70.4%2070.4%200%200%201%20100.2-28.5a70%2070%200%200%201%2026%2028.6l99.2%20201L896.2%20353a70.4%2070.4%200%200%201%2039%20120L774.7%20629.5l38%20220.9a70.4%2070.4%200%200%201-102.2%2074.2L512%20820.1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ep/star-filled.svg?color=%231a73e8&size=48