accessibility icon

accessibility from Reicon by REICON · Outline · UI · MIT Free for personal and commercial use.

Name
accessibility
Set
Reicon
Style
Outline
Category
UI
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

All accessibility icons →

More ui icons from Reicon

Use the accessibility icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M9.25 7a2.75 2.75 0 1 1 5.5 0a2.75 2.75 0 0 1-5.5 0M12 5.75a1.25 1.25 0 1 0 0 2.5a1.25 1.25 0 0 0 0-2.5" clip-rule="evenodd"/><path d="M5.31 9.707a.75.75 0 0 1 .983-.398l.001.001l.006.003l.027.011l.11.045q.149.061.42.164c.36.137.865.32 1.445.502c1.178.37 2.587.715 3.698.715s2.52-.345 3.698-.715a27 27 0 0 0 1.974-.711l.028-.011l.006-.003h.001a.75.75 0 0 1 .586 1.38l-.004.002l-.01.004l-.032.014l-.123.05a28 28 0 0 1-1.976.706c-.988.31-2.236.639-3.398.747v1.24c0 .43.124.853.357 1.216l2.524 3.925a.75.75 0 0 1-1.262.812L12 15.72l-2.37 3.686a.75.75 0 1 1-1.26-.812l2.523-3.925a2.25 2.25 0 0 0 .357-1.217v-1.239c-1.162-.108-2.41-.436-3.399-.747a28 28 0 0 1-2.098-.756l-.033-.014l-.009-.004l-.004-.001a.75.75 0 0 1-.397-.984"/><path fill-rule="evenodd" d="M1.25 12C1.25 6.063 6.063 1.25 12 1.25S22.75 6.063 22.75 12S17.937 22.75 12 22.75S1.25 17.937 1.25 12M12 2.75a9.25 9.25 0 1 0 0 18.5a9.25 9.25 0 0 0 0-18.5" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconAccessibility(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M9.25 7a2.75 2.75 0 1 1 5.5 0a2.75 2.75 0 0 1-5.5 0M12 5.75a1.25 1.25 0 1 0 0 2.5a1.25 1.25 0 0 0 0-2.5" clipRule="evenodd"/><path d="M5.31 9.707a.75.75 0 0 1 .983-.398l.001.001l.006.003l.027.011l.11.045q.149.061.42.164c.36.137.865.32 1.445.502c1.178.37 2.587.715 3.698.715s2.52-.345 3.698-.715a27 27 0 0 0 1.974-.711l.028-.011l.006-.003h.001a.75.75 0 0 1 .586 1.38l-.004.002l-.01.004l-.032.014l-.123.05a28 28 0 0 1-1.976.706c-.988.31-2.236.639-3.398.747v1.24c0 .43.124.853.357 1.216l2.524 3.925a.75.75 0 0 1-1.262.812L12 15.72l-2.37 3.686a.75.75 0 1 1-1.26-.812l2.523-3.925a2.25 2.25 0 0 0 .357-1.217v-1.239c-1.162-.108-2.41-.436-3.399-.747a28 28 0 0 1-2.098-.756l-.033-.014l-.009-.004l-.004-.001a.75.75 0 0 1-.397-.984"/><path fillRule="evenodd" d="M1.25 12C1.25 6.063 6.063 1.25 12 1.25S22.75 6.063 22.75 12S17.937 22.75 12 22.75S1.25 17.937 1.25 12M12 2.75a9.25 9.25 0 1 0 0 18.5a9.25 9.25 0 0 0 0-18.5" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M9.25 7a2.75 2.75 0 1 1 5.5 0a2.75 2.75 0 0 1-5.5 0M12 5.75a1.25 1.25 0 1 0 0 2.5a1.25 1.25 0 0 0 0-2.5" clip-rule="evenodd"/><path d="M5.31 9.707a.75.75 0 0 1 .983-.398l.001.001l.006.003l.027.011l.11.045q.149.061.42.164c.36.137.865.32 1.445.502c1.178.37 2.587.715 3.698.715s2.52-.345 3.698-.715a27 27 0 0 0 1.974-.711l.028-.011l.006-.003h.001a.75.75 0 0 1 .586 1.38l-.004.002l-.01.004l-.032.014l-.123.05a28 28 0 0 1-1.976.706c-.988.31-2.236.639-3.398.747v1.24c0 .43.124.853.357 1.216l2.524 3.925a.75.75 0 0 1-1.262.812L12 15.72l-2.37 3.686a.75.75 0 1 1-1.26-.812l2.523-3.925a2.25 2.25 0 0 0 .357-1.217v-1.239c-1.162-.108-2.41-.436-3.399-.747a28 28 0 0 1-2.098-.756l-.033-.014l-.009-.004l-.004-.001a.75.75 0 0 1-.397-.984"/><path fill-rule="evenodd" d="M1.25 12C1.25 6.063 6.063 1.25 12 1.25S22.75 6.063 22.75 12S17.937 22.75 12 22.75S1.25 17.937 1.25 12M12 2.75a9.25 9.25 0 1 0 0 18.5a9.25 9.25 0 0 0 0-18.5" clip-rule="evenodd"/></g></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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M9.25%207a2.75%202.75%200%201%201%205.5%200a2.75%202.75%200%200%201-5.5%200M12%205.75a1.25%201.25%200%201%200%200%202.5a1.25%201.25%200%200%200%200-2.5%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M5.31%209.707a.75.75%200%200%201%20.983-.398l.001.001l.006.003l.027.011l.11.045q.149.061.42.164c.36.137.865.32%201.445.502c1.178.37%202.587.715%203.698.715s2.52-.345%203.698-.715a27%2027%200%200%200%201.974-.711l.028-.011l.006-.003h.001a.75.75%200%200%201%20.586%201.38l-.004.002l-.01.004l-.032.014l-.123.05a28%2028%200%200%201-1.976.706c-.988.31-2.236.639-3.398.747v1.24c0%20.43.124.853.357%201.216l2.524%203.925a.75.75%200%200%201-1.262.812L12%2015.72l-2.37%203.686a.75.75%200%201%201-1.26-.812l2.523-3.925a2.25%202.25%200%200%200%20.357-1.217v-1.239c-1.162-.108-2.41-.436-3.399-.747a28%2028%200%200%201-2.098-.756l-.033-.014l-.009-.004l-.004-.001a.75.75%200%200%201-.397-.984%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M1.25%2012C1.25%206.063%206.063%201.25%2012%201.25S22.75%206.063%2022.75%2012S17.937%2022.75%2012%2022.75S1.25%2017.937%201.25%2012M12%202.75a9.25%209.25%200%201%200%200%2018.5a9.25%209.25%200%200%200%200-18.5%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M9.25%207a2.75%202.75%200%201%201%205.5%200a2.75%202.75%200%200%201-5.5%200M12%205.75a1.25%201.25%200%201%200%200%202.5a1.25%201.25%200%200%200%200-2.5%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M5.31%209.707a.75.75%200%200%201%20.983-.398l.001.001l.006.003l.027.011l.11.045q.149.061.42.164c.36.137.865.32%201.445.502c1.178.37%202.587.715%203.698.715s2.52-.345%203.698-.715a27%2027%200%200%200%201.974-.711l.028-.011l.006-.003h.001a.75.75%200%200%201%20.586%201.38l-.004.002l-.01.004l-.032.014l-.123.05a28%2028%200%200%201-1.976.706c-.988.31-2.236.639-3.398.747v1.24c0%20.43.124.853.357%201.216l2.524%203.925a.75.75%200%200%201-1.262.812L12%2015.72l-2.37%203.686a.75.75%200%201%201-1.26-.812l2.523-3.925a2.25%202.25%200%200%200%20.357-1.217v-1.239c-1.162-.108-2.41-.436-3.399-.747a28%2028%200%200%201-2.098-.756l-.033-.014l-.009-.004l-.004-.001a.75.75%200%200%201-.397-.984%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M1.25%2012C1.25%206.063%206.063%201.25%2012%201.25S22.75%206.063%2022.75%2012S17.937%2022.75%2012%2022.75S1.25%2017.937%201.25%2012M12%202.75a9.25%209.25%200%201%200%200%2018.5a9.25%209.25%200%200%200%200-18.5%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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