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

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

3 other variants in Material Symbols

The same icon in other sets

More audio & video icons from Material Symbols

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 15H6q-.425 0-.712-.288T5 14v-4q0-.425.288-.712T6 9h3l3.3-3.3q.475-.475 1.088-.213t.612.938v11.15q0 .675-.612.938T12.3 18.3zm9.5-3q0 1.05-.475 1.988t-1.25 1.537q-.25.15-.512.013T16 15.1V8.85q0-.3.263-.437t.512.012q.775.625 1.25 1.575t.475 2M12 8.85L9.85 11H7v2h2.85L12 15.15zM9.5 12"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsVolumeDownOutlineRounded(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 15H6q-.425 0-.712-.288T5 14v-4q0-.425.288-.712T6 9h3l3.3-3.3q.475-.475 1.088-.213t.612.938v11.15q0 .675-.612.938T12.3 18.3zm9.5-3q0 1.05-.475 1.988t-1.25 1.537q-.25.15-.512.013T16 15.1V8.85q0-.3.263-.437t.512.012q.775.625 1.25 1.575t.475 2M12 8.85L9.85 11H7v2h2.85L12 15.15zM9.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 15H6q-.425 0-.712-.288T5 14v-4q0-.425.288-.712T6 9h3l3.3-3.3q.475-.475 1.088-.213t.612.938v11.15q0 .675-.612.938T12.3 18.3zm9.5-3q0 1.05-.475 1.988t-1.25 1.537q-.25.15-.512.013T16 15.1V8.85q0-.3.263-.437t.512.012q.775.625 1.25 1.575t.475 2M12 8.85L9.85 11H7v2h2.85L12 15.15zM9.5 12"/></svg>
</template>

CSS

.icon-volume-down-outline-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%2015H6q-.425%200-.712-.288T5%2014v-4q0-.425.288-.712T6%209h3l3.3-3.3q.475-.475%201.088-.213t.612.938v11.15q0%20.675-.612.938T12.3%2018.3zm9.5-3q0%201.05-.475%201.988t-1.25%201.537q-.25.15-.512.013T16%2015.1V8.85q0-.3.263-.437t.512.012q.775.625%201.25%201.575t.475%202M12%208.85L9.85%2011H7v2h2.85L12%2015.15zM9.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%2015H6q-.425%200-.712-.288T5%2014v-4q0-.425.288-.712T6%209h3l3.3-3.3q.475-.475%201.088-.213t.612.938v11.15q0%20.675-.612.938T12.3%2018.3zm9.5-3q0%201.05-.475%201.988t-1.25%201.537q-.25.15-.512.013T16%2015.1V8.85q0-.3.263-.437t.512.012q.775.625%201.25%201.575t.475%202M12%208.85L9.85%2011H7v2h2.85L12%2015.15zM9.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/volume-down-outline-rounded.svg?color=%231a73e8&size=48