Date Time Pixel Art Icon
A date and time combined icon for datetime-picker fields, 'Scheduled at' labels and form inputs that capture both date and time together.
Style variants
base
Outline · rounded corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Date Time icon
A composite icon that merges calendar and clock imagery, representing a datetime value as a single unit. Use it beside a 'Scheduled at' field, as the label for a datetime-picker in a form, or next to a 'Created on' timestamp in a record's metadata. It communicates more precisely than a standalone calendar or clock because both dimensions are implied. When only the date matters, the plain calendar is the cleaner choice.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/date-time.svg" width="24" height="24" alt="Date Time" />
<!-- React -->
import { DateTime } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="date-time.svg" width="48" height="48" style="image-rendering: pixelated" />