speakerphone icon

speakerphone from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
speakerphone
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

The same icon in other sets

Use the speakerphone icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M70.9 181.5c0-41 25-76.5 60.6-91.5h-7.7c-41.1 0-75.1 32.8-81.1 75.2-6 1-10.7 7.9-10.7 16.1 0 8.6 5.1 15.4 11.6 15.9 7.2 36.4 35.1 65.8 69.7 68.8h.1c1.4 0 2.8.6 4.2.9 1.1.2 2.2.4 3.3.7-29.9-17.1-50-49.2-50-86.1z" fill="currentColor"/><path d="M465.1 91c-1.1-2.9-2.3-5.6-3.5-8.3-6.5-14.4-14.4-26-23.4-34.6C427 37.6 414.1 32 400.8 32c-8.3 0-16.4 2.2-24.1 6.4h-.1c-1.2.7-2.4 1.3-3.6 2-49 29-104.1 46.2-162.6 49.4-6.5.4-13 .2-19.5.2h-42.3c-34 15-59 50.5-59 91.5 0 36.8 19.2 69.1 47.8 86.1 13 10.9 41.7 11.7 40 23.9-1.9 13.2-5.5 21.9-7.8 30.7-1.3 4.8-23.6 72.9-25.3 144.7 0 2 0 3.7.2 6.6.2 2.9 2.2 6.4 8.5 6.4h76.8c6.6 0 9.7-3.3 9.3-9.3-.2-1.9-.6-4.3-.8-6.5-2.4-23.1-4.6-49.8-3.3-81.6 1.3-34 5.2-51.9 7-61.3 2.1-10.4 7.6-22.4 12.1-30.3 30.8.9 92.9 19.3 115.1 28.9 0 0 7.2 3.4 10.1 5.2 7 3.4 14.2 5.1 21.6 5.1.9 0 1.8 0 2.7-.1 12.3-.7 24.2-9.7 34.7-19.5 9.1-8.5 16.9-20.2 23.4-34.6 1.2-2.8 2.4-5.6 3.5-8.6 9.6-25 14.8-55.9 14.8-88.1 0-32.2-5.2-63.2-14.9-88.2zM442 267.5c-7.8 18.5-18.2 33.3-29.5 33.3s-21.6-14.7-29.4-33.3c-9.1-21.6-14.9-53.1-14.9-88.1 0-35.2 5.8-66.8 15-88.4 7.8-18.4 18.1-29.5 29.3-29.5 11.3 0 21.5 11.2 29.4 29.5 9.2 21.6 15 53.2 15 88.4 0 35-5.8 66.5-14.9 88.1z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonSpeakerphone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M70.9 181.5c0-41 25-76.5 60.6-91.5h-7.7c-41.1 0-75.1 32.8-81.1 75.2-6 1-10.7 7.9-10.7 16.1 0 8.6 5.1 15.4 11.6 15.9 7.2 36.4 35.1 65.8 69.7 68.8h.1c1.4 0 2.8.6 4.2.9 1.1.2 2.2.4 3.3.7-29.9-17.1-50-49.2-50-86.1z" fill="currentColor"/><path d="M465.1 91c-1.1-2.9-2.3-5.6-3.5-8.3-6.5-14.4-14.4-26-23.4-34.6C427 37.6 414.1 32 400.8 32c-8.3 0-16.4 2.2-24.1 6.4h-.1c-1.2.7-2.4 1.3-3.6 2-49 29-104.1 46.2-162.6 49.4-6.5.4-13 .2-19.5.2h-42.3c-34 15-59 50.5-59 91.5 0 36.8 19.2 69.1 47.8 86.1 13 10.9 41.7 11.7 40 23.9-1.9 13.2-5.5 21.9-7.8 30.7-1.3 4.8-23.6 72.9-25.3 144.7 0 2 0 3.7.2 6.6.2 2.9 2.2 6.4 8.5 6.4h76.8c6.6 0 9.7-3.3 9.3-9.3-.2-1.9-.6-4.3-.8-6.5-2.4-23.1-4.6-49.8-3.3-81.6 1.3-34 5.2-51.9 7-61.3 2.1-10.4 7.6-22.4 12.1-30.3 30.8.9 92.9 19.3 115.1 28.9 0 0 7.2 3.4 10.1 5.2 7 3.4 14.2 5.1 21.6 5.1.9 0 1.8 0 2.7-.1 12.3-.7 24.2-9.7 34.7-19.5 9.1-8.5 16.9-20.2 23.4-34.6 1.2-2.8 2.4-5.6 3.5-8.6 9.6-25 14.8-55.9 14.8-88.1 0-32.2-5.2-63.2-14.9-88.2zM442 267.5c-7.8 18.5-18.2 33.3-29.5 33.3s-21.6-14.7-29.4-33.3c-9.1-21.6-14.9-53.1-14.9-88.1 0-35.2 5.8-66.8 15-88.4 7.8-18.4 18.1-29.5 29.3-29.5 11.3 0 21.5 11.2 29.4 29.5 9.2 21.6 15 53.2 15 88.4 0 35-5.8 66.5-14.9 88.1z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M70.9 181.5c0-41 25-76.5 60.6-91.5h-7.7c-41.1 0-75.1 32.8-81.1 75.2-6 1-10.7 7.9-10.7 16.1 0 8.6 5.1 15.4 11.6 15.9 7.2 36.4 35.1 65.8 69.7 68.8h.1c1.4 0 2.8.6 4.2.9 1.1.2 2.2.4 3.3.7-29.9-17.1-50-49.2-50-86.1z" fill="currentColor"/><path d="M465.1 91c-1.1-2.9-2.3-5.6-3.5-8.3-6.5-14.4-14.4-26-23.4-34.6C427 37.6 414.1 32 400.8 32c-8.3 0-16.4 2.2-24.1 6.4h-.1c-1.2.7-2.4 1.3-3.6 2-49 29-104.1 46.2-162.6 49.4-6.5.4-13 .2-19.5.2h-42.3c-34 15-59 50.5-59 91.5 0 36.8 19.2 69.1 47.8 86.1 13 10.9 41.7 11.7 40 23.9-1.9 13.2-5.5 21.9-7.8 30.7-1.3 4.8-23.6 72.9-25.3 144.7 0 2 0 3.7.2 6.6.2 2.9 2.2 6.4 8.5 6.4h76.8c6.6 0 9.7-3.3 9.3-9.3-.2-1.9-.6-4.3-.8-6.5-2.4-23.1-4.6-49.8-3.3-81.6 1.3-34 5.2-51.9 7-61.3 2.1-10.4 7.6-22.4 12.1-30.3 30.8.9 92.9 19.3 115.1 28.9 0 0 7.2 3.4 10.1 5.2 7 3.4 14.2 5.1 21.6 5.1.9 0 1.8 0 2.7-.1 12.3-.7 24.2-9.7 34.7-19.5 9.1-8.5 16.9-20.2 23.4-34.6 1.2-2.8 2.4-5.6 3.5-8.6 9.6-25 14.8-55.9 14.8-88.1 0-32.2-5.2-63.2-14.9-88.2zM442 267.5c-7.8 18.5-18.2 33.3-29.5 33.3s-21.6-14.7-29.4-33.3c-9.1-21.6-14.9-53.1-14.9-88.1 0-35.2 5.8-66.8 15-88.4 7.8-18.4 18.1-29.5 29.3-29.5 11.3 0 21.5 11.2 29.4 29.5 9.2 21.6 15 53.2 15 88.4 0 35-5.8 66.5-14.9 88.1z" fill="currentColor"/></svg>
</template>

