At Sign Pixel Art Icon
An at-sign icon for email address fields, mention handles, social tagging, contact forms and username inputs.
Tags
atsign
Style variants
base
Outline · rounded corners
sharp
Outline · sharp corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the At Sign icon
The @ symbol, combining the letter a inside a looping enclosure. It appears in contact forms and email-input fields as a hint for address format; social platforms use it for user mentions and tagging; messaging apps show it in the compose toolbar. Its meaning is immediate to any internet-literate user. For a full inbox or mail context, the mail or mailbox icon is more representative; at-sign is strongest when entering an email address or addressing someone is the specific focus.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/at-sign.svg" width="24" height="24" alt="At Sign" />
<!-- React -->
import { AtSign } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="at-sign.svg" width="48" height="48" style="image-rendering: pixelated" />