Accessibility Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Accessibility icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/319479.svg" alt="Accessibility icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/319479.svg" alt="Accessibility icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/319479.svg" alt="Accessibility icon" :width="24" :height="24" />
CSS background
.icon-accessibility {
background-image: url('https://proicons.com/icon/319479.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="iso-8859-1"?> <!-- Generator: Adobe Illustrator 29.1.0, SVG Export Plug-In . SVG Version: 9.03 Build 55587) --> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve"> <path id="accessibility_00000031924342625065861720000004989336102441187725_" d="M16,31.36C7.53,31.36,0.64,24.47,0.64,16 S7.53,0.64,16,0.64S31.36,7.53,31.36,16S24.47,31.36,16,31.36z M16,1.36C7.927,1.36,1.36,7.927,1.36,16 c0,8.072,6.567,14.64,14.64,14.64c8.072,0,14.64-6.567,14.64-14.64S24.072,1.36,16,1.36z M9.498,26.859 c-0.23,0-0.464-0.059-0.677-0.182c-0.649-0.375-0.873-1.208-0.499-1.857l5.318-9.167c0-0.504,0-2.883,0-3.795 c-0.96-0.001-3.71,0-5.64,0.002c-0.75,0-1.36-0.61-1.36-1.36S7.25,9.14,8,9.14h16c0.75,0,1.36,0.61,1.36,1.36s-0.61,1.36-1.36,1.36 h-5.64v3.793l5.317,9.166c0.374,0.65,0.151,1.484-0.498,1.858c-0.647,0.375-1.483,0.151-1.857-0.498l-4.55-7.874 c-0.323-0.559-1.223-0.558-1.545-0.001l-4.55,7.875C10.426,26.615,9.968,26.859,9.498,26.859z M11.114,11.137 c3.032,0,3.051,0.019,3.141,0.108c0.067,0.068,0.105,0.159,0.105,0.255c0,4.283,0,4.283-0.007,4.321 c-0.008,0.039-0.022,0.076-0.042,0.11l-5.366,9.25c-0.176,0.305-0.071,0.697,0.235,0.874c0.305,0.175,0.697,0.07,0.875-0.234 l4.55-7.875C14.896,17.44,15.417,17.14,16,17.14l0,0c0.582,0,1.104,0.301,1.396,0.805v0.001l4.55,7.875 c0.177,0.305,0.57,0.411,0.875,0.233c0.305-0.176,0.41-0.568,0.233-0.874l-5.365-9.249c-0.031-0.055-0.049-0.117-0.049-0.181V11.5 c0-0.199,0.161-0.36,0.36-0.36h6c0.353,0,0.64-0.287,0.64-0.64S24.353,9.86,24,9.86H8c-0.353,0-0.64,0.287-0.64,0.64 S7.647,11.14,8,11.14C9.29,11.138,10.308,11.137,11.114,11.137z M16,8.36c-1.301,0-2.36-1.059-2.36-2.36S14.699,3.64,16,3.64 c1.302,0,2.36,1.059,2.36,2.36S17.302,8.36,16,8.36z M16,4.36c-0.904,0-1.64,0.736-1.64,1.64S15.096,7.64,16,7.64 c0.904,0,1.64-0.736,1.64-1.64S16.904,4.36,16,4.36z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Accessibility in other icon packs
Copied!