assistive listening systems icon
assistive-listening-systems from Font Awesome Solid by Dave Gandy · Solid · Accessibility · CC-BY-4.0 Attribution required.
- Name
- assistive-listening-systems
- Set
- Font Awesome Solid
- Style
- Solid
- Category
- Accessibility
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
More accessibility icons from Font Awesome Solid
Use the assistive listening systems icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M443.6 64.3c-8.9 1.2-17.2 6.2-22.4 14.1c-6.8 10.4-7 24.1-.4 34.6c5.6 8.9 15.5 12.7 23.8 18.5c7.5 5.2 17.6 13.2 27.7 24.2c20 21.7 39.5 54.3 39.5 100.3c0 17.7 14.3 32 32 32s32-14.3 32-32c0-66-28.5-113.4-56.5-143.7C505.4 97.2 491.5 86.2 481 79c-11-7.6-23.5-16.6-37.6-14.7zM304 192c-57.6 0-105.1 43.6-111.3 99.5c-1.9 17.6-17.8 30.2-35.3 28.3s-30.2-17.8-28.3-35.3c9.7-88 84.3-156.5 174.9-156.5c97.2 0 176 78.8 176 176c0 46-17.7 87.9-46.6 119.3c-12 13-17.4 24.8-17.4 34.7v6.1c0 61.9-50.1 112-112 112c-17.7 0-32-14.3-32-32s14.3-32 32-32c26.5 0 48-21.5 48-48V458c0-32.9 17.4-59.6 34.4-78c18.4-20 29.6-46.6 29.6-75.9c0-61.9-50.1-112-112-112zM64 544c0-17.7 14.3-32 32-32s32 14.3 32 32s-14.3 32-32 32s-32-14.3-32-32m160-96c17.7 0 32-14.3 32-32s-14.3-32-32-32s-32 14.3-32 32s14.3 32 32 32m-73.4-22.6c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l64 64c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3zM304 272c-17.7 0-32 14.3-32 32c0 13.3-10.7 24-24 24s-24-10.7-24-24c0-44.2 35.8-80 80-80s80 35.8 80 80c0 13.3-10.7 24-24 24s-24-10.7-24-24c0-17.7-14.3-32-32-32"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidAssistiveListeningSystems(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M443.6 64.3c-8.9 1.2-17.2 6.2-22.4 14.1c-6.8 10.4-7 24.1-.4 34.6c5.6 8.9 15.5 12.7 23.8 18.5c7.5 5.2 17.6 13.2 27.7 24.2c20 21.7 39.5 54.3 39.5 100.3c0 17.7 14.3 32 32 32s32-14.3 32-32c0-66-28.5-113.4-56.5-143.7C505.4 97.2 491.5 86.2 481 79c-11-7.6-23.5-16.6-37.6-14.7zM304 192c-57.6 0-105.1 43.6-111.3 99.5c-1.9 17.6-17.8 30.2-35.3 28.3s-30.2-17.8-28.3-35.3c9.7-88 84.3-156.5 174.9-156.5c97.2 0 176 78.8 176 176c0 46-17.7 87.9-46.6 119.3c-12 13-17.4 24.8-17.4 34.7v6.1c0 61.9-50.1 112-112 112c-17.7 0-32-14.3-32-32s14.3-32 32-32c26.5 0 48-21.5 48-48V458c0-32.9 17.4-59.6 34.4-78c18.4-20 29.6-46.6 29.6-75.9c0-61.9-50.1-112-112-112zM64 544c0-17.7 14.3-32 32-32s32 14.3 32 32s-14.3 32-32 32s-32-14.3-32-32m160-96c17.7 0 32-14.3 32-32s-14.3-32-32-32s-32 14.3-32 32s14.3 32 32 32m-73.4-22.6c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l64 64c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3zM304 272c-17.7 0-32 14.3-32 32c0 13.3-10.7 24-24 24s-24-10.7-24-24c0-44.2 35.8-80 80-80s80 35.8 80 80c0 13.3-10.7 24-24 24s-24-10.7-24-24c0-17.7-14.3-32-32-32"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M443.6 64.3c-8.9 1.2-17.2 6.2-22.4 14.1c-6.8 10.4-7 24.1-.4 34.6c5.6 8.9 15.5 12.7 23.8 18.5c7.5 5.2 17.6 13.2 27.7 24.2c20 21.7 39.5 54.3 39.5 100.3c0 17.7 14.3 32 32 32s32-14.3 32-32c0-66-28.5-113.4-56.5-143.7C505.4 97.2 491.5 86.2 481 79c-11-7.6-23.5-16.6-37.6-14.7zM304 192c-57.6 0-105.1 43.6-111.3 99.5c-1.9 17.6-17.8 30.2-35.3 28.3s-30.2-17.8-28.3-35.3c9.7-88 84.3-156.5 174.9-156.5c97.2 0 176 78.8 176 176c0 46-17.7 87.9-46.6 119.3c-12 13-17.4 24.8-17.4 34.7v6.1c0 61.9-50.1 112-112 112c-17.7 0-32-14.3-32-32s14.3-32 32-32c26.5 0 48-21.5 48-48V458c0-32.9 17.4-59.6 34.4-78c18.4-20 29.6-46.6 29.6-75.9c0-61.9-50.1-112-112-112zM64 544c0-17.7 14.3-32 32-32s32 14.3 32 32s-14.3 32-32 32s-32-14.3-32-32m160-96c17.7 0 32-14.3 32-32s-14.3-32-32-32s-32 14.3-32 32s14.3 32 32 32m-73.4-22.6c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l64 64c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3zM304 272c-17.7 0-32 14.3-32 32c0 13.3-10.7 24-24 24s-24-10.7-24-24c0-44.2 35.8-80 80-80s80 35.8 80 80c0 13.3-10.7 24-24 24s-24-10.7-24-24c0-17.7-14.3-32-32-32"/></svg> </template>
CSS
.icon-assistive-listening-systems {
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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M443.6%2064.3c-8.9%201.2-17.2%206.2-22.4%2014.1c-6.8%2010.4-7%2024.1-.4%2034.6c5.6%208.9%2015.5%2012.7%2023.8%2018.5c7.5%205.2%2017.6%2013.2%2027.7%2024.2c20%2021.7%2039.5%2054.3%2039.5%20100.3c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32c0-66-28.5-113.4-56.5-143.7C505.4%2097.2%20491.5%2086.2%20481%2079c-11-7.6-23.5-16.6-37.6-14.7zM304%20192c-57.6%200-105.1%2043.6-111.3%2099.5c-1.9%2017.6-17.8%2030.2-35.3%2028.3s-30.2-17.8-28.3-35.3c9.7-88%2084.3-156.5%20174.9-156.5c97.2%200%20176%2078.8%20176%20176c0%2046-17.7%2087.9-46.6%20119.3c-12%2013-17.4%2024.8-17.4%2034.7v6.1c0%2061.9-50.1%20112-112%20112c-17.7%200-32-14.3-32-32s14.3-32%2032-32c26.5%200%2048-21.5%2048-48V458c0-32.9%2017.4-59.6%2034.4-78c18.4-20%2029.6-46.6%2029.6-75.9c0-61.9-50.1-112-112-112zM64%20544c0-17.7%2014.3-32%2032-32s32%2014.3%2032%2032s-14.3%2032-32%2032s-32-14.3-32-32m160-96c17.7%200%2032-14.3%2032-32s-14.3-32-32-32s-32%2014.3-32%2032s14.3%2032%2032%2032m-73.4-22.6c-12.5-12.5-32.8-12.5-45.3%200s-12.5%2032.8%200%2045.3l64%2064c12.5%2012.5%2032.8%2012.5%2045.3%200s12.5-32.8%200-45.3zM304%20272c-17.7%200-32%2014.3-32%2032c0%2013.3-10.7%2024-24%2024s-24-10.7-24-24c0-44.2%2035.8-80%2080-80s80%2035.8%2080%2080c0%2013.3-10.7%2024-24%2024s-24-10.7-24-24c0-17.7-14.3-32-32-32%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M443.6%2064.3c-8.9%201.2-17.2%206.2-22.4%2014.1c-6.8%2010.4-7%2024.1-.4%2034.6c5.6%208.9%2015.5%2012.7%2023.8%2018.5c7.5%205.2%2017.6%2013.2%2027.7%2024.2c20%2021.7%2039.5%2054.3%2039.5%20100.3c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32c0-66-28.5-113.4-56.5-143.7C505.4%2097.2%20491.5%2086.2%20481%2079c-11-7.6-23.5-16.6-37.6-14.7zM304%20192c-57.6%200-105.1%2043.6-111.3%2099.5c-1.9%2017.6-17.8%2030.2-35.3%2028.3s-30.2-17.8-28.3-35.3c9.7-88%2084.3-156.5%20174.9-156.5c97.2%200%20176%2078.8%20176%20176c0%2046-17.7%2087.9-46.6%20119.3c-12%2013-17.4%2024.8-17.4%2034.7v6.1c0%2061.9-50.1%20112-112%20112c-17.7%200-32-14.3-32-32s14.3-32%2032-32c26.5%200%2048-21.5%2048-48V458c0-32.9%2017.4-59.6%2034.4-78c18.4-20%2029.6-46.6%2029.6-75.9c0-61.9-50.1-112-112-112zM64%20544c0-17.7%2014.3-32%2032-32s32%2014.3%2032%2032s-14.3%2032-32%2032s-32-14.3-32-32m160-96c17.7%200%2032-14.3%2032-32s-14.3-32-32-32s-32%2014.3-32%2032s14.3%2032%2032%2032m-73.4-22.6c-12.5-12.5-32.8-12.5-45.3%200s-12.5%2032.8%200%2045.3l64%2064c12.5%2012.5%2032.8%2012.5%2045.3%200s12.5-32.8%200-45.3zM304%20272c-17.7%200-32%2014.3-32%2032c0%2013.3-10.7%2024-24%2024s-24-10.7-24-24c0-44.2%2035.8-80%2080-80s80%2035.8%2080%2080c0%2013.3-10.7%2024-24%2024s-24-10.7-24-24c0-17.7-14.3-32-32-32%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/assistive-listening-systems.svg?color=%231a73e8&size=48