A speaker with waves, for sound, audio level and unmuting. On a 24×24 grid in stroke, duotone and fill, free under MIT.
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M2 10C2 9.447715 2.447715 9 3 9L5.477658 9C5.804909 9 6.111453 8.839879 6.298408 8.571288L9.17925 4.432477C9.738582 3.628903 11 4.024692 11 5.003764L11 18.996236C11 19.975308 9.738582 20.371097 9.17925 19.567523L6.298408 15.428712C6.111453 15.160121 5.804909 15 5.477658 15L3 15C2.447715 15 2 14.552285 2 14ZM15.80444 6.909091C17.205764 8.231561 18 10.073179 18 12C18 13.926821 17.205764 15.768439 15.80444 17.090909M18.549834 4C20.751915 6.078168 22 8.972139 22 12C22 15.027861 20.751915 17.921832 18.549834 20"/>
</svg>Also called
What someone searching for this drawing would have typed instead. These are the words the browser's search matches on.
- sound
- speaker
- audio level
- loud
- unmute
- audio
- mute
- loudness
Related icons
The rest of the volume family first, then the Media shelf.
FAQ
Answered from volume's own facts: its shelf, the weights it was drawn in, its siblings and its dates.
- What is the volume icon for?
- A speaker with waves, for sound, audio level and unmuting. It is filed under Media in Keyline Icons, drawn on the same 24×24 grid as the rest of the set. People look for it as sound, speaker, audio level, loud, unmute, audio, mute and loudness, and the browser's search matches all of those.
- What styles does the volume icon come in?
- All three: stroke, duotone and fill. They are drawn from the same geometry, so swapping weight never moves anything.
- Is there a square or circle version of volume?
- No. volume is drawn as a bare glyph, and the set has no boxed variant of it.
- What other icons go with volume?
- volume-low, volume-minus, volume-off, volume-plus, volume-x and audio-lines, and 12 more, all shown below. The volume family is listed first, then the rest of the Media shelf, so the row under this one is the useful one even where a shelf runs long.
- How do I import volume in React?
- <Volume /> is the component, and the weight decides the module: stroke from "@keyline-icons/react", duotone from "@keyline-icons/react/duotone" and fill from "@keyline-icons/react/fill". It takes the usual SVG props plus a size, so <Volume size={16} /> and className="size-4" both work, and there is no provider or theme to set up.
- Where is the volume SVG?
- icons/stroke/volume.svg, icons/duotone/volume.svg and icons/fill/volume.svg in the repository, normalised: no wrapper, no ids and no classes to strip out. The tabs above hand you the same drawing as SVG or JSX without the download, and neither needs an install.
- When was volume added to the set?
- Added 12 Aug 2026. It ships in v0.1.0, so an install at that version or later has it.
Questions about the set rather than about this drawing are answered where they belong. The home page covers what the set is, how the three styles differ, why some icons come boxed and where the Figma file is; installing the set in a shadcn/ui project covers the React package, the CLI and using an icon without React. The MIT licence is stated in the footer of every page.