Algorithm Pixel Art Icon
An algorithm flowchart icon for data-science tools, automated trading strategies, process logic diagrams and workflow automation.
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 Algorithm icon
A branching flowchart or connected node diagram representing a step-by-step computational process. Use it in data-science platforms, algorithmic trading dashboards, workflow-automation builders, and any interface where rules or logic govern automated decisions. It signals 'a defined process is running here,' which suits machine-learning pipelines and rule-engine configuration pages. For a simpler bar-chart metric rather than a process flow, the analytics or chart icons communicate results rather than process.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/algorithm.svg" width="24" height="24" alt="Algorithm" />
<!-- React -->
import { Algorithm } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="algorithm.svg" width="48" height="48" style="image-rendering: pixelated" />