Dollar Pixel Art Icon
A dollar sign icon for USD prices, payment field prefixes, currency selectors, and financial data column labels.
Tags
currencyusd
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Dollar icon
The dollar sign ($), the most widely recognized currency symbol in digital interfaces. It suits price labels, input field prefixes, currency toggles, and financial data column headers. In global apps, it clearly signals USD or a generic money concept depending on context. When your audience uses euros or pounds as their primary currency, pairing it with the euro or pound icon in a currency selector prevents ambiguity.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/dollar.svg" width="24" height="24" alt="Dollar" />
<!-- React -->
import { Dollar } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="dollar.svg" width="48" height="48" style="image-rendering: pixelated" />