Implementing image sprites in CSS – CSS | MDN

Image sprites are used in numerous web apps where multiple images are used. Rather than include each image as a separate image file, it is much more memory and bandwidth-friendly to send them as a single image, so the number of HTTP requests is reduced.

Quelle: Implementing image sprites in CSS – CSS | MDN