volume slash icon
volume-slash-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- volume-slash-filled
- Set
- Reicon
- Style
- Filled
- 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"><g fill="currentColor"><path d="M18 16.75a.75.75 0 0 1-.6-1.2a5.93 5.93 0 0 0 .72-5.84a.75.75 0 0 1 .4-.98c.38-.16.82.02.98.4c1.02 2.42.67 5.23-.9 7.33c-.15.19-.37.29-.6.29"/><path d="M19.828 19.25a.75.75 0 0 1-.6-1.2c2.14-2.85 2.61-6.67 1.23-9.96a.75.75 0 0 1 .4-.98c.38-.16.82.02.98.4c1.59 3.78 1.05 8.16-1.41 11.44c-.14.2-.37.3-.6.3m-5.788-6.292c.63-.63 1.71-.18 1.71.71v2.93c0 1.72-.62 3.01-1.73 3.63a3 3 0 0 1-1.47.37c-.8 0-1.66-.27-2.54-.82l-.64-.4c-.54-.34-.63-1.1-.18-1.55zm7.73-10.729c-.3-.3-.79-.3-1.09 0l-4.95 4.95c-.06-1.6-.66-2.8-1.72-3.39c-1.12-.62-2.55-.46-4.01.45l-2.91 1.82c-.2.12-.43.19-.66.19H5c-2.42 0-3.75 1.33-3.75 3.75v4c0 2.42 1.33 3.75 3.75 3.75h.16l-2.94 2.94c-.3.3-.3.79 0 1.09c.16.14.35.22.55.22s.39-.08.54-.23l18.46-18.46c.31-.3.31-.78 0-1.08"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconVolumeSlashFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M18 16.75a.75.75 0 0 1-.6-1.2a5.93 5.93 0 0 0 .72-5.84a.75.75 0 0 1 .4-.98c.38-.16.82.02.98.4c1.02 2.42.67 5.23-.9 7.33c-.15.19-.37.29-.6.29"/><path d="M19.828 19.25a.75.75 0 0 1-.6-1.2c2.14-2.85 2.61-6.67 1.23-9.96a.75.75 0 0 1 .4-.98c.38-.16.82.02.98.4c1.59 3.78 1.05 8.16-1.41 11.44c-.14.2-.37.3-.6.3m-5.788-6.292c.63-.63 1.71-.18 1.71.71v2.93c0 1.72-.62 3.01-1.73 3.63a3 3 0 0 1-1.47.37c-.8 0-1.66-.27-2.54-.82l-.64-.4c-.54-.34-.63-1.1-.18-1.55zm7.73-10.729c-.3-.3-.79-.3-1.09 0l-4.95 4.95c-.06-1.6-.66-2.8-1.72-3.39c-1.12-.62-2.55-.46-4.01.45l-2.91 1.82c-.2.12-.43.19-.66.19H5c-2.42 0-3.75 1.33-3.75 3.75v4c0 2.42 1.33 3.75 3.75 3.75h.16l-2.94 2.94c-.3.3-.3.79 0 1.09c.16.14.35.22.55.22s.39-.08.54-.23l18.46-18.46c.31-.3.31-.78 0-1.08"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M18 16.75a.75.75 0 0 1-.6-1.2a5.93 5.93 0 0 0 .72-5.84a.75.75 0 0 1 .4-.98c.38-.16.82.02.98.4c1.02 2.42.67 5.23-.9 7.33c-.15.19-.37.29-.6.29"/><path d="M19.828 19.25a.75.75 0 0 1-.6-1.2c2.14-2.85 2.61-6.67 1.23-9.96a.75.75 0 0 1 .4-.98c.38-.16.82.02.98.4c1.59 3.78 1.05 8.16-1.41 11.44c-.14.2-.37.3-.6.3m-5.788-6.292c.63-.63 1.71-.18 1.71.71v2.93c0 1.72-.62 3.01-1.73 3.63a3 3 0 0 1-1.47.37c-.8 0-1.66-.27-2.54-.82l-.64-.4c-.54-.34-.63-1.1-.18-1.55zm7.73-10.729c-.3-.3-.79-.3-1.09 0l-4.95 4.95c-.06-1.6-.66-2.8-1.72-3.39c-1.12-.62-2.55-.46-4.01.45l-2.91 1.82c-.2.12-.43.19-.66.19H5c-2.42 0-3.75 1.33-3.75 3.75v4c0 2.42 1.33 3.75 3.75 3.75h.16l-2.94 2.94c-.3.3-.3.79 0 1.09c.16.14.35.22.55.22s.39-.08.54-.23l18.46-18.46c.31-.3.31-.78 0-1.08"/></g></svg> </template>
CSS
.icon-volume-slash-filled {
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%22currentColor%22%3E%3Cpath%20d%3D%22M18%2016.75a.75.75%200%200%201-.6-1.2a5.93%205.93%200%200%200%20.72-5.84a.75.75%200%200%201%20.4-.98c.38-.16.82.02.98.4c1.02%202.42.67%205.23-.9%207.33c-.15.19-.37.29-.6.29%22%2F%3E%3Cpath%20d%3D%22M19.828%2019.25a.75.75%200%200%201-.6-1.2c2.14-2.85%202.61-6.67%201.23-9.96a.75.75%200%200%201%20.4-.98c.38-.16.82.02.98.4c1.59%203.78%201.05%208.16-1.41%2011.44c-.14.2-.37.3-.6.3m-5.788-6.292c.63-.63%201.71-.18%201.71.71v2.93c0%201.72-.62%203.01-1.73%203.63a3%203%200%200%201-1.47.37c-.8%200-1.66-.27-2.54-.82l-.64-.4c-.54-.34-.63-1.1-.18-1.55zm7.73-10.729c-.3-.3-.79-.3-1.09%200l-4.95%204.95c-.06-1.6-.66-2.8-1.72-3.39c-1.12-.62-2.55-.46-4.01.45l-2.91%201.82c-.2.12-.43.19-.66.19H5c-2.42%200-3.75%201.33-3.75%203.75v4c0%202.42%201.33%203.75%203.75%203.75h.16l-2.94%202.94c-.3.3-.3.79%200%201.09c.16.14.35.22.55.22s.39-.08.54-.23l18.46-18.46c.31-.3.31-.78%200-1.08%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%22currentColor%22%3E%3Cpath%20d%3D%22M18%2016.75a.75.75%200%200%201-.6-1.2a5.93%205.93%200%200%200%20.72-5.84a.75.75%200%200%201%20.4-.98c.38-.16.82.02.98.4c1.02%202.42.67%205.23-.9%207.33c-.15.19-.37.29-.6.29%22%2F%3E%3Cpath%20d%3D%22M19.828%2019.25a.75.75%200%200%201-.6-1.2c2.14-2.85%202.61-6.67%201.23-9.96a.75.75%200%200%201%20.4-.98c.38-.16.82.02.98.4c1.59%203.78%201.05%208.16-1.41%2011.44c-.14.2-.37.3-.6.3m-5.788-6.292c.63-.63%201.71-.18%201.71.71v2.93c0%201.72-.62%203.01-1.73%203.63a3%203%200%200%201-1.47.37c-.8%200-1.66-.27-2.54-.82l-.64-.4c-.54-.34-.63-1.1-.18-1.55zm7.73-10.729c-.3-.3-.79-.3-1.09%200l-4.95%204.95c-.06-1.6-.66-2.8-1.72-3.39c-1.12-.62-2.55-.46-4.01.45l-2.91%201.82c-.2.12-.43.19-.66.19H5c-2.42%200-3.75%201.33-3.75%203.75v4c0%202.42%201.33%203.75%203.75%203.75h.16l-2.94%202.94c-.3.3-.3.79%200%201.09c.16.14.35.22.55.22s.39-.08.54-.23l18.46-18.46c.31-.3.31-.78%200-1.08%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/volume-slash-filled.svg?color=%231a73e8&size=48