speaker mute icon
speaker-mute-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- speaker-mute-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- License
- MIT
12 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the speaker mute icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.92 3.315C13.726 2.6 15 3.171 15 4.25v15.495c0 1.079-1.274 1.651-2.08.934l-4.492-3.993a.75.75 0 0 0-.498-.19H4.25A2.25 2.25 0 0 1 2 14.246V9.748a2.25 2.25 0 0 1 2.25-2.25h3.68a.75.75 0 0 0 .498-.19zm.58 1.491L9.425 8.43a2.25 2.25 0 0 1-1.495.568H4.25a.75.75 0 0 0-.75.75v4.498c0 .414.336.75.75.75h3.68a2.25 2.25 0 0 1 1.495.569l4.075 3.623zm2.72 4.413a.75.75 0 0 1 1.06 0L19 10.94l1.72-1.72a.75.75 0 1 1 1.06 1.06L20.06 12l1.72 1.72a.75.75 0 0 1-1.06 1.06L19 13.06l-1.72 1.72a.75.75 0 1 1-1.06-1.06L17.94 12l-1.72-1.72a.75.75 0 0 1 0-1.06"/></svg>
React
import type { SVGProps } from "react";
export function FluentSpeakerMute24Regular(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="M12.92 3.315C13.726 2.6 15 3.171 15 4.25v15.495c0 1.079-1.274 1.651-2.08.934l-4.492-3.993a.75.75 0 0 0-.498-.19H4.25A2.25 2.25 0 0 1 2 14.246V9.748a2.25 2.25 0 0 1 2.25-2.25h3.68a.75.75 0 0 0 .498-.19zm.58 1.491L9.425 8.43a2.25 2.25 0 0 1-1.495.568H4.25a.75.75 0 0 0-.75.75v4.498c0 .414.336.75.75.75h3.68a2.25 2.25 0 0 1 1.495.569l4.075 3.623zm2.72 4.413a.75.75 0 0 1 1.06 0L19 10.94l1.72-1.72a.75.75 0 1 1 1.06 1.06L20.06 12l1.72 1.72a.75.75 0 0 1-1.06 1.06L19 13.06l-1.72 1.72a.75.75 0 1 1-1.06-1.06L17.94 12l-1.72-1.72a.75.75 0 0 1 0-1.06"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.92 3.315C13.726 2.6 15 3.171 15 4.25v15.495c0 1.079-1.274 1.651-2.08.934l-4.492-3.993a.75.75 0 0 0-.498-.19H4.25A2.25 2.25 0 0 1 2 14.246V9.748a2.25 2.25 0 0 1 2.25-2.25h3.68a.75.75 0 0 0 .498-.19zm.58 1.491L9.425 8.43a2.25 2.25 0 0 1-1.495.568H4.25a.75.75 0 0 0-.75.75v4.498c0 .414.336.75.75.75h3.68a2.25 2.25 0 0 1 1.495.569l4.075 3.623zm2.72 4.413a.75.75 0 0 1 1.06 0L19 10.94l1.72-1.72a.75.75 0 1 1 1.06 1.06L20.06 12l1.72 1.72a.75.75 0 0 1-1.06 1.06L19 13.06l-1.72 1.72a.75.75 0 1 1-1.06-1.06L17.94 12l-1.72-1.72a.75.75 0 0 1 0-1.06"/></svg> </template>
CSS
.icon-speaker-mute-24-regular {
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%22M12.92%203.315C13.726%202.6%2015%203.171%2015%204.25v15.495c0%201.079-1.274%201.651-2.08.934l-4.492-3.993a.75.75%200%200%200-.498-.19H4.25A2.25%202.25%200%200%201%202%2014.246V9.748a2.25%202.25%200%200%201%202.25-2.25h3.68a.75.75%200%200%200%20.498-.19zm.58%201.491L9.425%208.43a2.25%202.25%200%200%201-1.495.568H4.25a.75.75%200%200%200-.75.75v4.498c0%20.414.336.75.75.75h3.68a2.25%202.25%200%200%201%201.495.569l4.075%203.623zm2.72%204.413a.75.75%200%200%201%201.06%200L19%2010.94l1.72-1.72a.75.75%200%201%201%201.06%201.06L20.06%2012l1.72%201.72a.75.75%200%200%201-1.06%201.06L19%2013.06l-1.72%201.72a.75.75%200%201%201-1.06-1.06L17.94%2012l-1.72-1.72a.75.75%200%200%201%200-1.06%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%22M12.92%203.315C13.726%202.6%2015%203.171%2015%204.25v15.495c0%201.079-1.274%201.651-2.08.934l-4.492-3.993a.75.75%200%200%200-.498-.19H4.25A2.25%202.25%200%200%201%202%2014.246V9.748a2.25%202.25%200%200%201%202.25-2.25h3.68a.75.75%200%200%200%20.498-.19zm.58%201.491L9.425%208.43a2.25%202.25%200%200%201-1.495.568H4.25a.75.75%200%200%200-.75.75v4.498c0%20.414.336.75.75.75h3.68a2.25%202.25%200%200%201%201.495.569l4.075%203.623zm2.72%204.413a.75.75%200%200%201%201.06%200L19%2010.94l1.72-1.72a.75.75%200%201%201%201.06%201.06L20.06%2012l1.72%201.72a.75.75%200%200%201-1.06%201.06L19%2013.06l-1.72%201.72a.75.75%200%201%201-1.06-1.06L17.94%2012l-1.72-1.72a.75.75%200%200%201%200-1.06%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/speaker-mute-24-regular.svg?color=%231a73e8&size=48