volume off icon
volume-off from Myna UI Icons by Praveen Juge · Regular · MIT Free for personal and commercial use.
- Name
- volume-off
- Set
- Myna UI Icons
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
- Aliases
- volume-slash
1 other variant in Myna UI Icons
The same icon in other sets
volume-offBootstrap Iconsvolume-off-fillEva Iconsvolume-offFont Awesome 6 Solidvolume-offFont Awesome Solidvolume-offHuge Iconsvolume-offHumbleiconsvolume-offIonIconsvolume-offLine Awesomevolume-offLucidevolume-offMaterial Symbolsvolume-offMaterial Symbols Lightvolume-offMaterial Design Iconsvolume-off-fillMingCute Iconvolume-offPrime Iconsvolume-offTabler Iconsvolume-offUniconsvolume-off-outlinedWeUI Icon
Related icons in Myna UI Icons
Use the volume off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M18.1 19c3.715-3.715 3.86-9.648.436-13.536M16 16a5.657 5.657 0 0 0 0-8M3 21l4.16-4.16m0 0L13 11l5.536-5.536L21 3m-8 8v10c-2.846 0-5.098-3.029-5.84-4.16M13 7V3C9.5 3 6.9 7.505 6.9 7.505S3 6.92 3 8.505v6.914c0 .39.236.65.59.818"/></svg>
React
import type { SVGProps } from "react";
export function MynauiVolumeOff(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M18.1 19c3.715-3.715 3.86-9.648.436-13.536M16 16a5.657 5.657 0 0 0 0-8M3 21l4.16-4.16m0 0L13 11l5.536-5.536L21 3m-8 8v10c-2.846 0-5.098-3.029-5.84-4.16M13 7V3C9.5 3 6.9 7.505 6.9 7.505S3 6.92 3 8.505v6.914c0 .39.236.65.59.818"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M18.1 19c3.715-3.715 3.86-9.648.436-13.536M16 16a5.657 5.657 0 0 0 0-8M3 21l4.16-4.16m0 0L13 11l5.536-5.536L21 3m-8 8v10c-2.846 0-5.098-3.029-5.84-4.16M13 7V3C9.5 3 6.9 7.505 6.9 7.505S3 6.92 3 8.505v6.914c0 .39.236.65.59.818"/></svg> </template>
CSS
.icon-volume-off {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M18.1%2019c3.715-3.715%203.86-9.648.436-13.536M16%2016a5.657%205.657%200%200%200%200-8M3%2021l4.16-4.16m0%200L13%2011l5.536-5.536L21%203m-8%208v10c-2.846%200-5.098-3.029-5.84-4.16M13%207V3C9.5%203%206.9%207.505%206.9%207.505S3%206.92%203%208.505v6.914c0%20.39.236.65.59.818%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M18.1%2019c3.715-3.715%203.86-9.648.436-13.536M16%2016a5.657%205.657%200%200%200%200-8M3%2021l4.16-4.16m0%200L13%2011l5.536-5.536L21%203m-8%208v10c-2.846%200-5.098-3.029-5.84-4.16M13%207V3C9.5%203%206.9%207.505%206.9%207.505S3%206.92%203%208.505v6.914c0%20.39.236.65.59.818%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mynaui/volume-off.svg?color=%231a73e8&size=48