diff --git a/homeassistant/components/plex/sensor.py b/homeassistant/components/plex/sensor.py
index 2a994b08a7bcb783c802f7b993da2f3b49d58796..2aed57946eb7229ce24a6d7dd2be9170ab9a9032 100644
--- a/homeassistant/components/plex/sensor.py
+++ b/homeassistant/components/plex/sensor.py
@@ -86,6 +86,11 @@ class PlexSensor(Entity):
         """Return the unit this state is expressed in."""
         return "Watching"
 
+    @property
+    def icon(self):
+        """Return the icon of the sensor."""
+        return "mdi:plex"
+
     @property
     def device_state_attributes(self):
         """Return the state attributes."""