volume x icon

volume-x-filled from Reicon by REICON · Filled · Video · MIT Free for personal and commercial use.

Name
volume-x-filled
Set
Reicon
Style
Filled
Category
Video
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

All volume x icons →

More video icons from Reicon

Use the volume x icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M20.515 6.316a.75.75 0 0 1 .991.376c.468 1.035.994 2.768.994 5.308c0 2.192-.392 3.783-.8 4.844a7.7 7.7 0 0 1-.572 1.195a5 5 0 0 1-.289.425l-.007.01l-.003.003l-.002.002L20.25 18l.576.48a.75.75 0 0 1-1.156-.956l.003-.004l.031-.041a3 3 0 0 0 .137-.212c.12-.199.288-.516.459-.961c.342-.889.7-2.298.7-4.306c0-2.326-.48-3.849-.86-4.692a.75.75 0 0 1 .375-.992m-2.101 2.95a.75.75 0 0 1 .887.582c.11.53.199 1.24.199 2.152c0 1.11-.132 1.923-.273 2.474a5 5 0 0 1-.203.631a3 3 0 0 1-.102.228l-.01.018l-.003.007l-.002.003v.002s-.001.001-.657-.363l.656.364a.75.75 0 0 1-1.317-.719l.005-.01l.038-.087a4 4 0 0 0 .141-.447c.11-.424.227-1.111.227-2.101a9 9 0 0 0-.168-1.848a.75.75 0 0 1 .582-.886" clip-rule="evenodd"/><path d="M21.78 3.53a.75.75 0 0 0-1.06-1.06l-4.45 4.449a11 11 0 0 0-.193-1.39c-.172-.788-.477-1.473-1.116-1.923a3 3 0 0 0-.769-.39c-.818-.28-1.631-.057-2.457.345c-.814.395-1.8 1.046-3.032 1.857l-.267.176c-.447.295-.602.394-.76.464q-.257.115-.535.16c-.171.03-.354.032-.89.032h-.162c-1.217 0-2.062-.001-2.814.347A3.96 3.96 0 0 0 1.548 8.22c-.392.729-.438 1.491-.504 2.575l-.008.13C1.014 11.294 1 11.658 1 12s.014.706.036 1.074l.008.13c.066 1.084.112 1.846.504 2.575a3.96 3.96 0 0 0 1.727 1.624c.61.283 1.283.336 2.166.345L2.72 20.47a.75.75 0 1 0 1.06 1.06zM16.5 12a.75.75 0 0 0-1.255-.554l-.071.074l-6 6.274A.778.778 0 0 0 9.34 19c1.039.68 1.899 1.225 2.631 1.549c.743.328 1.48.489 2.222.236a3 3 0 0 0 .769-.391c.706-.497 1.005-1.28 1.167-2.18c.159-.884.213-2.056.281-3.516l.003-.058a68 68 0 0 0 .088-2.64"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconVolumeXFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M20.515 6.316a.75.75 0 0 1 .991.376c.468 1.035.994 2.768.994 5.308c0 2.192-.392 3.783-.8 4.844a7.7 7.7 0 0 1-.572 1.195a5 5 0 0 1-.289.425l-.007.01l-.003.003l-.002.002L20.25 18l.576.48a.75.75 0 0 1-1.156-.956l.003-.004l.031-.041a3 3 0 0 0 .137-.212c.12-.199.288-.516.459-.961c.342-.889.7-2.298.7-4.306c0-2.326-.48-3.849-.86-4.692a.75.75 0 0 1 .375-.992m-2.101 2.95a.75.75 0 0 1 .887.582c.11.53.199 1.24.199 2.152c0 1.11-.132 1.923-.273 2.474a5 5 0 0 1-.203.631a3 3 0 0 1-.102.228l-.01.018l-.003.007l-.002.003v.002s-.001.001-.657-.363l.656.364a.75.75 0 0 1-1.317-.719l.005-.01l.038-.087a4 4 0 0 0 .141-.447c.11-.424.227-1.111.227-2.101a9 9 0 0 0-.168-1.848a.75.75 0 0 1 .582-.886" clipRule="evenodd"/><path d="M21.78 3.53a.75.75 0 0 0-1.06-1.06l-4.45 4.449a11 11 0 0 0-.193-1.39c-.172-.788-.477-1.473-1.116-1.923a3 3 0 0 0-.769-.39c-.818-.28-1.631-.057-2.457.345c-.814.395-1.8 1.046-3.032 1.857l-.267.176c-.447.295-.602.394-.76.464q-.257.115-.535.16c-.171.03-.354.032-.89.032h-.162c-1.217 0-2.062-.001-2.814.347A3.96 3.96 0 0 0 1.548 8.22c-.392.729-.438 1.491-.504 2.575l-.008.13C1.014 11.294 1 11.658 1 12s.014.706.036 1.074l.008.13c.066 1.084.112 1.846.504 2.575a3.96 3.96 0 0 0 1.727 1.624c.61.283 1.283.336 2.166.345L2.72 20.47a.75.75 0 1 0 1.06 1.06zM16.5 12a.75.75 0 0 0-1.255-.554l-.071.074l-6 6.274A.778.778 0 0 0 9.34 19c1.039.68 1.899 1.225 2.631 1.549c.743.328 1.48.489 2.222.236a3 3 0 0 0 .769-.391c.706-.497 1.005-1.28 1.167-2.18c.159-.884.213-2.056.281-3.516l.003-.058a68 68 0 0 0 .088-2.64"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M20.515 6.316a.75.75 0 0 1 .991.376c.468 1.035.994 2.768.994 5.308c0 2.192-.392 3.783-.8 4.844a7.7 7.7 0 0 1-.572 1.195a5 5 0 0 1-.289.425l-.007.01l-.003.003l-.002.002L20.25 18l.576.48a.75.75 0 0 1-1.156-.956l.003-.004l.031-.041a3 3 0 0 0 .137-.212c.12-.199.288-.516.459-.961c.342-.889.7-2.298.7-4.306c0-2.326-.48-3.849-.86-4.692a.75.75 0 0 1 .375-.992m-2.101 2.95a.75.75 0 0 1 .887.582c.11.53.199 1.24.199 2.152c0 1.11-.132 1.923-.273 2.474a5 5 0 0 1-.203.631a3 3 0 0 1-.102.228l-.01.018l-.003.007l-.002.003v.002s-.001.001-.657-.363l.656.364a.75.75 0 0 1-1.317-.719l.005-.01l.038-.087a4 4 0 0 0 .141-.447c.11-.424.227-1.111.227-2.101a9 9 0 0 0-.168-1.848a.75.75 0 0 1 .582-.886" clip-rule="evenodd"/><path d="M21.78 3.53a.75.75 0 0 0-1.06-1.06l-4.45 4.449a11 11 0 0 0-.193-1.39c-.172-.788-.477-1.473-1.116-1.923a3 3 0 0 0-.769-.39c-.818-.28-1.631-.057-2.457.345c-.814.395-1.8 1.046-3.032 1.857l-.267.176c-.447.295-.602.394-.76.464q-.257.115-.535.16c-.171.03-.354.032-.89.032h-.162c-1.217 0-2.062-.001-2.814.347A3.96 3.96 0 0 0 1.548 8.22c-.392.729-.438 1.491-.504 2.575l-.008.13C1.014 11.294 1 11.658 1 12s.014.706.036 1.074l.008.13c.066 1.084.112 1.846.504 2.575a3.96 3.96 0 0 0 1.727 1.624c.61.283 1.283.336 2.166.345L2.72 20.47a.75.75 0 1 0 1.06 1.06zM16.5 12a.75.75 0 0 0-1.255-.554l-.071.074l-6 6.274A.778.778 0 0 0 9.34 19c1.039.68 1.899 1.225 2.631 1.549c.743.328 1.48.489 2.222.236a3 3 0 0 0 .769-.391c.706-.497 1.005-1.28 1.167-2.18c.159-.884.213-2.056.281-3.516l.003-.058a68 68 0 0 0 .088-2.64"/></g></svg>
</template>

