volume down icon

volume-down from Prime Icons by PrimeTek · Regular · MIT Free for personal and commercial use.

Name
volume-down
Set
Prime Icons
Style
Regular
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Prime Icons

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="M15 19.75a.8.8 0 0 1-.47-.16l-4.79-3.84H5a.76.76 0 0 1-.75-.75V9A.76.76 0 0 1 5 8.25h4.74l4.79-3.84a.75.75 0 0 1 1.22.59v14a.76.76 0 0 1-.43.68a.7.7 0 0 1-.32.07m-9.25-5.5H10a.78.78 0 0 1 .47.16l3.78 3V6.56l-3.78 3a.78.78 0 0 1-.47.16H5.75Zm12.36 1.13a.8.8 0 0 1-.45-.15a.75.75 0 0 1-.15-1.05a3.6 3.6 0 0 0 0-4.36a.75.75 0 1 1 1.2-.9a5.07 5.07 0 0 1 0 6.16a.77.77 0 0 1-.6.3"/></svg>

React

import type { SVGProps } from "react";

export function PrimeVolumeDown(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="M15 19.75a.8.8 0 0 1-.47-.16l-4.79-3.84H5a.76.76 0 0 1-.75-.75V9A.76.76 0 0 1 5 8.25h4.74l4.79-3.84a.75.75 0 0 1 1.22.59v14a.76.76 0 0 1-.43.68a.7.7 0 0 1-.32.07m-9.25-5.5H10a.78.78 0 0 1 .47.16l3.78 3V6.56l-3.78 3a.78.78 0 0 1-.47.16H5.75Zm12.36 1.13a.8.8 0 0 1-.45-.15a.75.75 0 0 1-.15-1.05a3.6 3.6 0 0 0 0-4.36a.75.75 0 1 1 1.2-.9a5.07 5.07 0 0 1 0 6.16a.77.77 0 0 1-.6.3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15 19.75a.8.8 0 0 1-.47-.16l-4.79-3.84H5a.76.76 0 0 1-.75-.75V9A.76.76 0 0 1 5 8.25h4.74l4.79-3.84a.75.75 0 0 1 1.22.59v14a.76.76 0 0 1-.43.68a.7.7 0 0 1-.32.07m-9.25-5.5H10a.78.78 0 0 1 .47.16l3.78 3V6.56l-3.78 3a.78.78 0 0 1-.47.16H5.75Zm12.36 1.13a.8.8 0 0 1-.45-.15a.75.75 0 0 1-.15-1.05a3.6 3.6 0 0 0 0-4.36a.75.75 0 1 1 1.2-.9a5.07 5.07 0 0 1 0 6.16a.77.77 0 0 1-.6.3"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15%2019.75a.8.8%200%200%201-.47-.16l-4.79-3.84H5a.76.76%200%200%201-.75-.75V9A.76.76%200%200%201%205%208.25h4.74l4.79-3.84a.75.75%200%200%201%201.22.59v14a.76.76%200%200%201-.43.68a.7.7%200%200%201-.32.07m-9.25-5.5H10a.78.78%200%200%201%20.47.16l3.78%203V6.56l-3.78%203a.78.78%200%200%201-.47.16H5.75Zm12.36%201.13a.8.8%200%200%201-.45-.15a.75.75%200%200%201-.15-1.05a3.6%203.6%200%200%200%200-4.36a.75.75%200%201%201%201.2-.9a5.07%205.07%200%200%201%200%206.16a.77.77%200%200%201-.6.3%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%22M15%2019.75a.8.8%200%200%201-.47-.16l-4.79-3.84H5a.76.76%200%200%201-.75-.75V9A.76.76%200%200%201%205%208.25h4.74l4.79-3.84a.75.75%200%200%201%201.22.59v14a.76.76%200%200%201-.43.68a.7.7%200%200%201-.32.07m-9.25-5.5H10a.78.78%200%200%201%20.47.16l3.78%203V6.56l-3.78%203a.78.78%200%200%201-.47.16H5.75Zm12.36%201.13a.8.8%200%200%201-.45-.15a.75.75%200%200%201-.15-1.05a3.6%203.6%200%200%200%200-4.36a.75.75%200%201%201%201.2-.9a5.07%205.07%200%200%201%200%206.16a.77.77%200%200%201-.6.3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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