movie speaker icon
movie-speaker-outline-rounded from Material Symbols Light by Google · Outline Rounded · Audio & Video · Apache-2.0 Free for personal and commercial use.
- Name
- movie-speaker-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline 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="M4 18V8.654v2.154v-1.212zm.616 1q-.691 0-1.153-.462T3 17.384V6.616q0-.691.463-1.153T4.615 5L5.74 7.25q.175.35.5.55t.7.2q.75 0 1.15-.638t.05-1.312L7.617 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.69 0 1.153.463T21 6.616V9H4v8.385q0 .269.173.442t.443.173h3.5q.213 0 .356.143q.144.143.144.357t-.144.357t-.356.143zm7.192-.615q-.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.009"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightMovieSpeakerOutlineRounded(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="M4 18V8.654v2.154v-1.212zm.616 1q-.691 0-1.153-.462T3 17.384V6.616q0-.691.463-1.153T4.615 5L5.74 7.25q.175.35.5.55t.7.2q.75 0 1.15-.638t.05-1.312L7.617 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.69 0 1.153.463T21 6.616V9H4v8.385q0 .269.173.442t.443.173h3.5q.213 0 .356.143q.144.143.144.357t-.144.357t-.356.143zm7.192-.615q-.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.009"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 18V8.654v2.154v-1.212zm.616 1q-.691 0-1.153-.462T3 17.384V6.616q0-.691.463-1.153T4.615 5L5.74 7.25q.175.35.5.55t.7.2q.75 0 1.15-.638t.05-1.312L7.617 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.69 0 1.153.463T21 6.616V9H4v8.385q0 .269.173.442t.443.173h3.5q.213 0 .356.143q.144.143.144.357t-.144.357t-.356.143zm7.192-.615q-.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.009"/></svg> </template>
CSS
.icon-movie-speaker-outline-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%22M4%2018V8.654v2.154v-1.212zm.616%201q-.691%200-1.153-.462T3%2017.384V6.616q0-.691.463-1.153T4.615%205L5.74%207.25q.175.35.5.55t.7.2q.75%200%201.15-.638t.05-1.312L7.617%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.69%200%201.153.463T21%206.616V9H4v8.385q0%20.269.173.442t.443.173h3.5q.213%200%20.356.143q.144.143.144.357t-.144.357t-.356.143zm7.192-.615q-.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.009%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%22M4%2018V8.654v2.154v-1.212zm.616%201q-.691%200-1.153-.462T3%2017.384V6.616q0-.691.463-1.153T4.615%205L5.74%207.25q.175.35.5.55t.7.2q.75%200%201.15-.638t.05-1.312L7.617%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.69%200%201.153.463T21%206.616V9H4v8.385q0%20.269.173.442t.443.173h3.5q.213%200%20.356.143q.144.143.144.357t-.144.357t-.356.143zm7.192-.615q-.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.009%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-outline-rounded.svg?color=%231a73e8&size=48