<media-mute-button>

Button to toggle the sound. The icon responds to volume changes and acts as part of the typical volume control.

None

NameDefault TypeDescription
offsvgAn element shown when the media is muted or the media’s volume is 0
lowsvgAn element shown when the media’s volume is “low” (less than 50% / 0.5)
mediumsvgAn element shown when the media’s volume is “medium” (between 50% / 0.5 and 75% / 0.75)
highsvgAn element shown when the media’s volume is “high” (75% / 0.75 or greater)
<media-mute-button>
  <svg slot="off"><!-- your SVG --></svg>
  <svg slot="low"><!-- your SVG --></svg>
  <svg slot="medium"><!-- your SVG --></svg>
  <svg slot="high"><!-- your SVG --></svg>
</media-mute-button>

See our styling docs