volume off icon
volume-off-filled from Reicon by REICON · Filled · UI · MIT Free for personal and commercial use.
- Name
- volume-off-filled
- Set
- Reicon
- Style
- Filled
- Category
- UI
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
All volume off icons →volume-offBootstrap Iconsvolume-off-fillEva Iconsvolume-offFont Awesome 6 Solidvolume-offFont Awesome Solidvolume-offHuge Iconsvolume-offHumbleiconsvolume-offIonIconsvolume-offKeyline Iconsvolume-offLine Awesomevolume-offLucidevolume-offMaterial Symbolsvolume-offMaterial Symbols Lightvolume-offMaterial Design Iconsvolume-off-fillMingCute Iconvolume-offMyna UI Iconsvolume-offPrime Iconsvolume-offTabler Iconsvolume-offUniconsvolume-off-outlinedWeUI Icon
More ui icons from Reicon
Use the volume off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M2.53 1.47a.75.75 0 0 0-1.06 1.06L6.138 7.2a1 1 0 0 1-.095.026c-.09.02-.192.024-.625.024H3.87c-.395 0-.736 0-1.017.023a2.3 2.3 0 0 0-.875.222a2.25 2.25 0 0 0-.984.984a2.3 2.3 0 0 0-.222.875c-.023.28-.023.622-.023 1.017v3.258c0 .395 0 .736.023 1.017c.024.297.078.592.222.875c.216.424.56.768.984.984c.283.144.578.198.875.222c.28.023.622.023 1.017.023h1.547c.433 0 .535.004.625.024a1 1 0 0 1 .274.106c.08.046.159.111.48.403l4.389 3.99a1.831 1.831 0 0 0 3.064-1.355v-4.607l7.22 7.22a.75.75 0 1 0 1.06-1.061zm8.656 1.256a1.832 1.832 0 0 1 3.064 1.356V9.5a.75.75 0 0 1-1.28.53L8.85 5.911a.75.75 0 0 1 .026-1.085zm6.714.824a.75.75 0 0 1 1.05-.15a10.73 10.73 0 0 1 4.3 8.6a10.7 10.7 0 0 1-1.503 5.485a.75.75 0 1 1-1.29-.766A9.2 9.2 0 0 0 21.75 12a9.23 9.23 0 0 0-3.7-7.4a.75.75 0 0 1-.15-1.05"/><path d="M15.941 7.028a.75.75 0 0 1 1.06-.059A6.74 6.74 0 0 1 19.25 12c0 .837-.153 1.64-.432 2.38a.75.75 0 0 1-1.404-.528A5.2 5.2 0 0 0 17.75 12c0-1.555-.675-2.95-1.75-3.913a.75.75 0 0 1-.059-1.06"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconVolumeOffFilled(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="M2.53 1.47a.75.75 0 0 0-1.06 1.06L6.138 7.2a1 1 0 0 1-.095.026c-.09.02-.192.024-.625.024H3.87c-.395 0-.736 0-1.017.023a2.3 2.3 0 0 0-.875.222a2.25 2.25 0 0 0-.984.984a2.3 2.3 0 0 0-.222.875c-.023.28-.023.622-.023 1.017v3.258c0 .395 0 .736.023 1.017c.024.297.078.592.222.875c.216.424.56.768.984.984c.283.144.578.198.875.222c.28.023.622.023 1.017.023h1.547c.433 0 .535.004.625.024a1 1 0 0 1 .274.106c.08.046.159.111.48.403l4.389 3.99a1.831 1.831 0 0 0 3.064-1.355v-4.607l7.22 7.22a.75.75 0 1 0 1.06-1.061zm8.656 1.256a1.832 1.832 0 0 1 3.064 1.356V9.5a.75.75 0 0 1-1.28.53L8.85 5.911a.75.75 0 0 1 .026-1.085zm6.714.824a.75.75 0 0 1 1.05-.15a10.73 10.73 0 0 1 4.3 8.6a10.7 10.7 0 0 1-1.503 5.485a.75.75 0 1 1-1.29-.766A9.2 9.2 0 0 0 21.75 12a9.23 9.23 0 0 0-3.7-7.4a.75.75 0 0 1-.15-1.05"/><path d="M15.941 7.028a.75.75 0 0 1 1.06-.059A6.74 6.74 0 0 1 19.25 12c0 .837-.153 1.64-.432 2.38a.75.75 0 0 1-1.404-.528A5.2 5.2 0 0 0 17.75 12c0-1.555-.675-2.95-1.75-3.913a.75.75 0 0 1-.059-1.06"/></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="M2.53 1.47a.75.75 0 0 0-1.06 1.06L6.138 7.2a1 1 0 0 1-.095.026c-.09.02-.192.024-.625.024H3.87c-.395 0-.736 0-1.017.023a2.3 2.3 0 0 0-.875.222a2.25 2.25 0 0 0-.984.984a2.3 2.3 0 0 0-.222.875c-.023.28-.023.622-.023 1.017v3.258c0 .395 0 .736.023 1.017c.024.297.078.592.222.875c.216.424.56.768.984.984c.283.144.578.198.875.222c.28.023.622.023 1.017.023h1.547c.433 0 .535.004.625.024a1 1 0 0 1 .274.106c.08.046.159.111.48.403l4.389 3.99a1.831 1.831 0 0 0 3.064-1.355v-4.607l7.22 7.22a.75.75 0 1 0 1.06-1.061zm8.656 1.256a1.832 1.832 0 0 1 3.064 1.356V9.5a.75.75 0 0 1-1.28.53L8.85 5.911a.75.75 0 0 1 .026-1.085zm6.714.824a.75.75 0 0 1 1.05-.15a10.73 10.73 0 0 1 4.3 8.6a10.7 10.7 0 0 1-1.503 5.485a.75.75 0 1 1-1.29-.766A9.2 9.2 0 0 0 21.75 12a9.23 9.23 0 0 0-3.7-7.4a.75.75 0 0 1-.15-1.05"/><path d="M15.941 7.028a.75.75 0 0 1 1.06-.059A6.74 6.74 0 0 1 19.25 12c0 .837-.153 1.64-.432 2.38a.75.75 0 0 1-1.404-.528A5.2 5.2 0 0 0 17.75 12c0-1.555-.675-2.95-1.75-3.913a.75.75 0 0 1-.059-1.06"/></g></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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M2.53%201.47a.75.75%200%200%200-1.06%201.06L6.138%207.2a1%201%200%200%201-.095.026c-.09.02-.192.024-.625.024H3.87c-.395%200-.736%200-1.017.023a2.3%202.3%200%200%200-.875.222a2.25%202.25%200%200%200-.984.984a2.3%202.3%200%200%200-.222.875c-.023.28-.023.622-.023%201.017v3.258c0%20.395%200%20.736.023%201.017c.024.297.078.592.222.875c.216.424.56.768.984.984c.283.144.578.198.875.222c.28.023.622.023%201.017.023h1.547c.433%200%20.535.004.625.024a1%201%200%200%201%20.274.106c.08.046.159.111.48.403l4.389%203.99a1.831%201.831%200%200%200%203.064-1.355v-4.607l7.22%207.22a.75.75%200%201%200%201.06-1.061zm8.656%201.256a1.832%201.832%200%200%201%203.064%201.356V9.5a.75.75%200%200%201-1.28.53L8.85%205.911a.75.75%200%200%201%20.026-1.085zm6.714.824a.75.75%200%200%201%201.05-.15a10.73%2010.73%200%200%201%204.3%208.6a10.7%2010.7%200%200%201-1.503%205.485a.75.75%200%201%201-1.29-.766A9.2%209.2%200%200%200%2021.75%2012a9.23%209.23%200%200%200-3.7-7.4a.75.75%200%200%201-.15-1.05%22%2F%3E%3Cpath%20d%3D%22M15.941%207.028a.75.75%200%200%201%201.06-.059A6.74%206.74%200%200%201%2019.25%2012c0%20.837-.153%201.64-.432%202.38a.75.75%200%200%201-1.404-.528A5.2%205.2%200%200%200%2017.75%2012c0-1.555-.675-2.95-1.75-3.913a.75.75%200%200%201-.059-1.06%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%22M2.53%201.47a.75.75%200%200%200-1.06%201.06L6.138%207.2a1%201%200%200%201-.095.026c-.09.02-.192.024-.625.024H3.87c-.395%200-.736%200-1.017.023a2.3%202.3%200%200%200-.875.222a2.25%202.25%200%200%200-.984.984a2.3%202.3%200%200%200-.222.875c-.023.28-.023.622-.023%201.017v3.258c0%20.395%200%20.736.023%201.017c.024.297.078.592.222.875c.216.424.56.768.984.984c.283.144.578.198.875.222c.28.023.622.023%201.017.023h1.547c.433%200%20.535.004.625.024a1%201%200%200%201%20.274.106c.08.046.159.111.48.403l4.389%203.99a1.831%201.831%200%200%200%203.064-1.355v-4.607l7.22%207.22a.75.75%200%201%200%201.06-1.061zm8.656%201.256a1.832%201.832%200%200%201%203.064%201.356V9.5a.75.75%200%200%201-1.28.53L8.85%205.911a.75.75%200%200%201%20.026-1.085zm6.714.824a.75.75%200%200%201%201.05-.15a10.73%2010.73%200%200%201%204.3%208.6a10.7%2010.7%200%200%201-1.503%205.485a.75.75%200%201%201-1.29-.766A9.2%209.2%200%200%200%2021.75%2012a9.23%209.23%200%200%200-3.7-7.4a.75.75%200%200%201-.15-1.05%22%2F%3E%3Cpath%20d%3D%22M15.941%207.028a.75.75%200%200%201%201.06-.059A6.74%206.74%200%200%201%2019.25%2012c0%20.837-.153%201.64-.432%202.38a.75.75%200%200%201-1.404-.528A5.2%205.2%200%200%200%2017.75%2012c0-1.555-.675-2.95-1.75-3.913a.75.75%200%200%201-.059-1.06%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-off-filled.svg?color=%231a73e8&size=48