tablet speaker icon
tablet-speaker-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- tablet-speaker-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- License
- MIT
3 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the tablet speaker icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M13.691 2.038A.5.5 0 0 1 14 2.5v6a.5.5 0 0 1-.854.354L11.293 7H10.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.874c.255.68.407 1.49.407 2.426s-.152 1.745-.407 2.426c-.158.421-.322.712-.443.874a.5.5 0 0 1-.848-.523l.116-.182c.066-.112.15-.286.239-.52c.213-.57.343-1.261.343-2.075s-.13-1.505-.343-2.074a3.5 3.5 0 0 0-.239-.52L16.85 2.8a.5.5 0 1 1 .8-.6m-1.703 1.076c.073.145.175.385.277.69c.172.516.276 1.035.276 1.534s-.104 1.018-.276 1.533a5.5 5.5 0 0 1-.277.69a.5.5 0 1 1-.894-.447l.076-.168q.068-.158.147-.391c.14-.422.224-.84.224-1.217c0-.376-.084-.795-.224-1.217a5 5 0 0 0-.223-.56a.5.5 0 1 1 .894-.447M16.35 9.7a1.5 1.5 0 0 1-.526-.735c-.285.063-.59.044-.877-.07a1.5 1.5 0 0 1-2.508.666L10.88 8h-.38A1.5 1.5 0 0 1 9 6.5v-2q.001-.266.085-.501H4a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V9.8a1.5 1.5 0 0 1-1.65-.1M8.5 13h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1 0-1"/></svg>
React
import type { SVGProps } from "react";
export function FluentTabletSpeaker20Filled(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="M13.691 2.038A.5.5 0 0 1 14 2.5v6a.5.5 0 0 1-.854.354L11.293 7H10.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.874c.255.68.407 1.49.407 2.426s-.152 1.745-.407 2.426c-.158.421-.322.712-.443.874a.5.5 0 0 1-.848-.523l.116-.182c.066-.112.15-.286.239-.52c.213-.57.343-1.261.343-2.075s-.13-1.505-.343-2.074a3.5 3.5 0 0 0-.239-.52L16.85 2.8a.5.5 0 1 1 .8-.6m-1.703 1.076c.073.145.175.385.277.69c.172.516.276 1.035.276 1.534s-.104 1.018-.276 1.533a5.5 5.5 0 0 1-.277.69a.5.5 0 1 1-.894-.447l.076-.168q.068-.158.147-.391c.14-.422.224-.84.224-1.217c0-.376-.084-.795-.224-1.217a5 5 0 0 0-.223-.56a.5.5 0 1 1 .894-.447M16.35 9.7a1.5 1.5 0 0 1-.526-.735c-.285.063-.59.044-.877-.07a1.5 1.5 0 0 1-2.508.666L10.88 8h-.38A1.5 1.5 0 0 1 9 6.5v-2q.001-.266.085-.501H4a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V9.8a1.5 1.5 0 0 1-1.65-.1M8.5 13h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1 0-1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M13.691 2.038A.5.5 0 0 1 14 2.5v6a.5.5 0 0 1-.854.354L11.293 7H10.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.874c.255.68.407 1.49.407 2.426s-.152 1.745-.407 2.426c-.158.421-.322.712-.443.874a.5.5 0 0 1-.848-.523l.116-.182c.066-.112.15-.286.239-.52c.213-.57.343-1.261.343-2.075s-.13-1.505-.343-2.074a3.5 3.5 0 0 0-.239-.52L16.85 2.8a.5.5 0 1 1 .8-.6m-1.703 1.076c.073.145.175.385.277.69c.172.516.276 1.035.276 1.534s-.104 1.018-.276 1.533a5.5 5.5 0 0 1-.277.69a.5.5 0 1 1-.894-.447l.076-.168q.068-.158.147-.391c.14-.422.224-.84.224-1.217c0-.376-.084-.795-.224-1.217a5 5 0 0 0-.223-.56a.5.5 0 1 1 .894-.447M16.35 9.7a1.5 1.5 0 0 1-.526-.735c-.285.063-.59.044-.877-.07a1.5 1.5 0 0 1-2.508.666L10.88 8h-.38A1.5 1.5 0 0 1 9 6.5v-2q.001-.266.085-.501H4a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V9.8a1.5 1.5 0 0 1-1.65-.1M8.5 13h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1 0-1"/></svg> </template>
CSS
.icon-tablet-speaker-20-filled {
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%22M13.691%202.038A.5.5%200%200%201%2014%202.5v6a.5.5%200%200%201-.854.354L11.293%207H10.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.874c.255.68.407%201.49.407%202.426s-.152%201.745-.407%202.426c-.158.421-.322.712-.443.874a.5.5%200%200%201-.848-.523l.116-.182c.066-.112.15-.286.239-.52c.213-.57.343-1.261.343-2.075s-.13-1.505-.343-2.074a3.5%203.5%200%200%200-.239-.52L16.85%202.8a.5.5%200%201%201%20.8-.6m-1.703%201.076c.073.145.175.385.277.69c.172.516.276%201.035.276%201.534s-.104%201.018-.276%201.533a5.5%205.5%200%200%201-.277.69a.5.5%200%201%201-.894-.447l.076-.168q.068-.158.147-.391c.14-.422.224-.84.224-1.217c0-.376-.084-.795-.224-1.217a5%205%200%200%200-.223-.56a.5.5%200%201%201%20.894-.447M16.35%209.7a1.5%201.5%200%200%201-.526-.735c-.285.063-.59.044-.877-.07a1.5%201.5%200%200%201-2.508.666L10.88%208h-.38A1.5%201.5%200%200%201%209%206.5v-2q.001-.266.085-.501H4a2%202%200%200%200-2%202v8a2%202%200%200%200%202%202h12a2%202%200%200%200%202-2V9.8a1.5%201.5%200%200%201-1.65-.1M8.5%2013h3a.5.5%200%200%201%200%201h-3a.5.5%200%200%201%200-1%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%22M13.691%202.038A.5.5%200%200%201%2014%202.5v6a.5.5%200%200%201-.854.354L11.293%207H10.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.874c.255.68.407%201.49.407%202.426s-.152%201.745-.407%202.426c-.158.421-.322.712-.443.874a.5.5%200%200%201-.848-.523l.116-.182c.066-.112.15-.286.239-.52c.213-.57.343-1.261.343-2.075s-.13-1.505-.343-2.074a3.5%203.5%200%200%200-.239-.52L16.85%202.8a.5.5%200%201%201%20.8-.6m-1.703%201.076c.073.145.175.385.277.69c.172.516.276%201.035.276%201.534s-.104%201.018-.276%201.533a5.5%205.5%200%200%201-.277.69a.5.5%200%201%201-.894-.447l.076-.168q.068-.158.147-.391c.14-.422.224-.84.224-1.217c0-.376-.084-.795-.224-1.217a5%205%200%200%200-.223-.56a.5.5%200%201%201%20.894-.447M16.35%209.7a1.5%201.5%200%200%201-.526-.735c-.285.063-.59.044-.877-.07a1.5%201.5%200%200%201-2.508.666L10.88%208h-.38A1.5%201.5%200%200%201%209%206.5v-2q.001-.266.085-.501H4a2%202%200%200%200-2%202v8a2%202%200%200%200%202%202h12a2%202%200%200%200%202-2V9.8a1.5%201.5%200%200%201-1.65-.1M8.5%2013h3a.5.5%200%200%201%200%201h-3a.5.5%200%200%201%200-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/tablet-speaker-20-filled.svg?color=%231a73e8&size=48