Cpp Pixel Art Icon
A C++ language icon for programming environments, language selectors, file-type indicators, and developer documentation.
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Cpp icon
The 'C++' logotype or abbreviation, representing the C++ systems programming language. IDE language selectors, file-type badges (.cpp files), and developer documentation pages use it for immediate language recognition. Because C++ is strongly associated with systems, game, and performance-critical code, this icon also works on benchmarking or low-level programming sections of a developer portal. For other language icons in the same set (php, markdown), maintaining visual consistency in size and style is important when displaying them together.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/cpp.svg" width="24" height="24" alt="Cpp" />
<!-- React -->
import { Cpp } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="cpp.svg" width="48" height="48" style="image-rendering: pixelated" />