speaker phone icon
speaker-phone-outline from Material Symbols Light by Google · Outline · Communicate · Apache-2.0 Free for personal and commercial use.
- Name
- speaker-phone-outline
- Set
- Material Symbols Light
- Style
- Outline
- Category
- Communicate
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More communicate icons from Material Symbols Light
Use the speaker phone icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m8.45 8.5l-.72-.72q.872-.859 1.977-1.32Q10.81 6 12 6t2.293.46t1.976 1.32l-.719.72q-.725-.725-1.625-1.112T12 7t-1.925.388T8.45 8.5m-2.8-2.9l-.708-.708q1.402-1.396 3.236-2.144Q10.011 2 12 2t3.822.748t3.236 2.144l-.708.708q-1.275-1.25-2.925-1.925T12 3t-3.425.675T5.65 5.6m4.734 15.63q-.69 0-1.152-.462t-.463-1.152v-7.231q0-.69.463-1.153t1.153-.463h3.23q.69 0 1.153.463t.463 1.153v7.23q0 .69-.463 1.153t-1.153.463zm3.231-1q.231 0 .423-.191t.193-.424v-7.23q0-.231-.192-.423t-.423-.193h-3.231q-.231 0-.423.192t-.193.423v7.232q0 .23.193.423t.423.192zm0 0H9.77h4.462z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightSpeakerPhoneOutline(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="m8.45 8.5l-.72-.72q.872-.859 1.977-1.32Q10.81 6 12 6t2.293.46t1.976 1.32l-.719.72q-.725-.725-1.625-1.112T12 7t-1.925.388T8.45 8.5m-2.8-2.9l-.708-.708q1.402-1.396 3.236-2.144Q10.011 2 12 2t3.822.748t3.236 2.144l-.708.708q-1.275-1.25-2.925-1.925T12 3t-3.425.675T5.65 5.6m4.734 15.63q-.69 0-1.152-.462t-.463-1.152v-7.231q0-.69.463-1.153t1.153-.463h3.23q.69 0 1.153.463t.463 1.153v7.23q0 .69-.463 1.153t-1.153.463zm3.231-1q.231 0 .423-.191t.193-.424v-7.23q0-.231-.192-.423t-.423-.193h-3.231q-.231 0-.423.192t-.193.423v7.232q0 .23.193.423t.423.192zm0 0H9.77h4.462z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m8.45 8.5l-.72-.72q.872-.859 1.977-1.32Q10.81 6 12 6t2.293.46t1.976 1.32l-.719.72q-.725-.725-1.625-1.112T12 7t-1.925.388T8.45 8.5m-2.8-2.9l-.708-.708q1.402-1.396 3.236-2.144Q10.011 2 12 2t3.822.748t3.236 2.144l-.708.708q-1.275-1.25-2.925-1.925T12 3t-3.425.675T5.65 5.6m4.734 15.63q-.69 0-1.152-.462t-.463-1.152v-7.231q0-.69.463-1.153t1.153-.463h3.23q.69 0 1.153.463t.463 1.153v7.23q0 .69-.463 1.153t-1.153.463zm3.231-1q.231 0 .423-.191t.193-.424v-7.23q0-.231-.192-.423t-.423-.193h-3.231q-.231 0-.423.192t-.193.423v7.232q0 .23.193.423t.423.192zm0 0H9.77h4.462z"/></svg> </template>
CSS
.icon-speaker-phone-outline {
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%22m8.45%208.5l-.72-.72q.872-.859%201.977-1.32Q10.81%206%2012%206t2.293.46t1.976%201.32l-.719.72q-.725-.725-1.625-1.112T12%207t-1.925.388T8.45%208.5m-2.8-2.9l-.708-.708q1.402-1.396%203.236-2.144Q10.011%202%2012%202t3.822.748t3.236%202.144l-.708.708q-1.275-1.25-2.925-1.925T12%203t-3.425.675T5.65%205.6m4.734%2015.63q-.69%200-1.152-.462t-.463-1.152v-7.231q0-.69.463-1.153t1.153-.463h3.23q.69%200%201.153.463t.463%201.153v7.23q0%20.69-.463%201.153t-1.153.463zm3.231-1q.231%200%20.423-.191t.193-.424v-7.23q0-.231-.192-.423t-.423-.193h-3.231q-.231%200-.423.192t-.193.423v7.232q0%20.23.193.423t.423.192zm0%200H9.77h4.462z%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%22m8.45%208.5l-.72-.72q.872-.859%201.977-1.32Q10.81%206%2012%206t2.293.46t1.976%201.32l-.719.72q-.725-.725-1.625-1.112T12%207t-1.925.388T8.45%208.5m-2.8-2.9l-.708-.708q1.402-1.396%203.236-2.144Q10.011%202%2012%202t3.822.748t3.236%202.144l-.708.708q-1.275-1.25-2.925-1.925T12%203t-3.425.675T5.65%205.6m4.734%2015.63q-.69%200-1.152-.462t-.463-1.152v-7.231q0-.69.463-1.153t1.153-.463h3.23q.69%200%201.153.463t.463%201.153v7.23q0%20.69-.463%201.153t-1.153.463zm3.231-1q.231%200%20.423-.191t.193-.424v-7.23q0-.231-.192-.423t-.423-.193h-3.231q-.231%200-.423.192t-.193.423v7.232q0%20.23.193.423t.423.192zm0%200H9.77h4.462z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/speaker-phone-outline.svg?color=%231a73e8&size=48