accessibility icon
accessibility from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.
- Name
- accessibility
- Set
- BoxIcons v2
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
- Aliases
- bx-accessibility
The same icon in other sets
Use the accessibility icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><circle cx="18" cy="4" r="2" fill="currentColor"/><path fill="currentColor" d="m17.836 12.014l-4.345.725l3.29-4.113a1 1 0 0 0-.227-1.457l-6-4a1 1 0 0 0-1.262.125l-4 4l1.414 1.414l3.42-3.42l2.584 1.723l-2.681 3.352a5.91 5.91 0 0 0-5.5.752l1.451 1.451A3.97 3.97 0 0 1 8 12c2.206 0 4 1.794 4 4c0 .739-.216 1.425-.566 2.02l1.451 1.451A5.96 5.96 0 0 0 14 16c0-.445-.053-.878-.145-1.295L17 14.181V20h2v-7a.998.998 0 0 0-1.164-.986M8 20c-2.206 0-4-1.794-4-4c0-.739.216-1.425.566-2.02l-1.451-1.451A5.96 5.96 0 0 0 2 16c0 3.309 2.691 6 6 6c1.294 0 2.49-.416 3.471-1.115l-1.451-1.451A3.97 3.97 0 0 1 8 20"/></svg>
React
import type { SVGProps } from "react";
export function BxAccessibility(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><circle cx="18" cy="4" r="2" fill="currentColor"/><path fill="currentColor" d="m17.836 12.014l-4.345.725l3.29-4.113a1 1 0 0 0-.227-1.457l-6-4a1 1 0 0 0-1.262.125l-4 4l1.414 1.414l3.42-3.42l2.584 1.723l-2.681 3.352a5.91 5.91 0 0 0-5.5.752l1.451 1.451A3.97 3.97 0 0 1 8 12c2.206 0 4 1.794 4 4c0 .739-.216 1.425-.566 2.02l1.451 1.451A5.96 5.96 0 0 0 14 16c0-.445-.053-.878-.145-1.295L17 14.181V20h2v-7a.998.998 0 0 0-1.164-.986M8 20c-2.206 0-4-1.794-4-4c0-.739.216-1.425.566-2.02l-1.451-1.451A5.96 5.96 0 0 0 2 16c0 3.309 2.691 6 6 6c1.294 0 2.49-.416 3.471-1.115l-1.451-1.451A3.97 3.97 0 0 1 8 20"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><circle cx="18" cy="4" r="2" fill="currentColor"/><path fill="currentColor" d="m17.836 12.014l-4.345.725l3.29-4.113a1 1 0 0 0-.227-1.457l-6-4a1 1 0 0 0-1.262.125l-4 4l1.414 1.414l3.42-3.42l2.584 1.723l-2.681 3.352a5.91 5.91 0 0 0-5.5.752l1.451 1.451A3.97 3.97 0 0 1 8 12c2.206 0 4 1.794 4 4c0 .739-.216 1.425-.566 2.02l1.451 1.451A5.96 5.96 0 0 0 14 16c0-.445-.053-.878-.145-1.295L17 14.181V20h2v-7a.998.998 0 0 0-1.164-.986M8 20c-2.206 0-4-1.794-4-4c0-.739.216-1.425.566-2.02l-1.451-1.451A5.96 5.96 0 0 0 2 16c0 3.309 2.691 6 6 6c1.294 0 2.49-.416 3.471-1.115l-1.451-1.451A3.97 3.97 0 0 1 8 20"/></svg> </template>
CSS
.icon-accessibility {
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%3Ccircle%20cx%3D%2218%22%20cy%3D%224%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m17.836%2012.014l-4.345.725l3.29-4.113a1%201%200%200%200-.227-1.457l-6-4a1%201%200%200%200-1.262.125l-4%204l1.414%201.414l3.42-3.42l2.584%201.723l-2.681%203.352a5.91%205.91%200%200%200-5.5.752l1.451%201.451A3.97%203.97%200%200%201%208%2012c2.206%200%204%201.794%204%204c0%20.739-.216%201.425-.566%202.02l1.451%201.451A5.96%205.96%200%200%200%2014%2016c0-.445-.053-.878-.145-1.295L17%2014.181V20h2v-7a.998.998%200%200%200-1.164-.986M8%2020c-2.206%200-4-1.794-4-4c0-.739.216-1.425.566-2.02l-1.451-1.451A5.96%205.96%200%200%200%202%2016c0%203.309%202.691%206%206%206c1.294%200%202.49-.416%203.471-1.115l-1.451-1.451A3.97%203.97%200%200%201%208%2020%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%3Ccircle%20cx%3D%2218%22%20cy%3D%224%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m17.836%2012.014l-4.345.725l3.29-4.113a1%201%200%200%200-.227-1.457l-6-4a1%201%200%200%200-1.262.125l-4%204l1.414%201.414l3.42-3.42l2.584%201.723l-2.681%203.352a5.91%205.91%200%200%200-5.5.752l1.451%201.451A3.97%203.97%200%200%201%208%2012c2.206%200%204%201.794%204%204c0%20.739-.216%201.425-.566%202.02l1.451%201.451A5.96%205.96%200%200%200%2014%2016c0-.445-.053-.878-.145-1.295L17%2014.181V20h2v-7a.998.998%200%200%200-1.164-.986M8%2020c-2.206%200-4-1.794-4-4c0-.739.216-1.425.566-2.02l-1.451-1.451A5.96%205.96%200%200%200%202%2016c0%203.309%202.691%206%206%206c1.294%200%202.49-.416%203.471-1.115l-1.451-1.451A3.97%203.97%200%200%201%208%2020%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bx/accessibility.svg?color=%231a73e8&size=48