mute icon
mute-duotone from Reicon by REICON · Duotone · Video · MIT Free for personal and commercial use.
- Name
- mute-duotone
- Set
- Reicon
- Style
- Duotone
- 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
albumcameracamera-addcamera-add2camera-altcamera-offcamera-recordcamera-rotatecamera-squarecamera2camera3clapperboardclapperboard-editclapperboard-openclapperboard-open-playclapperboard-playclapperboard-textexit-fullscreenexit-fullscreen-circleexit-fullscreen-squareexit-pipfast-forwardfast-forward-circlefilm
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="M17 16c-1.886 0-2.828 0-3.414-.586S13 13.886 13 12s0-2.828.586-3.414S15.114 8 17 8s2.828 0 3.414.586S21 10.114 21 12s0 2.828-.586 3.414S18.886 16 17 16m-1.306-6.25a.667.667 0 0 0-.943.944L16.057 12l-1.306 1.306a.667.667 0 0 0 .943.943L17 12.943l1.306 1.306a.667.667 0 0 0 .943-.943L17.943 12l1.306-1.306a.667.667 0 0 0-.943-.943L17 11.057z" clip-rule="evenodd"/><path d="M3.003 11.716c.038-1.843.057-2.764.678-3.552c.113-.144.28-.315.42-.431c.763-.636 1.771-.636 3.788-.636c.72 0 1.081 0 1.425-.092a3 3 0 0 0 .211-.067c.336-.121.637-.33 1.238-.746c2.374-1.645 3.56-2.467 4.557-2.11c.191.069.376.168.541.29c.708.522.878 1.614.989 3.628c-1.786 0-2.694.016-3.264.586C13 9.172 13 10.114 13 12s0 2.828.586 3.414c.57.57 1.478.586 3.264.586c-.111 2.014-.281 3.106-.989 3.628a2.2 2.2 0 0 1-.54.29c-.997.357-2.184-.465-4.558-2.11c-.601-.416-.902-.625-1.238-.746a3 3 0 0 0-.211-.067c-.344-.092-.704-.092-1.425-.092c-2.017 0-3.025 0-3.789-.636a3 3 0 0 1-.419-.43c-.621-.79-.64-1.71-.678-3.552a14 14 0 0 1 0-.57" opacity=".5"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconMuteDuotone(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="M17 16c-1.886 0-2.828 0-3.414-.586S13 13.886 13 12s0-2.828.586-3.414S15.114 8 17 8s2.828 0 3.414.586S21 10.114 21 12s0 2.828-.586 3.414S18.886 16 17 16m-1.306-6.25a.667.667 0 0 0-.943.944L16.057 12l-1.306 1.306a.667.667 0 0 0 .943.943L17 12.943l1.306 1.306a.667.667 0 0 0 .943-.943L17.943 12l1.306-1.306a.667.667 0 0 0-.943-.943L17 11.057z" clipRule="evenodd"/><path d="M3.003 11.716c.038-1.843.057-2.764.678-3.552c.113-.144.28-.315.42-.431c.763-.636 1.771-.636 3.788-.636c.72 0 1.081 0 1.425-.092a3 3 0 0 0 .211-.067c.336-.121.637-.33 1.238-.746c2.374-1.645 3.56-2.467 4.557-2.11c.191.069.376.168.541.29c.708.522.878 1.614.989 3.628c-1.786 0-2.694.016-3.264.586C13 9.172 13 10.114 13 12s0 2.828.586 3.414c.57.57 1.478.586 3.264.586c-.111 2.014-.281 3.106-.989 3.628a2.2 2.2 0 0 1-.54.29c-.997.357-2.184-.465-4.558-2.11c-.601-.416-.902-.625-1.238-.746a3 3 0 0 0-.211-.067c-.344-.092-.704-.092-1.425-.092c-2.017 0-3.025 0-3.789-.636a3 3 0 0 1-.419-.43c-.621-.79-.64-1.71-.678-3.552a14 14 0 0 1 0-.57" opacity=".5"/></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="M17 16c-1.886 0-2.828 0-3.414-.586S13 13.886 13 12s0-2.828.586-3.414S15.114 8 17 8s2.828 0 3.414.586S21 10.114 21 12s0 2.828-.586 3.414S18.886 16 17 16m-1.306-6.25a.667.667 0 0 0-.943.944L16.057 12l-1.306 1.306a.667.667 0 0 0 .943.943L17 12.943l1.306 1.306a.667.667 0 0 0 .943-.943L17.943 12l1.306-1.306a.667.667 0 0 0-.943-.943L17 11.057z" clip-rule="evenodd"/><path d="M3.003 11.716c.038-1.843.057-2.764.678-3.552c.113-.144.28-.315.42-.431c.763-.636 1.771-.636 3.788-.636c.72 0 1.081 0 1.425-.092a3 3 0 0 0 .211-.067c.336-.121.637-.33 1.238-.746c2.374-1.645 3.56-2.467 4.557-2.11c.191.069.376.168.541.29c.708.522.878 1.614.989 3.628c-1.786 0-2.694.016-3.264.586C13 9.172 13 10.114 13 12s0 2.828.586 3.414c.57.57 1.478.586 3.264.586c-.111 2.014-.281 3.106-.989 3.628a2.2 2.2 0 0 1-.54.29c-.997.357-2.184-.465-4.558-2.11c-.601-.416-.902-.625-1.238-.746a3 3 0 0 0-.211-.067c-.344-.092-.704-.092-1.425-.092c-2.017 0-3.025 0-3.789-.636a3 3 0 0 1-.419-.43c-.621-.79-.64-1.71-.678-3.552a14 14 0 0 1 0-.57" opacity=".5"/></g></svg> </template>
CSS
.icon-mute-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%20fill-rule%3D%22evenodd%22%20d%3D%22M17%2016c-1.886%200-2.828%200-3.414-.586S13%2013.886%2013%2012s0-2.828.586-3.414S15.114%208%2017%208s2.828%200%203.414.586S21%2010.114%2021%2012s0%202.828-.586%203.414S18.886%2016%2017%2016m-1.306-6.25a.667.667%200%200%200-.943.944L16.057%2012l-1.306%201.306a.667.667%200%200%200%20.943.943L17%2012.943l1.306%201.306a.667.667%200%200%200%20.943-.943L17.943%2012l1.306-1.306a.667.667%200%200%200-.943-.943L17%2011.057z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M3.003%2011.716c.038-1.843.057-2.764.678-3.552c.113-.144.28-.315.42-.431c.763-.636%201.771-.636%203.788-.636c.72%200%201.081%200%201.425-.092a3%203%200%200%200%20.211-.067c.336-.121.637-.33%201.238-.746c2.374-1.645%203.56-2.467%204.557-2.11c.191.069.376.168.541.29c.708.522.878%201.614.989%203.628c-1.786%200-2.694.016-3.264.586C13%209.172%2013%2010.114%2013%2012s0%202.828.586%203.414c.57.57%201.478.586%203.264.586c-.111%202.014-.281%203.106-.989%203.628a2.2%202.2%200%200%201-.54.29c-.997.357-2.184-.465-4.558-2.11c-.601-.416-.902-.625-1.238-.746a3%203%200%200%200-.211-.067c-.344-.092-.704-.092-1.425-.092c-2.017%200-3.025%200-3.789-.636a3%203%200%200%201-.419-.43c-.621-.79-.64-1.71-.678-3.552a14%2014%200%200%201%200-.57%22%20opacity%3D%22.5%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%22M17%2016c-1.886%200-2.828%200-3.414-.586S13%2013.886%2013%2012s0-2.828.586-3.414S15.114%208%2017%208s2.828%200%203.414.586S21%2010.114%2021%2012s0%202.828-.586%203.414S18.886%2016%2017%2016m-1.306-6.25a.667.667%200%200%200-.943.944L16.057%2012l-1.306%201.306a.667.667%200%200%200%20.943.943L17%2012.943l1.306%201.306a.667.667%200%200%200%20.943-.943L17.943%2012l1.306-1.306a.667.667%200%200%200-.943-.943L17%2011.057z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M3.003%2011.716c.038-1.843.057-2.764.678-3.552c.113-.144.28-.315.42-.431c.763-.636%201.771-.636%203.788-.636c.72%200%201.081%200%201.425-.092a3%203%200%200%200%20.211-.067c.336-.121.637-.33%201.238-.746c2.374-1.645%203.56-2.467%204.557-2.11c.191.069.376.168.541.29c.708.522.878%201.614.989%203.628c-1.786%200-2.694.016-3.264.586C13%209.172%2013%2010.114%2013%2012s0%202.828.586%203.414c.57.57%201.478.586%203.264.586c-.111%202.014-.281%203.106-.989%203.628a2.2%202.2%200%200%201-.54.29c-.997.357-2.184-.465-4.558-2.11c-.601-.416-.902-.625-1.238-.746a3%203%200%200%200-.211-.067c-.344-.092-.704-.092-1.425-.092c-2.017%200-3.025%200-3.789-.636a3%203%200%200%201-.419-.43c-.621-.79-.64-1.71-.678-3.552a14%2014%200%200%201%200-.57%22%20opacity%3D%22.5%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-duotone.svg?color=%231a73e8&size=48