volume mute icon

volume-mute-outline from IonIcons by Ben Sperry · Outline · MIT Free for personal and commercial use.

Name
volume-mute-outline
Set
IonIcons
Style
Outline
Viewbox
512×512
License
MIT

2 other variants in IonIcons

The same icon in other sets

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="M224 136.92v33.8a4 4 0 0 0 1.17 2.82l24 24a4 4 0 0 0 6.83-2.82v-74.15a24.53 24.53 0 0 0-12.67-21.72a23.91 23.91 0 0 0-25.55 1.83a8 8 0 0 0-.66.51l-31.94 26.15a4 4 0 0 0-.29 5.92l17.05 17.06a4 4 0 0 0 5.37.26Zm0 238.16l-78.07-63.92a32 32 0 0 0-20.28-7.16H64v-96h50.72a4 4 0 0 0 2.82-6.83l-24-24a4 4 0 0 0-2.82-1.17H56a24 24 0 0 0-24 24v112a24 24 0 0 0 24 24h69.76l91.36 74.8a8 8 0 0 0 .66.51a23.93 23.93 0 0 0 25.85 1.69A24.49 24.49 0 0 0 256 391.45v-50.17a4 4 0 0 0-1.17-2.82l-24-24a4 4 0 0 0-6.83 2.82ZM352 256c0-24.56-5.81-47.88-17.75-71.27a16 16 0 0 0-28.5 14.54C315.34 218.06 320 236.62 320 256q0 4-.31 8.13a8 8 0 0 0 2.32 6.25l19.66 19.67a4 4 0 0 0 6.75-2A147 147 0 0 0 352 256m64 0c0-51.19-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.26l16.77 16.76a4 4 0 0 0 6.52-1.27C410.09 315.88 416 289.91 416 256"/><path fill="currentColor" d="M480 256c0-74.26-20.19-121.11-50.51-168.61a16 16 0 1 0-27 17.22C429.82 147.38 448 189.5 448 256c0 47.45-8.9 82.12-23.59 113a4 4 0 0 0 .77 4.55L443 391.39a4 4 0 0 0 6.4-1C470.88 348.22 480 307 480 256"/></svg>

React

import type { SVGProps } from "react";

