volume-down-rounded from Material Symbols Light by Google · Rounded · Audio & Video · Apache-2.0 Free for personal and commercial use.

Name
volume-down-rounded
Set
Material Symbols Light
Style
Rounded
Category
Audio & Video
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols Light

The same icon in other sets

More audio & video icons from Material Symbols Light

Use the volume down icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.423 14H6.808q-.348 0-.578-.23T6 13.192v-2.384q0-.348.23-.578t.578-.23h2.615l2.685-2.685q.244-.244.568-.116t.324.476v8.65q0 .348-.324.476t-.568-.116zm8.077-2q0 .82-.302 1.555q-.302.736-.846 1.278q-.173.13-.378.041t-.205-.312V9.389q0-.223.205-.313t.378.041q.544.548.846 1.306T17.5 12"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightVolumeDownRounded(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.423 14H6.808q-.348 0-.578-.23T6 13.192v-2.384q0-.348.23-.578t.578-.23h2.615l2.685-2.685q.244-.244.568-.116t.324.476v8.65q0 .348-.324.476t-.568-.116zm8.077-2q0 .82-.302 1.555q-.302.736-.846 1.278q-.173.13-.378.041t-.205-.312V9.389q0-.223.205-.313t.378.041q.544.548.846 1.306T17.5 12"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.423 14H6.808q-.348 0-.578-.23T6 13.192v-2.384q0-.348.23-.578t.578-.23h2.615l2.685-2.685q.244-.244.568-.116t.324.476v8.65q0 .348-.324.476t-.568-.116zm8.077-2q0 .82-.302 1.555q-.302.736-.846 1.278q-.173.13-.378.041t-.205-.312V9.389q0-.223.205-.313t.378.041q.544.548.846 1.306T17.5 12"/></svg>
</template>

CSS

.icon-volume-down-rounded {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.423%2014H6.808q-.348%200-.578-.23T6%2013.192v-2.384q0-.348.23-.578t.578-.23h2.615l2.685-2.685q.244-.244.568-.116t.324.476v8.65q0%20.348-.324.476t-.568-.116zm8.077-2q0%20.82-.302%201.555q-.302.736-.846%201.278q-.173.13-.378.041t-.205-.312V9.389q0-.223.205-.313t.378.041q.544.548.846%201.306T17.5%2012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.423%2014H6.808q-.348%200-.578-.23T6%2013.192v-2.384q0-.348.23-.578t.578-.23h2.615l2.685-2.685q.244-.244.568-.116t.324.476v8.65q0%20.348-.324.476t-.568-.116zm8.077-2q0%20.82-.302%201.555q-.302.736-.846%201.278q-.173.13-.378.041t-.205-.312V9.389q0-.223.205-.313t.378.041q.544.548.846%201.306T17.5%2012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/volume-down-rounded.svg?color=%231a73e8&size=48