volume zero icon

volume-zero-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.

Name
volume-zero-fill
Set
Mage Icons
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in Mage Icons

Related icons in Mage Icons

Use the volume zero icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.679 6.845v10.28a2.5 2.5 0 0 1-.26 1.11a2.15 2.15 0 0 1-.75.86a1.9 1.9 0 0 1-1.08.34a1.93 1.93 0 0 1-1.08-.33l-4-2.63a.5.5 0 0 0-.26-.08h-1.83a2 2 0 0 1-1.52-.72a2.42 2.42 0 0 1-.58-1.6v-4.18a2.4 2.4 0 0 1 .58-1.59a2 2 0 0 1 1.52-.69h1.89a.43.43 0 0 0 .26-.09l4-2.63a2.1 2.1 0 0 1 1.09-.33a2 2 0 0 1 1.09.34c.317.217.572.514.74.86c.142.342.207.71.19 1.08"/></svg>

React

import type { SVGProps } from "react";

export function MageVolumeZeroFill(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="M17.679 6.845v10.28a2.5 2.5 0 0 1-.26 1.11a2.15 2.15 0 0 1-.75.86a1.9 1.9 0 0 1-1.08.34a1.93 1.93 0 0 1-1.08-.33l-4-2.63a.5.5 0 0 0-.26-.08h-1.83a2 2 0 0 1-1.52-.72a2.42 2.42 0 0 1-.58-1.6v-4.18a2.4 2.4 0 0 1 .58-1.59a2 2 0 0 1 1.52-.69h1.89a.43.43 0 0 0 .26-.09l4-2.63a2.1 2.1 0 0 1 1.09-.33a2 2 0 0 1 1.09.34c.317.217.572.514.74.86c.142.342.207.71.19 1.08"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.679 6.845v10.28a2.5 2.5 0 0 1-.26 1.11a2.15 2.15 0 0 1-.75.86a1.9 1.9 0 0 1-1.08.34a1.93 1.93 0 0 1-1.08-.33l-4-2.63a.5.5 0 0 0-.26-.08h-1.83a2 2 0 0 1-1.52-.72a2.42 2.42 0 0 1-.58-1.6v-4.18a2.4 2.4 0 0 1 .58-1.59a2 2 0 0 1 1.52-.69h1.89a.43.43 0 0 0 .26-.09l4-2.63a2.1 2.1 0 0 1 1.09-.33a2 2 0 0 1 1.09.34c.317.217.572.514.74.86c.142.342.207.71.19 1.08"/></svg>
</template>

CSS

.icon-volume-zero-fill {
  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%22M17.679%206.845v10.28a2.5%202.5%200%200%201-.26%201.11a2.15%202.15%200%200%201-.75.86a1.9%201.9%200%200%201-1.08.34a1.93%201.93%200%200%201-1.08-.33l-4-2.63a.5.5%200%200%200-.26-.08h-1.83a2%202%200%200%201-1.52-.72a2.42%202.42%200%200%201-.58-1.6v-4.18a2.4%202.4%200%200%201%20.58-1.59a2%202%200%200%201%201.52-.69h1.89a.43.43%200%200%200%20.26-.09l4-2.63a2.1%202.1%200%200%201%201.09-.33a2%202%200%200%201%201.09.34c.317.217.572.514.74.86c.142.342.207.71.19%201.08%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%22M17.679%206.845v10.28a2.5%202.5%200%200%201-.26%201.11a2.15%202.15%200%200%201-.75.86a1.9%201.9%200%200%201-1.08.34a1.93%201.93%200%200%201-1.08-.33l-4-2.63a.5.5%200%200%200-.26-.08h-1.83a2%202%200%200%201-1.52-.72a2.42%202.42%200%200%201-.58-1.6v-4.18a2.4%202.4%200%200%201%20.58-1.59a2%202%200%200%201%201.52-.69h1.89a.43.43%200%200%200%20.26-.09l4-2.63a2.1%202.1%200%200%201%201.09-.33a2%202%200%200%201%201.09.34c.317.217.572.514.74.86c.142.342.207.71.19%201.08%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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