voice off icon
voice-off from IconPark Outline by ByteDance · Outline · Music · Apache-2.0 Free for personal and commercial use.
- Name
- voice-off
- Set
- IconPark Outline
- Style
- Outline
- Category
- Music
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More music icons from IconPark Outline
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="currentColor" stroke-linejoin="round" stroke-width="4"><path d="M31 24V11a7 7 0 1 0-14 0v13a7 7 0 1 0 14 0Z"/><path stroke-linecap="round" d="M9 23c0 8.284 6.716 15 15 15c1.753 0 3.436-.3 5-.853M39 23a14.95 14.95 0 0 1-1.248 6M24 38v6m18-2L6 6"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkOutlineVoiceOff(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="currentColor" strokeLinejoin="round" strokeWidth="4"><path d="M31 24V11a7 7 0 1 0-14 0v13a7 7 0 1 0 14 0Z"/><path strokeLinecap="round" d="M9 23c0 8.284 6.716 15 15 15c1.753 0 3.436-.3 5-.853M39 23a14.95 14.95 0 0 1-1.248 6M24 38v6m18-2L6 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="currentColor" stroke-linejoin="round" stroke-width="4"><path d="M31 24V11a7 7 0 1 0-14 0v13a7 7 0 1 0 14 0Z"/><path stroke-linecap="round" d="M9 23c0 8.284 6.716 15 15 15c1.753 0 3.436-.3 5-.853M39 23a14.95 14.95 0 0 1-1.248 6M24 38v6m18-2L6 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%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M31%2024V11a7%207%200%201%200-14%200v13a7%207%200%201%200%2014%200Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M9%2023c0%208.284%206.716%2015%2015%2015c1.753%200%203.436-.3%205-.853M39%2023a14.95%2014.95%200%200%201-1.248%206M24%2038v6m18-2L6%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%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M31%2024V11a7%207%200%201%200-14%200v13a7%207%200%201%200%2014%200Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M9%2023c0%208.284%206.716%2015%2015%2015c1.753%200%203.436-.3%205-.853M39%2023a14.95%2014.95%200%200%201-1.248%206M24%2038v6m18-2L6%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-outline/voice-off.svg?color=%231a73e8&size=48