star from Element Plus by Element Plus · Outline · MIT Free for personal and commercial use.

Name
star
Set
Element Plus
Style
Outline
Viewbox
1024×1024
License
MIT

The same icon in other sets

Related icons in Element Plus

Use the star icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="m512 747.8l228.2 120a6.4 6.4 0 0 0 9.2-6.7L706 607l184.5-180a6.4 6.4 0 0 0-3.5-10.8L632 379L517.7 147.9a6.4 6.4 0 0 0-11.6 0l-114 231.2L137 416a6.4 6.4 0 0 0-3.5 11L318 607l-43.6 254a6.4 6.4 0 0 0 9.3 6.8zM313.6 924.5a70.4 70.4 0 0 1-102.1-74.3l37.8-220.9L89 473a70.4 70.4 0 0 1 39-120.1l221.8-32.3l99.2-201a70.4 70.4 0 0 1 126.2 0l99.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 EpStar(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="m512 747.8l228.2 120a6.4 6.4 0 0 0 9.2-6.7L706 607l184.5-180a6.4 6.4 0 0 0-3.5-10.8L632 379L517.7 147.9a6.4 6.4 0 0 0-11.6 0l-114 231.2L137 416a6.4 6.4 0 0 0-3.5 11L318 607l-43.6 254a6.4 6.4 0 0 0 9.3 6.8zM313.6 924.5a70.4 70.4 0 0 1-102.1-74.3l37.8-220.9L89 473a70.4 70.4 0 0 1 39-120.1l221.8-32.3l99.2-201a70.4 70.4 0 0 1 126.2 0l99.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="m512 747.8l228.2 120a6.4 6.4 0 0 0 9.2-6.7L706 607l184.5-180a6.4 6.4 0 0 0-3.5-10.8L632 379L517.7 147.9a6.4 6.4 0 0 0-11.6 0l-114 231.2L137 416a6.4 6.4 0 0 0-3.5 11L318 607l-43.6 254a6.4 6.4 0 0 0 9.3 6.8zM313.6 924.5a70.4 70.4 0 0 1-102.1-74.3l37.8-220.9L89 473a70.4 70.4 0 0 1 39-120.1l221.8-32.3l99.2-201a70.4 70.4 0 0 1 126.2 0l99.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 {
  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%22m512%20747.8l228.2%20120a6.4%206.4%200%200%200%209.2-6.7L706%20607l184.5-180a6.4%206.4%200%200%200-3.5-10.8L632%20379L517.7%20147.9a6.4%206.4%200%200%200-11.6%200l-114%20231.2L137%20416a6.4%206.4%200%200%200-3.5%2011L318%20607l-43.6%20254a6.4%206.4%200%200%200%209.3%206.8zM313.6%20924.5a70.4%2070.4%200%200%201-102.1-74.3l37.8-220.9L89%20473a70.4%2070.4%200%200%201%2039-120.1l221.8-32.3l99.2-201a70.4%2070.4%200%200%201%20126.2%200l99.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%22m512%20747.8l228.2%20120a6.4%206.4%200%200%200%209.2-6.7L706%20607l184.5-180a6.4%206.4%200%200%200-3.5-10.8L632%20379L517.7%20147.9a6.4%206.4%200%200%200-11.6%200l-114%20231.2L137%20416a6.4%206.4%200%200%200-3.5%2011L318%20607l-43.6%20254a6.4%206.4%200%200%200%209.3%206.8zM313.6%20924.5a70.4%2070.4%200%200%201-102.1-74.3l37.8-220.9L89%20473a70.4%2070.4%200%200%201%2039-120.1l221.8-32.3l99.2-201a70.4%2070.4%200%200%201%20126.2%200l99.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.svg?color=%231a73e8&size=48