University Pixel Art Icon
A university building icon for academic platforms, higher-education apps, campus portals and 'Degrees and courses' navigation.
Tags
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 University icon
A college or university building with a dome, tower, or classical columns, conveying higher education and institutional learning. Use it in edtech platforms that serve university students, campus portal apps, course catalogs for degree programs, and alumni networks. It is more specific than the library icon (which represents a book repository) and broader than a graduation-cap icon (which focuses on the completion moment). Combine with a certificate icon to represent the full enrollment-to-graduation journey.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/university.svg" width="24" height="24" alt="University" />
<!-- React -->
import { University } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="university.svg" width="48" height="48" style="image-rendering: pixelated" />