speaker phone icon

speaker-phone-outline-sharp from Material Symbols by Google · Outline Sharp · Communicate · Apache-2.0 Free for personal and commercial use.

Name
speaker-phone-outline-sharp
Set
Material Symbols
Style
Outline Sharp
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="M8.45 8.5L7 7.05q1.025-.975 2.313-1.513T12 5t2.688.538T17 7.05L15.55 8.5q-.725-.725-1.625-1.112T12 7t-1.925.388T8.45 8.5m-2.8-2.9l-1.4-1.4q1.575-1.55 3.563-2.375T12 1t4.188.825T19.75 4.2l-1.4 1.4q-1.275-1.25-2.925-1.925T12 3t-3.425.675T5.65 5.6M8 22V10h8v12zm6-2v-8h-4v8zm0 0h-4z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsSpeakerPhoneOutlineSharp(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.5L7 7.05q1.025-.975 2.313-1.513T12 5t2.688.538T17 7.05L15.55 8.5q-.725-.725-1.625-1.112T12 7t-1.925.388T8.45 8.5m-2.8-2.9l-1.4-1.4q1.575-1.55 3.563-2.375T12 1t4.188.825T19.75 4.2l-1.4 1.4q-1.275-1.25-2.925-1.925T12 3t-3.425.675T5.65 5.6M8 22V10h8v12zm6-2v-8h-4v8zm0 0h-4z"/></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.5L7 7.05q1.025-.975 2.313-1.513T12 5t2.688.538T17 7.05L15.55 8.5q-.725-.725-1.625-1.112T12 7t-1.925.388T8.45 8.5m-2.8-2.9l-1.4-1.4q1.575-1.55 3.563-2.375T12 1t4.188.825T19.75 4.2l-1.4 1.4q-1.275-1.25-2.925-1.925T12 3t-3.425.675T5.65 5.6M8 22V10h8v12zm6-2v-8h-4v8zm0 0h-4z"/></svg>
</template>

CSS

.icon-speaker-phone-outline-sharp {
  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.5L7%207.05q1.025-.975%202.313-1.513T12%205t2.688.538T17%207.05L15.55%208.5q-.725-.725-1.625-1.112T12%207t-1.925.388T8.45%208.5m-2.8-2.9l-1.4-1.4q1.575-1.55%203.563-2.375T12%201t4.188.825T19.75%204.2l-1.4%201.4q-1.275-1.25-2.925-1.925T12%203t-3.425.675T5.65%205.6M8%2022V10h8v12zm6-2v-8h-4v8zm0%200h-4z%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.5L7%207.05q1.025-.975%202.313-1.513T12%205t2.688.538T17%207.05L15.55%208.5q-.725-.725-1.625-1.112T12%207t-1.925.388T8.45%208.5m-2.8-2.9l-1.4-1.4q1.575-1.55%203.563-2.375T12%201t4.188.825T19.75%204.2l-1.4%201.4q-1.275-1.25-2.925-1.925T12%203t-3.425.675T5.65%205.6M8%2022V10h8v12zm6-2v-8h-4v8zm0%200h-4z%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-outline-sharp.svg?color=%231a73e8&size=48