Accessibility icon in outline, twotone, bold and bulk. Free in all four styles, for props, objects and everything with no other sheet. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconAccessibility } from "@devigner-ui/icons";
<IconAccessibility className="size-6" />
<script setup>
import { IconAccessibility } from "@devigner-ui/icons-vue";
</script>
<template>
<IconAccessibility class="size-6" />
</template>
<script>
import { IconAccessibility } from "@devigner-ui/icons-svelte";
</script>
<IconAccessibility class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><circle opacity="1" cx="12" cy="12" r="10" stroke="currentColor" stroke-width="1.5"></circle><path d="M14 7a2 2 0 1 1-4 0 2 2 0 0 1 4 0" stroke="currentColor" stroke-width="1.5"></path><path d="M18 10s-3.54 1.5-6 1.5S6 10 6 10" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M12 12v1.45a3 3 0 0 0 .48 1.62L15 19" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M12 12v1.45a3 3 0 0 1-.48 1.62L9 19" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>