export function IonVolumeMuteOutline(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="M224 136.92v33.8a4 4 0 0 0 1.17 2.82l24 24a4 4 0 0 0 6.83-2.82v-74.15a24.53 24.53 0 0 0-12.67-21.72a23.91 23.91 0 0 0-25.55 1.83a8 8 0 0 0-.66.51l-31.94 26.15a4 4 0 0 0-.29 5.92l17.05 17.06a4 4 0 0 0 5.37.26Zm0 238.16l-78.07-63.92a32 32 0 0 0-20.28-7.16H64v-96h50.72a4 4 0 0 0 2.82-6.83l-24-24a4 4 0 0 0-2.82-1.17H56a24 24 0 0 0-24 24v112a24 24 0 0 0 24 24h69.76l91.36 74.8a8 8 0 0 0 .66.51a23.93 23.93 0 0 0 25.85 1.69A24.49 24.49 0 0 0 256 391.45v-50.17a4 4 0 0 0-1.17-2.82l-24-24a4 4 0 0 0-6.83 2.82ZM352 256c0-24.56-5.81-47.88-17.75-71.27a16 16 0 0 0-28.5 14.54C315.34 218.06 320 236.62 320 256q0 4-.31 8.13a8 8 0 0 0 2.32 6.25l19.66 19.67a4 4 0 0 0 6.75-2A147 147 0 0 0 352 256m64 0c0-51.19-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.26l16.77 16.76a4 4 0 0 0 6.52-1.27C410.09 315.88 416 289.91 416 256"/><path fill="currentColor" d="M480 256c0-74.26-20.19-121.11-50.51-168.61a16 16 0 1 0-27 17.22C429.82 147.38 448 189.5 448 256c0 47.45-8.9 82.12-23.59 113a4 4 0 0 0 .77 4.55L443 391.39a4 4 0 0 0 6.4-1C470.88 348.22 480 307 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="M224 136.92v33.8a4 4 0 0 0 1.17 2.82l24 24a4 4 0 0 0 6.83-2.82v-74.15a24.53 24.53 0 0 0-12.67-21.72a23.91 23.91 0 0 0-25.55 1.83a8 8 0 0 0-.66.51l-31.94 26.15a4 4 0 0 0-.29 5.92l17.05 17.06a4 4 0 0 0 5.37.26Zm0 238.16l-78.07-63.92a32 32 0 0 0-20.28-7.16H64v-96h50.72a4 4 0 0 0 2.82-6.83l-24-24a4 4 0 0 0-2.82-1.17H56a24 24 0 0 0-24 24v112a24 24 0 0 0 24 24h69.76l91.36 74.8a8 8 0 0 0 .66.51a23.93 23.93 0 0 0 25.85 1.69A24.49 24.49 0 0 0 256 391.45v-50.17a4 4 0 0 0-1.17-2.82l-24-24a4 4 0 0 0-6.83 2.82ZM352 256c0-24.56-5.81-47.88-17.75-71.27a16 16 0 0 0-28.5 14.54C315.34 218.06 320 236.62 320 256q0 4-.31 8.13a8 8 0 0 0 2.32 6.25l19.66 19.67a4 4 0 0 0 6.75-2A147 147 0 0 0 352 256m64 0c0-51.19-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.26l16.77 16.76a4 4 0 0 0 6.52-1.27C410.09 315.88 416 289.91 416 256"/><path fill="currentColor" d="M480 256c0-74.26-20.19-121.11-50.51-168.61a16 16 0 1 0-27 17.22C429.82 147.38 448 189.5 448 256c0 47.45-8.9 82.12-23.59 113a4 4 0 0 0 .77 4.55L443 391.39a4 4 0 0 0 6.4-1C470.88 348.22 480 307 480 256"/></svg>
</template>

CSS

.icon-volume-mute-outline {
  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%22M224%20136.92v33.8a4%204%200%200%200%201.17%202.82l24%2024a4%204%200%200%200%206.83-2.82v-74.15a24.53%2024.53%200%200%200-12.67-21.72a23.91%2023.91%200%200%200-25.55%201.83a8%208%200%200%200-.66.51l-31.94%2026.15a4%204%200%200%200-.29%205.92l17.05%2017.06a4%204%200%200%200%205.37.26Zm0%20238.16l-78.07-63.92a32%2032%200%200%200-20.28-7.16H64v-96h50.72a4%204%200%200%200%202.82-6.83l-24-24a4%204%200%200%200-2.82-1.17H56a24%2024%200%200%200-24%2024v112a24%2024%200%200%200%2024%2024h69.76l91.36%2074.8a8%208%200%200%200%20.66.51a23.93%2023.93%200%200%200%2025.85%201.69A24.49%2024.49%200%200%200%20256%20391.45v-50.17a4%204%200%200%200-1.17-2.82l-24-24a4%204%200%200%200-6.83%202.82ZM352%20256c0-24.56-5.81-47.88-17.75-71.27a16%2016%200%200%200-28.5%2014.54C315.34%20218.06%20320%20236.62%20320%20256q0%204-.31%208.13a8%208%200%200%200%202.32%206.25l19.66%2019.67a4%204%200%200%200%206.75-2A147%20147%200%200%200%20352%20256m64%200c0-51.19-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.26l16.77%2016.76a4%204%200%200%200%206.52-1.27C410.09%20315.88%20416%20289.91%20416%20256%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M480%20256c0-74.26-20.19-121.11-50.51-168.61a16%2016%200%201%200-27%2017.22C429.82%20147.38%20448%20189.5%20448%20256c0%2047.45-8.9%2082.12-23.59%20113a4%204%200%200%200%20.77%204.55L443%20391.39a4%204%200%200%200%206.4-1C470.88%20348.22%20480%20307%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%22M224%20136.92v33.8a4%204%200%200%200%201.17%202.82l24%2024a4%204%200%200%200%206.83-2.82v-74.15a24.53%2024.53%200%200%200-12.67-21.72a23.91%2023.91%200%200%200-25.55%201.83a8%208%200%200%200-.66.51l-31.94%2026.15a4%204%200%200%200-.29%205.92l17.05%2017.06a4%204%200%200%200%205.37.26Zm0%20238.16l-78.07-63.92a32%2032%200%200%200-20.28-7.16H64v-96h50.72a4%204%200%200%200%202.82-6.83l-24-24a4%204%200%200%200-2.82-1.17H56a24%2024%200%200%200-24%2024v112a24%2024%200%200%200%2024%2024h69.76l91.36%2074.8a8%208%200%200%200%20.66.51a23.93%2023.93%200%200%200%2025.85%201.69A24.49%2024.49%200%200%200%20256%20391.45v-50.17a4%204%200%200%200-1.17-2.82l-24-24a4%204%200%200%200-6.83%202.82ZM352%20256c0-24.56-5.81-47.88-17.75-71.27a16%2016%200%200%200-28.5%2014.54C315.34%20218.06%20320%20236.62%20320%20256q0%204-.31%208.13a8%208%200%200%200%202.32%206.25l19.66%2019.67a4%204%200%200%200%206.75-2A147%20147%200%200%200%20352%20256m64%200c0-51.19-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.26l16.77%2016.76a4%204%200%200%200%206.52-1.27C410.09%20315.88%20416%20289.91%20416%20256%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M480%20256c0-74.26-20.19-121.11-50.51-168.61a16%2016%200%201%200-27%2017.22C429.82%20147.38%20448%20189.5%20448%20256c0%2047.45-8.9%2082.12-23.59%20113a4%204%200%200%200%20.77%204.55L443%20391.39a4%204%200%200%200%206.4-1C470.88%20348.22%20480%20307%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-outline.svg?color=%231a73e8&size=48