volume mute icon
volume-mute-rounded from Material Symbols by Google · Rounded · Audio & Video · Apache-2.0 Free for personal and commercial use.
- Name
- volume-mute-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Audio & Video
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols
The same icon in other sets
volume-muteBootstrap Iconsvolume-muteBoxIcons v2volume-muteBoxIcons v2 Solidvolume-muteCarbonvolume-mute-fillEva Iconsvolume-muteFont Awesome Solidvolume-mute-outlineFlowbite Iconsvolume-muteIconParkvolume-muteIconPark Outlinevolume-muteIconPark Solidvolume-muteIconPark TwoTonevolume-muteIonIconsvolume-muteJam Iconsvolume-muteLine Awesomevolume-muteMage Iconsvolume-muteMaterial Symbols Lightvolume-muteMaterial Design Iconsvolume-mute-fillMingCute Iconvolume-mute-fillRemix Iconvolume-muteUnicons
More audio & video icons from Material Symbols
Use the volume mute icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 15H8q-.425 0-.712-.288T7 14v-4q0-.425.288-.712T8 9h3l3.3-3.3q.475-.475 1.088-.213t.612.938v11.15q0 .675-.612.938T14.3 18.3z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsVolumeMuteRounded(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="M11 15H8q-.425 0-.712-.288T7 14v-4q0-.425.288-.712T8 9h3l3.3-3.3q.475-.475 1.088-.213t.612.938v11.15q0 .675-.612.938T14.3 18.3z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 15H8q-.425 0-.712-.288T7 14v-4q0-.425.288-.712T8 9h3l3.3-3.3q.475-.475 1.088-.213t.612.938v11.15q0 .675-.612.938T14.3 18.3z"/></svg> </template>
CSS
.icon-volume-mute-rounded {
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%22M11%2015H8q-.425%200-.712-.288T7%2014v-4q0-.425.288-.712T8%209h3l3.3-3.3q.475-.475%201.088-.213t.612.938v11.15q0%20.675-.612.938T14.3%2018.3z%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%22M11%2015H8q-.425%200-.712-.288T7%2014v-4q0-.425.288-.712T8%209h3l3.3-3.3q.475-.475%201.088-.213t.612.938v11.15q0%20.675-.612.938T14.3%2018.3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/volume-mute-rounded.svg?color=%231a73e8&size=48