Back to Explorer
16 - 512
0.5 - 4.0
Save to
hardwareoutline
md speaker
Designed by Google Material
Developer Export Center
Code snippets update in real-time as you customize the playground.
const MdSpeakerIcon = (props) => (
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
width="24"
height="24"
fill="none"
stroke="currentColor"
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
{...props}
>
<path d="M0 0h24v24H0V0z" fill="none"/><path d="M17 2H7c-1.1 0-2 .9-2 2v16c0 1.1.9 1.99 2 1.99L17 22c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zM7 20V4h10v16H7zm5-11c1.1 0 2-.9 2-2s-.9-2-2-2c-1.11 0-2 .9-2 2s.89 2 2 2zm0 2c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm0 6c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"/>
</svg>
);SVG Optimizer
Before
0.49 KB
↓
After
0.49 KB
Tags
acousticacousticsadjustamplifieraudioaudio deviceboxbroadcastcommunicationcontrolearphoneelectronichifilistenloudmediamegaphonemultimediamusicmutenoiseplayplaybackquietsettingssoundspeakerspeakerphonestereosystemunmutevideovoicevolume
Compare Alternatives
See how other libraries approach this concept.