speaker from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.

Name
speaker
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 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M40 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.898.563-3.164 1.688l-11.016 9.773c-.14.14-.351.211-.585.211h-6.961c-3.329 0-4.97 1.664-4.97 5.203V32.7c0 3.54 1.641 5.203 4.97 5.203h6.96c.235 0 .446.07.586.211l11.016 9.868c1.148 1.03 2.063 1.523 3.211 1.523m-1.36-4.945c-.117 0-.257-.07-.398-.211L27.86 34.996c-.562-.516-1.03-.633-1.664-.633h-7.804c-.914 0-1.36-.422-1.36-1.36v-9.937c0-.914.446-1.359 1.36-1.359h7.804c.633 0 1.078-.094 1.664-.633l10.383-9.422c.117-.093.258-.187.399-.187c.21 0 .328.14.328.328v32.414c0 .211-.117.352-.328.352"/></svg>

React

import type { SVGProps } from "react";

export function F7Speaker(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="M40 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.898.563-3.164 1.688l-11.016 9.773c-.14.14-.351.211-.585.211h-6.961c-3.329 0-4.97 1.664-4.97 5.203V32.7c0 3.54 1.641 5.203 4.97 5.203h6.96c.235 0 .446.07.586.211l11.016 9.868c1.148 1.03 2.063 1.523 3.211 1.523m-1.36-4.945c-.117 0-.257-.07-.398-.211L27.86 34.996c-.562-.516-1.03-.633-1.664-.633h-7.804c-.914 0-1.36-.422-1.36-1.36v-9.937c0-.914.446-1.359 1.36-1.359h7.804c.633 0 1.078-.094 1.664-.633l10.383-9.422c.117-.093.258-.187.399-.187c.21 0 .328.14.328.328v32.414c0 .211-.117.352-.328.352"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M40 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.898.563-3.164 1.688l-11.016 9.773c-.14.14-.351.211-.585.211h-6.961c-3.329 0-4.97 1.664-4.97 5.203V32.7c0 3.54 1.641 5.203 4.97 5.203h6.96c.235 0 .446.07.586.211l11.016 9.868c1.148 1.03 2.063 1.523 3.211 1.523m-1.36-4.945c-.117 0-.257-.07-.398-.211L27.86 34.996c-.562-.516-1.03-.633-1.664-.633h-7.804c-.914 0-1.36-.422-1.36-1.36v-9.937c0-.914.446-1.359 1.36-1.359h7.804c.633 0 1.078-.094 1.664-.633l10.383-9.422c.117-.093.258-.187.399-.187c.21 0 .328.14.328.328v32.414c0 .211-.117.352-.328.352"/></svg>
</template>

CSS

.icon-speaker {
  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%22M40%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.898.563-3.164%201.688l-11.016%209.773c-.14.14-.351.211-.585.211h-6.961c-3.329%200-4.97%201.664-4.97%205.203V32.7c0%203.54%201.641%205.203%204.97%205.203h6.96c.235%200%20.446.07.586.211l11.016%209.868c1.148%201.03%202.063%201.523%203.211%201.523m-1.36-4.945c-.117%200-.257-.07-.398-.211L27.86%2034.996c-.562-.516-1.03-.633-1.664-.633h-7.804c-.914%200-1.36-.422-1.36-1.36v-9.937c0-.914.446-1.359%201.36-1.359h7.804c.633%200%201.078-.094%201.664-.633l10.383-9.422c.117-.093.258-.187.399-.187c.21%200%20.328.14.328.328v32.414c0%20.211-.117.352-.328.352%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%22M40%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.898.563-3.164%201.688l-11.016%209.773c-.14.14-.351.211-.585.211h-6.961c-3.329%200-4.97%201.664-4.97%205.203V32.7c0%203.54%201.641%205.203%204.97%205.203h6.96c.235%200%20.446.07.586.211l11.016%209.868c1.148%201.03%202.063%201.523%203.211%201.523m-1.36-4.945c-.117%200-.257-.07-.398-.211L27.86%2034.996c-.562-.516-1.03-.633-1.664-.633h-7.804c-.914%200-1.36-.422-1.36-1.36v-9.937c0-.914.446-1.359%201.36-1.359h7.804c.633%200%201.078-.094%201.664-.633l10.383-9.422c.117-.093.258-.187.399-.187c.21%200%20.328.14.328.328v32.414c0%20.211-.117.352-.328.352%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/speaker.svg?color=%231a73e8&size=48