volume3 icon

volume3-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.

Name
volume3-filled
Set
Reicon
Style
Filled
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

More newicons icons from Reicon

Use the volume3 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M15.72 9.69a5.25 5.25 0 0 1 0 7.44a5.25 5.25 0 0 1-7.44 0a5.25 5.25 0 0 1 0-7.44a5.25 5.25 0 0 1 7.44 0M12 13.41L10.41 15m8.66-8.66c.15.15.15.4 0 .56c-.15.15-.4.15-.56 0s-.15-.4 0-.56s.41-.16.56 0M5.49 19.92c.15.15.15.4 0 .56s-.4.15-.56 0a.405.405 0 0 1 0-.56c.15-.16.41-.16.56 0m16.39-6.79c.15.15.15.4 0 .56c-.15.15-.4.15-.56 0s-.15-.4 0-.56s.41-.16.56 0m-19.21 0c.15.15.15.4 0 .56s-.4.15-.56 0a.405.405 0 0 1 0-.56c.16-.16.41-.16.56 0m16.4 6.79c.15.15.15.4 0 .56c-.15.15-.4.15-.56 0s-.15-.4 0-.56c.16-.16.41-.16.56 0M5.49 6.34c.15.15.15.4 0 .56s-.4.15-.56 0a.405.405 0 0 1 0-.56c.15-.16.41-.16.56 0m6.79-2.82c.15.15.15.4 0 .56s-.4.15-.56 0s-.15-.4 0-.56s.41-.15.56 0"/></svg>

React

import type { SVGProps } from "react";

export function ReiconVolume3Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M15.72 9.69a5.25 5.25 0 0 1 0 7.44a5.25 5.25 0 0 1-7.44 0a5.25 5.25 0 0 1 0-7.44a5.25 5.25 0 0 1 7.44 0M12 13.41L10.41 15m8.66-8.66c.15.15.15.4 0 .56c-.15.15-.4.15-.56 0s-.15-.4 0-.56s.41-.16.56 0M5.49 19.92c.15.15.15.4 0 .56s-.4.15-.56 0a.405.405 0 0 1 0-.56c.15-.16.41-.16.56 0m16.39-6.79c.15.15.15.4 0 .56c-.15.15-.4.15-.56 0s-.15-.4 0-.56s.41-.16.56 0m-19.21 0c.15.15.15.4 0 .56s-.4.15-.56 0a.405.405 0 0 1 0-.56c.16-.16.41-.16.56 0m16.4 6.79c.15.15.15.4 0 .56c-.15.15-.4.15-.56 0s-.15-.4 0-.56c.16-.16.41-.16.56 0M5.49 6.34c.15.15.15.4 0 .56s-.4.15-.56 0a.405.405 0 0 1 0-.56c.15-.16.41-.16.56 0m6.79-2.82c.15.15.15.4 0 .56s-.4.15-.56 0s-.15-.4 0-.56s.41-.15.56 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M15.72 9.69a5.25 5.25 0 0 1 0 7.44a5.25 5.25 0 0 1-7.44 0a5.25 5.25 0 0 1 0-7.44a5.25 5.25 0 0 1 7.44 0M12 13.41L10.41 15m8.66-8.66c.15.15.15.4 0 .56c-.15.15-.4.15-.56 0s-.15-.4 0-.56s.41-.16.56 0M5.49 19.92c.15.15.15.4 0 .56s-.4.15-.56 0a.405.405 0 0 1 0-.56c.15-.16.41-.16.56 0m16.39-6.79c.15.15.15.4 0 .56c-.15.15-.4.15-.56 0s-.15-.4 0-.56s.41-.16.56 0m-19.21 0c.15.15.15.4 0 .56s-.4.15-.56 0a.405.405 0 0 1 0-.56c.16-.16.41-.16.56 0m16.4 6.79c.15.15.15.4 0 .56c-.15.15-.4.15-.56 0s-.15-.4 0-.56c.16-.16.41-.16.56 0M5.49 6.34c.15.15.15.4 0 .56s-.4.15-.56 0a.405.405 0 0 1 0-.56c.15-.16.41-.16.56 0m6.79-2.82c.15.15.15.4 0 .56s-.4.15-.56 0s-.15-.4 0-.56s.41-.15.56 0"/></svg>
</template>

CSS

.icon-volume3-filled {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M15.72%209.69a5.25%205.25%200%200%201%200%207.44a5.25%205.25%200%200%201-7.44%200a5.25%205.25%200%200%201%200-7.44a5.25%205.25%200%200%201%207.44%200M12%2013.41L10.41%2015m8.66-8.66c.15.15.15.4%200%20.56c-.15.15-.4.15-.56%200s-.15-.4%200-.56s.41-.16.56%200M5.49%2019.92c.15.15.15.4%200%20.56s-.4.15-.56%200a.405.405%200%200%201%200-.56c.15-.16.41-.16.56%200m16.39-6.79c.15.15.15.4%200%20.56c-.15.15-.4.15-.56%200s-.15-.4%200-.56s.41-.16.56%200m-19.21%200c.15.15.15.4%200%20.56s-.4.15-.56%200a.405.405%200%200%201%200-.56c.16-.16.41-.16.56%200m16.4%206.79c.15.15.15.4%200%20.56c-.15.15-.4.15-.56%200s-.15-.4%200-.56c.16-.16.41-.16.56%200M5.49%206.34c.15.15.15.4%200%20.56s-.4.15-.56%200a.405.405%200%200%201%200-.56c.15-.16.41-.16.56%200m6.79-2.82c.15.15.15.4%200%20.56s-.4.15-.56%200s-.15-.4%200-.56s.41-.15.56%200%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M15.72%209.69a5.25%205.25%200%200%201%200%207.44a5.25%205.25%200%200%201-7.44%200a5.25%205.25%200%200%201%200-7.44a5.25%205.25%200%200%201%207.44%200M12%2013.41L10.41%2015m8.66-8.66c.15.15.15.4%200%20.56c-.15.15-.4.15-.56%200s-.15-.4%200-.56s.41-.16.56%200M5.49%2019.92c.15.15.15.4%200%20.56s-.4.15-.56%200a.405.405%200%200%201%200-.56c.15-.16.41-.16.56%200m16.39-6.79c.15.15.15.4%200%20.56c-.15.15-.4.15-.56%200s-.15-.4%200-.56s.41-.16.56%200m-19.21%200c.15.15.15.4%200%20.56s-.4.15-.56%200a.405.405%200%200%201%200-.56c.16-.16.41-.16.56%200m16.4%206.79c.15.15.15.4%200%20.56c-.15.15-.4.15-.56%200s-.15-.4%200-.56c.16-.16.41-.16.56%200M5.49%206.34c.15.15.15.4%200%20.56s-.4.15-.56%200a.405.405%200%200%201%200-.56c.15-.16.41-.16.56%200m6.79-2.82c.15.15.15.4%200%20.56s-.4.15-.56%200s-.15-.4%200-.56s.41-.15.56%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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