volume down icon

volume-down from Line Awesome by Icons8 · Line · Status · Apache-2.0 Free for personal and commercial use.

Name
volume-down
Set
Line Awesome
Style
Line
Category
Status
Viewbox
32×32
License
Apache 2.0
Aliases
volume-down-solid

The same icon in other sets

More status icons from Line Awesome

Use the volume down icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M15 4.594L13.281 6.28L8.562 11H4v10h4.563l4.718 4.719L15 27.406zm-2 4.843v13.126L9.719 19.28L9.406 19H6v-6h3.406l.313-.281zm5.5 2.594l-1.438 1.438c.579.695.938 1.558.938 2.531s-.36 1.836-.938 2.531L18.5 19.97A5.96 5.96 0 0 0 20 16a5.96 5.96 0 0 0-1.5-3.969"/></svg>

React

import type { SVGProps } from "react";

export function LaVolumeDown(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M15 4.594L13.281 6.28L8.562 11H4v10h4.563l4.718 4.719L15 27.406zm-2 4.843v13.126L9.719 19.28L9.406 19H6v-6h3.406l.313-.281zm5.5 2.594l-1.438 1.438c.579.695.938 1.558.938 2.531s-.36 1.836-.938 2.531L18.5 19.97A5.96 5.96 0 0 0 20 16a5.96 5.96 0 0 0-1.5-3.969"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M15 4.594L13.281 6.28L8.562 11H4v10h4.563l4.718 4.719L15 27.406zm-2 4.843v13.126L9.719 19.28L9.406 19H6v-6h3.406l.313-.281zm5.5 2.594l-1.438 1.438c.579.695.938 1.558.938 2.531s-.36 1.836-.938 2.531L18.5 19.97A5.96 5.96 0 0 0 20 16a5.96 5.96 0 0 0-1.5-3.969"/></svg>
</template>

CSS

.icon-volume-down {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15%204.594L13.281%206.28L8.562%2011H4v10h4.563l4.718%204.719L15%2027.406zm-2%204.843v13.126L9.719%2019.28L9.406%2019H6v-6h3.406l.313-.281zm5.5%202.594l-1.438%201.438c.579.695.938%201.558.938%202.531s-.36%201.836-.938%202.531L18.5%2019.97A5.96%205.96%200%200%200%2020%2016a5.96%205.96%200%200%200-1.5-3.969%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15%204.594L13.281%206.28L8.562%2011H4v10h4.563l4.718%204.719L15%2027.406zm-2%204.843v13.126L9.719%2019.28L9.406%2019H6v-6h3.406l.313-.281zm5.5%202.594l-1.438%201.438c.579.695.938%201.558.938%202.531s-.36%201.836-.938%202.531L18.5%2019.97A5.96%205.96%200%200%200%2020%2016a5.96%205.96%200%200%200-1.5-3.969%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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