volume mute icon
volume-mute from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- volume-mute
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
2 other variants in IonIcons
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-muteJam Iconsvolume-muteLine Awesomevolume-muteMage Iconsvolume-muteMaterial Symbolsvolume-muteMaterial Symbols Lightvolume-muteMaterial Design Iconsvolume-mute-fillMingCute Iconvolume-mute-fillRemix Iconvolume-muteUnicons
Related icons in IonIcons
Use the volume mute icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="32" d="M416 432L64 80"/><path fill="currentColor" d="M243.33 98.86a23.89 23.89 0 0 0-25.55 1.82l-.66.51l-28.52 23.35a8 8 0 0 0-.59 11.85l54.33 54.33a8 8 0 0 0 13.66-5.66v-64.49a24.51 24.51 0 0 0-12.67-21.71m8 236.43L96.69 180.69A16 16 0 0 0 85.38 176H56a24 24 0 0 0-24 24v112a24 24 0 0 0 24 24h69.76l92 75.31a23.9 23.9 0 0 0 25.87 1.69A24.51 24.51 0 0 0 256 391.45v-44.86a16 16 0 0 0-4.67-11.3M352 256c0-24.56-5.81-47.87-17.75-71.27a16 16 0 1 0-28.5 14.55C315.34 218.06 320 236.62 320 256q0 4-.31 8.13a8 8 0 0 0 2.32 6.25l14.36 14.36a8 8 0 0 0 13.55-4.31A146 146 0 0 0 352 256m64 0c0-51.18-13.08-83.89-34.18-120.06a16 16 0 0 0-27.64 16.12C373.07 184.44 384 211.83 384 256c0 23.83-3.29 42.88-9.37 60.65a8 8 0 0 0 1.9 8.26L389 337.4a8 8 0 0 0 13.13-2.79C411 311.76 416 287.26 416 256"/><path fill="currentColor" d="M480 256c0-74.25-20.19-121.11-50.51-168.61a16 16 0 1 0-27 17.22C429.82 147.38 448 189.5 448 256c0 46.19-8.43 80.27-22.43 110.53a8 8 0 0 0 1.59 9l11.92 11.92a8 8 0 0 0 12.92-2.16C471.6 344.9 480 305 480 256"/></svg>
React
import type { SVGProps } from "react";
export function IonVolumeMute(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeMiterlimit="10" strokeWidth="32" d="M416 432L64 80"/><path fill="currentColor" d="M243.33 98.86a23.89 23.89 0 0 0-25.55 1.82l-.66.51l-28.52 23.35a8 8 0 0 0-.59 11.85l54.33 54.33a8 8 0 0 0 13.66-5.66v-64.49a24.51 24.51 0 0 0-12.67-21.71m8 236.43L96.69 180.69A16 16 0 0 0 85.38 176H56a24 24 0 0 0-24 24v112a24 24 0 0 0 24 24h69.76l92 75.31a23.9 23.9 0 0 0 25.87 1.69A24.51 24.51 0 0 0 256 391.45v-44.86a16 16 0 0 0-4.67-11.3M352 256c0-24.56-5.81-47.87-17.75-71.27a16 16 0 1 0-28.5 14.55C315.34 218.06 320 236.62 320 256q0 4-.31 8.13a8 8 0 0 0 2.32 6.25l14.36 14.36a8 8 0 0 0 13.55-4.31A146 146 0 0 0 352 256m64 0c0-51.18-13.08-83.89-34.18-120.06a16 16 0 0 0-27.64 16.12C373.07 184.44 384 211.83 384 256c0 23.83-3.29 42.88-9.37 60.65a8 8 0 0 0 1.9 8.26L389 337.4a8 8 0 0 0 13.13-2.79C411 311.76 416 287.26 416 256"/><path fill="currentColor" d="M480 256c0-74.25-20.19-121.11-50.51-168.61a16 16 0 1 0-27 17.22C429.82 147.38 448 189.5 448 256c0 46.19-8.43 80.27-22.43 110.53a8 8 0 0 0 1.59 9l11.92 11.92a8 8 0 0 0 12.92-2.16C471.6 344.9 480 305 480 256"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="32" d="M416 432L64 80"/><path fill="currentColor" d="M243.33 98.86a23.89 23.89 0 0 0-25.55 1.82l-.66.51l-28.52 23.35a8 8 0 0 0-.59 11.85l54.33 54.33a8 8 0 0 0 13.66-5.66v-64.49a24.51 24.51 0 0 0-12.67-21.71m8 236.43L96.69 180.69A16 16 0 0 0 85.38 176H56a24 24 0 0 0-24 24v112a24 24 0 0 0 24 24h69.76l92 75.31a23.9 23.9 0 0 0 25.87 1.69A24.51 24.51 0 0 0 256 391.45v-44.86a16 16 0 0 0-4.67-11.3M352 256c0-24.56-5.81-47.87-17.75-71.27a16 16 0 1 0-28.5 14.55C315.34 218.06 320 236.62 320 256q0 4-.31 8.13a8 8 0 0 0 2.32 6.25l14.36 14.36a8 8 0 0 0 13.55-4.31A146 146 0 0 0 352 256m64 0c0-51.18-13.08-83.89-34.18-120.06a16 16 0 0 0-27.64 16.12C373.07 184.44 384 211.83 384 256c0 23.83-3.29 42.88-9.37 60.65a8 8 0 0 0 1.9 8.26L389 337.4a8 8 0 0 0 13.13-2.79C411 311.76 416 287.26 416 256"/><path fill="currentColor" d="M480 256c0-74.25-20.19-121.11-50.51-168.61a16 16 0 1 0-27 17.22C429.82 147.38 448 189.5 448 256c0 46.19-8.43 80.27-22.43 110.53a8 8 0 0 0 1.59 9l11.92 11.92a8 8 0 0 0 12.92-2.16C471.6 344.9 480 305 480 256"/></svg> </template>
CSS
.icon-volume-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%20512%20512%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%2232%22%20d%3D%22M416%20432L64%2080%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M243.33%2098.86a23.89%2023.89%200%200%200-25.55%201.82l-.66.51l-28.52%2023.35a8%208%200%200%200-.59%2011.85l54.33%2054.33a8%208%200%200%200%2013.66-5.66v-64.49a24.51%2024.51%200%200%200-12.67-21.71m8%20236.43L96.69%20180.69A16%2016%200%200%200%2085.38%20176H56a24%2024%200%200%200-24%2024v112a24%2024%200%200%200%2024%2024h69.76l92%2075.31a23.9%2023.9%200%200%200%2025.87%201.69A24.51%2024.51%200%200%200%20256%20391.45v-44.86a16%2016%200%200%200-4.67-11.3M352%20256c0-24.56-5.81-47.87-17.75-71.27a16%2016%200%201%200-28.5%2014.55C315.34%20218.06%20320%20236.62%20320%20256q0%204-.31%208.13a8%208%200%200%200%202.32%206.25l14.36%2014.36a8%208%200%200%200%2013.55-4.31A146%20146%200%200%200%20352%20256m64%200c0-51.18-13.08-83.89-34.18-120.06a16%2016%200%200%200-27.64%2016.12C373.07%20184.44%20384%20211.83%20384%20256c0%2023.83-3.29%2042.88-9.37%2060.65a8%208%200%200%200%201.9%208.26L389%20337.4a8%208%200%200%200%2013.13-2.79C411%20311.76%20416%20287.26%20416%20256%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M480%20256c0-74.25-20.19-121.11-50.51-168.61a16%2016%200%201%200-27%2017.22C429.82%20147.38%20448%20189.5%20448%20256c0%2046.19-8.43%2080.27-22.43%20110.53a8%208%200%200%200%201.59%209l11.92%2011.92a8%208%200%200%200%2012.92-2.16C471.6%20344.9%20480%20305%20480%20256%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%20512%20512%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%2232%22%20d%3D%22M416%20432L64%2080%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M243.33%2098.86a23.89%2023.89%200%200%200-25.55%201.82l-.66.51l-28.52%2023.35a8%208%200%200%200-.59%2011.85l54.33%2054.33a8%208%200%200%200%2013.66-5.66v-64.49a24.51%2024.51%200%200%200-12.67-21.71m8%20236.43L96.69%20180.69A16%2016%200%200%200%2085.38%20176H56a24%2024%200%200%200-24%2024v112a24%2024%200%200%200%2024%2024h69.76l92%2075.31a23.9%2023.9%200%200%200%2025.87%201.69A24.51%2024.51%200%200%200%20256%20391.45v-44.86a16%2016%200%200%200-4.67-11.3M352%20256c0-24.56-5.81-47.87-17.75-71.27a16%2016%200%201%200-28.5%2014.55C315.34%20218.06%20320%20236.62%20320%20256q0%204-.31%208.13a8%208%200%200%200%202.32%206.25l14.36%2014.36a8%208%200%200%200%2013.55-4.31A146%20146%200%200%200%20352%20256m64%200c0-51.18-13.08-83.89-34.18-120.06a16%2016%200%200%200-27.64%2016.12C373.07%20184.44%20384%20211.83%20384%20256c0%2023.83-3.29%2042.88-9.37%2060.65a8%208%200%200%200%201.9%208.26L389%20337.4a8%208%200%200%200%2013.13-2.79C411%20311.76%20416%20287.26%20416%20256%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M480%20256c0-74.25-20.19-121.11-50.51-168.61a16%2016%200%201%200-27%2017.22C429.82%20147.38%20448%20189.5%20448%20256c0%2046.19-8.43%2080.27-22.43%20110.53a8%208%200%200%200%201.59%209l11.92%2011.92a8%208%200%200%200%2012.92-2.16C471.6%20344.9%20480%20305%20480%20256%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/volume-mute.svg?color=%231a73e8&size=48