volume low icon

volume-low from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.

Name
volume-low
Set
Reicon
Style
Outline
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

All volume low icons →

More newicons icons from Reicon

Use the volume low icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M2 9.96v4.08q0 3.06 3.06 3.06h1.46c.38 0 .76.11 1.08.31l2.98 1.86c2.58 1.61 4.68.44 4.68-2.6V7.32c0-3.04-2.11-4.21-4.68-2.6L7.6 6.59c-.33.2-.7.31-1.08.31H5.06Q2 6.9 2 9.96Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M18 12h4"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconVolumeLow(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path d="M2 9.96v4.08q0 3.06 3.06 3.06h1.46c.38 0 .76.11 1.08.31l2.98 1.86c2.58 1.61 4.68.44 4.68-2.6V7.32c0-3.04-2.11-4.21-4.68-2.6L7.6 6.59c-.33.2-.7.31-1.08.31H5.06Q2 6.9 2 9.96Z"/><path strokeLinecap="round" strokeLinejoin="round" d="M18 12h4"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M2 9.96v4.08q0 3.06 3.06 3.06h1.46c.38 0 .76.11 1.08.31l2.98 1.86c2.58 1.61 4.68.44 4.68-2.6V7.32c0-3.04-2.11-4.21-4.68-2.6L7.6 6.59c-.33.2-.7.31-1.08.31H5.06Q2 6.9 2 9.96Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M18 12h4"/></g></svg>
</template>

CSS

.icon-volume-low {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M2%209.96v4.08q0%203.06%203.06%203.06h1.46c.38%200%20.76.11%201.08.31l2.98%201.86c2.58%201.61%204.68.44%204.68-2.6V7.32c0-3.04-2.11-4.21-4.68-2.6L7.6%206.59c-.33.2-.7.31-1.08.31H5.06Q2%206.9%202%209.96Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M18%2012h4%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M2%209.96v4.08q0%203.06%203.06%203.06h1.46c.38%200%20.76.11%201.08.31l2.98%201.86c2.58%201.61%204.68.44%204.68-2.6V7.32c0-3.04-2.11-4.21-4.68-2.6L7.6%206.59c-.33.2-.7.31-1.08.31H5.06Q2%206.9%202%209.96Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M18%2012h4%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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