Avatar Circle Plus Pixel Art Icon
A circular avatar icon with a plus badge for 'Add member', invite flows, people pickers and 'Follow' actions across social and team apps.
Tags
avatarcircleplusaddnewcreatepositive
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 Avatar Circle Plus icon
A round user avatar with a plus sign attached, the standard shorthand for inviting or adding a person. Place it on an 'Add member' button in a team workspace, a 'Follow' action in a social feed, a 'Invite collaborator' trigger in a shared document, or the empty slot in a group-avatar row that prompts adding more participants. Its counterpart, avatar-circle-minus, handles removal, so the two icons form a natural add/remove pair.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/avatar-circle-plus.svg" width="24" height="24" alt="Avatar Circle Plus" />
<!-- React -->
import { AvatarCirclePlus } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="avatar-circle-plus.svg" width="48" height="48" style="image-rendering: pixelated" />