accessibility icon
accessibility from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.
- Name
- accessibility
- Set
- Jam Icons
- Style
- Outline
- Viewbox
- 12×14
- License
- MIT
The same icon in other sets
accessibilityBoxIcons v2accessibilityCarbonaccessibility-16-filledFluent UI System IconsaccessibilityHuge IconsaccessibilityIconoiraccessibilityIonIconsaccessibilityLucideaccessibilityMaterial SymbolsaccessibilityMaterial Symbols LightaccessibilityMyna UI Iconsaccessibility-16OcticonsaccessibilityRadix Iconsaccessibility-fillRemix Iconaccessibility-boldSolaraccessibilityTDesign Icons
Use the accessibility icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 14"><path fill="currentColor" d="m5.9 10.016l-.324 3.087a1 1 0 1 1-1.989-.21L4.31 6.01H1a1 1 0 0 1 0-2.003h10a1 1 0 0 1 0 2.003H7.69l.723 6.885a1.001 1.001 0 1 1-1.99.209L6.1 10.016zm.1-6.01c-1.105 0-2-.897-2-2.003S4.895 0 6 0s2 .897 2 2.003a2 2 0 0 1-2 2.003"/></svg>
React
import type { SVGProps } from "react";
export function JamAccessibility(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 14"><path fill="currentColor" d="m5.9 10.016l-.324 3.087a1 1 0 1 1-1.989-.21L4.31 6.01H1a1 1 0 0 1 0-2.003h10a1 1 0 0 1 0 2.003H7.69l.723 6.885a1.001 1.001 0 1 1-1.99.209L6.1 10.016zm.1-6.01c-1.105 0-2-.897-2-2.003S4.895 0 6 0s2 .897 2 2.003a2 2 0 0 1-2 2.003"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 14"><path fill="currentColor" d="m5.9 10.016l-.324 3.087a1 1 0 1 1-1.989-.21L4.31 6.01H1a1 1 0 0 1 0-2.003h10a1 1 0 0 1 0 2.003H7.69l.723 6.885a1.001 1.001 0 1 1-1.99.209L6.1 10.016zm.1-6.01c-1.105 0-2-.897-2-2.003S4.895 0 6 0s2 .897 2 2.003a2 2 0 0 1-2 2.003"/></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%2012%2014%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m5.9%2010.016l-.324%203.087a1%201%200%201%201-1.989-.21L4.31%206.01H1a1%201%200%200%201%200-2.003h10a1%201%200%200%201%200%202.003H7.69l.723%206.885a1.001%201.001%200%201%201-1.99.209L6.1%2010.016zm.1-6.01c-1.105%200-2-.897-2-2.003S4.895%200%206%200s2%20.897%202%202.003a2%202%200%200%201-2%202.003%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%2012%2014%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m5.9%2010.016l-.324%203.087a1%201%200%201%201-1.989-.21L4.31%206.01H1a1%201%200%200%201%200-2.003h10a1%201%200%200%201%200%202.003H7.69l.723%206.885a1.001%201.001%200%201%201-1.99.209L6.1%2010.016zm.1-6.01c-1.105%200-2-.897-2-2.003S4.895%200%206%200s2%20.897%202%202.003a2%202%200%200%201-2%202.003%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/jam/accessibility.svg?color=%231a73e8&size=48