Star Pixel Art Icon
A star icon for favorites, ratings, bookmarks, and 'Saved items' features across all kinds of applications.
Tags
favoriteratingbookmark
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Star icon
A five-pointed star, one of the most universally understood icons in digital interfaces. It signals saved favorites, rating inputs where a row forms the familiar rating widget, and bookmarked content. Users instinctively tap it to save or rate. A filled star means 'favorited' and an outline means 'not yet saved.' When ranking or voting is the primary goal rather than personal bookmarking, a trophy or award icon carries a more competitive connotation.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/star.svg" width="24" height="24" alt="Star" />
<!-- React -->
import { Star } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="star.svg" width="48" height="48" style="image-rendering: pixelated" />