phone speaker icon
phone-speaker-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- phone-speaker-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- License
- MIT
3 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
phone-add-20-filledphone-add-new-app-24-filledphone-arrow-right-20-filledphone-briefcase-24-filledphone-chat-16-filledphone-checkmark-16-filledphone-desktop-16-filledphone-desktop-add-20-filledphone-dismiss-20-filledphone-edit-20-filledphone-eraser-16-filledphone-error-24-filledphone-footer-arrow-down-20-filledphone-header-arrow-up-20-filledphone-home-lock-24-filledphone-key-20-filledphone-laptop-16-filledphone-link-setup-20-filledphone-lock-20-filledphone-mobile-20-filledphone-multiple-24-filledphone-multiple-settings-24-filledphone-page-header-20-filledphone-pagination-20-filled
Use the phone speaker icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M8 14a.5.5 0 0 0 0 1h1v-.5q.001-.264.085-.5zm-2 3h3.085a1.5 1.5 0 0 0 1.4 1H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v7.086a1.5 1.5 0 0 0-1 0V4a1 1 0 0 0-1-1H6a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1m7.691-4.962A.5.5 0 0 1 14 12.5v6a.5.5 0 0 1-.854.354L11.293 17H10.5a.5.5 0 0 1-.5-.5v-2a.5.5 0 0 1 .5-.5h.793l1.853-1.854a.5.5 0 0 1 .545-.108m3.959.162c.121.162.285.453.443.875c.255.68.407 1.489.407 2.425s-.152 1.745-.407 2.426c-.158.421-.322.712-.443.874a.5.5 0 0 1-.848-.523l.116-.182a3.5 3.5 0 0 0 .239-.52c.213-.57.343-1.261.343-2.075s-.13-1.505-.343-2.074a3.5 3.5 0 0 0-.239-.52l-.068-.106a.5.5 0 0 1 .8-.6m-1.426 1.767a5.5 5.5 0 0 0-.277-.69a.5.5 0 1 0-.894.447c.052.105.137.303.223.56c.14.421.224.84.224 1.216c0 .377-.084.795-.224 1.217a6 6 0 0 1-.147.39l-.076.17a.5.5 0 1 0 .894.447c.073-.145.175-.385.277-.69c.172-.516.276-1.035.276-1.534c0-.498-.104-1.018-.276-1.533"/></svg>
React
import type { SVGProps } from "react";
export function FluentPhoneSpeaker20Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M8 14a.5.5 0 0 0 0 1h1v-.5q.001-.264.085-.5zm-2 3h3.085a1.5 1.5 0 0 0 1.4 1H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v7.086a1.5 1.5 0 0 0-1 0V4a1 1 0 0 0-1-1H6a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1m7.691-4.962A.5.5 0 0 1 14 12.5v6a.5.5 0 0 1-.854.354L11.293 17H10.5a.5.5 0 0 1-.5-.5v-2a.5.5 0 0 1 .5-.5h.793l1.853-1.854a.5.5 0 0 1 .545-.108m3.959.162c.121.162.285.453.443.875c.255.68.407 1.489.407 2.425s-.152 1.745-.407 2.426c-.158.421-.322.712-.443.874a.5.5 0 0 1-.848-.523l.116-.182a3.5 3.5 0 0 0 .239-.52c.213-.57.343-1.261.343-2.075s-.13-1.505-.343-2.074a3.5 3.5 0 0 0-.239-.52l-.068-.106a.5.5 0 0 1 .8-.6m-1.426 1.767a5.5 5.5 0 0 0-.277-.69a.5.5 0 1 0-.894.447c.052.105.137.303.223.56c.14.421.224.84.224 1.216c0 .377-.084.795-.224 1.217a6 6 0 0 1-.147.39l-.076.17a.5.5 0 1 0 .894.447c.073-.145.175-.385.277-.69c.172-.516.276-1.035.276-1.534c0-.498-.104-1.018-.276-1.533"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M8 14a.5.5 0 0 0 0 1h1v-.5q.001-.264.085-.5zm-2 3h3.085a1.5 1.5 0 0 0 1.4 1H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v7.086a1.5 1.5 0 0 0-1 0V4a1 1 0 0 0-1-1H6a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1m7.691-4.962A.5.5 0 0 1 14 12.5v6a.5.5 0 0 1-.854.354L11.293 17H10.5a.5.5 0 0 1-.5-.5v-2a.5.5 0 0 1 .5-.5h.793l1.853-1.854a.5.5 0 0 1 .545-.108m3.959.162c.121.162.285.453.443.875c.255.68.407 1.489.407 2.425s-.152 1.745-.407 2.426c-.158.421-.322.712-.443.874a.5.5 0 0 1-.848-.523l.116-.182a3.5 3.5 0 0 0 .239-.52c.213-.57.343-1.261.343-2.075s-.13-1.505-.343-2.074a3.5 3.5 0 0 0-.239-.52l-.068-.106a.5.5 0 0 1 .8-.6m-1.426 1.767a5.5 5.5 0 0 0-.277-.69a.5.5 0 1 0-.894.447c.052.105.137.303.223.56c.14.421.224.84.224 1.216c0 .377-.084.795-.224 1.217a6 6 0 0 1-.147.39l-.076.17a.5.5 0 1 0 .894.447c.073-.145.175-.385.277-.69c.172-.516.276-1.035.276-1.534c0-.498-.104-1.018-.276-1.533"/></svg> </template>
CSS
.icon-phone-speaker-20-regular {
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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%2014a.5.5%200%200%200%200%201h1v-.5q.001-.264.085-.5zm-2%203h3.085a1.5%201.5%200%200%200%201.4%201H6a2%202%200%200%201-2-2V4a2%202%200%200%201%202-2h6a2%202%200%200%201%202%202v7.086a1.5%201.5%200%200%200-1%200V4a1%201%200%200%200-1-1H6a1%201%200%200%200-1%201v12a1%201%200%200%200%201%201m7.691-4.962A.5.5%200%200%201%2014%2012.5v6a.5.5%200%200%201-.854.354L11.293%2017H10.5a.5.5%200%200%201-.5-.5v-2a.5.5%200%200%201%20.5-.5h.793l1.853-1.854a.5.5%200%200%201%20.545-.108m3.959.162c.121.162.285.453.443.875c.255.68.407%201.489.407%202.425s-.152%201.745-.407%202.426c-.158.421-.322.712-.443.874a.5.5%200%200%201-.848-.523l.116-.182a3.5%203.5%200%200%200%20.239-.52c.213-.57.343-1.261.343-2.075s-.13-1.505-.343-2.074a3.5%203.5%200%200%200-.239-.52l-.068-.106a.5.5%200%200%201%20.8-.6m-1.426%201.767a5.5%205.5%200%200%200-.277-.69a.5.5%200%201%200-.894.447c.052.105.137.303.223.56c.14.421.224.84.224%201.216c0%20.377-.084.795-.224%201.217a6%206%200%200%201-.147.39l-.076.17a.5.5%200%201%200%20.894.447c.073-.145.175-.385.277-.69c.172-.516.276-1.035.276-1.534c0-.498-.104-1.018-.276-1.533%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%2014a.5.5%200%200%200%200%201h1v-.5q.001-.264.085-.5zm-2%203h3.085a1.5%201.5%200%200%200%201.4%201H6a2%202%200%200%201-2-2V4a2%202%200%200%201%202-2h6a2%202%200%200%201%202%202v7.086a1.5%201.5%200%200%200-1%200V4a1%201%200%200%200-1-1H6a1%201%200%200%200-1%201v12a1%201%200%200%200%201%201m7.691-4.962A.5.5%200%200%201%2014%2012.5v6a.5.5%200%200%201-.854.354L11.293%2017H10.5a.5.5%200%200%201-.5-.5v-2a.5.5%200%200%201%20.5-.5h.793l1.853-1.854a.5.5%200%200%201%20.545-.108m3.959.162c.121.162.285.453.443.875c.255.68.407%201.489.407%202.425s-.152%201.745-.407%202.426c-.158.421-.322.712-.443.874a.5.5%200%200%201-.848-.523l.116-.182a3.5%203.5%200%200%200%20.239-.52c.213-.57.343-1.261.343-2.075s-.13-1.505-.343-2.074a3.5%203.5%200%200%200-.239-.52l-.068-.106a.5.5%200%200%201%20.8-.6m-1.426%201.767a5.5%205.5%200%200%200-.277-.69a.5.5%200%201%200-.894.447c.052.105.137.303.223.56c.14.421.224.84.224%201.216c0%20.377-.084.795-.224%201.217a6%206%200%200%201-.147.39l-.076.17a.5.5%200%201%200%20.894.447c.073-.145.175-.385.277-.69c.172-.516.276-1.035.276-1.534c0-.498-.104-1.018-.276-1.533%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/phone-speaker-20-regular.svg?color=%231a73e8&size=48