speaker 1 icon
speaker-1-fill from Framework7 Icons by Vladimir Kharlampidi · Fill · MIT Free for personal and commercial use.
- Name
- speaker-1-fill
- Set
- Framework7 Icons
- Style
- Fill
- 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 1 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M31.668 49.504c1.594 0 2.742-1.172 2.742-2.742V9.379c0-1.57-1.148-2.883-2.789-2.883c-1.148 0-1.922.516-3.164 1.688l-10.336 9.773a.92.92 0 0 1-.61.211h-6.96c-3.305 0-5.086 1.805-5.086 5.32v9.094c0 3.516 1.781 5.32 5.086 5.32h6.96c.235 0 .446.07.61.211l10.336 9.868c1.125 1.054 2.062 1.523 3.21 1.523m13.312-11.11c.797.563 1.946.376 2.625-.538c1.829-2.462 2.93-6.07 2.93-9.75s-1.125-7.266-2.93-9.774c-.68-.914-1.804-1.102-2.625-.54c-1.03.68-1.148 1.876-.398 2.907c1.36 1.828 2.18 4.617 2.18 7.406c0 2.79-.868 5.579-2.203 7.43c-.704 1.008-.586 2.156.421 2.86"/></svg>
React
import type { SVGProps } from "react";
export function F7Speaker1Fill(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="M31.668 49.504c1.594 0 2.742-1.172 2.742-2.742V9.379c0-1.57-1.148-2.883-2.789-2.883c-1.148 0-1.922.516-3.164 1.688l-10.336 9.773a.92.92 0 0 1-.61.211h-6.96c-3.305 0-5.086 1.805-5.086 5.32v9.094c0 3.516 1.781 5.32 5.086 5.32h6.96c.235 0 .446.07.61.211l10.336 9.868c1.125 1.054 2.062 1.523 3.21 1.523m13.312-11.11c.797.563 1.946.376 2.625-.538c1.829-2.462 2.93-6.07 2.93-9.75s-1.125-7.266-2.93-9.774c-.68-.914-1.804-1.102-2.625-.54c-1.03.68-1.148 1.876-.398 2.907c1.36 1.828 2.18 4.617 2.18 7.406c0 2.79-.868 5.579-2.203 7.43c-.704 1.008-.586 2.156.421 2.86"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M31.668 49.504c1.594 0 2.742-1.172 2.742-2.742V9.379c0-1.57-1.148-2.883-2.789-2.883c-1.148 0-1.922.516-3.164 1.688l-10.336 9.773a.92.92 0 0 1-.61.211h-6.96c-3.305 0-5.086 1.805-5.086 5.32v9.094c0 3.516 1.781 5.32 5.086 5.32h6.96c.235 0 .446.07.61.211l10.336 9.868c1.125 1.054 2.062 1.523 3.21 1.523m13.312-11.11c.797.563 1.946.376 2.625-.538c1.829-2.462 2.93-6.07 2.93-9.75s-1.125-7.266-2.93-9.774c-.68-.914-1.804-1.102-2.625-.54c-1.03.68-1.148 1.876-.398 2.907c1.36 1.828 2.18 4.617 2.18 7.406c0 2.79-.868 5.579-2.203 7.43c-.704 1.008-.586 2.156.421 2.86"/></svg> </template>
CSS
.icon-speaker-1-fill {
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%22M31.668%2049.504c1.594%200%202.742-1.172%202.742-2.742V9.379c0-1.57-1.148-2.883-2.789-2.883c-1.148%200-1.922.516-3.164%201.688l-10.336%209.773a.92.92%200%200%201-.61.211h-6.96c-3.305%200-5.086%201.805-5.086%205.32v9.094c0%203.516%201.781%205.32%205.086%205.32h6.96c.235%200%20.446.07.61.211l10.336%209.868c1.125%201.054%202.062%201.523%203.21%201.523m13.312-11.11c.797.563%201.946.376%202.625-.538c1.829-2.462%202.93-6.07%202.93-9.75s-1.125-7.266-2.93-9.774c-.68-.914-1.804-1.102-2.625-.54c-1.03.68-1.148%201.876-.398%202.907c1.36%201.828%202.18%204.617%202.18%207.406c0%202.79-.868%205.579-2.203%207.43c-.704%201.008-.586%202.156.421%202.86%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%22M31.668%2049.504c1.594%200%202.742-1.172%202.742-2.742V9.379c0-1.57-1.148-2.883-2.789-2.883c-1.148%200-1.922.516-3.164%201.688l-10.336%209.773a.92.92%200%200%201-.61.211h-6.96c-3.305%200-5.086%201.805-5.086%205.32v9.094c0%203.516%201.781%205.32%205.086%205.32h6.96c.235%200%20.446.07.61.211l10.336%209.868c1.125%201.054%202.062%201.523%203.21%201.523m13.312-11.11c.797.563%201.946.376%202.625-.538c1.829-2.462%202.93-6.07%202.93-9.75s-1.125-7.266-2.93-9.774c-.68-.914-1.804-1.102-2.625-.54c-1.03.68-1.148%201.876-.398%202.907c1.36%201.828%202.18%204.617%202.18%207.406c0%202.79-.868%205.579-2.203%207.43c-.704%201.008-.586%202.156.421%202.86%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/speaker-1-fill.svg?color=%231a73e8&size=48