speaker phone icon

speaker-phone-rounded from Material Symbols by Google · Rounded · Communicate · Apache-2.0 Free for personal and commercial use.

Name
speaker-phone-rounded
Set
Material Symbols
Style
Rounded
Category
Communicate
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More communicate icons from Material Symbols

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="M12 7q-.75 0-1.45.225t-1.325.65q-.35.25-.775.225t-.725-.325t-.3-.713t.35-.662q.925-.675 2-1.038T12 5t2.225.362t2 1.038q.35.25.35.662t-.3.713t-.725.325t-.775-.225q-.625-.425-1.312-.65T12 7M9.037 3.5Q7.6 4 6.4 4.95q-.35.275-.75.263t-.7-.313t-.275-.712t.35-.688q1.5-1.2 3.275-1.85T12 1t3.7.65t3.275 1.85q.325.275.35.688t-.275.712t-.7.313t-.75-.263Q16.4 4 14.963 3.5T12 3t-2.963.5M10 22q-.825 0-1.412-.587T8 20v-8q0-.825.588-1.412T10 10h4q.825 0 1.413.588T16 12v8q0 .825-.587 1.413T14 22z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsSpeakerPhoneRounded(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="M12 7q-.75 0-1.45.225t-1.325.65q-.35.25-.775.225t-.725-.325t-.3-.713t.35-.662q.925-.675 2-1.038T12 5t2.225.362t2 1.038q.35.25.35.662t-.3.713t-.725.325t-.775-.225q-.625-.425-1.312-.65T12 7M9.037 3.5Q7.6 4 6.4 4.95q-.35.275-.75.263t-.7-.313t-.275-.712t.35-.688q1.5-1.2 3.275-1.85T12 1t3.7.65t3.275 1.85q.325.275.35.688t-.275.712t-.7.313t-.75-.263Q16.4 4 14.963 3.5T12 3t-2.963.5M10 22q-.825 0-1.412-.587T8 20v-8q0-.825.588-1.412T10 10h4q.825 0 1.413.588T16 12v8q0 .825-.587 1.413T14 22z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 7q-.75 0-1.45.225t-1.325.65q-.35.25-.775.225t-.725-.325t-.3-.713t.35-.662q.925-.675 2-1.038T12 5t2.225.362t2 1.038q.35.25.35.662t-.3.713t-.725.325t-.775-.225q-.625-.425-1.312-.65T12 7M9.037 3.5Q7.6 4 6.4 4.95q-.35.275-.75.263t-.7-.313t-.275-.712t.35-.688q1.5-1.2 3.275-1.85T12 1t3.7.65t3.275 1.85q.325.275.35.688t-.275.712t-.7.313t-.75-.263Q16.4 4 14.963 3.5T12 3t-2.963.5M10 22q-.825 0-1.412-.587T8 20v-8q0-.825.588-1.412T10 10h4q.825 0 1.413.588T16 12v8q0 .825-.587 1.413T14 22z"/></svg>
</template>

CSS

.icon-speaker-phone-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%22M12%207q-.75%200-1.45.225t-1.325.65q-.35.25-.775.225t-.725-.325t-.3-.713t.35-.662q.925-.675%202-1.038T12%205t2.225.362t2%201.038q.35.25.35.662t-.3.713t-.725.325t-.775-.225q-.625-.425-1.312-.65T12%207M9.037%203.5Q7.6%204%206.4%204.95q-.35.275-.75.263t-.7-.313t-.275-.712t.35-.688q1.5-1.2%203.275-1.85T12%201t3.7.65t3.275%201.85q.325.275.35.688t-.275.712t-.7.313t-.75-.263Q16.4%204%2014.963%203.5T12%203t-2.963.5M10%2022q-.825%200-1.412-.587T8%2020v-8q0-.825.588-1.412T10%2010h4q.825%200%201.413.588T16%2012v8q0%20.825-.587%201.413T14%2022z%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%22M12%207q-.75%200-1.45.225t-1.325.65q-.35.25-.775.225t-.725-.325t-.3-.713t.35-.662q.925-.675%202-1.038T12%205t2.225.362t2%201.038q.35.25.35.662t-.3.713t-.725.325t-.775-.225q-.625-.425-1.312-.65T12%207M9.037%203.5Q7.6%204%206.4%204.95q-.35.275-.75.263t-.7-.313t-.275-.712t.35-.688q1.5-1.2%203.275-1.85T12%201t3.7.65t3.275%201.85q.325.275.35.688t-.275.712t-.7.313t-.75-.263Q16.4%204%2014.963%203.5T12%203t-2.963.5M10%2022q-.825%200-1.412-.587T8%2020v-8q0-.825.588-1.412T10%2010h4q.825%200%201.413.588T16%2012v8q0%20.825-.587%201.413T14%2022z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/speaker-phone-rounded.svg?color=%231a73e8&size=48