volume cross icon

volume-cross-duotone from Reicon by REICON · Duotone · Newicons · MIT Free for personal and commercial use.

Name
volume-cross-duotone
Set
Reicon
Style
Duotone
Category
Newicons
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

More newicons icons from Reicon

Use the volume cross icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><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.06z"/><path d="m16.238 9.072l-8.624 8.624c.396.475 1.412 1.118 1.725 1.304c1.038.68 1.898 1.225 2.631 1.55c.742.328 1.48.488 2.222.235a3 3 0 0 0 .769-.391c.706-.496 1.005-1.28 1.167-2.18c.159-.884.213-2.056.281-3.516l.003-.058A68 68 0 0 0 16.5 12v-.108c.003-.567.012-2.43-.262-2.82m4.276-2.755a.75.75 0 0 1 .992.375c.467 1.035.994 2.768.994 5.308c0 2.192-.392 3.783-.8 4.844c-.204.53-.41.925-.573 1.195a5 5 0 0 1-.288.425l-.008.01l-.003.003v.002s-.002.001-.577-.478l.575.48a.75.75 0 0 1-1.156-.956l.003-.005l.01-.013l.021-.028a3 3 0 0 0 .137-.212c.12-.198.288-.516.459-.961c.342-.889.7-2.297.7-4.306c0-2.326-.48-3.849-.86-4.691a.75.75 0 0 1 .374-.992M19.3 9.848a.75.75 0 1 0-1.468.305c.088.426.168 1.034.168 1.847c0 .99-.118 1.677-.227 2.101a4 4 0 0 1-.179.534l-.005.01a.75.75 0 0 0 1.316.72L18.251 15c.654.363.655.362.655.362v-.001l.003-.003l.003-.008l.01-.018l.026-.053q.031-.064.076-.175a5 5 0 0 0 .202-.631c.142-.551.274-1.364.274-2.474c0-.91-.09-1.622-.2-2.152" opacity=".4"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconVolumeCrossDuotone(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 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.06z"/><path d="m16.238 9.072l-8.624 8.624c.396.475 1.412 1.118 1.725 1.304c1.038.68 1.898 1.225 2.631 1.55c.742.328 1.48.488 2.222.235a3 3 0 0 0 .769-.391c.706-.496 1.005-1.28 1.167-2.18c.159-.884.213-2.056.281-3.516l.003-.058A68 68 0 0 0 16.5 12v-.108c.003-.567.012-2.43-.262-2.82m4.276-2.755a.75.75 0 0 1 .992.375c.467 1.035.994 2.768.994 5.308c0 2.192-.392 3.783-.8 4.844c-.204.53-.41.925-.573 1.195a5 5 0 0 1-.288.425l-.008.01l-.003.003v.002s-.002.001-.577-.478l.575.48a.75.75 0 0 1-1.156-.956l.003-.005l.01-.013l.021-.028a3 3 0 0 0 .137-.212c.12-.198.288-.516.459-.961c.342-.889.7-2.297.7-4.306c0-2.326-.48-3.849-.86-4.691a.75.75 0 0 1 .374-.992M19.3 9.848a.75.75 0 1 0-1.468.305c.088.426.168 1.034.168 1.847c0 .99-.118 1.677-.227 2.101a4 4 0 0 1-.179.534l-.005.01a.75.75 0 0 0 1.316.72L18.251 15c.654.363.655.362.655.362v-.001l.003-.003l.003-.008l.01-.018l.026-.053q.031-.064.076-.175a5 5 0 0 0 .202-.631c.142-.551.274-1.364.274-2.474c0-.91-.09-1.622-.2-2.152" opacity=".4"/></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 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.06z"/><path d="m16.238 9.072l-8.624 8.624c.396.475 1.412 1.118 1.725 1.304c1.038.68 1.898 1.225 2.631 1.55c.742.328 1.48.488 2.222.235a3 3 0 0 0 .769-.391c.706-.496 1.005-1.28 1.167-2.18c.159-.884.213-2.056.281-3.516l.003-.058A68 68 0 0 0 16.5 12v-.108c.003-.567.012-2.43-.262-2.82m4.276-2.755a.75.75 0 0 1 .992.375c.467 1.035.994 2.768.994 5.308c0 2.192-.392 3.783-.8 4.844c-.204.53-.41.925-.573 1.195a5 5 0 0 1-.288.425l-.008.01l-.003.003v.002s-.002.001-.577-.478l.575.48a.75.75 0 0 1-1.156-.956l.003-.005l.01-.013l.021-.028a3 3 0 0 0 .137-.212c.12-.198.288-.516.459-.961c.342-.889.7-2.297.7-4.306c0-2.326-.48-3.849-.86-4.691a.75.75 0 0 1 .374-.992M19.3 9.848a.75.75 0 1 0-1.468.305c.088.426.168 1.034.168 1.847c0 .99-.118 1.677-.227 2.101a4 4 0 0 1-.179.534l-.005.01a.75.75 0 0 0 1.316.72L18.251 15c.654.363.655.362.655.362v-.001l.003-.003l.003-.008l.01-.018l.026-.053q.031-.064.076-.175a5 5 0 0 0 .202-.631c.142-.551.274-1.364.274-2.474c0-.91-.09-1.622-.2-2.152" opacity=".4"/></g></svg>
</template>

