movie speaker icon

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

Name
movie-speaker-rounded
Set
Material Symbols
Style
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="M11 19q-.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.038M4 20q-.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 6v3.05q0 .55-.562.75t-1.163-.15q-.325-.2-.975-.425T18.025 9q-.925 0-1.638.25t-1.237.775L12.175 13H10q-.825 0-1.412.588T8 15v4q0 .425-.288.713T7 20z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsMovieSpeakerRounded(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 19q-.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.038M4 20q-.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 6v3.05q0 .55-.562.75t-1.163-.15q-.325-.2-.975-.425T18.025 9q-.925 0-1.638.25t-1.237.775L12.175 13H10q-.825 0-1.412.588T8 15v4q0 .425-.288.713T7 20z"/></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 19q-.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.038M4 20q-.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 6v3.05q0 .55-.562.75t-1.163-.15q-.325-.2-.975-.425T18.025 9q-.925 0-1.638.25t-1.237.775L12.175 13H10q-.825 0-1.412.588T8 15v4q0 .425-.288.713T7 20z"/></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%2019q-.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.038M4%2020q-.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%206v3.05q0%20.55-.562.75t-1.163-.15q-.325-.2-.975-.425T18.025%209q-.925%200-1.638.25t-1.237.775L12.175%2013H10q-.825%200-1.412.588T8%2015v4q0%20.425-.288.713T7%2020z%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%2019q-.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.038M4%2020q-.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%206v3.05q0%20.55-.562.75t-1.163-.15q-.325-.2-.975-.425T18.025%209q-.925%200-1.638.25t-1.237.775L12.175%2013H10q-.825%200-1.412.588T8%2015v4q0%20.425-.288.713T7%2020z%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-rounded.svg?color=%231a73e8&size=48