accessibility icon

accessibility from Carbon by IBM · Outline · Person · Apache-2.0 Free for personal and commercial use.

Name
accessibility
Set
Carbon
Style
Outline
Category
Person
Viewbox
32×32
License
Apache 2.0

The same icon in other sets

More person icons from Carbon

Use the accessibility icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m29.55 26.11l-3.05 1.52L23.66 21H15a2 2 0 0 1-2-2v-6a2 2 0 0 1 4 0v4h7v-2h-5v-2a4 4 0 0 0-8 0v1a9 9 0 1 0 8.77 11h-2.06A7 7 0 1 1 11 16v3a4 4 0 0 0 4 4h7.34l3.16 7.37l4.95-2.48ZM15.5 8A3.5 3.5 0 1 1 19 4.5A3.5 3.5 0 0 1 15.5 8m0-5A1.5 1.5 0 1 0 17 4.5A1.5 1.5 0 0 0 15.5 3"/></svg>

React

import type { SVGProps } from "react";

export function CarbonAccessibility(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m29.55 26.11l-3.05 1.52L23.66 21H15a2 2 0 0 1-2-2v-6a2 2 0 0 1 4 0v4h7v-2h-5v-2a4 4 0 0 0-8 0v1a9 9 0 1 0 8.77 11h-2.06A7 7 0 1 1 11 16v3a4 4 0 0 0 4 4h7.34l3.16 7.37l4.95-2.48ZM15.5 8A3.5 3.5 0 1 1 19 4.5A3.5 3.5 0 0 1 15.5 8m0-5A1.5 1.5 0 1 0 17 4.5A1.5 1.5 0 0 0 15.5 3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m29.55 26.11l-3.05 1.52L23.66 21H15a2 2 0 0 1-2-2v-6a2 2 0 0 1 4 0v4h7v-2h-5v-2a4 4 0 0 0-8 0v1a9 9 0 1 0 8.77 11h-2.06A7 7 0 1 1 11 16v3a4 4 0 0 0 4 4h7.34l3.16 7.37l4.95-2.48ZM15.5 8A3.5 3.5 0 1 1 19 4.5A3.5 3.5 0 0 1 15.5 8m0-5A1.5 1.5 0 1 0 17 4.5A1.5 1.5 0 0 0 15.5 3"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m29.55%2026.11l-3.05%201.52L23.66%2021H15a2%202%200%200%201-2-2v-6a2%202%200%200%201%204%200v4h7v-2h-5v-2a4%204%200%200%200-8%200v1a9%209%200%201%200%208.77%2011h-2.06A7%207%200%201%201%2011%2016v3a4%204%200%200%200%204%204h7.34l3.16%207.37l4.95-2.48ZM15.5%208A3.5%203.5%200%201%201%2019%204.5A3.5%203.5%200%200%201%2015.5%208m0-5A1.5%201.5%200%201%200%2017%204.5A1.5%201.5%200%200%200%2015.5%203%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m29.55%2026.11l-3.05%201.52L23.66%2021H15a2%202%200%200%201-2-2v-6a2%202%200%200%201%204%200v4h7v-2h-5v-2a4%204%200%200%200-8%200v1a9%209%200%201%200%208.77%2011h-2.06A7%207%200%201%201%2011%2016v3a4%204%200%200%200%204%204h7.34l3.16%207.37l4.95-2.48ZM15.5%208A3.5%203.5%200%201%201%2019%204.5A3.5%203.5%200%200%201%2015.5%208m0-5A1.5%201.5%200%201%200%2017%204.5A1.5%201.5%200%200%200%2015.5%203%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/accessibility.svg?color=%231a73e8&size=48