CSS

.icon-volume-cross-duotone {
  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%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.06z%22%2F%3E%3Cpath%20d%3D%22m16.238%209.072l-8.624%208.624c.396.475%201.412%201.118%201.725%201.304c1.038.68%201.898%201.225%202.631%201.55c.742.328%201.48.488%202.222.235a3%203%200%200%200%20.769-.391c.706-.496%201.005-1.28%201.167-2.18c.159-.884.213-2.056.281-3.516l.003-.058A68%2068%200%200%200%2016.5%2012v-.108c.003-.567.012-2.43-.262-2.82m4.276-2.755a.75.75%200%200%201%20.992.375c.467%201.035.994%202.768.994%205.308c0%202.192-.392%203.783-.8%204.844c-.204.53-.41.925-.573%201.195a5%205%200%200%201-.288.425l-.008.01l-.003.003v.002s-.002.001-.577-.478l.575.48a.75.75%200%200%201-1.156-.956l.003-.005l.01-.013l.021-.028a3%203%200%200%200%20.137-.212c.12-.198.288-.516.459-.961c.342-.889.7-2.297.7-4.306c0-2.326-.48-3.849-.86-4.691a.75.75%200%200%201%20.374-.992M19.3%209.848a.75.75%200%201%200-1.468.305c.088.426.168%201.034.168%201.847c0%20.99-.118%201.677-.227%202.101a4%204%200%200%201-.179.534l-.005.01a.75.75%200%200%200%201.316.72L18.251%2015c.654.363.655.362.655.362v-.001l.003-.003l.003-.008l.01-.018l.026-.053q.031-.064.076-.175a5%205%200%200%200%20.202-.631c.142-.551.274-1.364.274-2.474c0-.91-.09-1.622-.2-2.152%22%20opacity%3D%22.4%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%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.06z%22%2F%3E%3Cpath%20d%3D%22m16.238%209.072l-8.624%208.624c.396.475%201.412%201.118%201.725%201.304c1.038.68%201.898%201.225%202.631%201.55c.742.328%201.48.488%202.222.235a3%203%200%200%200%20.769-.391c.706-.496%201.005-1.28%201.167-2.18c.159-.884.213-2.056.281-3.516l.003-.058A68%2068%200%200%200%2016.5%2012v-.108c.003-.567.012-2.43-.262-2.82m4.276-2.755a.75.75%200%200%201%20.992.375c.467%201.035.994%202.768.994%205.308c0%202.192-.392%203.783-.8%204.844c-.204.53-.41.925-.573%201.195a5%205%200%200%201-.288.425l-.008.01l-.003.003v.002s-.002.001-.577-.478l.575.48a.75.75%200%200%201-1.156-.956l.003-.005l.01-.013l.021-.028a3%203%200%200%200%20.137-.212c.12-.198.288-.516.459-.961c.342-.889.7-2.297.7-4.306c0-2.326-.48-3.849-.86-4.691a.75.75%200%200%201%20.374-.992M19.3%209.848a.75.75%200%201%200-1.468.305c.088.426.168%201.034.168%201.847c0%20.99-.118%201.677-.227%202.101a4%204%200%200%201-.179.534l-.005.01a.75.75%200%200%200%201.316.72L18.251%2015c.654.363.655.362.655.362v-.001l.003-.003l.003-.008l.01-.018l.026-.053q.031-.064.076-.175a5%205%200%200%200%20.202-.631c.142-.551.274-1.364.274-2.474c0-.91-.09-1.622-.2-2.152%22%20opacity%3D%22.4%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-cross-duotone.svg?color=%231a73e8&size=48

Volume Cross duotone icon — Reicon · IconsDB