CSS

.icon-volume-x-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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M20.515%206.316a.75.75%200%200%201%20.991.376c.468%201.035.994%202.768.994%205.308c0%202.192-.392%203.783-.8%204.844a7.7%207.7%200%200%201-.572%201.195a5%205%200%200%201-.289.425l-.007.01l-.003.003l-.002.002L20.25%2018l.576.48a.75.75%200%200%201-1.156-.956l.003-.004l.031-.041a3%203%200%200%200%20.137-.212c.12-.199.288-.516.459-.961c.342-.889.7-2.298.7-4.306c0-2.326-.48-3.849-.86-4.692a.75.75%200%200%201%20.375-.992m-2.101%202.95a.75.75%200%200%201%20.887.582c.11.53.199%201.24.199%202.152c0%201.11-.132%201.923-.273%202.474a5%205%200%200%201-.203.631a3%203%200%200%201-.102.228l-.01.018l-.003.007l-.002.003v.002s-.001.001-.657-.363l.656.364a.75.75%200%200%201-1.317-.719l.005-.01l.038-.087a4%204%200%200%200%20.141-.447c.11-.424.227-1.111.227-2.101a9%209%200%200%200-.168-1.848a.75.75%200%200%201%20.582-.886%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M21.78%203.53a.75.75%200%200%200-1.06-1.06l-4.45%204.449a11%2011%200%200%200-.193-1.39c-.172-.788-.477-1.473-1.116-1.923a3%203%200%200%200-.769-.39c-.818-.28-1.631-.057-2.457.345c-.814.395-1.8%201.046-3.032%201.857l-.267.176c-.447.295-.602.394-.76.464q-.257.115-.535.16c-.171.03-.354.032-.89.032h-.162c-1.217%200-2.062-.001-2.814.347A3.96%203.96%200%200%200%201.548%208.22c-.392.729-.438%201.491-.504%202.575l-.008.13C1.014%2011.294%201%2011.658%201%2012s.014.706.036%201.074l.008.13c.066%201.084.112%201.846.504%202.575a3.96%203.96%200%200%200%201.727%201.624c.61.283%201.283.336%202.166.345L2.72%2020.47a.75.75%200%201%200%201.06%201.06zM16.5%2012a.75.75%200%200%200-1.255-.554l-.071.074l-6%206.274A.778.778%200%200%200%209.34%2019c1.039.68%201.899%201.225%202.631%201.549c.743.328%201.48.489%202.222.236a3%203%200%200%200%20.769-.391c.706-.497%201.005-1.28%201.167-2.18c.159-.884.213-2.056.281-3.516l.003-.058a68%2068%200%200%200%20.088-2.64%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%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M20.515%206.316a.75.75%200%200%201%20.991.376c.468%201.035.994%202.768.994%205.308c0%202.192-.392%203.783-.8%204.844a7.7%207.7%200%200%201-.572%201.195a5%205%200%200%201-.289.425l-.007.01l-.003.003l-.002.002L20.25%2018l.576.48a.75.75%200%200%201-1.156-.956l.003-.004l.031-.041a3%203%200%200%200%20.137-.212c.12-.199.288-.516.459-.961c.342-.889.7-2.298.7-4.306c0-2.326-.48-3.849-.86-4.692a.75.75%200%200%201%20.375-.992m-2.101%202.95a.75.75%200%200%201%20.887.582c.11.53.199%201.24.199%202.152c0%201.11-.132%201.923-.273%202.474a5%205%200%200%201-.203.631a3%203%200%200%201-.102.228l-.01.018l-.003.007l-.002.003v.002s-.001.001-.657-.363l.656.364a.75.75%200%200%201-1.317-.719l.005-.01l.038-.087a4%204%200%200%200%20.141-.447c.11-.424.227-1.111.227-2.101a9%209%200%200%200-.168-1.848a.75.75%200%200%201%20.582-.886%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M21.78%203.53a.75.75%200%200%200-1.06-1.06l-4.45%204.449a11%2011%200%200%200-.193-1.39c-.172-.788-.477-1.473-1.116-1.923a3%203%200%200%200-.769-.39c-.818-.28-1.631-.057-2.457.345c-.814.395-1.8%201.046-3.032%201.857l-.267.176c-.447.295-.602.394-.76.464q-.257.115-.535.16c-.171.03-.354.032-.89.032h-.162c-1.217%200-2.062-.001-2.814.347A3.96%203.96%200%200%200%201.548%208.22c-.392.729-.438%201.491-.504%202.575l-.008.13C1.014%2011.294%201%2011.658%201%2012s.014.706.036%201.074l.008.13c.066%201.084.112%201.846.504%202.575a3.96%203.96%200%200%200%201.727%201.624c.61.283%201.283.336%202.166.345L2.72%2020.47a.75.75%200%201%200%201.06%201.06zM16.5%2012a.75.75%200%200%200-1.255-.554l-.071.074l-6%206.274A.778.778%200%200%200%209.34%2019c1.039.68%201.899%201.225%202.631%201.549c.743.328%201.48.489%202.222.236a3%203%200%200%200%20.769-.391c.706-.497%201.005-1.28%201.167-2.18c.159-.884.213-2.056.281-3.516l.003-.058a68%2068%200%200%200%20.088-2.64%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-x-filled.svg?color=%231a73e8&size=48