star full icon

star-full from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.

Name
star-full
Set
Codicons
Style
Regular
Viewbox
16×16
License
CC BY 4.0

The same icon in other sets

Related icons in Codicons

Use the star full icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m15.022 7.255l-2.819 2.748l.666 3.88a.94.94 0 0 1-.205.771a.98.98 0 0 1-.735.347a.96.96 0 0 1-.444-.111l-3.484-1.833l-3.484 1.832a.98.98 0 0 1-1.177-.232a.94.94 0 0 1-.208-.773l.666-3.88L.979 7.256a.94.94 0 0 1-.242-.976a.94.94 0 0 1 .77-.652l3.896-.566l1.742-3.53c.328-.666 1.383-.666 1.711 0l1.742 3.53l3.896.566a.94.94 0 0 1 .77.648a.94.94 0 0 1-.242.979"/></svg>

React

import type { SVGProps } from "react";

export function CodiconStarFull(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m15.022 7.255l-2.819 2.748l.666 3.88a.94.94 0 0 1-.205.771a.98.98 0 0 1-.735.347a.96.96 0 0 1-.444-.111l-3.484-1.833l-3.484 1.832a.98.98 0 0 1-1.177-.232a.94.94 0 0 1-.208-.773l.666-3.88L.979 7.256a.94.94 0 0 1-.242-.976a.94.94 0 0 1 .77-.652l3.896-.566l1.742-3.53c.328-.666 1.383-.666 1.711 0l1.742 3.53l3.896.566a.94.94 0 0 1 .77.648a.94.94 0 0 1-.242.979"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m15.022 7.255l-2.819 2.748l.666 3.88a.94.94 0 0 1-.205.771a.98.98 0 0 1-.735.347a.96.96 0 0 1-.444-.111l-3.484-1.833l-3.484 1.832a.98.98 0 0 1-1.177-.232a.94.94 0 0 1-.208-.773l.666-3.88L.979 7.256a.94.94 0 0 1-.242-.976a.94.94 0 0 1 .77-.652l3.896-.566l1.742-3.53c.328-.666 1.383-.666 1.711 0l1.742 3.53l3.896.566a.94.94 0 0 1 .77.648a.94.94 0 0 1-.242.979"/></svg>
</template>

CSS

.icon-star-full {
  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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m15.022%207.255l-2.819%202.748l.666%203.88a.94.94%200%200%201-.205.771a.98.98%200%200%201-.735.347a.96.96%200%200%201-.444-.111l-3.484-1.833l-3.484%201.832a.98.98%200%200%201-1.177-.232a.94.94%200%200%201-.208-.773l.666-3.88L.979%207.256a.94.94%200%200%201-.242-.976a.94.94%200%200%201%20.77-.652l3.896-.566l1.742-3.53c.328-.666%201.383-.666%201.711%200l1.742%203.53l3.896.566a.94.94%200%200%201%20.77.648a.94.94%200%200%201-.242.979%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m15.022%207.255l-2.819%202.748l.666%203.88a.94.94%200%200%201-.205.771a.98.98%200%200%201-.735.347a.96.96%200%200%201-.444-.111l-3.484-1.833l-3.484%201.832a.98.98%200%200%201-1.177-.232a.94.94%200%200%201-.208-.773l.666-3.88L.979%207.256a.94.94%200%200%201-.242-.976a.94.94%200%200%201%20.77-.652l3.896-.566l1.742-3.53c.328-.666%201.383-.666%201.711%200l1.742%203.53l3.896.566a.94.94%200%200%201%20.77.648a.94.94%200%200%201-.242.979%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/star-full.svg?color=%231a73e8&size=48