mute icon
mute from Reicon by REICON · Outline · Video · MIT Free for personal and commercial use.
- Name
- mute
- Set
- Reicon
- Style
- Outline
- 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 d="M11.224 6.807c1.2-.835 2.036-1.415 2.694-1.753s.96-.336 1.156-.266c.12.044.24.107.346.186c.187.139.37.417.5 1.156a.75.75 0 0 0 1.478-.26c-.15-.856-.427-1.613-1.084-2.1a2.9 2.9 0 0 0-.731-.393c-.795-.286-1.579-.053-2.35.342c-.759.39-1.678 1.03-2.818 1.823l-.251.176c-.418.29-.556.384-.698.45a2 2 0 0 1-.475.15c-.15.027-.311.03-.812.03h-.16c-1.12-.001-1.925-.002-2.64.348c-.66.322-1.284.947-1.621 1.607c-.364.712-.406 1.455-.467 2.518l-.007.128c-.021.36-.034.717-.034 1.051c0 .335.013.691.034 1.052l.007.128c.06 1.062.103 1.805.467 2.518c.337.66.962 1.285 1.621 1.607c.715.35 1.52.349 2.64.348h.16c.5 0 .662.003.812.03q.246.043.475.15c.142.066.28.159.698.45l.251.175c1.14.794 2.06 1.434 2.819 1.823c.77.396 1.554.629 2.349.343a2.9 2.9 0 0 0 .73-.393c.658-.488.934-1.245 1.085-2.1a.75.75 0 1 0-1.478-.26c-.13.74-.313 1.017-.5 1.155a1.4 1.4 0 0 1-.346.186c-.196.071-.498.072-1.156-.265c-.658-.338-1.495-.918-2.694-1.753l-.252-.176c-.35-.244-.599-.417-.872-.544a3.4 3.4 0 0 0-.846-.268c-.297-.053-.598-.053-1.016-.053h-.06c-1.348 0-1.776-.018-2.14-.196c-.358-.174-.75-.56-.944-.941c-.204-.4-.241-.811-.313-2.05A17 17 0 0 1 4.75 12c0-.298.011-.624.031-.965c.072-1.239.109-1.65.313-2.05c.194-.381.586-.767.944-.941c.364-.178.792-.196 2.14-.196h.06c.418 0 .72 0 1.016-.053q.44-.079.846-.268c.273-.127.522-.3.872-.544z"/><path d="M14.53 8.47a.75.75 0 0 0-1.06 1.06L15.94 12l-2.47 2.47a.75.75 0 0 0 1.06 1.06L17 13.062l2.47 2.47a.75.75 0 0 0 1.06-1.061L18.06 12l2.47-2.47a.75.75 0 1 0-1.06-1.06L17 10.94z"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconMute(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="M11.224 6.807c1.2-.835 2.036-1.415 2.694-1.753s.96-.336 1.156-.266c.12.044.24.107.346.186c.187.139.37.417.5 1.156a.75.75 0 0 0 1.478-.26c-.15-.856-.427-1.613-1.084-2.1a2.9 2.9 0 0 0-.731-.393c-.795-.286-1.579-.053-2.35.342c-.759.39-1.678 1.03-2.818 1.823l-.251.176c-.418.29-.556.384-.698.45a2 2 0 0 1-.475.15c-.15.027-.311.03-.812.03h-.16c-1.12-.001-1.925-.002-2.64.348c-.66.322-1.284.947-1.621 1.607c-.364.712-.406 1.455-.467 2.518l-.007.128c-.021.36-.034.717-.034 1.051c0 .335.013.691.034 1.052l.007.128c.06 1.062.103 1.805.467 2.518c.337.66.962 1.285 1.621 1.607c.715.35 1.52.349 2.64.348h.16c.5 0 .662.003.812.03q.246.043.475.15c.142.066.28.159.698.45l.251.175c1.14.794 2.06 1.434 2.819 1.823c.77.396 1.554.629 2.349.343a2.9 2.9 0 0 0 .73-.393c.658-.488.934-1.245 1.085-2.1a.75.75 0 1 0-1.478-.26c-.13.74-.313 1.017-.5 1.155a1.4 1.4 0 0 1-.346.186c-.196.071-.498.072-1.156-.265c-.658-.338-1.495-.918-2.694-1.753l-.252-.176c-.35-.244-.599-.417-.872-.544a3.4 3.4 0 0 0-.846-.268c-.297-.053-.598-.053-1.016-.053h-.06c-1.348 0-1.776-.018-2.14-.196c-.358-.174-.75-.56-.944-.941c-.204-.4-.241-.811-.313-2.05A17 17 0 0 1 4.75 12c0-.298.011-.624.031-.965c.072-1.239.109-1.65.313-2.05c.194-.381.586-.767.944-.941c.364-.178.792-.196 2.14-.196h.06c.418 0 .72 0 1.016-.053q.44-.079.846-.268c.273-.127.522-.3.872-.544z"/><path d="M14.53 8.47a.75.75 0 0 0-1.06 1.06L15.94 12l-2.47 2.47a.75.75 0 0 0 1.06 1.06L17 13.062l2.47 2.47a.75.75 0 0 0 1.06-1.061L18.06 12l2.47-2.47a.75.75 0 1 0-1.06-1.06L17 10.94z"/></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="M11.224 6.807c1.2-.835 2.036-1.415 2.694-1.753s.96-.336 1.156-.266c.12.044.24.107.346.186c.187.139.37.417.5 1.156a.75.75 0 0 0 1.478-.26c-.15-.856-.427-1.613-1.084-2.1a2.9 2.9 0 0 0-.731-.393c-.795-.286-1.579-.053-2.35.342c-.759.39-1.678 1.03-2.818 1.823l-.251.176c-.418.29-.556.384-.698.45a2 2 0 0 1-.475.15c-.15.027-.311.03-.812.03h-.16c-1.12-.001-1.925-.002-2.64.348c-.66.322-1.284.947-1.621 1.607c-.364.712-.406 1.455-.467 2.518l-.007.128c-.021.36-.034.717-.034 1.051c0 .335.013.691.034 1.052l.007.128c.06 1.062.103 1.805.467 2.518c.337.66.962 1.285 1.621 1.607c.715.35 1.52.349 2.64.348h.16c.5 0 .662.003.812.03q.246.043.475.15c.142.066.28.159.698.45l.251.175c1.14.794 2.06 1.434 2.819 1.823c.77.396 1.554.629 2.349.343a2.9 2.9 0 0 0 .73-.393c.658-.488.934-1.245 1.085-2.1a.75.75 0 1 0-1.478-.26c-.13.74-.313 1.017-.5 1.155a1.4 1.4 0 0 1-.346.186c-.196.071-.498.072-1.156-.265c-.658-.338-1.495-.918-2.694-1.753l-.252-.176c-.35-.244-.599-.417-.872-.544a3.4 3.4 0 0 0-.846-.268c-.297-.053-.598-.053-1.016-.053h-.06c-1.348 0-1.776-.018-2.14-.196c-.358-.174-.75-.56-.944-.941c-.204-.4-.241-.811-.313-2.05A17 17 0 0 1 4.75 12c0-.298.011-.624.031-.965c.072-1.239.109-1.65.313-2.05c.194-.381.586-.767.944-.941c.364-.178.792-.196 2.14-.196h.06c.418 0 .72 0 1.016-.053q.44-.079.846-.268c.273-.127.522-.3.872-.544z"/><path d="M14.53 8.47a.75.75 0 0 0-1.06 1.06L15.94 12l-2.47 2.47a.75.75 0 0 0 1.06 1.06L17 13.062l2.47 2.47a.75.75 0 0 0 1.06-1.061L18.06 12l2.47-2.47a.75.75 0 1 0-1.06-1.06L17 10.94z"/></g></svg> </template>
CSS
.icon-mute {
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%22M11.224%206.807c1.2-.835%202.036-1.415%202.694-1.753s.96-.336%201.156-.266c.12.044.24.107.346.186c.187.139.37.417.5%201.156a.75.75%200%200%200%201.478-.26c-.15-.856-.427-1.613-1.084-2.1a2.9%202.9%200%200%200-.731-.393c-.795-.286-1.579-.053-2.35.342c-.759.39-1.678%201.03-2.818%201.823l-.251.176c-.418.29-.556.384-.698.45a2%202%200%200%201-.475.15c-.15.027-.311.03-.812.03h-.16c-1.12-.001-1.925-.002-2.64.348c-.66.322-1.284.947-1.621%201.607c-.364.712-.406%201.455-.467%202.518l-.007.128c-.021.36-.034.717-.034%201.051c0%20.335.013.691.034%201.052l.007.128c.06%201.062.103%201.805.467%202.518c.337.66.962%201.285%201.621%201.607c.715.35%201.52.349%202.64.348h.16c.5%200%20.662.003.812.03q.246.043.475.15c.142.066.28.159.698.45l.251.175c1.14.794%202.06%201.434%202.819%201.823c.77.396%201.554.629%202.349.343a2.9%202.9%200%200%200%20.73-.393c.658-.488.934-1.245%201.085-2.1a.75.75%200%201%200-1.478-.26c-.13.74-.313%201.017-.5%201.155a1.4%201.4%200%200%201-.346.186c-.196.071-.498.072-1.156-.265c-.658-.338-1.495-.918-2.694-1.753l-.252-.176c-.35-.244-.599-.417-.872-.544a3.4%203.4%200%200%200-.846-.268c-.297-.053-.598-.053-1.016-.053h-.06c-1.348%200-1.776-.018-2.14-.196c-.358-.174-.75-.56-.944-.941c-.204-.4-.241-.811-.313-2.05A17%2017%200%200%201%204.75%2012c0-.298.011-.624.031-.965c.072-1.239.109-1.65.313-2.05c.194-.381.586-.767.944-.941c.364-.178.792-.196%202.14-.196h.06c.418%200%20.72%200%201.016-.053q.44-.079.846-.268c.273-.127.522-.3.872-.544z%22%2F%3E%3Cpath%20d%3D%22M14.53%208.47a.75.75%200%200%200-1.06%201.06L15.94%2012l-2.47%202.47a.75.75%200%200%200%201.06%201.06L17%2013.062l2.47%202.47a.75.75%200%200%200%201.06-1.061L18.06%2012l2.47-2.47a.75.75%200%201%200-1.06-1.06L17%2010.94z%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%22M11.224%206.807c1.2-.835%202.036-1.415%202.694-1.753s.96-.336%201.156-.266c.12.044.24.107.346.186c.187.139.37.417.5%201.156a.75.75%200%200%200%201.478-.26c-.15-.856-.427-1.613-1.084-2.1a2.9%202.9%200%200%200-.731-.393c-.795-.286-1.579-.053-2.35.342c-.759.39-1.678%201.03-2.818%201.823l-.251.176c-.418.29-.556.384-.698.45a2%202%200%200%201-.475.15c-.15.027-.311.03-.812.03h-.16c-1.12-.001-1.925-.002-2.64.348c-.66.322-1.284.947-1.621%201.607c-.364.712-.406%201.455-.467%202.518l-.007.128c-.021.36-.034.717-.034%201.051c0%20.335.013.691.034%201.052l.007.128c.06%201.062.103%201.805.467%202.518c.337.66.962%201.285%201.621%201.607c.715.35%201.52.349%202.64.348h.16c.5%200%20.662.003.812.03q.246.043.475.15c.142.066.28.159.698.45l.251.175c1.14.794%202.06%201.434%202.819%201.823c.77.396%201.554.629%202.349.343a2.9%202.9%200%200%200%20.73-.393c.658-.488.934-1.245%201.085-2.1a.75.75%200%201%200-1.478-.26c-.13.74-.313%201.017-.5%201.155a1.4%201.4%200%200%201-.346.186c-.196.071-.498.072-1.156-.265c-.658-.338-1.495-.918-2.694-1.753l-.252-.176c-.35-.244-.599-.417-.872-.544a3.4%203.4%200%200%200-.846-.268c-.297-.053-.598-.053-1.016-.053h-.06c-1.348%200-1.776-.018-2.14-.196c-.358-.174-.75-.56-.944-.941c-.204-.4-.241-.811-.313-2.05A17%2017%200%200%201%204.75%2012c0-.298.011-.624.031-.965c.072-1.239.109-1.65.313-2.05c.194-.381.586-.767.944-.941c.364-.178.792-.196%202.14-.196h.06c.418%200%20.72%200%201.016-.053q.44-.079.846-.268c.273-.127.522-.3.872-.544z%22%2F%3E%3Cpath%20d%3D%22M14.53%208.47a.75.75%200%200%200-1.06%201.06L15.94%2012l-2.47%202.47a.75.75%200%200%200%201.06%201.06L17%2013.062l2.47%202.47a.75.75%200%200%200%201.06-1.061L18.06%2012l2.47-2.47a.75.75%200%201%200-1.06-1.06L17%2010.94z%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.svg?color=%231a73e8&size=48