volume off icon
volume-off from Reicon by REICON · Outline · UI · MIT Free for personal and commercial use.
- Name
- volume-off
- Set
- Reicon
- Style
- Outline
- 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 fill-rule="evenodd" 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.061L7.82 6.758l-.007-.006zm4.714 6.835q-.09.065-.186.119a2.5 2.5 0 0 1-.686.265c-.273.061-.553.061-.891.061H3.9c-.432 0-.712 0-.924.018c-.204.017-.28.045-.316.064a.75.75 0 0 0-.328.328c-.02.037-.047.112-.064.316c-.017.212-.018.492-.018.924v3.2c0 .432 0 .712.018.924c.017.204.045.28.064.317a.75.75 0 0 0 .328.327c.037.02.112.047.316.064c.212.017.492.018.924.018h1.58c.34 0 .62 0 .892.061a2.5 2.5 0 0 1 .686.265c.243.138.45.327.7.555l4.437 4.033a.332.332 0 0 0 .555-.246v-6.107z" clip-rule="evenodd"/><path d="M12.418 2.25c-.455 0-.895.17-1.232.476l-2.31 2.1a.75.75 0 0 0 1.01 1.11l2.309-2.1a.332.332 0 0 1 .555.246V9.5a.75.75 0 0 0 1.5 0V4.082c0-1.012-.82-1.832-1.832-1.832M18.95 3.4a.75.75 0 0 0-.9 1.2a9.23 9.23 0 0 1 3.7 7.4a9.2 9.2 0 0 1-1.293 4.719a.75.75 0 0 0 1.29.766A10.7 10.7 0 0 0 23.25 12c0-3.517-1.69-6.64-4.3-8.6"/><path d="M17 6.969a.75.75 0 1 0-1 1.118A5.24 5.24 0 0 1 17.75 12c0 .653-.119 1.277-.336 1.852a.75.75 0 1 0 1.404.529c.28-.742.432-1.544.432-2.381c0-2-.87-3.796-2.25-5.031"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconVolumeOff(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 fillRule="evenodd" 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.061L7.82 6.758l-.007-.006zm4.714 6.835q-.09.065-.186.119a2.5 2.5 0 0 1-.686.265c-.273.061-.553.061-.891.061H3.9c-.432 0-.712 0-.924.018c-.204.017-.28.045-.316.064a.75.75 0 0 0-.328.328c-.02.037-.047.112-.064.316c-.017.212-.018.492-.018.924v3.2c0 .432 0 .712.018.924c.017.204.045.28.064.317a.75.75 0 0 0 .328.327c.037.02.112.047.316.064c.212.017.492.018.924.018h1.58c.34 0 .62 0 .892.061a2.5 2.5 0 0 1 .686.265c.243.138.45.327.7.555l4.437 4.033a.332.332 0 0 0 .555-.246v-6.107z" clipRule="evenodd"/><path d="M12.418 2.25c-.455 0-.895.17-1.232.476l-2.31 2.1a.75.75 0 0 0 1.01 1.11l2.309-2.1a.332.332 0 0 1 .555.246V9.5a.75.75 0 0 0 1.5 0V4.082c0-1.012-.82-1.832-1.832-1.832M18.95 3.4a.75.75 0 0 0-.9 1.2a9.23 9.23 0 0 1 3.7 7.4a9.2 9.2 0 0 1-1.293 4.719a.75.75 0 0 0 1.29.766A10.7 10.7 0 0 0 23.25 12c0-3.517-1.69-6.64-4.3-8.6"/><path d="M17 6.969a.75.75 0 1 0-1 1.118A5.24 5.24 0 0 1 17.75 12c0 .653-.119 1.277-.336 1.852a.75.75 0 1 0 1.404.529c.28-.742.432-1.544.432-2.381c0-2-.87-3.796-2.25-5.031"/></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 fill-rule="evenodd" 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.061L7.82 6.758l-.007-.006zm4.714 6.835q-.09.065-.186.119a2.5 2.5 0 0 1-.686.265c-.273.061-.553.061-.891.061H3.9c-.432 0-.712 0-.924.018c-.204.017-.28.045-.316.064a.75.75 0 0 0-.328.328c-.02.037-.047.112-.064.316c-.017.212-.018.492-.018.924v3.2c0 .432 0 .712.018.924c.017.204.045.28.064.317a.75.75 0 0 0 .328.327c.037.02.112.047.316.064c.212.017.492.018.924.018h1.58c.34 0 .62 0 .892.061a2.5 2.5 0 0 1 .686.265c.243.138.45.327.7.555l4.437 4.033a.332.332 0 0 0 .555-.246v-6.107z" clip-rule="evenodd"/><path d="M12.418 2.25c-.455 0-.895.17-1.232.476l-2.31 2.1a.75.75 0 0 0 1.01 1.11l2.309-2.1a.332.332 0 0 1 .555.246V9.5a.75.75 0 0 0 1.5 0V4.082c0-1.012-.82-1.832-1.832-1.832M18.95 3.4a.75.75 0 0 0-.9 1.2a9.23 9.23 0 0 1 3.7 7.4a9.2 9.2 0 0 1-1.293 4.719a.75.75 0 0 0 1.29.766A10.7 10.7 0 0 0 23.25 12c0-3.517-1.69-6.64-4.3-8.6"/><path d="M17 6.969a.75.75 0 1 0-1 1.118A5.24 5.24 0 0 1 17.75 12c0 .653-.119 1.277-.336 1.852a.75.75 0 1 0 1.404.529c.28-.742.432-1.544.432-2.381c0-2-.87-3.796-2.25-5.031"/></g></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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%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.061L7.82%206.758l-.007-.006zm4.714%206.835q-.09.065-.186.119a2.5%202.5%200%200%201-.686.265c-.273.061-.553.061-.891.061H3.9c-.432%200-.712%200-.924.018c-.204.017-.28.045-.316.064a.75.75%200%200%200-.328.328c-.02.037-.047.112-.064.316c-.017.212-.018.492-.018.924v3.2c0%20.432%200%20.712.018.924c.017.204.045.28.064.317a.75.75%200%200%200%20.328.327c.037.02.112.047.316.064c.212.017.492.018.924.018h1.58c.34%200%20.62%200%20.892.061a2.5%202.5%200%200%201%20.686.265c.243.138.45.327.7.555l4.437%204.033a.332.332%200%200%200%20.555-.246v-6.107z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M12.418%202.25c-.455%200-.895.17-1.232.476l-2.31%202.1a.75.75%200%200%200%201.01%201.11l2.309-2.1a.332.332%200%200%201%20.555.246V9.5a.75.75%200%200%200%201.5%200V4.082c0-1.012-.82-1.832-1.832-1.832M18.95%203.4a.75.75%200%200%200-.9%201.2a9.23%209.23%200%200%201%203.7%207.4a9.2%209.2%200%200%201-1.293%204.719a.75.75%200%200%200%201.29.766A10.7%2010.7%200%200%200%2023.25%2012c0-3.517-1.69-6.64-4.3-8.6%22%2F%3E%3Cpath%20d%3D%22M17%206.969a.75.75%200%201%200-1%201.118A5.24%205.24%200%200%201%2017.75%2012c0%20.653-.119%201.277-.336%201.852a.75.75%200%201%200%201.404.529c.28-.742.432-1.544.432-2.381c0-2-.87-3.796-2.25-5.031%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%20fill-rule%3D%22evenodd%22%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.061L7.82%206.758l-.007-.006zm4.714%206.835q-.09.065-.186.119a2.5%202.5%200%200%201-.686.265c-.273.061-.553.061-.891.061H3.9c-.432%200-.712%200-.924.018c-.204.017-.28.045-.316.064a.75.75%200%200%200-.328.328c-.02.037-.047.112-.064.316c-.017.212-.018.492-.018.924v3.2c0%20.432%200%20.712.018.924c.017.204.045.28.064.317a.75.75%200%200%200%20.328.327c.037.02.112.047.316.064c.212.017.492.018.924.018h1.58c.34%200%20.62%200%20.892.061a2.5%202.5%200%200%201%20.686.265c.243.138.45.327.7.555l4.437%204.033a.332.332%200%200%200%20.555-.246v-6.107z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M12.418%202.25c-.455%200-.895.17-1.232.476l-2.31%202.1a.75.75%200%200%200%201.01%201.11l2.309-2.1a.332.332%200%200%201%20.555.246V9.5a.75.75%200%200%200%201.5%200V4.082c0-1.012-.82-1.832-1.832-1.832M18.95%203.4a.75.75%200%200%200-.9%201.2a9.23%209.23%200%200%201%203.7%207.4a9.2%209.2%200%200%201-1.293%204.719a.75.75%200%200%200%201.29.766A10.7%2010.7%200%200%200%2023.25%2012c0-3.517-1.69-6.64-4.3-8.6%22%2F%3E%3Cpath%20d%3D%22M17%206.969a.75.75%200%201%200-1%201.118A5.24%205.24%200%200%201%2017.75%2012c0%20.653-.119%201.277-.336%201.852a.75.75%200%201%200%201.404.529c.28-.742.432-1.544.432-2.381c0-2-.87-3.796-2.25-5.031%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.svg?color=%231a73e8&size=48