CSS

.icon-speakerphone {
  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%20512%20512%22%3E%3Cpath%20d%3D%22M70.9%20181.5c0-41%2025-76.5%2060.6-91.5h-7.7c-41.1%200-75.1%2032.8-81.1%2075.2-6%201-10.7%207.9-10.7%2016.1%200%208.6%205.1%2015.4%2011.6%2015.9%207.2%2036.4%2035.1%2065.8%2069.7%2068.8h.1c1.4%200%202.8.6%204.2.9%201.1.2%202.2.4%203.3.7-29.9-17.1-50-49.2-50-86.1z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M465.1%2091c-1.1-2.9-2.3-5.6-3.5-8.3-6.5-14.4-14.4-26-23.4-34.6C427%2037.6%20414.1%2032%20400.8%2032c-8.3%200-16.4%202.2-24.1%206.4h-.1c-1.2.7-2.4%201.3-3.6%202-49%2029-104.1%2046.2-162.6%2049.4-6.5.4-13%20.2-19.5.2h-42.3c-34%2015-59%2050.5-59%2091.5%200%2036.8%2019.2%2069.1%2047.8%2086.1%2013%2010.9%2041.7%2011.7%2040%2023.9-1.9%2013.2-5.5%2021.9-7.8%2030.7-1.3%204.8-23.6%2072.9-25.3%20144.7%200%202%200%203.7.2%206.6.2%202.9%202.2%206.4%208.5%206.4h76.8c6.6%200%209.7-3.3%209.3-9.3-.2-1.9-.6-4.3-.8-6.5-2.4-23.1-4.6-49.8-3.3-81.6%201.3-34%205.2-51.9%207-61.3%202.1-10.4%207.6-22.4%2012.1-30.3%2030.8.9%2092.9%2019.3%20115.1%2028.9%200%200%207.2%203.4%2010.1%205.2%207%203.4%2014.2%205.1%2021.6%205.1.9%200%201.8%200%202.7-.1%2012.3-.7%2024.2-9.7%2034.7-19.5%209.1-8.5%2016.9-20.2%2023.4-34.6%201.2-2.8%202.4-5.6%203.5-8.6%209.6-25%2014.8-55.9%2014.8-88.1%200-32.2-5.2-63.2-14.9-88.2zM442%20267.5c-7.8%2018.5-18.2%2033.3-29.5%2033.3s-21.6-14.7-29.4-33.3c-9.1-21.6-14.9-53.1-14.9-88.1%200-35.2%205.8-66.8%2015-88.4%207.8-18.4%2018.1-29.5%2029.3-29.5%2011.3%200%2021.5%2011.2%2029.4%2029.5%209.2%2021.6%2015%2053.2%2015%2088.4%200%2035-5.8%2066.5-14.9%2088.1z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M70.9%20181.5c0-41%2025-76.5%2060.6-91.5h-7.7c-41.1%200-75.1%2032.8-81.1%2075.2-6%201-10.7%207.9-10.7%2016.1%200%208.6%205.1%2015.4%2011.6%2015.9%207.2%2036.4%2035.1%2065.8%2069.7%2068.8h.1c1.4%200%202.8.6%204.2.9%201.1.2%202.2.4%203.3.7-29.9-17.1-50-49.2-50-86.1z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M465.1%2091c-1.1-2.9-2.3-5.6-3.5-8.3-6.5-14.4-14.4-26-23.4-34.6C427%2037.6%20414.1%2032%20400.8%2032c-8.3%200-16.4%202.2-24.1%206.4h-.1c-1.2.7-2.4%201.3-3.6%202-49%2029-104.1%2046.2-162.6%2049.4-6.5.4-13%20.2-19.5.2h-42.3c-34%2015-59%2050.5-59%2091.5%200%2036.8%2019.2%2069.1%2047.8%2086.1%2013%2010.9%2041.7%2011.7%2040%2023.9-1.9%2013.2-5.5%2021.9-7.8%2030.7-1.3%204.8-23.6%2072.9-25.3%20144.7%200%202%200%203.7.2%206.6.2%202.9%202.2%206.4%208.5%206.4h76.8c6.6%200%209.7-3.3%209.3-9.3-.2-1.9-.6-4.3-.8-6.5-2.4-23.1-4.6-49.8-3.3-81.6%201.3-34%205.2-51.9%207-61.3%202.1-10.4%207.6-22.4%2012.1-30.3%2030.8.9%2092.9%2019.3%20115.1%2028.9%200%200%207.2%203.4%2010.1%205.2%207%203.4%2014.2%205.1%2021.6%205.1.9%200%201.8%200%202.7-.1%2012.3-.7%2024.2-9.7%2034.7-19.5%209.1-8.5%2016.9-20.2%2023.4-34.6%201.2-2.8%202.4-5.6%203.5-8.6%209.6-25%2014.8-55.9%2014.8-88.1%200-32.2-5.2-63.2-14.9-88.2zM442%20267.5c-7.8%2018.5-18.2%2033.3-29.5%2033.3s-21.6-14.7-29.4-33.3c-9.1-21.6-14.9-53.1-14.9-88.1%200-35.2%205.8-66.8%2015-88.4%207.8-18.4%2018.1-29.5%2029.3-29.5%2011.3%200%2021.5%2011.2%2029.4%2029.5%209.2%2021.6%2015%2053.2%2015%2088.4%200%2035-5.8%2066.5-14.9%2088.1z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/speakerphone.svg?color=%231a73e8&size=48