Image MIME Types List
Get a clean, copy-ready list of image mime types for real-world development workflows.
Image MIME types(12 image MIME types)
Includes common raster, vector, icon, and modern web image MIME types used in production.
How to use this list
Use image mime types in 3 steps
Takes ~5 seconds- 1Choose a format
Pick text, JSON, or HTML output.
- 2Copy or download
Use one-click copy or download the generated list.
- 3Apply in your workflow
Use in upload validation, API docs, test data, or tooling configs.
Common use cases
- Developers implementing file uploads and content-type validation
- QA engineers building media and document test matrices
- Platform teams standardizing MIME handling across services
Examples
Common MIME type entry.
image/png
image/png
Additional MIME type in the same list.
image/svg+xml
image/svg+xml
HTML output for select controls.
image/png
<option value="image/png">image/png</option>
Reliable Image MIME types reference
This list helps teams keep image mime types consistent across APIs, uploads, docs, and frontend experiences.
Image MIME types span modern compressed formats built for the web (image/avif, image/webp), mobile-camera formats you'll see in raw uploads (image/heic, image/heif), and older but still common formats like image/bmp, image/tiff, and the vector image/svg+xml. This list gives you 12 real-world image MIME types in copy-ready text, JSON, or HTML <option> format, so upload validation, image-processing pipelines, and <picture>/<img> fallback logic reference the exact registered type for each format.
AVIF, WebP, and APNG sit alongside the legacy formats they're gradually replacing for smaller file sizes at similar quality.
- image/avif, image/webp
- image/apng (animated PNG)
- image/heic, image/heif (mobile camera formats)
Covers the non-photo cases — vector graphics, uncompressed formats, and favicon-specific types.
- image/svg+xml (vector, needs sanitizing)
- image/bmp, image/tiff
- image/vnd.microsoft.icon
Grab the list as plain text, a JSON array, or ready-to-paste HTML <option> tags.
- Plain text list
- JSON array
- HTML <option> tags
Picking the right image format
Newer formats save bandwidth, but a couple of image types need special handling regardless of age.
- Prefer image/avif or image/webp for new uploads — both compress smaller than JPEG or PNG at comparable visual quality.
- Sanitize image/svg+xml uploads before serving them — SVG can embed scripts, so treat it as markup, not just an image.
- Use image/vnd.microsoft.icon (the IANA-registered name) rather than the unofficial image/x-icon for favicon Content-Type headers.
Frequently asked questions
Should I use image/webp or image/avif for new uploads?>
Is it safe to accept image/svg+xml uploads directly from users?>
What's the correct MIME type for a .ico favicon?>
Related Developer lists
Copy common application/* MIME types in text, JSON, or HTML format for API content negotiation, downloads, and file validation.
Copy common audio MIME types in text, JSON, or HTML format for uploads, playback support checks, and processing pipelines.
Copy a practical common MIME types list in text, JSON, or HTML format for uploads, APIs, validation, and content handling.
Copy all HTTP 2xx success codes in text, JSON, or HTML format for API docs, tests, and monitoring workflows, ready to paste.
Copy all HTTP 3xx redirect codes in text, JSON, or HTML format for API docs, tests, and monitoring workflows, ready to paste.
Copy all HTTP 4xx client error codes in text, JSON, or HTML format for API docs, tests, and monitoring workflows.
Copy all HTTP 5xx server error codes in text, JSON, or HTML format for API docs, tests, and monitoring workflows.
Copy a clean http request methods list (GET, POST, PUT, PATCH, DELETE, HEAD, OPTIONS, TRACE, CONNECT) in text, JSON, or HTML for API docs and tooling.
Copy the complete IANA-registered HTTP status codes list in text, JSON, or HTML format for APIs, docs, testing, and observability workflows.
Copy common video MIME types in text, JSON, or HTML format for upload policies, streaming workflows, and player support checks.