voice off icon
voice-off from IconPark by ByteDance · Color · Music · Apache-2.0 Free for personal and commercial use.
- Name
- voice-off
- Set
- IconPark
- Style
- Color
- Category
- Music
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More music icons from IconPark
Use the voice off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linejoin="round" stroke-width="4"><path d="M31 24V11C31 7.13401 27.866 4 24 4C20.134 4 17 7.13401 17 11V24C17 27.866 20.134 31 24 31C27.866 31 31 27.866 31 24Z"/><path stroke-linecap="round" d="M9 23C9 31.2843 15.7157 38 24 38C25.7532 38 27.4361 37.6992 29 37.1465M39 23C39 25.1333 38.5547 27.1626 37.7519 29"/><path stroke-linecap="round" d="M24 38V44"/><path stroke-linecap="round" d="M42 42L6 6"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkVoiceOff(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" strokeLinejoin="round" strokeWidth="4"><path d="M31 24V11C31 7.13401 27.866 4 24 4C20.134 4 17 7.13401 17 11V24C17 27.866 20.134 31 24 31C27.866 31 31 27.866 31 24Z"/><path strokeLinecap="round" d="M9 23C9 31.2843 15.7157 38 24 38C25.7532 38 27.4361 37.6992 29 37.1465M39 23C39 25.1333 38.5547 27.1626 37.7519 29"/><path strokeLinecap="round" d="M24 38V44"/><path strokeLinecap="round" d="M42 42L6 6"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linejoin="round" stroke-width="4"><path d="M31 24V11C31 7.13401 27.866 4 24 4C20.134 4 17 7.13401 17 11V24C17 27.866 20.134 31 24 31C27.866 31 31 27.866 31 24Z"/><path stroke-linecap="round" d="M9 23C9 31.2843 15.7157 38 24 38C25.7532 38 27.4361 37.6992 29 37.1465M39 23C39 25.1333 38.5547 27.1626 37.7519 29"/><path stroke-linecap="round" d="M24 38V44"/><path stroke-linecap="round" d="M42 42L6 6"/></g></svg> </template>
CSS
.icon-voice-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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M31%2024V11C31%207.13401%2027.866%204%2024%204C20.134%204%2017%207.13401%2017%2011V24C17%2027.866%2020.134%2031%2024%2031C27.866%2031%2031%2027.866%2031%2024Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M9%2023C9%2031.2843%2015.7157%2038%2024%2038C25.7532%2038%2027.4361%2037.6992%2029%2037.1465M39%2023C39%2025.1333%2038.5547%2027.1626%2037.7519%2029%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M24%2038V44%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M42%2042L6%206%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M31%2024V11C31%207.13401%2027.866%204%2024%204C20.134%204%2017%207.13401%2017%2011V24C17%2027.866%2020.134%2031%2024%2031C27.866%2031%2031%2027.866%2031%2024Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M9%2023C9%2031.2843%2015.7157%2038%2024%2038C25.7532%2038%2027.4361%2037.6992%2029%2037.1465M39%2023C39%2025.1333%2038.5547%2027.1626%2037.7519%2029%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M24%2038V44%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M42%2042L6%206%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/voice-off.svg?color=%231a73e8&size=48