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

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

2 other variants in Reicon

The same icon in other sets

All mute icons →

More video icons from Reicon

Use the mute 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="M13.47 8.47a.75.75 0 0 1 1.06 0L17 10.94l2.47-2.47a.75.75 0 1 1 1.06 1.06L18.06 12l2.47 2.47a.75.75 0 0 1-1.06 1.06L17 13.06l-2.47 2.47a.75.75 0 0 1-1.06-1.06L15.94 12l-2.47-2.47a.75.75 0 0 1 0-1.06" clip-rule="evenodd"/><path d="M3.681 8.164c-.621.788-.64 1.71-.678 3.552a14 14 0 0 0 0 .569c.038 1.842.057 2.763.678 3.551c.113.144.28.315.42.431c.763.636 1.771.636 3.788.636c.72 0 1.081 0 1.425.093q.107.029.211.066c.336.121.637.33 1.238.746c2.374 1.645 3.56 2.467 4.557 2.11a2.1 2.1 0 0 0 .541-.29c.786-.58.91-1.863 1.024-4.331l-1.294 1.294a2.25 2.25 0 1 1-3.182-3.182L13.818 12l-1.409-1.409a2.25 2.25 0 1 1 3.182-3.182l1.294 1.294c-.115-2.468-.238-3.751-1.024-4.331a2.1 2.1 0 0 0-.54-.29c-.997-.357-2.184.465-4.558 2.11c-.601.416-.902.625-1.238.746a3 3 0 0 1-.211.067c-.344.092-.704.092-1.425.092c-2.017 0-3.025 0-3.789.636c-.14.116-.306.287-.419.43"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconMuteFilled(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="M13.47 8.47a.75.75 0 0 1 1.06 0L17 10.94l2.47-2.47a.75.75 0 1 1 1.06 1.06L18.06 12l2.47 2.47a.75.75 0 0 1-1.06 1.06L17 13.06l-2.47 2.47a.75.75 0 0 1-1.06-1.06L15.94 12l-2.47-2.47a.75.75 0 0 1 0-1.06" clipRule="evenodd"/><path d="M3.681 8.164c-.621.788-.64 1.71-.678 3.552a14 14 0 0 0 0 .569c.038 1.842.057 2.763.678 3.551c.113.144.28.315.42.431c.763.636 1.771.636 3.788.636c.72 0 1.081 0 1.425.093q.107.029.211.066c.336.121.637.33 1.238.746c2.374 1.645 3.56 2.467 4.557 2.11a2.1 2.1 0 0 0 .541-.29c.786-.58.91-1.863 1.024-4.331l-1.294 1.294a2.25 2.25 0 1 1-3.182-3.182L13.818 12l-1.409-1.409a2.25 2.25 0 1 1 3.182-3.182l1.294 1.294c-.115-2.468-.238-3.751-1.024-4.331a2.1 2.1 0 0 0-.54-.29c-.997-.357-2.184.465-4.558 2.11c-.601.416-.902.625-1.238.746a3 3 0 0 1-.211.067c-.344.092-.704.092-1.425.092c-2.017 0-3.025 0-3.789.636c-.14.116-.306.287-.419.43"/></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="M13.47 8.47a.75.75 0 0 1 1.06 0L17 10.94l2.47-2.47a.75.75 0 1 1 1.06 1.06L18.06 12l2.47 2.47a.75.75 0 0 1-1.06 1.06L17 13.06l-2.47 2.47a.75.75 0 0 1-1.06-1.06L15.94 12l-2.47-2.47a.75.75 0 0 1 0-1.06" clip-rule="evenodd"/><path d="M3.681 8.164c-.621.788-.64 1.71-.678 3.552a14 14 0 0 0 0 .569c.038 1.842.057 2.763.678 3.551c.113.144.28.315.42.431c.763.636 1.771.636 3.788.636c.72 0 1.081 0 1.425.093q.107.029.211.066c.336.121.637.33 1.238.746c2.374 1.645 3.56 2.467 4.557 2.11a2.1 2.1 0 0 0 .541-.29c.786-.58.91-1.863 1.024-4.331l-1.294 1.294a2.25 2.25 0 1 1-3.182-3.182L13.818 12l-1.409-1.409a2.25 2.25 0 1 1 3.182-3.182l1.294 1.294c-.115-2.468-.238-3.751-1.024-4.331a2.1 2.1 0 0 0-.54-.29c-.997-.357-2.184.465-4.558 2.11c-.601.416-.902.625-1.238.746a3 3 0 0 1-.211.067c-.344.092-.704.092-1.425.092c-2.017 0-3.025 0-3.789.636c-.14.116-.306.287-.419.43"/></g></svg>
</template>

CSS

.icon-mute-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%22M13.47%208.47a.75.75%200%200%201%201.06%200L17%2010.94l2.47-2.47a.75.75%200%201%201%201.06%201.06L18.06%2012l2.47%202.47a.75.75%200%200%201-1.06%201.06L17%2013.06l-2.47%202.47a.75.75%200%200%201-1.06-1.06L15.94%2012l-2.47-2.47a.75.75%200%200%201%200-1.06%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M3.681%208.164c-.621.788-.64%201.71-.678%203.552a14%2014%200%200%200%200%20.569c.038%201.842.057%202.763.678%203.551c.113.144.28.315.42.431c.763.636%201.771.636%203.788.636c.72%200%201.081%200%201.425.093q.107.029.211.066c.336.121.637.33%201.238.746c2.374%201.645%203.56%202.467%204.557%202.11a2.1%202.1%200%200%200%20.541-.29c.786-.58.91-1.863%201.024-4.331l-1.294%201.294a2.25%202.25%200%201%201-3.182-3.182L13.818%2012l-1.409-1.409a2.25%202.25%200%201%201%203.182-3.182l1.294%201.294c-.115-2.468-.238-3.751-1.024-4.331a2.1%202.1%200%200%200-.54-.29c-.997-.357-2.184.465-4.558%202.11c-.601.416-.902.625-1.238.746a3%203%200%200%201-.211.067c-.344.092-.704.092-1.425.092c-2.017%200-3.025%200-3.789.636c-.14.116-.306.287-.419.43%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%22M13.47%208.47a.75.75%200%200%201%201.06%200L17%2010.94l2.47-2.47a.75.75%200%201%201%201.06%201.06L18.06%2012l2.47%202.47a.75.75%200%200%201-1.06%201.06L17%2013.06l-2.47%202.47a.75.75%200%200%201-1.06-1.06L15.94%2012l-2.47-2.47a.75.75%200%200%201%200-1.06%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M3.681%208.164c-.621.788-.64%201.71-.678%203.552a14%2014%200%200%200%200%20.569c.038%201.842.057%202.763.678%203.551c.113.144.28.315.42.431c.763.636%201.771.636%203.788.636c.72%200%201.081%200%201.425.093q.107.029.211.066c.336.121.637.33%201.238.746c2.374%201.645%203.56%202.467%204.557%202.11a2.1%202.1%200%200%200%20.541-.29c.786-.58.91-1.863%201.024-4.331l-1.294%201.294a2.25%202.25%200%201%201-3.182-3.182L13.818%2012l-1.409-1.409a2.25%202.25%200%201%201%203.182-3.182l1.294%201.294c-.115-2.468-.238-3.751-1.024-4.331a2.1%202.1%200%200%200-.54-.29c-.997-.357-2.184.465-4.558%202.11c-.601.416-.902.625-1.238.746a3%203%200%200%201-.211.067c-.344.092-.704.092-1.425.092c-2.017%200-3.025%200-3.789.636c-.14.116-.306.287-.419.43%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/mute-filled.svg?color=%231a73e8&size=48