accessible from Material Symbols Light by Google · Regular · Actions · Apache-2.0 Free for personal and commercial use.

Name
accessible
Set
Material Symbols Light
Style
Regular
Category
Actions
Viewbox
24×24
License
Apache 2.0
Aliases
accessible-outline

2 other variants in Material Symbols Light

The same icon in other sets

More actions icons from Material Symbols Light

Use the accessible icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.905 5.768q-.501-.5-.501-1.191q0-.69.5-1.191t1.192-.502t1.191.502t.501 1.191q0 .69-.5 1.191t-1.192.501t-1.191-.5m6.422 15.77V17q0-.23-.135-.365q-.134-.135-.365-.135h-4.692q-.633 0-1.086-.453t-.453-1.086V9q0-.633.434-1.066t1.066-.434q.35 0 .701.195t.832.751q1.394 1.631 2.42 2.234t2.393.781v1q-1.46-.153-2.626-.796q-1.168-.642-2.374-1.923v5.412h3.347q.632 0 1.085.453q.453.452.453 1.085v4.846zm-7.23 0q-1.864 0-3.202-1.338T5.558 17q0-1.742 1.137-3.002t2.901-1.494v1.012q-1.298.195-2.168 1.16T6.558 17q0 1.48 1.029 2.51q1.029 1.028 2.51 1.028q1.359 0 2.323-.87q.965-.87 1.16-2.168h1.012q-.196 1.725-1.475 2.882q-1.278 1.156-3.02 1.156"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightAccessible(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="M10.905 5.768q-.501-.5-.501-1.191q0-.69.5-1.191t1.192-.502t1.191.502t.501 1.191q0 .69-.5 1.191t-1.192.501t-1.191-.5m6.422 15.77V17q0-.23-.135-.365q-.134-.135-.365-.135h-4.692q-.633 0-1.086-.453t-.453-1.086V9q0-.633.434-1.066t1.066-.434q.35 0 .701.195t.832.751q1.394 1.631 2.42 2.234t2.393.781v1q-1.46-.153-2.626-.796q-1.168-.642-2.374-1.923v5.412h3.347q.632 0 1.085.453q.453.452.453 1.085v4.846zm-7.23 0q-1.864 0-3.202-1.338T5.558 17q0-1.742 1.137-3.002t2.901-1.494v1.012q-1.298.195-2.168 1.16T6.558 17q0 1.48 1.029 2.51q1.029 1.028 2.51 1.028q1.359 0 2.323-.87q.965-.87 1.16-2.168h1.012q-.196 1.725-1.475 2.882q-1.278 1.156-3.02 1.156"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.905 5.768q-.501-.5-.501-1.191q0-.69.5-1.191t1.192-.502t1.191.502t.501 1.191q0 .69-.5 1.191t-1.192.501t-1.191-.5m6.422 15.77V17q0-.23-.135-.365q-.134-.135-.365-.135h-4.692q-.633 0-1.086-.453t-.453-1.086V9q0-.633.434-1.066t1.066-.434q.35 0 .701.195t.832.751q1.394 1.631 2.42 2.234t2.393.781v1q-1.46-.153-2.626-.796q-1.168-.642-2.374-1.923v5.412h3.347q.632 0 1.085.453q.453.452.453 1.085v4.846zm-7.23 0q-1.864 0-3.202-1.338T5.558 17q0-1.742 1.137-3.002t2.901-1.494v1.012q-1.298.195-2.168 1.16T6.558 17q0 1.48 1.029 2.51q1.029 1.028 2.51 1.028q1.359 0 2.323-.87q.965-.87 1.16-2.168h1.012q-.196 1.725-1.475 2.882q-1.278 1.156-3.02 1.156"/></svg>
</template>

CSS

.icon-accessible {
  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%22M10.905%205.768q-.501-.5-.501-1.191q0-.69.5-1.191t1.192-.502t1.191.502t.501%201.191q0%20.69-.5%201.191t-1.192.501t-1.191-.5m6.422%2015.77V17q0-.23-.135-.365q-.134-.135-.365-.135h-4.692q-.633%200-1.086-.453t-.453-1.086V9q0-.633.434-1.066t1.066-.434q.35%200%20.701.195t.832.751q1.394%201.631%202.42%202.234t2.393.781v1q-1.46-.153-2.626-.796q-1.168-.642-2.374-1.923v5.412h3.347q.632%200%201.085.453q.453.452.453%201.085v4.846zm-7.23%200q-1.864%200-3.202-1.338T5.558%2017q0-1.742%201.137-3.002t2.901-1.494v1.012q-1.298.195-2.168%201.16T6.558%2017q0%201.48%201.029%202.51q1.029%201.028%202.51%201.028q1.359%200%202.323-.87q.965-.87%201.16-2.168h1.012q-.196%201.725-1.475%202.882q-1.278%201.156-3.02%201.156%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%22M10.905%205.768q-.501-.5-.501-1.191q0-.69.5-1.191t1.192-.502t1.191.502t.501%201.191q0%20.69-.5%201.191t-1.192.501t-1.191-.5m6.422%2015.77V17q0-.23-.135-.365q-.134-.135-.365-.135h-4.692q-.633%200-1.086-.453t-.453-1.086V9q0-.633.434-1.066t1.066-.434q.35%200%20.701.195t.832.751q1.394%201.631%202.42%202.234t2.393.781v1q-1.46-.153-2.626-.796q-1.168-.642-2.374-1.923v5.412h3.347q.632%200%201.085.453q.453.452.453%201.085v4.846zm-7.23%200q-1.864%200-3.202-1.338T5.558%2017q0-1.742%201.137-3.002t2.901-1.494v1.012q-1.298.195-2.168%201.16T6.558%2017q0%201.48%201.029%202.51q1.029%201.028%202.51%201.028q1.359%200%202.323-.87q.965-.87%201.16-2.168h1.012q-.196%201.725-1.475%202.882q-1.278%201.156-3.02%201.156%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/accessible.svg?color=%231a73e8&size=48