Robot 3 Pixel Art Icon
A third robot icon variant for AI, automation, and chatbot contexts where visual variety or a specific silhouette is needed.
Tags
robotaibotandroid
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Robot 3 icon
A third robot design providing another interpretation of the machine-intelligence symbol. In systems that display several bots or AI agents side by side, distinct robot silhouettes help users tell them apart. Use robot-3 when the first two variants do not match the visual style of neighboring icons, or when you need a different shape to distinguish a new AI feature. In single-bot interfaces, any robot icon works equally well.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/robot-3.svg" width="24" height="24" alt="Robot 3" />
<!-- React -->
import { Robot3 } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="robot-3.svg" width="48" height="48" style="image-rendering: pixelated" />