volume off filled icon
volume-off-filled from WeUI Icon by WeUI · Filled · MIT Free for personal and commercial use.
- Name
- volume-off-filled
- Set
- WeUI Icon
- Style
- Filled
- Viewbox
- 24×24
- License
- MIT
Related icons in WeUI Icon
Use the volume off filled icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M9.06 6.94L11.3 4.7c.4-.4 1-.4 1.4 0c.2.2.3.4.3.7v5.479l2.879 2.878A3.9 3.9 0 0 0 16.3 12c0-1-.4-2-1.1-2.7l-.1-.1l1.1-1.1l.1.1c1 1 1.6 2.4 1.6 3.8a5.4 5.4 0 0 1-.876 2.902l.918.919C18.73 14.703 19.1 13.413 19.1 12c0-1.8-.7-3.4-1.9-4.7l-.1-.1l1.1-1.1l.1.1c1.5 1.5 2.4 3.6 2.4 5.8c0 1.82-.548 3.503-1.643 4.936l3.035 3.035l-1.06 1.06L4.06 4.061L5.12 3zM13 15.12v3.48c0 .6-.4 1-1 1c-.3 0-.5-.1-.7-.3l-3.8-3.8H3c-.6 0-1-.4-1-1v-5c0-.6.4-1 1-1h3.379L13 15.121z"/></svg>
React
import type { SVGProps } from "react";
export function WeuiVolumeOffFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M9.06 6.94L11.3 4.7c.4-.4 1-.4 1.4 0c.2.2.3.4.3.7v5.479l2.879 2.878A3.9 3.9 0 0 0 16.3 12c0-1-.4-2-1.1-2.7l-.1-.1l1.1-1.1l.1.1c1 1 1.6 2.4 1.6 3.8a5.4 5.4 0 0 1-.876 2.902l.918.919C18.73 14.703 19.1 13.413 19.1 12c0-1.8-.7-3.4-1.9-4.7l-.1-.1l1.1-1.1l.1.1c1.5 1.5 2.4 3.6 2.4 5.8c0 1.82-.548 3.503-1.643 4.936l3.035 3.035l-1.06 1.06L4.06 4.061L5.12 3zM13 15.12v3.48c0 .6-.4 1-1 1c-.3 0-.5-.1-.7-.3l-3.8-3.8H3c-.6 0-1-.4-1-1v-5c0-.6.4-1 1-1h3.379L13 15.121z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M9.06 6.94L11.3 4.7c.4-.4 1-.4 1.4 0c.2.2.3.4.3.7v5.479l2.879 2.878A3.9 3.9 0 0 0 16.3 12c0-1-.4-2-1.1-2.7l-.1-.1l1.1-1.1l.1.1c1 1 1.6 2.4 1.6 3.8a5.4 5.4 0 0 1-.876 2.902l.918.919C18.73 14.703 19.1 13.413 19.1 12c0-1.8-.7-3.4-1.9-4.7l-.1-.1l1.1-1.1l.1.1c1.5 1.5 2.4 3.6 2.4 5.8c0 1.82-.548 3.503-1.643 4.936l3.035 3.035l-1.06 1.06L4.06 4.061L5.12 3zM13 15.12v3.48c0 .6-.4 1-1 1c-.3 0-.5-.1-.7-.3l-3.8-3.8H3c-.6 0-1-.4-1-1v-5c0-.6.4-1 1-1h3.379L13 15.121z"/></svg> </template>
CSS
.icon-volume-off-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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M9.06%206.94L11.3%204.7c.4-.4%201-.4%201.4%200c.2.2.3.4.3.7v5.479l2.879%202.878A3.9%203.9%200%200%200%2016.3%2012c0-1-.4-2-1.1-2.7l-.1-.1l1.1-1.1l.1.1c1%201%201.6%202.4%201.6%203.8a5.4%205.4%200%200%201-.876%202.902l.918.919C18.73%2014.703%2019.1%2013.413%2019.1%2012c0-1.8-.7-3.4-1.9-4.7l-.1-.1l1.1-1.1l.1.1c1.5%201.5%202.4%203.6%202.4%205.8c0%201.82-.548%203.503-1.643%204.936l3.035%203.035l-1.06%201.06L4.06%204.061L5.12%203zM13%2015.12v3.48c0%20.6-.4%201-1%201c-.3%200-.5-.1-.7-.3l-3.8-3.8H3c-.6%200-1-.4-1-1v-5c0-.6.4-1%201-1h3.379L13%2015.121z%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%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M9.06%206.94L11.3%204.7c.4-.4%201-.4%201.4%200c.2.2.3.4.3.7v5.479l2.879%202.878A3.9%203.9%200%200%200%2016.3%2012c0-1-.4-2-1.1-2.7l-.1-.1l1.1-1.1l.1.1c1%201%201.6%202.4%201.6%203.8a5.4%205.4%200%200%201-.876%202.902l.918.919C18.73%2014.703%2019.1%2013.413%2019.1%2012c0-1.8-.7-3.4-1.9-4.7l-.1-.1l1.1-1.1l.1.1c1.5%201.5%202.4%203.6%202.4%205.8c0%201.82-.548%203.503-1.643%204.936l3.035%203.035l-1.06%201.06L4.06%204.061L5.12%203zM13%2015.12v3.48c0%20.6-.4%201-1%201c-.3%200-.5-.1-.7-.3l-3.8-3.8H3c-.6%200-1-.4-1-1v-5c0-.6.4-1%201-1h3.379L13%2015.121z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/weui/volume-off-filled.svg?color=%231a73e8&size=48