<!--
{
  "documentType" : "article",
  "framework" : "TVML",
  "identifier" : "/documentation/TVML/rotten-tomatoes-rating-icons",
  "metadataVersion" : "0.1.0",
  "role" : "article",
  "title" : "Rotten Tomatoes Rating Icons"
}
-->

# Rotten Tomatoes Rating Icons

Icons pertaining to the Rotten Tomatoes rating system.

## Overview

Rotten Tomatoes ratings are based on reviews by television and movie critics.

### Fresh

The fresh rating icon comes in two sizes, which have the resource names `tomato-fresh`
and `tomato-fresh-m`. Rotten Tomatoes assigns a fresh rating to media items that
have at least 60% positive reviews. Place a fresh rating icon using `<img src="resource://tomato-fresh" />`.

![A drawing of a tomato.](images/com.apple.TVML/rotten-tomatoes-rating-icons-1.png)

### Splat

The splat rating icon comes in two sizes, which have the resource names `tomato-splat`
and `tomato-splat-m`. Rotten Tomatoes assigns a splat rating to media items that
have less than 60% positive reviews. Place a splat rating icon is `<img src="resource://tomato-splat" />`.

![A drawing of an irregularly shaped green blob.](images/com.apple.TVML/rotten-tomatoes-rating-icons-2.png)

### Certified Fresh

The certified fresh rating icon comes in two sizes, which have the resource names
`tomato-certified` and `tomato-certified-m`. Rotten Tomatoes assigns a certified
fresh rating to media items that meet the following criteria:

- A steady rating score of 75% or higher
- At least five reviews from Top Critics
- At least 80 reviews for films in wide release
- At least 40 reviews for films in limited release
- At least 20 reviews for an individual season of a television show. Only individual
  seasons are eligible for the rating.

Place a certified fresh rating icon using `<img src="resource://tomato-certified" />`.

![A drawing of a tomato with a green banner below it and a yellow circle behind it.](images/com.apple.TVML/rotten-tomatoes-rating-icons-3.png)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)