Back to Explorer
16 - 512
0.5 - 4.0
Save to
avoutline
md volume down
Designed by Google Material
Developer Export Center
Code snippets update in real-time as you customize the playground.
const MdVolumeDownIcon = (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="M16 7.97v8.05c1.48-.73 2.5-2.25 2.5-4.02 0-1.77-1.02-3.29-2.5-4.03zM5 9v6h4l5 5V4L9 9H5zm7-.17v6.34L9.83 13H7v-2h2.83L12 8.83z"/>
</svg>
);SVG Optimizer
Before
0.36 KB
↓
After
0.36 KB
Tags
acousticaudioaudio adjustmentaudio controlaudio levelaudio settingscontrolcurved linesdecrease volumediminishdownlesslistenlower volumemedia playermultimediamusicmutenoiseplayback controlquieterreducesilencesoundsound levelspeakerspeaker conespeaker symboltvvolumevolume controlvolume downwaves
Compare Alternatives
See how other libraries approach this concept.