movie-speaker from Material Symbols Light by Google · Regular · Audio & Video · Apache-2.0 Free for personal and commercial use.

Name
movie-speaker
Set
Material Symbols Light
Style
Regular
Category
Audio & Video
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More audio & video icons from Material Symbols Light

Use the movie speaker icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m15.75 20.539l-2.192-2.155H11v-2.788h2.558l2.192-2.134zm2 1.207v-1.069q1.383-.235 2.288-1.268q.904-1.034.904-2.428t-.904-2.428t-2.288-1.269v-1.05q1.81.241 3.001 1.586T21.942 17q0 1.816-1.191 3.16q-1.191 1.346-3.001 1.586m0-2.946v-3.62q.579.205.934.705q.354.5.354 1.115t-.354 1.106t-.934.694M4.615 19q-.67 0-1.143-.472Q3 18.056 3 17.385V6.615q0-.67.472-1.143Q3.944 5 4.616 5l1.5 3h3l-1.5-3h2l1.5 3h3l-1.5-3h2l1.5 3h3l-1.5-3h1.769q.67 0 1.143.472q.472.472.472 1.144v4.255q-.783-.519-1.674-.81t-1.853-.292h-1.221l-3.654 3.443H8.615V19z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightMovieSpeaker(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m15.75 20.539l-2.192-2.155H11v-2.788h2.558l2.192-2.134zm2 1.207v-1.069q1.383-.235 2.288-1.268q.904-1.034.904-2.428t-.904-2.428t-2.288-1.269v-1.05q1.81.241 3.001 1.586T21.942 17q0 1.816-1.191 3.16q-1.191 1.346-3.001 1.586m0-2.946v-3.62q.579.205.934.705q.354.5.354 1.115t-.354 1.106t-.934.694M4.615 19q-.67 0-1.143-.472Q3 18.056 3 17.385V6.615q0-.67.472-1.143Q3.944 5 4.616 5l1.5 3h3l-1.5-3h2l1.5 3h3l-1.5-3h2l1.5 3h3l-1.5-3h1.769q.67 0 1.143.472q.472.472.472 1.144v4.255q-.783-.519-1.674-.81t-1.853-.292h-1.221l-3.654 3.443H8.615V19z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m15.75 20.539l-2.192-2.155H11v-2.788h2.558l2.192-2.134zm2 1.207v-1.069q1.383-.235 2.288-1.268q.904-1.034.904-2.428t-.904-2.428t-2.288-1.269v-1.05q1.81.241 3.001 1.586T21.942 17q0 1.816-1.191 3.16q-1.191 1.346-3.001 1.586m0-2.946v-3.62q.579.205.934.705q.354.5.354 1.115t-.354 1.106t-.934.694M4.615 19q-.67 0-1.143-.472Q3 18.056 3 17.385V6.615q0-.67.472-1.143Q3.944 5 4.616 5l1.5 3h3l-1.5-3h2l1.5 3h3l-1.5-3h2l1.5 3h3l-1.5-3h1.769q.67 0 1.143.472q.472.472.472 1.144v4.255q-.783-.519-1.674-.81t-1.853-.292h-1.221l-3.654 3.443H8.615V19z"/></svg>
</template>

CSS

.icon-movie-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m15.75%2020.539l-2.192-2.155H11v-2.788h2.558l2.192-2.134zm2%201.207v-1.069q1.383-.235%202.288-1.268q.904-1.034.904-2.428t-.904-2.428t-2.288-1.269v-1.05q1.81.241%203.001%201.586T21.942%2017q0%201.816-1.191%203.16q-1.191%201.346-3.001%201.586m0-2.946v-3.62q.579.205.934.705q.354.5.354%201.115t-.354%201.106t-.934.694M4.615%2019q-.67%200-1.143-.472Q3%2018.056%203%2017.385V6.615q0-.67.472-1.143Q3.944%205%204.616%205l1.5%203h3l-1.5-3h2l1.5%203h3l-1.5-3h2l1.5%203h3l-1.5-3h1.769q.67%200%201.143.472q.472.472.472%201.144v4.255q-.783-.519-1.674-.81t-1.853-.292h-1.221l-3.654%203.443H8.615V19z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m15.75%2020.539l-2.192-2.155H11v-2.788h2.558l2.192-2.134zm2%201.207v-1.069q1.383-.235%202.288-1.268q.904-1.034.904-2.428t-.904-2.428t-2.288-1.269v-1.05q1.81.241%203.001%201.586T21.942%2017q0%201.816-1.191%203.16q-1.191%201.346-3.001%201.586m0-2.946v-3.62q.579.205.934.705q.354.5.354%201.115t-.354%201.106t-.934.694M4.615%2019q-.67%200-1.143-.472Q3%2018.056%203%2017.385V6.615q0-.67.472-1.143Q3.944%205%204.616%205l1.5%203h3l-1.5-3h2l1.5%203h3l-1.5-3h2l1.5%203h3l-1.5-3h1.769q.67%200%201.143.472q.472.472.472%201.144v4.255q-.783-.519-1.674-.81t-1.853-.292h-1.221l-3.654%203.443H8.615V19z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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