volume down icon

volume-down-outline from Eva Icons by Akveo · Outline · MIT Free for personal and commercial use.

Name
volume-down-outline
Set
Eva Icons
Style
Outline
Viewbox
24×24
License
MIT

1 other variant in Eva Icons

The same icon in other sets

Related icons in Eva 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="M20.78 8.37a1 1 0 1 0-1.56 1.26a4 4 0 0 1 0 4.74A1 1 0 0 0 20 16a1 1 0 0 0 .78-.37a6 6 0 0 0 0-7.26m-4.31-5.25a1 1 0 0 0-1 0L9 7.57H4a1 1 0 0 0-1 1v6.86a1 1 0 0 0 1 1h5l6.41 4.4A1.06 1.06 0 0 0 16 21a1 1 0 0 0 1-1V4a1 1 0 0 0-.53-.88M15 18.1l-5.1-3.5a1 1 0 0 0-.57-.17H5V9.57h4.33a1 1 0 0 0 .57-.17L15 5.9Z"/></svg>

React

import type { SVGProps } from "react";

export function EvaVolumeDownOutline(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="M20.78 8.37a1 1 0 1 0-1.56 1.26a4 4 0 0 1 0 4.74A1 1 0 0 0 20 16a1 1 0 0 0 .78-.37a6 6 0 0 0 0-7.26m-4.31-5.25a1 1 0 0 0-1 0L9 7.57H4a1 1 0 0 0-1 1v6.86a1 1 0 0 0 1 1h5l6.41 4.4A1.06 1.06 0 0 0 16 21a1 1 0 0 0 1-1V4a1 1 0 0 0-.53-.88M15 18.1l-5.1-3.5a1 1 0 0 0-.57-.17H5V9.57h4.33a1 1 0 0 0 .57-.17L15 5.9Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.78 8.37a1 1 0 1 0-1.56 1.26a4 4 0 0 1 0 4.74A1 1 0 0 0 20 16a1 1 0 0 0 .78-.37a6 6 0 0 0 0-7.26m-4.31-5.25a1 1 0 0 0-1 0L9 7.57H4a1 1 0 0 0-1 1v6.86a1 1 0 0 0 1 1h5l6.41 4.4A1.06 1.06 0 0 0 16 21a1 1 0 0 0 1-1V4a1 1 0 0 0-.53-.88M15 18.1l-5.1-3.5a1 1 0 0 0-.57-.17H5V9.57h4.33a1 1 0 0 0 .57-.17L15 5.9Z"/></svg>
</template>

CSS

.icon-volume-down-outline {
  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%22M20.78%208.37a1%201%200%201%200-1.56%201.26a4%204%200%200%201%200%204.74A1%201%200%200%200%2020%2016a1%201%200%200%200%20.78-.37a6%206%200%200%200%200-7.26m-4.31-5.25a1%201%200%200%200-1%200L9%207.57H4a1%201%200%200%200-1%201v6.86a1%201%200%200%200%201%201h5l6.41%204.4A1.06%201.06%200%200%200%2016%2021a1%201%200%200%200%201-1V4a1%201%200%200%200-.53-.88M15%2018.1l-5.1-3.5a1%201%200%200%200-.57-.17H5V9.57h4.33a1%201%200%200%200%20.57-.17L15%205.9Z%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%22M20.78%208.37a1%201%200%201%200-1.56%201.26a4%204%200%200%201%200%204.74A1%201%200%200%200%2020%2016a1%201%200%200%200%20.78-.37a6%206%200%200%200%200-7.26m-4.31-5.25a1%201%200%200%200-1%200L9%207.57H4a1%201%200%200%200-1%201v6.86a1%201%200%200%200%201%201h5l6.41%204.4A1.06%201.06%200%200%200%2016%2021a1%201%200%200%200%201-1V4a1%201%200%200%200-.53-.88M15%2018.1l-5.1-3.5a1%201%200%200%200-.57-.17H5V9.57h4.33a1%201%200%200%200%20.57-.17L15%205.9Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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