volume off icon
volume-off from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- volume-off
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
volume-offBootstrap Iconsvolume-off-fillEva Iconsvolume-offFont Awesome 6 Solidvolume-offFont Awesome Solidvolume-offHumbleiconsvolume-offIonIconsvolume-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
Related icons in Huge Icons
Use the volume off 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="M22 22L2 2m15 8c.63.767 1 1.705 1 2.72c0 .444-.071.873-.204 1.28M20 8c1.25 1.23 2 2.795 2 4.5c0 1.416-.517 2.737-1.41 3.848M14 14c0 3.145 0 5.531-.926 5.923c-.926.391-2.016-.72-4.195-2.945c-1.13-1.152-1.773-1.407-3.379-1.407c-1.112 0-2.473.148-3.163-.907C2 14.15 2 13.434 2 12c0-1.433 0-2.15.337-2.664c.69-1.055 2.05-.907 3.163-.907c1.107 0 1.857.01 2.46-.469M14 9.5c0-3.145.026-5.031-.9-5.423c-.77-.326-1.568.39-3.1 1.923"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsVolumeOff(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="M22 22L2 2m15 8c.63.767 1 1.705 1 2.72c0 .444-.071.873-.204 1.28M20 8c1.25 1.23 2 2.795 2 4.5c0 1.416-.517 2.737-1.41 3.848M14 14c0 3.145 0 5.531-.926 5.923c-.926.391-2.016-.72-4.195-2.945c-1.13-1.152-1.773-1.407-3.379-1.407c-1.112 0-2.473.148-3.163-.907C2 14.15 2 13.434 2 12c0-1.433 0-2.15.337-2.664c.69-1.055 2.05-.907 3.163-.907c1.107 0 1.857.01 2.46-.469M14 9.5c0-3.145.026-5.031-.9-5.423c-.77-.326-1.568.39-3.1 1.923"/></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="M22 22L2 2m15 8c.63.767 1 1.705 1 2.72c0 .444-.071.873-.204 1.28M20 8c1.25 1.23 2 2.795 2 4.5c0 1.416-.517 2.737-1.41 3.848M14 14c0 3.145 0 5.531-.926 5.923c-.926.391-2.016-.72-4.195-2.945c-1.13-1.152-1.773-1.407-3.379-1.407c-1.112 0-2.473.148-3.163-.907C2 14.15 2 13.434 2 12c0-1.433 0-2.15.337-2.664c.69-1.055 2.05-.907 3.163-.907c1.107 0 1.857.01 2.46-.469M14 9.5c0-3.145.026-5.031-.9-5.423c-.77-.326-1.568.39-3.1 1.923"/></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%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%22M22%2022L2%202m15%208c.63.767%201%201.705%201%202.72c0%20.444-.071.873-.204%201.28M20%208c1.25%201.23%202%202.795%202%204.5c0%201.416-.517%202.737-1.41%203.848M14%2014c0%203.145%200%205.531-.926%205.923c-.926.391-2.016-.72-4.195-2.945c-1.13-1.152-1.773-1.407-3.379-1.407c-1.112%200-2.473.148-3.163-.907C2%2014.15%202%2013.434%202%2012c0-1.433%200-2.15.337-2.664c.69-1.055%202.05-.907%203.163-.907c1.107%200%201.857.01%202.46-.469M14%209.5c0-3.145.026-5.031-.9-5.423c-.77-.326-1.568.39-3.1%201.923%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%22M22%2022L2%202m15%208c.63.767%201%201.705%201%202.72c0%20.444-.071.873-.204%201.28M20%208c1.25%201.23%202%202.795%202%204.5c0%201.416-.517%202.737-1.41%203.848M14%2014c0%203.145%200%205.531-.926%205.923c-.926.391-2.016-.72-4.195-2.945c-1.13-1.152-1.773-1.407-3.379-1.407c-1.112%200-2.473.148-3.163-.907C2%2014.15%202%2013.434%202%2012c0-1.433%200-2.15.337-2.664c.69-1.055%202.05-.907%203.163-.907c1.107%200%201.857.01%202.46-.469M14%209.5c0-3.145.026-5.031-.9-5.423c-.77-.326-1.568.39-3.1%201.923%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/volume-off.svg?color=%231a73e8&size=48