movie speaker icon
movie-speaker-rounded from Material Symbols Light by Google · Rounded · Audio & Video · Apache-2.0 Free for personal and commercial use.
- Name
- movie-speaker-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- 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="M11.808 18.385q-.348 0-.578-.23t-.23-.578v-1.173q0-.348.23-.578t.578-.23h1.75l1.515-1.477q.211-.192.444-.086t.233.379v5.157q0 .273-.233.379t-.444-.086l-1.515-1.477zM21.942 17q0 1.627-.972 2.89t-2.52 1.7q-.202.08-.379-.044q-.177-.123-.225-.337q-.048-.213.081-.393t.33-.264q1.176-.346 1.93-1.329q.755-.982.755-2.242t-.755-2.243t-1.93-1.328q-.201-.085-.33-.255t-.08-.384q.047-.213.224-.337q.177-.122.379-.043q1.548.436 2.52 1.709t.972 2.9m-3.626-1.523q.336.273.53.671q.193.398.193.852t-.204.842q-.202.389-.539.662q-.161.142-.354.024q-.192-.119-.192-.36v-2.355q0-.217.192-.345q.193-.128.374.009M4.616 19q-.672 0-1.144-.472T3 17.385V6.615q0-.67.472-1.143Q3.944 5 4.616 5L5.74 7.25q.175.35.5.55t.7.2q.75 0 1.15-.638t.05-1.312L7.616 5h2l1.125 2.25q.175.35.5.55t.7.2q.75 0 1.15-.638t.05-1.312L12.616 5h2l1.125 2.25q.175.35.5.55t.7.2q.75 0 1.15-.638t.05-1.312L17.616 5h1.769q.67 0 1.143.472q.472.472.472 1.144V9.53q0 .454-.437.654t-.903-.035q-.287-.142-.773-.261t-.9-.12q-.887 0-1.551.231q-.665.23-1.17.698l-2.668 2.514h-2.367q-.671 0-1.143.472t-.472 1.143v3.365q0 .349-.23.578q-.23.23-.578.23z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightMovieSpeakerRounded(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="M11.808 18.385q-.348 0-.578-.23t-.23-.578v-1.173q0-.348.23-.578t.578-.23h1.75l1.515-1.477q.211-.192.444-.086t.233.379v5.157q0 .273-.233.379t-.444-.086l-1.515-1.477zM21.942 17q0 1.627-.972 2.89t-2.52 1.7q-.202.08-.379-.044q-.177-.123-.225-.337q-.048-.213.081-.393t.33-.264q1.176-.346 1.93-1.329q.755-.982.755-2.242t-.755-2.243t-1.93-1.328q-.201-.085-.33-.255t-.08-.384q.047-.213.224-.337q.177-.122.379-.043q1.548.436 2.52 1.709t.972 2.9m-3.626-1.523q.336.273.53.671q.193.398.193.852t-.204.842q-.202.389-.539.662q-.161.142-.354.024q-.192-.119-.192-.36v-2.355q0-.217.192-.345q.193-.128.374.009M4.616 19q-.672 0-1.144-.472T3 17.385V6.615q0-.67.472-1.143Q3.944 5 4.616 5L5.74 7.25q.175.35.5.55t.7.2q.75 0 1.15-.638t.05-1.312L7.616 5h2l1.125 2.25q.175.35.5.55t.7.2q.75 0 1.15-.638t.05-1.312L12.616 5h2l1.125 2.25q.175.35.5.55t.7.2q.75 0 1.15-.638t.05-1.312L17.616 5h1.769q.67 0 1.143.472q.472.472.472 1.144V9.53q0 .454-.437.654t-.903-.035q-.287-.142-.773-.261t-.9-.12q-.887 0-1.551.231q-.665.23-1.17.698l-2.668 2.514h-2.367q-.671 0-1.143.472t-.472 1.143v3.365q0 .349-.23.578q-.23.23-.578.23z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.808 18.385q-.348 0-.578-.23t-.23-.578v-1.173q0-.348.23-.578t.578-.23h1.75l1.515-1.477q.211-.192.444-.086t.233.379v5.157q0 .273-.233.379t-.444-.086l-1.515-1.477zM21.942 17q0 1.627-.972 2.89t-2.52 1.7q-.202.08-.379-.044q-.177-.123-.225-.337q-.048-.213.081-.393t.33-.264q1.176-.346 1.93-1.329q.755-.982.755-2.242t-.755-2.243t-1.93-1.328q-.201-.085-.33-.255t-.08-.384q.047-.213.224-.337q.177-.122.379-.043q1.548.436 2.52 1.709t.972 2.9m-3.626-1.523q.336.273.53.671q.193.398.193.852t-.204.842q-.202.389-.539.662q-.161.142-.354.024q-.192-.119-.192-.36v-2.355q0-.217.192-.345q.193-.128.374.009M4.616 19q-.672 0-1.144-.472T3 17.385V6.615q0-.67.472-1.143Q3.944 5 4.616 5L5.74 7.25q.175.35.5.55t.7.2q.75 0 1.15-.638t.05-1.312L7.616 5h2l1.125 2.25q.175.35.5.55t.7.2q.75 0 1.15-.638t.05-1.312L12.616 5h2l1.125 2.25q.175.35.5.55t.7.2q.75 0 1.15-.638t.05-1.312L17.616 5h1.769q.67 0 1.143.472q.472.472.472 1.144V9.53q0 .454-.437.654t-.903-.035q-.287-.142-.773-.261t-.9-.12q-.887 0-1.551.231q-.665.23-1.17.698l-2.668 2.514h-2.367q-.671 0-1.143.472t-.472 1.143v3.365q0 .349-.23.578q-.23.23-.578.23z"/></svg> </template>
CSS
.icon-movie-speaker-rounded {
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%22M11.808%2018.385q-.348%200-.578-.23t-.23-.578v-1.173q0-.348.23-.578t.578-.23h1.75l1.515-1.477q.211-.192.444-.086t.233.379v5.157q0%20.273-.233.379t-.444-.086l-1.515-1.477zM21.942%2017q0%201.627-.972%202.89t-2.52%201.7q-.202.08-.379-.044q-.177-.123-.225-.337q-.048-.213.081-.393t.33-.264q1.176-.346%201.93-1.329q.755-.982.755-2.242t-.755-2.243t-1.93-1.328q-.201-.085-.33-.255t-.08-.384q.047-.213.224-.337q.177-.122.379-.043q1.548.436%202.52%201.709t.972%202.9m-3.626-1.523q.336.273.53.671q.193.398.193.852t-.204.842q-.202.389-.539.662q-.161.142-.354.024q-.192-.119-.192-.36v-2.355q0-.217.192-.345q.193-.128.374.009M4.616%2019q-.672%200-1.144-.472T3%2017.385V6.615q0-.67.472-1.143Q3.944%205%204.616%205L5.74%207.25q.175.35.5.55t.7.2q.75%200%201.15-.638t.05-1.312L7.616%205h2l1.125%202.25q.175.35.5.55t.7.2q.75%200%201.15-.638t.05-1.312L12.616%205h2l1.125%202.25q.175.35.5.55t.7.2q.75%200%201.15-.638t.05-1.312L17.616%205h1.769q.67%200%201.143.472q.472.472.472%201.144V9.53q0%20.454-.437.654t-.903-.035q-.287-.142-.773-.261t-.9-.12q-.887%200-1.551.231q-.665.23-1.17.698l-2.668%202.514h-2.367q-.671%200-1.143.472t-.472%201.143v3.365q0%20.349-.23.578q-.23.23-.578.23z%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%22M11.808%2018.385q-.348%200-.578-.23t-.23-.578v-1.173q0-.348.23-.578t.578-.23h1.75l1.515-1.477q.211-.192.444-.086t.233.379v5.157q0%20.273-.233.379t-.444-.086l-1.515-1.477zM21.942%2017q0%201.627-.972%202.89t-2.52%201.7q-.202.08-.379-.044q-.177-.123-.225-.337q-.048-.213.081-.393t.33-.264q1.176-.346%201.93-1.329q.755-.982.755-2.242t-.755-2.243t-1.93-1.328q-.201-.085-.33-.255t-.08-.384q.047-.213.224-.337q.177-.122.379-.043q1.548.436%202.52%201.709t.972%202.9m-3.626-1.523q.336.273.53.671q.193.398.193.852t-.204.842q-.202.389-.539.662q-.161.142-.354.024q-.192-.119-.192-.36v-2.355q0-.217.192-.345q.193-.128.374.009M4.616%2019q-.672%200-1.144-.472T3%2017.385V6.615q0-.67.472-1.143Q3.944%205%204.616%205L5.74%207.25q.175.35.5.55t.7.2q.75%200%201.15-.638t.05-1.312L7.616%205h2l1.125%202.25q.175.35.5.55t.7.2q.75%200%201.15-.638t.05-1.312L12.616%205h2l1.125%202.25q.175.35.5.55t.7.2q.75%200%201.15-.638t.05-1.312L17.616%205h1.769q.67%200%201.143.472q.472.472.472%201.144V9.53q0%20.454-.437.654t-.903-.035q-.287-.142-.773-.261t-.9-.12q-.887%200-1.551.231q-.665.23-1.17.698l-2.668%202.514h-2.367q-.671%200-1.143.472t-.472%201.143v3.365q0%20.349-.23.578q-.23.23-.578.23z%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-rounded.svg?color=%231a73e8&size=48