speaker 2 icon
speaker-2 from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- speaker-2
- 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 2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M27.45 49.504c1.593 0 2.741-1.172 2.741-2.742V9.379c0-1.57-1.148-2.883-2.789-2.883c-1.148 0-1.898.563-3.164 1.688l-11.015 9.773c-.141.14-.352.211-.586.211H5.676c-3.328 0-4.969 1.664-4.969 5.203V32.7c0 3.54 1.64 5.203 4.969 5.203h6.96c.235 0 .446.07.587.211l11.015 9.868c1.149 1.03 2.063 1.523 3.211 1.523m20.25-4.781c.913.609 2.038.375 2.695-.563c3.093-4.312 4.898-10.054 4.898-16.054c0-6.024-1.781-11.766-4.898-16.079c-.68-.914-1.782-1.148-2.696-.539c-.89.61-1.031 1.758-.328 2.766c2.555 3.75 4.149 8.672 4.149 13.852s-1.547 10.148-4.149 13.851c-.68 1.008-.562 2.156.328 2.766m-21.61-.164c-.117 0-.258-.07-.399-.211L15.31 34.996c-.563-.516-1.032-.633-1.664-.633H5.84c-.914 0-1.36-.422-1.36-1.36v-9.937c0-.914.446-1.359 1.36-1.359h7.805c.632 0 1.078-.094 1.664-.633l10.382-9.422c.118-.093.258-.187.399-.187c.21 0 .328.14.328.328v32.414c0 .211-.117.352-.328.352m12.258-6.164c.797.562 1.945.374 2.625-.54c1.828-2.46 2.93-6.07 2.93-9.75s-1.125-7.265-2.93-9.773c-.68-.914-1.805-1.102-2.625-.54c-1.032.68-1.149 1.876-.399 2.907c1.36 1.828 2.18 4.617 2.18 7.406c0 2.79-.867 5.579-2.203 7.43c-.703 1.008-.586 2.156.422 2.86"/></svg>
React
import type { SVGProps } from "react";
export function F7Speaker2(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="M27.45 49.504c1.593 0 2.741-1.172 2.741-2.742V9.379c0-1.57-1.148-2.883-2.789-2.883c-1.148 0-1.898.563-3.164 1.688l-11.015 9.773c-.141.14-.352.211-.586.211H5.676c-3.328 0-4.969 1.664-4.969 5.203V32.7c0 3.54 1.64 5.203 4.969 5.203h6.96c.235 0 .446.07.587.211l11.015 9.868c1.149 1.03 2.063 1.523 3.211 1.523m20.25-4.781c.913.609 2.038.375 2.695-.563c3.093-4.312 4.898-10.054 4.898-16.054c0-6.024-1.781-11.766-4.898-16.079c-.68-.914-1.782-1.148-2.696-.539c-.89.61-1.031 1.758-.328 2.766c2.555 3.75 4.149 8.672 4.149 13.852s-1.547 10.148-4.149 13.851c-.68 1.008-.562 2.156.328 2.766m-21.61-.164c-.117 0-.258-.07-.399-.211L15.31 34.996c-.563-.516-1.032-.633-1.664-.633H5.84c-.914 0-1.36-.422-1.36-1.36v-9.937c0-.914.446-1.359 1.36-1.359h7.805c.632 0 1.078-.094 1.664-.633l10.382-9.422c.118-.093.258-.187.399-.187c.21 0 .328.14.328.328v32.414c0 .211-.117.352-.328.352m12.258-6.164c.797.562 1.945.374 2.625-.54c1.828-2.46 2.93-6.07 2.93-9.75s-1.125-7.265-2.93-9.773c-.68-.914-1.805-1.102-2.625-.54c-1.032.68-1.149 1.876-.399 2.907c1.36 1.828 2.18 4.617 2.18 7.406c0 2.79-.867 5.579-2.203 7.43c-.703 1.008-.586 2.156.422 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="M27.45 49.504c1.593 0 2.741-1.172 2.741-2.742V9.379c0-1.57-1.148-2.883-2.789-2.883c-1.148 0-1.898.563-3.164 1.688l-11.015 9.773c-.141.14-.352.211-.586.211H5.676c-3.328 0-4.969 1.664-4.969 5.203V32.7c0 3.54 1.64 5.203 4.969 5.203h6.96c.235 0 .446.07.587.211l11.015 9.868c1.149 1.03 2.063 1.523 3.211 1.523m20.25-4.781c.913.609 2.038.375 2.695-.563c3.093-4.312 4.898-10.054 4.898-16.054c0-6.024-1.781-11.766-4.898-16.079c-.68-.914-1.782-1.148-2.696-.539c-.89.61-1.031 1.758-.328 2.766c2.555 3.75 4.149 8.672 4.149 13.852s-1.547 10.148-4.149 13.851c-.68 1.008-.562 2.156.328 2.766m-21.61-.164c-.117 0-.258-.07-.399-.211L15.31 34.996c-.563-.516-1.032-.633-1.664-.633H5.84c-.914 0-1.36-.422-1.36-1.36v-9.937c0-.914.446-1.359 1.36-1.359h7.805c.632 0 1.078-.094 1.664-.633l10.382-9.422c.118-.093.258-.187.399-.187c.21 0 .328.14.328.328v32.414c0 .211-.117.352-.328.352m12.258-6.164c.797.562 1.945.374 2.625-.54c1.828-2.46 2.93-6.07 2.93-9.75s-1.125-7.265-2.93-9.773c-.68-.914-1.805-1.102-2.625-.54c-1.032.68-1.149 1.876-.399 2.907c1.36 1.828 2.18 4.617 2.18 7.406c0 2.79-.867 5.579-2.203 7.43c-.703 1.008-.586 2.156.422 2.86"/></svg> </template>
CSS
.icon-speaker-2 {
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%22M27.45%2049.504c1.593%200%202.741-1.172%202.741-2.742V9.379c0-1.57-1.148-2.883-2.789-2.883c-1.148%200-1.898.563-3.164%201.688l-11.015%209.773c-.141.14-.352.211-.586.211H5.676c-3.328%200-4.969%201.664-4.969%205.203V32.7c0%203.54%201.64%205.203%204.969%205.203h6.96c.235%200%20.446.07.587.211l11.015%209.868c1.149%201.03%202.063%201.523%203.211%201.523m20.25-4.781c.913.609%202.038.375%202.695-.563c3.093-4.312%204.898-10.054%204.898-16.054c0-6.024-1.781-11.766-4.898-16.079c-.68-.914-1.782-1.148-2.696-.539c-.89.61-1.031%201.758-.328%202.766c2.555%203.75%204.149%208.672%204.149%2013.852s-1.547%2010.148-4.149%2013.851c-.68%201.008-.562%202.156.328%202.766m-21.61-.164c-.117%200-.258-.07-.399-.211L15.31%2034.996c-.563-.516-1.032-.633-1.664-.633H5.84c-.914%200-1.36-.422-1.36-1.36v-9.937c0-.914.446-1.359%201.36-1.359h7.805c.632%200%201.078-.094%201.664-.633l10.382-9.422c.118-.093.258-.187.399-.187c.21%200%20.328.14.328.328v32.414c0%20.211-.117.352-.328.352m12.258-6.164c.797.562%201.945.374%202.625-.54c1.828-2.46%202.93-6.07%202.93-9.75s-1.125-7.265-2.93-9.773c-.68-.914-1.805-1.102-2.625-.54c-1.032.68-1.149%201.876-.399%202.907c1.36%201.828%202.18%204.617%202.18%207.406c0%202.79-.867%205.579-2.203%207.43c-.703%201.008-.586%202.156.422%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%22M27.45%2049.504c1.593%200%202.741-1.172%202.741-2.742V9.379c0-1.57-1.148-2.883-2.789-2.883c-1.148%200-1.898.563-3.164%201.688l-11.015%209.773c-.141.14-.352.211-.586.211H5.676c-3.328%200-4.969%201.664-4.969%205.203V32.7c0%203.54%201.64%205.203%204.969%205.203h6.96c.235%200%20.446.07.587.211l11.015%209.868c1.149%201.03%202.063%201.523%203.211%201.523m20.25-4.781c.913.609%202.038.375%202.695-.563c3.093-4.312%204.898-10.054%204.898-16.054c0-6.024-1.781-11.766-4.898-16.079c-.68-.914-1.782-1.148-2.696-.539c-.89.61-1.031%201.758-.328%202.766c2.555%203.75%204.149%208.672%204.149%2013.852s-1.547%2010.148-4.149%2013.851c-.68%201.008-.562%202.156.328%202.766m-21.61-.164c-.117%200-.258-.07-.399-.211L15.31%2034.996c-.563-.516-1.032-.633-1.664-.633H5.84c-.914%200-1.36-.422-1.36-1.36v-9.937c0-.914.446-1.359%201.36-1.359h7.805c.632%200%201.078-.094%201.664-.633l10.382-9.422c.118-.093.258-.187.399-.187c.21%200%20.328.14.328.328v32.414c0%20.211-.117.352-.328.352m12.258-6.164c.797.562%201.945.374%202.625-.54c1.828-2.46%202.93-6.07%202.93-9.75s-1.125-7.265-2.93-9.773c-.68-.914-1.805-1.102-2.625-.54c-1.032.68-1.149%201.876-.399%202.907c1.36%201.828%202.18%204.617%202.18%207.406c0%202.79-.867%205.579-2.203%207.43c-.703%201.008-.586%202.156.422%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-2.svg?color=%231a73e8&size=48