volume off icon
volume-off-duotone from Keyline Icons by Keyline Icons · Duotone · MIT Free for personal and commercial use.
- Name
- volume-off-duotone
- Set
- Keyline Icons
- Style
- Duotone
- Viewbox
- 24×24
- License
- MIT
7 other variants in Keyline Icons
The same icon in other sets
volume-offBootstrap Iconsvolume-off-fillEva Iconsvolume-offFont Awesome 6 Solidvolume-offFont Awesome Solidvolume-offHuge Iconsvolume-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 Keyline Icons
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="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path fill="currentColor" fill-opacity=".4" d="M12 12V18.9962C12 20.9544 9.4772 21.746 8.3585 20.1388L5.4777 16H3C1.8954 16 1 15.1046 1 14V10C1 8.8954 1.8954 8 3 8H5.4777L6.5128 6.5128L12 12Z" stroke="none"/><path stroke-opacity=".4" d="M15.8044 6.9091C17.2058 8.2316 18 10.0732 18 12C18 12.112 17.9973 12.2238 17.992 12.3351M18.5498 4C20.7519 6.0782 22 8.9721 22 12C22 13.2746 21.7788 14.5254 21.3585 15.7016"/><path d="M2 2L22 22"/></g></svg>
React
import type { SVGProps } from "react";
export function KeylineIconsVolumeOffDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path fill="currentColor" fillOpacity=".4" d="M12 12V18.9962C12 20.9544 9.4772 21.746 8.3585 20.1388L5.4777 16H3C1.8954 16 1 15.1046 1 14V10C1 8.8954 1.8954 8 3 8H5.4777L6.5128 6.5128L12 12Z" stroke="none"/><path strokeOpacity=".4" d="M15.8044 6.9091C17.2058 8.2316 18 10.0732 18 12C18 12.112 17.9973 12.2238 17.992 12.3351M18.5498 4C20.7519 6.0782 22 8.9721 22 12C22 13.2746 21.7788 14.5254 21.3585 15.7016"/><path d="M2 2L22 22"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path fill="currentColor" fill-opacity=".4" d="M12 12V18.9962C12 20.9544 9.4772 21.746 8.3585 20.1388L5.4777 16H3C1.8954 16 1 15.1046 1 14V10C1 8.8954 1.8954 8 3 8H5.4777L6.5128 6.5128L12 12Z" stroke="none"/><path stroke-opacity=".4" d="M15.8044 6.9091C17.2058 8.2316 18 10.0732 18 12C18 12.112 17.9973 12.2238 17.992 12.3351M18.5498 4C20.7519 6.0782 22 8.9721 22 12C22 13.2746 21.7788 14.5254 21.3585 15.7016"/><path d="M2 2L22 22"/></g></svg> </template>
CSS
.icon-volume-off-duotone {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.4%22%20d%3D%22M12%2012V18.9962C12%2020.9544%209.4772%2021.746%208.3585%2020.1388L5.4777%2016H3C1.8954%2016%201%2015.1046%201%2014V10C1%208.8954%201.8954%208%203%208H5.4777L6.5128%206.5128L12%2012Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20stroke-opacity%3D%22.4%22%20d%3D%22M15.8044%206.9091C17.2058%208.2316%2018%2010.0732%2018%2012C18%2012.112%2017.9973%2012.2238%2017.992%2012.3351M18.5498%204C20.7519%206.0782%2022%208.9721%2022%2012C22%2013.2746%2021.7788%2014.5254%2021.3585%2015.7016%22%2F%3E%3Cpath%20d%3D%22M2%202L22%2022%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.4%22%20d%3D%22M12%2012V18.9962C12%2020.9544%209.4772%2021.746%208.3585%2020.1388L5.4777%2016H3C1.8954%2016%201%2015.1046%201%2014V10C1%208.8954%201.8954%208%203%208H5.4777L6.5128%206.5128L12%2012Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20stroke-opacity%3D%22.4%22%20d%3D%22M15.8044%206.9091C17.2058%208.2316%2018%2010.0732%2018%2012C18%2012.112%2017.9973%2012.2238%2017.992%2012.3351M18.5498%204C20.7519%206.0782%2022%208.9721%2022%2012C22%2013.2746%2021.7788%2014.5254%2021.3585%2015.7016%22%2F%3E%3Cpath%20d%3D%22M2%202L22%2022%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/keyline-icons/volume-off-duotone.svg?color=%231a73e8&size=48