volume slash icon
volume-slash from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.
- Name
- volume-slash
- Set
- Reicon
- Style
- Outline
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More newicons icons from Reicon
Use the volume slash 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="M15 8.37v-.96c0-2.98-2.07-4.12-4.59-2.54L7.49 6.7c-.32.19-.69.3-1.06.3H5q-3 0-3 3v4q0 3 3 3h2m3.41 2.13c2.52 1.58 4.59.43 4.59-2.54v-3.64m3.81-3.53c.9 2.15.63 4.66-.81 6.58m3.15-8.2a10.82 10.82 0 0 1-1.32 10.7M22 2L2 22"/></svg>
React
import type { SVGProps } from "react";
export function ReiconVolumeSlash(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="M15 8.37v-.96c0-2.98-2.07-4.12-4.59-2.54L7.49 6.7c-.32.19-.69.3-1.06.3H5q-3 0-3 3v4q0 3 3 3h2m3.41 2.13c2.52 1.58 4.59.43 4.59-2.54v-3.64m3.81-3.53c.9 2.15.63 4.66-.81 6.58m3.15-8.2a10.82 10.82 0 0 1-1.32 10.7M22 2L2 22"/></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="M15 8.37v-.96c0-2.98-2.07-4.12-4.59-2.54L7.49 6.7c-.32.19-.69.3-1.06.3H5q-3 0-3 3v4q0 3 3 3h2m3.41 2.13c2.52 1.58 4.59.43 4.59-2.54v-3.64m3.81-3.53c.9 2.15.63 4.66-.81 6.58m3.15-8.2a10.82 10.82 0 0 1-1.32 10.7M22 2L2 22"/></svg> </template>
CSS
.icon-volume-slash {
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%22M15%208.37v-.96c0-2.98-2.07-4.12-4.59-2.54L7.49%206.7c-.32.19-.69.3-1.06.3H5q-3%200-3%203v4q0%203%203%203h2m3.41%202.13c2.52%201.58%204.59.43%204.59-2.54v-3.64m3.81-3.53c.9%202.15.63%204.66-.81%206.58m3.15-8.2a10.82%2010.82%200%200%201-1.32%2010.7M22%202L2%2022%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%22M15%208.37v-.96c0-2.98-2.07-4.12-4.59-2.54L7.49%206.7c-.32.19-.69.3-1.06.3H5q-3%200-3%203v4q0%203%203%203h2m3.41%202.13c2.52%201.58%204.59.43%204.59-2.54v-3.64m3.81-3.53c.9%202.15.63%204.66-.81%206.58m3.15-8.2a10.82%2010.82%200%200%201-1.32%2010.7M22%202L2%2022%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/volume-slash.svg?color=%231a73e8&size=48