Feather Pixel Art Icon
A feather icon for writing tools, lightweight themes, nature content and 'compose' or authorship metaphors.
Style variants
base
Outline · rounded corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Feather icon
A single quill feather, historically associated with writing and literary creation. Use it as a 'compose' or 'write' button in an editorial or note-taking app, as a metaphor for lightweight or minimal design settings, or in nature and bird-watching content. It also signals grace and delicacy in lifestyle or wellness branding. Because 'Feather' is also a popular icon library name, developers recognize it in a meta context. For a dedicated text-editor action, a pencil icon is more immediately actionable.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/feather.svg" width="24" height="24" alt="Feather" />
<!-- React -->
import { Feather } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="feather.svg" width="48" height="48" style="image-rendering: pixelated" />