volume mute icon
volume-mute from Mage Icons by MageIcons · Outline · Apache-2.0 Free for personal and commercial use.
- Name
- volume-mute
- Set
- Mage Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Mage Icons
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-muteMaterial Symbolsvolume-muteMaterial Symbols Lightvolume-muteMaterial Design Iconsvolume-mute-fillMingCute Iconvolume-mute-fillRemix Iconvolume-muteUnicons
Related icons in Mage Icons
Use the volume mute icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-miterlimit="10" d="m20.951 9.554l-4.902 4.902m0-4.902l4.902 4.902"/><path stroke-linejoin="round" d="M3.049 14.088V9.912c0-.416.142-.814.395-1.108c.253-.293.597-.458.955-.458h1.89c.236-.001.469-.073.675-.21l3.969-2.63c.205-.135.437-.205.672-.204s.467.074.671.212c.204.137.374.334.492.57c.118.237.18.506.18.78v10.273c0 .273-.062.542-.18.778a1.5 1.5 0 0 1-.492.571c-.203.137-.435.21-.67.212a1.2 1.2 0 0 1-.673-.204l-3.97-2.631a1.23 1.23 0 0 0-.674-.209h-1.89c-.358 0-.702-.165-.955-.459a1.7 1.7 0 0 1-.395-1.107"/></g></svg>
React
import type { SVGProps } from "react";
export function MageVolumeMute(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path strokeMiterlimit="10" d="m20.951 9.554l-4.902 4.902m0-4.902l4.902 4.902"/><path strokeLinejoin="round" d="M3.049 14.088V9.912c0-.416.142-.814.395-1.108c.253-.293.597-.458.955-.458h1.89c.236-.001.469-.073.675-.21l3.969-2.63c.205-.135.437-.205.672-.204s.467.074.671.212c.204.137.374.334.492.57c.118.237.18.506.18.78v10.273c0 .273-.062.542-.18.778a1.5 1.5 0 0 1-.492.571c-.203.137-.435.21-.67.212a1.2 1.2 0 0 1-.673-.204l-3.97-2.631a1.23 1.23 0 0 0-.674-.209h-1.89c-.358 0-.702-.165-.955-.459a1.7 1.7 0 0 1-.395-1.107"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-miterlimit="10" d="m20.951 9.554l-4.902 4.902m0-4.902l4.902 4.902"/><path stroke-linejoin="round" d="M3.049 14.088V9.912c0-.416.142-.814.395-1.108c.253-.293.597-.458.955-.458h1.89c.236-.001.469-.073.675-.21l3.969-2.63c.205-.135.437-.205.672-.204s.467.074.671.212c.204.137.374.334.492.57c.118.237.18.506.18.78v10.273c0 .273-.062.542-.18.778a1.5 1.5 0 0 1-.492.571c-.203.137-.435.21-.67.212a1.2 1.2 0 0 1-.673-.204l-3.97-2.631a1.23 1.23 0 0 0-.674-.209h-1.89c-.358 0-.702-.165-.955-.459a1.7 1.7 0 0 1-.395-1.107"/></g></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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22m20.951%209.554l-4.902%204.902m0-4.902l4.902%204.902%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M3.049%2014.088V9.912c0-.416.142-.814.395-1.108c.253-.293.597-.458.955-.458h1.89c.236-.001.469-.073.675-.21l3.969-2.63c.205-.135.437-.205.672-.204s.467.074.671.212c.204.137.374.334.492.57c.118.237.18.506.18.78v10.273c0%20.273-.062.542-.18.778a1.5%201.5%200%200%201-.492.571c-.203.137-.435.21-.67.212a1.2%201.2%200%200%201-.673-.204l-3.97-2.631a1.23%201.23%200%200%200-.674-.209h-1.89c-.358%200-.702-.165-.955-.459a1.7%201.7%200%200%201-.395-1.107%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22m20.951%209.554l-4.902%204.902m0-4.902l4.902%204.902%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M3.049%2014.088V9.912c0-.416.142-.814.395-1.108c.253-.293.597-.458.955-.458h1.89c.236-.001.469-.073.675-.21l3.969-2.63c.205-.135.437-.205.672-.204s.467.074.671.212c.204.137.374.334.492.57c.118.237.18.506.18.78v10.273c0%20.273-.062.542-.18.778a1.5%201.5%200%200%201-.492.571c-.203.137-.435.21-.67.212a1.2%201.2%200%200%201-.673-.204l-3.97-2.631a1.23%201.23%200%200%200-.674-.209h-1.89c-.358%200-.702-.165-.955-.459a1.7%201.7%200%200%201-.395-1.107%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/volume-mute.svg?color=%231a73e8&size=48