speaker slash icon
speaker-slash from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- speaker-slash
- Set
- Framework7 Icons
- Style
- Outline
- Viewbox
- 56×56
- License
- MIT
1 other variant in Framework7 Icons
The same icon in other sets
Related icons in Framework7 Icons
Use the speaker slash icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M39.719 33.566V8.207c0-1.57-1.149-2.883-2.79-2.883c-1.148 0-1.898.563-3.163 1.688l-10.829 9.633l2.602 2.625l9.68-8.79c.117-.093.234-.187.398-.187a.32.32 0 0 1 .328.328v19.172Zm7.054 16.407c.727.703 1.875.703 2.555 0c.703-.727.727-1.852 0-2.555L9.203 7.293a1.84 1.84 0 0 0-2.578 0c-.68.68-.68 1.875 0 2.555Zm-9.797-1.641c1.032 0 1.922-.539 2.461-1.594l-2.859-2.742l-11.883-10.289c-.515-.445-.797-.516-1.453-.516h-7.758c-.914 0-1.476-.562-1.476-1.476V21.59l-2.813-3c-.656.937-.96 2.133-.96 3.68v9.14c0 3.516 1.78 5.32 5.085 5.32h6.844c.234 0 .422.07.586.211l11.016 9.868c1.148 1.03 2.062 1.523 3.21 1.523"/></svg>
React
import type { SVGProps } from "react";
export function F7SpeakerSlash(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M39.719 33.566V8.207c0-1.57-1.149-2.883-2.79-2.883c-1.148 0-1.898.563-3.163 1.688l-10.829 9.633l2.602 2.625l9.68-8.79c.117-.093.234-.187.398-.187a.32.32 0 0 1 .328.328v19.172Zm7.054 16.407c.727.703 1.875.703 2.555 0c.703-.727.727-1.852 0-2.555L9.203 7.293a1.84 1.84 0 0 0-2.578 0c-.68.68-.68 1.875 0 2.555Zm-9.797-1.641c1.032 0 1.922-.539 2.461-1.594l-2.859-2.742l-11.883-10.289c-.515-.445-.797-.516-1.453-.516h-7.758c-.914 0-1.476-.562-1.476-1.476V21.59l-2.813-3c-.656.937-.96 2.133-.96 3.68v9.14c0 3.516 1.78 5.32 5.085 5.32h6.844c.234 0 .422.07.586.211l11.016 9.868c1.148 1.03 2.062 1.523 3.21 1.523"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M39.719 33.566V8.207c0-1.57-1.149-2.883-2.79-2.883c-1.148 0-1.898.563-3.163 1.688l-10.829 9.633l2.602 2.625l9.68-8.79c.117-.093.234-.187.398-.187a.32.32 0 0 1 .328.328v19.172Zm7.054 16.407c.727.703 1.875.703 2.555 0c.703-.727.727-1.852 0-2.555L9.203 7.293a1.84 1.84 0 0 0-2.578 0c-.68.68-.68 1.875 0 2.555Zm-9.797-1.641c1.032 0 1.922-.539 2.461-1.594l-2.859-2.742l-11.883-10.289c-.515-.445-.797-.516-1.453-.516h-7.758c-.914 0-1.476-.562-1.476-1.476V21.59l-2.813-3c-.656.937-.96 2.133-.96 3.68v9.14c0 3.516 1.78 5.32 5.085 5.32h6.844c.234 0 .422.07.586.211l11.016 9.868c1.148 1.03 2.062 1.523 3.21 1.523"/></svg> </template>
CSS
.icon-speaker-slash {
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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M39.719%2033.566V8.207c0-1.57-1.149-2.883-2.79-2.883c-1.148%200-1.898.563-3.163%201.688l-10.829%209.633l2.602%202.625l9.68-8.79c.117-.093.234-.187.398-.187a.32.32%200%200%201%20.328.328v19.172Zm7.054%2016.407c.727.703%201.875.703%202.555%200c.703-.727.727-1.852%200-2.555L9.203%207.293a1.84%201.84%200%200%200-2.578%200c-.68.68-.68%201.875%200%202.555Zm-9.797-1.641c1.032%200%201.922-.539%202.461-1.594l-2.859-2.742l-11.883-10.289c-.515-.445-.797-.516-1.453-.516h-7.758c-.914%200-1.476-.562-1.476-1.476V21.59l-2.813-3c-.656.937-.96%202.133-.96%203.68v9.14c0%203.516%201.78%205.32%205.085%205.32h6.844c.234%200%20.422.07.586.211l11.016%209.868c1.148%201.03%202.062%201.523%203.21%201.523%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M39.719%2033.566V8.207c0-1.57-1.149-2.883-2.79-2.883c-1.148%200-1.898.563-3.163%201.688l-10.829%209.633l2.602%202.625l9.68-8.79c.117-.093.234-.187.398-.187a.32.32%200%200%201%20.328.328v19.172Zm7.054%2016.407c.727.703%201.875.703%202.555%200c.703-.727.727-1.852%200-2.555L9.203%207.293a1.84%201.84%200%200%200-2.578%200c-.68.68-.68%201.875%200%202.555Zm-9.797-1.641c1.032%200%201.922-.539%202.461-1.594l-2.859-2.742l-11.883-10.289c-.515-.445-.797-.516-1.453-.516h-7.758c-.914%200-1.476-.562-1.476-1.476V21.59l-2.813-3c-.656.937-.96%202.133-.96%203.68v9.14c0%203.516%201.78%205.32%205.085%205.32h6.844c.234%200%20.422.07.586.211l11.016%209.868c1.148%201.03%202.062%201.523%203.21%201.523%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/speaker-slash.svg?color=%231a73e8&size=48