Fill Half Pixel Art Icon
A half-filled shape icon for partial fill controls, split-color designs, half-state indicators and dual-tone tools.
Tags
fillhalf
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Fill Half icon
A shape filled on one half and empty on the other, representing partial fill, dual-tone coloring, or a half-state concept. Use it in a design tool's fill control for a 50% fill setting, a before/after comparison icon, or a half-selected state in a rating component. It is more nuanced than the plain fill icon, which implies full coverage. For arbitrary fill amounts, a numeric input or progress bar gives users more precision.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/fill-half.svg" width="24" height="24" alt="Fill Half" />
<!-- React -->
import { FillHalf } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="fill-half.svg" width="48" height="48" style="image-rendering: pixelated" />