assistive listening systems icon
assistive-listening-systems from Unicons by Iconscout · Line · Medical · Apache-2.0 Free for personal and commercial use.
- Name
- assistive-listening-systems
- Set
- Unicons
- Style
- Line
- Category
- Medical
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
More medical icons from Unicons
Use the assistive listening systems icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 3a7 7 0 0 0-7 7a1 1 0 0 0 2 0a5 5 0 0 1 10 0a5.07 5.07 0 0 1-.71 2.57L11.73 20A2 2 0 0 1 10 21a2 2 0 0 1-2-2a1 1 0 0 0-2 0a4 4 0 0 0 4 4a4 4 0 0 0 3.5-2.07l3.56-7.43A6.93 6.93 0 0 0 18 10a7 7 0 0 0-7-7M4 15a1 1 0 1 0 1 1a1 1 0 0 0-1-1M17.59 1.2a1 1 0 1 0-1.2 1.6A9 9 0 0 1 20 10a1 1 0 0 0 2 0a11.06 11.06 0 0 0-4.41-8.8M11 9a1 1 0 0 1 1 1a1 1 0 0 0 2 0a3 3 0 0 0-6 0a3 3 0 0 0 .51 1.68a3.5 3.5 0 0 0 .47.54l.2.22a1 1 0 0 1 0 1.11a1 1 0 0 0 .25 1.39a1 1 0 0 0 .57.18a1 1 0 0 0 .82-.43a3 3 0 0 0 0-3.39a3.4 3.4 0 0 0-.35-.42l-.14-.14a1.4 1.4 0 0 1-.16-.18A1 1 0 0 1 10 10a1 1 0 0 1 1-1m-4 6a1 1 0 1 0-1-1a1 1 0 0 0 1 1"/></svg>
React
import type { SVGProps } from "react";
export function UilAssistiveListeningSystems(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="M11 3a7 7 0 0 0-7 7a1 1 0 0 0 2 0a5 5 0 0 1 10 0a5.07 5.07 0 0 1-.71 2.57L11.73 20A2 2 0 0 1 10 21a2 2 0 0 1-2-2a1 1 0 0 0-2 0a4 4 0 0 0 4 4a4 4 0 0 0 3.5-2.07l3.56-7.43A6.93 6.93 0 0 0 18 10a7 7 0 0 0-7-7M4 15a1 1 0 1 0 1 1a1 1 0 0 0-1-1M17.59 1.2a1 1 0 1 0-1.2 1.6A9 9 0 0 1 20 10a1 1 0 0 0 2 0a11.06 11.06 0 0 0-4.41-8.8M11 9a1 1 0 0 1 1 1a1 1 0 0 0 2 0a3 3 0 0 0-6 0a3 3 0 0 0 .51 1.68a3.5 3.5 0 0 0 .47.54l.2.22a1 1 0 0 1 0 1.11a1 1 0 0 0 .25 1.39a1 1 0 0 0 .57.18a1 1 0 0 0 .82-.43a3 3 0 0 0 0-3.39a3.4 3.4 0 0 0-.35-.42l-.14-.14a1.4 1.4 0 0 1-.16-.18A1 1 0 0 1 10 10a1 1 0 0 1 1-1m-4 6a1 1 0 1 0-1-1a1 1 0 0 0 1 1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 3a7 7 0 0 0-7 7a1 1 0 0 0 2 0a5 5 0 0 1 10 0a5.07 5.07 0 0 1-.71 2.57L11.73 20A2 2 0 0 1 10 21a2 2 0 0 1-2-2a1 1 0 0 0-2 0a4 4 0 0 0 4 4a4 4 0 0 0 3.5-2.07l3.56-7.43A6.93 6.93 0 0 0 18 10a7 7 0 0 0-7-7M4 15a1 1 0 1 0 1 1a1 1 0 0 0-1-1M17.59 1.2a1 1 0 1 0-1.2 1.6A9 9 0 0 1 20 10a1 1 0 0 0 2 0a11.06 11.06 0 0 0-4.41-8.8M11 9a1 1 0 0 1 1 1a1 1 0 0 0 2 0a3 3 0 0 0-6 0a3 3 0 0 0 .51 1.68a3.5 3.5 0 0 0 .47.54l.2.22a1 1 0 0 1 0 1.11a1 1 0 0 0 .25 1.39a1 1 0 0 0 .57.18a1 1 0 0 0 .82-.43a3 3 0 0 0 0-3.39a3.4 3.4 0 0 0-.35-.42l-.14-.14a1.4 1.4 0 0 1-.16-.18A1 1 0 0 1 10 10a1 1 0 0 1 1-1m-4 6a1 1 0 1 0-1-1a1 1 0 0 0 1 1"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11%203a7%207%200%200%200-7%207a1%201%200%200%200%202%200a5%205%200%200%201%2010%200a5.07%205.07%200%200%201-.71%202.57L11.73%2020A2%202%200%200%201%2010%2021a2%202%200%200%201-2-2a1%201%200%200%200-2%200a4%204%200%200%200%204%204a4%204%200%200%200%203.5-2.07l3.56-7.43A6.93%206.93%200%200%200%2018%2010a7%207%200%200%200-7-7M4%2015a1%201%200%201%200%201%201a1%201%200%200%200-1-1M17.59%201.2a1%201%200%201%200-1.2%201.6A9%209%200%200%201%2020%2010a1%201%200%200%200%202%200a11.06%2011.06%200%200%200-4.41-8.8M11%209a1%201%200%200%201%201%201a1%201%200%200%200%202%200a3%203%200%200%200-6%200a3%203%200%200%200%20.51%201.68a3.5%203.5%200%200%200%20.47.54l.2.22a1%201%200%200%201%200%201.11a1%201%200%200%200%20.25%201.39a1%201%200%200%200%20.57.18a1%201%200%200%200%20.82-.43a3%203%200%200%200%200-3.39a3.4%203.4%200%200%200-.35-.42l-.14-.14a1.4%201.4%200%200%201-.16-.18A1%201%200%200%201%2010%2010a1%201%200%200%201%201-1m-4%206a1%201%200%201%200-1-1a1%201%200%200%200%201%201%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%22M11%203a7%207%200%200%200-7%207a1%201%200%200%200%202%200a5%205%200%200%201%2010%200a5.07%205.07%200%200%201-.71%202.57L11.73%2020A2%202%200%200%201%2010%2021a2%202%200%200%201-2-2a1%201%200%200%200-2%200a4%204%200%200%200%204%204a4%204%200%200%200%203.5-2.07l3.56-7.43A6.93%206.93%200%200%200%2018%2010a7%207%200%200%200-7-7M4%2015a1%201%200%201%200%201%201a1%201%200%200%200-1-1M17.59%201.2a1%201%200%201%200-1.2%201.6A9%209%200%200%201%2020%2010a1%201%200%200%200%202%200a11.06%2011.06%200%200%200-4.41-8.8M11%209a1%201%200%200%201%201%201a1%201%200%200%200%202%200a3%203%200%200%200-6%200a3%203%200%200%200%20.51%201.68a3.5%203.5%200%200%200%20.47.54l.2.22a1%201%200%200%201%200%201.11a1%201%200%200%200%20.25%201.39a1%201%200%200%200%20.57.18a1%201%200%200%200%20.82-.43a3%203%200%200%200%200-3.39a3.4%203.4%200%200%200-.35-.42l-.14-.14a1.4%201.4%200%200%201-.16-.18A1%201%200%200%201%2010%2010a1%201%200%200%201%201-1m-4%206a1%201%200%201%200-1-1a1%201%200%200%200%201%201%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/assistive-listening-systems.svg?color=%231a73e8&size=48