The Tabler device speaker icon depicts a speaker, commonly used in UIs to represent audio output, sound settings, or media playback controls.
Common uses
- Volume control slider
- Audio output selection
- Media player interface
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconDeviceSpeaker } from '@tabler/icons-react';
<IconDeviceSpeaker size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconDeviceSpeaker size={24} stroke={2} />filled
<IconDeviceSpeakerFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Devices
- Keywords
- soundmusicloudaudiomediadevicespeakerhardwaretechnologyelectronicdevicesmusic playerloudspeaker
FAQ
- What does the device speaker icon represent?
- It represents a physical speaker, used to symbolize sound, audio output, or music-related functions within an interface.
- How do I use this icon in React?
- Import it from '@tabler/icons-react' using `import { IconDeviceSpeaker } from '@tabler/icons-react'` and then use it as a component: `<IconDeviceSpeaker />`.
- What is the license for this icon?
- The Tabler icons, including the device speaker icon, are available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Tabler.
Looking for something else? Search Tabler and 4 more libraries by description →
The search behind these pages runs as a Claude Code skill. What skills are and how I ship them →