volume_off constant

IconData const volume_off = const IconData(0xf3b9, fontFamily: iconFont, fontPackage: iconFontPackage)

A speaker with a small and a large sound wave and a diagonal line crossing the whole icon.

See also:

  • volume_down, which is similar, but not crossed out and only has the small wave.
  • volume_mute, which is similar, but not crossed out.
  • volume_up, which is the version of this icon that is not crossed out.

Implementation

static const IconData volume_off = IconData(0xf3b9, fontFamily: iconFont, fontPackage: iconFontPackage)