audio-video-off from Material Design Icons by Pictogrammers · Filled · Audio · Apache-2.0 Free for personal and commercial use.

Name
audio-video-off
Set
Material Design Icons
Style
Filled
Category
Audio
Viewbox
24×24
License
Apache 2.0
Aliases
av-receiver-off

More audio icons from Material Design Icons

Use the audio video off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.1 21.5L2.4 1.7L1.1 3l4 4H4c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h1v1c0 .6.4 1 1 1h2c.6 0 1-.4 1-1v-1h6v1c0 .6.4 1 1 1h1.1l3.7 3.7zM6 15H4v-1h2zm-2-3v-2h4.1l2 2zm6 3H8v-1h2zm2 0v-1h.1l1 1zm2-5v.8l6.2 6.2c1-.1 1.8-.9 1.8-2V9c0-1.1-.9-2-2-2h-9.8l3 3zm4-1c1.1 0 2 .9 2 2s-.9 2-2 2s-2-.9-2-2s.9-2 2-2"/></svg>

React

import type { SVGProps } from "react";

export function MdiAudioVideoOff(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="M22.1 21.5L2.4 1.7L1.1 3l4 4H4c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h1v1c0 .6.4 1 1 1h2c.6 0 1-.4 1-1v-1h6v1c0 .6.4 1 1 1h1.1l3.7 3.7zM6 15H4v-1h2zm-2-3v-2h4.1l2 2zm6 3H8v-1h2zm2 0v-1h.1l1 1zm2-5v.8l6.2 6.2c1-.1 1.8-.9 1.8-2V9c0-1.1-.9-2-2-2h-9.8l3 3zm4-1c1.1 0 2 .9 2 2s-.9 2-2 2s-2-.9-2-2s.9-2 2-2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.1 21.5L2.4 1.7L1.1 3l4 4H4c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h1v1c0 .6.4 1 1 1h2c.6 0 1-.4 1-1v-1h6v1c0 .6.4 1 1 1h1.1l3.7 3.7zM6 15H4v-1h2zm-2-3v-2h4.1l2 2zm6 3H8v-1h2zm2 0v-1h.1l1 1zm2-5v.8l6.2 6.2c1-.1 1.8-.9 1.8-2V9c0-1.1-.9-2-2-2h-9.8l3 3zm4-1c1.1 0 2 .9 2 2s-.9 2-2 2s-2-.9-2-2s.9-2 2-2"/></svg>
</template>

CSS

.icon-audio-video-off {
  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%22M22.1%2021.5L2.4%201.7L1.1%203l4%204H4c-1.1%200-2%20.9-2%202v6c0%201.1.9%202%202%202h1v1c0%20.6.4%201%201%201h2c.6%200%201-.4%201-1v-1h6v1c0%20.6.4%201%201%201h1.1l3.7%203.7zM6%2015H4v-1h2zm-2-3v-2h4.1l2%202zm6%203H8v-1h2zm2%200v-1h.1l1%201zm2-5v.8l6.2%206.2c1-.1%201.8-.9%201.8-2V9c0-1.1-.9-2-2-2h-9.8l3%203zm4-1c1.1%200%202%20.9%202%202s-.9%202-2%202s-2-.9-2-2s.9-2%202-2%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%22M22.1%2021.5L2.4%201.7L1.1%203l4%204H4c-1.1%200-2%20.9-2%202v6c0%201.1.9%202%202%202h1v1c0%20.6.4%201%201%201h2c.6%200%201-.4%201-1v-1h6v1c0%20.6.4%201%201%201h1.1l3.7%203.7zM6%2015H4v-1h2zm-2-3v-2h4.1l2%202zm6%203H8v-1h2zm2%200v-1h.1l1%201zm2-5v.8l6.2%206.2c1-.1%201.8-.9%201.8-2V9c0-1.1-.9-2-2-2h-9.8l3%203zm4-1c1.1%200%202%20.9%202%202s-.9%202-2%202s-2-.9-2-2s.9-2%202-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/audio-video-off.svg?color=%231a73e8&size=48