sharp speaker phone icon

sharp-speaker-phone from Google Material Icons by Material Design Authors · Baseline · Communication · Apache-2.0 Free for personal and commercial use.

Name
sharp-speaker-phone
Set
Google Material Icons
Style
Baseline
Category
Communication
Viewbox
24×24
License
Apache 2.0

More communication icons from Google Material Icons

Use the sharp 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="M7 7.07L8.43 8.5c.91-.91 2.18-1.48 3.57-1.48s2.66.57 3.57 1.48L17 7.07C15.72 5.79 13.95 5 12 5s-3.72.79-5 2.07M12 1C8.98 1 6.24 2.23 4.25 4.21l1.41 1.41C7.28 4 9.53 3 12 3s4.72 1 6.34 2.62l1.41-1.41A10.96 10.96 0 0 0 12 1m3.99 9.01L8 10v11.99h7.99zM15 20H9v-8h6z"/></svg>

React

import type { SVGProps } from "react";

export function IcSharpSpeakerPhone(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="M7 7.07L8.43 8.5c.91-.91 2.18-1.48 3.57-1.48s2.66.57 3.57 1.48L17 7.07C15.72 5.79 13.95 5 12 5s-3.72.79-5 2.07M12 1C8.98 1 6.24 2.23 4.25 4.21l1.41 1.41C7.28 4 9.53 3 12 3s4.72 1 6.34 2.62l1.41-1.41A10.96 10.96 0 0 0 12 1m3.99 9.01L8 10v11.99h7.99zM15 20H9v-8h6z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 7.07L8.43 8.5c.91-.91 2.18-1.48 3.57-1.48s2.66.57 3.57 1.48L17 7.07C15.72 5.79 13.95 5 12 5s-3.72.79-5 2.07M12 1C8.98 1 6.24 2.23 4.25 4.21l1.41 1.41C7.28 4 9.53 3 12 3s4.72 1 6.34 2.62l1.41-1.41A10.96 10.96 0 0 0 12 1m3.99 9.01L8 10v11.99h7.99zM15 20H9v-8h6z"/></svg>
</template>

CSS

.icon-sharp-speaker-phone {
  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%22M7%207.07L8.43%208.5c.91-.91%202.18-1.48%203.57-1.48s2.66.57%203.57%201.48L17%207.07C15.72%205.79%2013.95%205%2012%205s-3.72.79-5%202.07M12%201C8.98%201%206.24%202.23%204.25%204.21l1.41%201.41C7.28%204%209.53%203%2012%203s4.72%201%206.34%202.62l1.41-1.41A10.96%2010.96%200%200%200%2012%201m3.99%209.01L8%2010v11.99h7.99zM15%2020H9v-8h6z%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%22M7%207.07L8.43%208.5c.91-.91%202.18-1.48%203.57-1.48s2.66.57%203.57%201.48L17%207.07C15.72%205.79%2013.95%205%2012%205s-3.72.79-5%202.07M12%201C8.98%201%206.24%202.23%204.25%204.21l1.41%201.41C7.28%204%209.53%203%2012%203s4.72%201%206.34%202.62l1.41-1.41A10.96%2010.96%200%200%200%2012%201m3.99%209.01L8%2010v11.99h7.99zM15%2020H9v-8h6z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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