movie speaker icon
movie-speaker-outline-rounded from Material Symbols by Google · Outline Rounded · Audio & Video · Apache-2.0 Free for personal and commercial use.
- Name
- movie-speaker-outline-rounded
- Set
- Material Symbols
- Style
- Outline Rounded
- Category
- Audio & Video
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More audio & video icons from Material Symbols
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.5v2v-1.75zm0 2q-.825 0-1.412-.587T2 18V6q0-.825.588-1.412T4 4l1.625 3.25q.175.35.5.55t.7.2q.75 0 1.15-.638t.05-1.312L7 4h2l1.625 3.25q.175.35.5.55t.7.2q.75 0 1.15-.638t.05-1.312L12 4h2l1.625 3.25q.175.35.5.55t.7.2q.75 0 1.15-.638t.05-1.312L17 4h3q.825 0 1.413.587T22 6v4H4v8h3q.425 0 .713.288T8 19t-.288.713T7 20zm7-1q-.425 0-.712-.288T10 18v-2q0-.425.288-.712T11 15h2l2.15-2.15q.25-.25.55-.125t.3.475v7.6q0 .35-.3.475t-.55-.125L13 19zm12-2q0 1.8-.962 3.275t-2.588 2.2q-.375.175-.725-.025t-.475-.625t.1-.787t.6-.563q.925-.5 1.488-1.425T21 17t-.562-2.05t-1.488-1.425q-.375-.2-.6-.563t-.1-.787t.475-.625t.725-.025q1.625.725 2.588 2.2T23 17m-4.3-1.85q.375.35.588.825T19.5 17t-.213 1.025t-.587.825q-.2.2-.45.062t-.25-.437v-2.95q0-.275.25-.413t.45.038"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsMovieSpeakerOutlineRounded(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.5v2v-1.75zm0 2q-.825 0-1.412-.587T2 18V6q0-.825.588-1.412T4 4l1.625 3.25q.175.35.5.55t.7.2q.75 0 1.15-.638t.05-1.312L7 4h2l1.625 3.25q.175.35.5.55t.7.2q.75 0 1.15-.638t.05-1.312L12 4h2l1.625 3.25q.175.35.5.55t.7.2q.75 0 1.15-.638t.05-1.312L17 4h3q.825 0 1.413.587T22 6v4H4v8h3q.425 0 .713.288T8 19t-.288.713T7 20zm7-1q-.425 0-.712-.288T10 18v-2q0-.425.288-.712T11 15h2l2.15-2.15q.25-.25.55-.125t.3.475v7.6q0 .35-.3.475t-.55-.125L13 19zm12-2q0 1.8-.962 3.275t-2.588 2.2q-.375.175-.725-.025t-.475-.625t.1-.787t.6-.563q.925-.5 1.488-1.425T21 17t-.562-2.05t-1.488-1.425q-.375-.2-.6-.563t-.1-.787t.475-.625t.725-.025q1.625.725 2.588 2.2T23 17m-4.3-1.85q.375.35.588.825T19.5 17t-.213 1.025t-.587.825q-.2.2-.45.062t-.25-.437v-2.95q0-.275.25-.413t.45.038"/></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.5v2v-1.75zm0 2q-.825 0-1.412-.587T2 18V6q0-.825.588-1.412T4 4l1.625 3.25q.175.35.5.55t.7.2q.75 0 1.15-.638t.05-1.312L7 4h2l1.625 3.25q.175.35.5.55t.7.2q.75 0 1.15-.638t.05-1.312L12 4h2l1.625 3.25q.175.35.5.55t.7.2q.75 0 1.15-.638t.05-1.312L17 4h3q.825 0 1.413.587T22 6v4H4v8h3q.425 0 .713.288T8 19t-.288.713T7 20zm7-1q-.425 0-.712-.288T10 18v-2q0-.425.288-.712T11 15h2l2.15-2.15q.25-.25.55-.125t.3.475v7.6q0 .35-.3.475t-.55-.125L13 19zm12-2q0 1.8-.962 3.275t-2.588 2.2q-.375.175-.725-.025t-.475-.625t.1-.787t.6-.563q.925-.5 1.488-1.425T21 17t-.562-2.05t-1.488-1.425q-.375-.2-.6-.563t-.1-.787t.475-.625t.725-.025q1.625.725 2.588 2.2T23 17m-4.3-1.85q.375.35.588.825T19.5 17t-.213 1.025t-.587.825q-.2.2-.45.062t-.25-.437v-2.95q0-.275.25-.413t.45.038"/></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.5v2v-1.75zm0%202q-.825%200-1.412-.587T2%2018V6q0-.825.588-1.412T4%204l1.625%203.25q.175.35.5.55t.7.2q.75%200%201.15-.638t.05-1.312L7%204h2l1.625%203.25q.175.35.5.55t.7.2q.75%200%201.15-.638t.05-1.312L12%204h2l1.625%203.25q.175.35.5.55t.7.2q.75%200%201.15-.638t.05-1.312L17%204h3q.825%200%201.413.587T22%206v4H4v8h3q.425%200%20.713.288T8%2019t-.288.713T7%2020zm7-1q-.425%200-.712-.288T10%2018v-2q0-.425.288-.712T11%2015h2l2.15-2.15q.25-.25.55-.125t.3.475v7.6q0%20.35-.3.475t-.55-.125L13%2019zm12-2q0%201.8-.962%203.275t-2.588%202.2q-.375.175-.725-.025t-.475-.625t.1-.787t.6-.563q.925-.5%201.488-1.425T21%2017t-.562-2.05t-1.488-1.425q-.375-.2-.6-.563t-.1-.787t.475-.625t.725-.025q1.625.725%202.588%202.2T23%2017m-4.3-1.85q.375.35.588.825T19.5%2017t-.213%201.025t-.587.825q-.2.2-.45.062t-.25-.437v-2.95q0-.275.25-.413t.45.038%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.5v2v-1.75zm0%202q-.825%200-1.412-.587T2%2018V6q0-.825.588-1.412T4%204l1.625%203.25q.175.35.5.55t.7.2q.75%200%201.15-.638t.05-1.312L7%204h2l1.625%203.25q.175.35.5.55t.7.2q.75%200%201.15-.638t.05-1.312L12%204h2l1.625%203.25q.175.35.5.55t.7.2q.75%200%201.15-.638t.05-1.312L17%204h3q.825%200%201.413.587T22%206v4H4v8h3q.425%200%20.713.288T8%2019t-.288.713T7%2020zm7-1q-.425%200-.712-.288T10%2018v-2q0-.425.288-.712T11%2015h2l2.15-2.15q.25-.25.55-.125t.3.475v7.6q0%20.35-.3.475t-.55-.125L13%2019zm12-2q0%201.8-.962%203.275t-2.588%202.2q-.375.175-.725-.025t-.475-.625t.1-.787t.6-.563q.925-.5%201.488-1.425T21%2017t-.562-2.05t-1.488-1.425q-.375-.2-.6-.563t-.1-.787t.475-.625t.725-.025q1.625.725%202.588%202.2T23%2017m-4.3-1.85q.375.35.588.825T19.5%2017t-.213%201.025t-.587.825q-.2.2-.45.062t-.25-.437v-2.95q0-.275.25-.413t.45.038%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/movie-speaker-outline-rounded.svg?color=%231a73e8&size=48