accessible icon alt icon
accessible-icon-alt from Unicons by Iconscout · Line · Sign And Symbol · Apache-2.0 Free for personal and commercial use.
- Name
- accessible-icon-alt
- Set
- Unicons
- Style
- Line
- Category
- Sign And Symbol
- Viewbox
- 24×24
- License
- Apache 2.0
More sign and symbol icons from Unicons
Use the accessible icon alt icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16 7a2 2 0 1 0-2-2a2 2 0 0 0 2 2m-3.3 11.4A4 4 0 1 1 9.05 12a1 1 0 1 0-.22-2a6 6 0 0 0 .67 12a6 6 0 0 0 4.8-2.4a1 1 0 0 0-1.6-1.2m6.8 1.6h-1v-5a1 1 0 0 0-1-1h-4.57l1.69-4.66v-.31a1 1 0 0 0 0-.18a1 1 0 0 0 0-.19a1.4 1.4 0 0 0-.09-.17a.7.7 0 0 0-.11-.15a.6.6 0 0 0-.15-.13s0-.06-.08-.08L9.71 5.55h-.12a1 1 0 0 0-.19-.06H9a.8.8 0 0 0-.2.07h-.11L6 7.13A1 1 0 0 0 6.48 9A1 1 0 0 0 7 8.87l2.23-1.3l3.24 1.88l-1.89 5.21a1 1 0 0 0 0 .16a.6.6 0 0 0 0 .18a3 3 0 0 0 .08.38l.11.15a.6.6 0 0 0 .11.16a.7.7 0 0 0 .14.09a1.2 1.2 0 0 0 .19.12a1 1 0 0 0 .34.06h5v5a1 1 0 0 0 1 1h2a1 1 0 0 0 0-2Z"/></svg>
React
import type { SVGProps } from "react";
export function UilAccessibleIconAlt(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="M16 7a2 2 0 1 0-2-2a2 2 0 0 0 2 2m-3.3 11.4A4 4 0 1 1 9.05 12a1 1 0 1 0-.22-2a6 6 0 0 0 .67 12a6 6 0 0 0 4.8-2.4a1 1 0 0 0-1.6-1.2m6.8 1.6h-1v-5a1 1 0 0 0-1-1h-4.57l1.69-4.66v-.31a1 1 0 0 0 0-.18a1 1 0 0 0 0-.19a1.4 1.4 0 0 0-.09-.17a.7.7 0 0 0-.11-.15a.6.6 0 0 0-.15-.13s0-.06-.08-.08L9.71 5.55h-.12a1 1 0 0 0-.19-.06H9a.8.8 0 0 0-.2.07h-.11L6 7.13A1 1 0 0 0 6.48 9A1 1 0 0 0 7 8.87l2.23-1.3l3.24 1.88l-1.89 5.21a1 1 0 0 0 0 .16a.6.6 0 0 0 0 .18a3 3 0 0 0 .08.38l.11.15a.6.6 0 0 0 .11.16a.7.7 0 0 0 .14.09a1.2 1.2 0 0 0 .19.12a1 1 0 0 0 .34.06h5v5a1 1 0 0 0 1 1h2a1 1 0 0 0 0-2Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16 7a2 2 0 1 0-2-2a2 2 0 0 0 2 2m-3.3 11.4A4 4 0 1 1 9.05 12a1 1 0 1 0-.22-2a6 6 0 0 0 .67 12a6 6 0 0 0 4.8-2.4a1 1 0 0 0-1.6-1.2m6.8 1.6h-1v-5a1 1 0 0 0-1-1h-4.57l1.69-4.66v-.31a1 1 0 0 0 0-.18a1 1 0 0 0 0-.19a1.4 1.4 0 0 0-.09-.17a.7.7 0 0 0-.11-.15a.6.6 0 0 0-.15-.13s0-.06-.08-.08L9.71 5.55h-.12a1 1 0 0 0-.19-.06H9a.8.8 0 0 0-.2.07h-.11L6 7.13A1 1 0 0 0 6.48 9A1 1 0 0 0 7 8.87l2.23-1.3l3.24 1.88l-1.89 5.21a1 1 0 0 0 0 .16a.6.6 0 0 0 0 .18a3 3 0 0 0 .08.38l.11.15a.6.6 0 0 0 .11.16a.7.7 0 0 0 .14.09a1.2 1.2 0 0 0 .19.12a1 1 0 0 0 .34.06h5v5a1 1 0 0 0 1 1h2a1 1 0 0 0 0-2Z"/></svg> </template>
CSS
.icon-accessible-icon-alt {
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%22M16%207a2%202%200%201%200-2-2a2%202%200%200%200%202%202m-3.3%2011.4A4%204%200%201%201%209.05%2012a1%201%200%201%200-.22-2a6%206%200%200%200%20.67%2012a6%206%200%200%200%204.8-2.4a1%201%200%200%200-1.6-1.2m6.8%201.6h-1v-5a1%201%200%200%200-1-1h-4.57l1.69-4.66v-.31a1%201%200%200%200%200-.18a1%201%200%200%200%200-.19a1.4%201.4%200%200%200-.09-.17a.7.7%200%200%200-.11-.15a.6.6%200%200%200-.15-.13s0-.06-.08-.08L9.71%205.55h-.12a1%201%200%200%200-.19-.06H9a.8.8%200%200%200-.2.07h-.11L6%207.13A1%201%200%200%200%206.48%209A1%201%200%200%200%207%208.87l2.23-1.3l3.24%201.88l-1.89%205.21a1%201%200%200%200%200%20.16a.6.6%200%200%200%200%20.18a3%203%200%200%200%20.08.38l.11.15a.6.6%200%200%200%20.11.16a.7.7%200%200%200%20.14.09a1.2%201.2%200%200%200%20.19.12a1%201%200%200%200%20.34.06h5v5a1%201%200%200%200%201%201h2a1%201%200%200%200%200-2Z%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%22M16%207a2%202%200%201%200-2-2a2%202%200%200%200%202%202m-3.3%2011.4A4%204%200%201%201%209.05%2012a1%201%200%201%200-.22-2a6%206%200%200%200%20.67%2012a6%206%200%200%200%204.8-2.4a1%201%200%200%200-1.6-1.2m6.8%201.6h-1v-5a1%201%200%200%200-1-1h-4.57l1.69-4.66v-.31a1%201%200%200%200%200-.18a1%201%200%200%200%200-.19a1.4%201.4%200%200%200-.09-.17a.7.7%200%200%200-.11-.15a.6.6%200%200%200-.15-.13s0-.06-.08-.08L9.71%205.55h-.12a1%201%200%200%200-.19-.06H9a.8.8%200%200%200-.2.07h-.11L6%207.13A1%201%200%200%200%206.48%209A1%201%200%200%200%207%208.87l2.23-1.3l3.24%201.88l-1.89%205.21a1%201%200%200%200%200%20.16a.6.6%200%200%200%200%20.18a3%203%200%200%200%20.08.38l.11.15a.6.6%200%200%200%20.11.16a.7.7%200%200%200%20.14.09a1.2%201.2%200%200%200%20.19.12a1%201%200%200%200%20.34.06h5v5a1%201%200%200%200%201%201h2a1%201%200%200%200%200-2Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/accessible-icon-alt.svg?color=%231a73e8&size=48