accessible icon
accessible-rounded from Material Symbols by Google · Rounded · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- accessible-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Actions
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- accessible-outline-rounded
2 other variants in Material Symbols
The same icon in other sets
More actions icons from Material Symbols
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 22q-2.075 0-3.537-1.463T5 17q0-1.275.575-2.35T7.1 12.9q.35-.25.75-.175t.65.425t.188.75t-.413.65q-.575.425-.925 1.063T7 17q0 1.25.875 2.125T10 20q.75 0 1.388-.35t1.062-.925q.25-.35.65-.413t.75.188t.425.65t-.175.75q-.675.95-1.75 1.525T10 22m7.288-.288Q17 21.425 17 21v-4h-5q-.825 0-1.412-.587T10 15V9q0-.825.588-1.412T12 7q.6 0 1.038.263t.937.837q1.125 1.35 2.038 1.975t1.962.825q.425.075.725.375T19 12t-.312.7t-.713.2q-1.1-.2-2.137-.7T14 11.05v3.45h3q.825 0 1.413.588T19 16.5V21q0 .425-.288.713T18 22t-.712-.288m-6.7-16.3Q10 4.825 10 4t.588-1.412T12 2t1.413.588T14 4t-.587 1.413T12 6t-1.412-.587"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsAccessibleRounded(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 22q-2.075 0-3.537-1.463T5 17q0-1.275.575-2.35T7.1 12.9q.35-.25.75-.175t.65.425t.188.75t-.413.65q-.575.425-.925 1.063T7 17q0 1.25.875 2.125T10 20q.75 0 1.388-.35t1.062-.925q.25-.35.65-.413t.75.188t.425.65t-.175.75q-.675.95-1.75 1.525T10 22m7.288-.288Q17 21.425 17 21v-4h-5q-.825 0-1.412-.587T10 15V9q0-.825.588-1.412T12 7q.6 0 1.038.263t.937.837q1.125 1.35 2.038 1.975t1.962.825q.425.075.725.375T19 12t-.312.7t-.713.2q-1.1-.2-2.137-.7T14 11.05v3.45h3q.825 0 1.413.588T19 16.5V21q0 .425-.288.713T18 22t-.712-.288m-6.7-16.3Q10 4.825 10 4t.588-1.412T12 2t1.413.588T14 4t-.587 1.413T12 6t-1.412-.587"/></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 22q-2.075 0-3.537-1.463T5 17q0-1.275.575-2.35T7.1 12.9q.35-.25.75-.175t.65.425t.188.75t-.413.65q-.575.425-.925 1.063T7 17q0 1.25.875 2.125T10 20q.75 0 1.388-.35t1.062-.925q.25-.35.65-.413t.75.188t.425.65t-.175.75q-.675.95-1.75 1.525T10 22m7.288-.288Q17 21.425 17 21v-4h-5q-.825 0-1.412-.587T10 15V9q0-.825.588-1.412T12 7q.6 0 1.038.263t.937.837q1.125 1.35 2.038 1.975t1.962.825q.425.075.725.375T19 12t-.312.7t-.713.2q-1.1-.2-2.137-.7T14 11.05v3.45h3q.825 0 1.413.588T19 16.5V21q0 .425-.288.713T18 22t-.712-.288m-6.7-16.3Q10 4.825 10 4t.588-1.412T12 2t1.413.588T14 4t-.587 1.413T12 6t-1.412-.587"/></svg> </template>
CSS
.icon-accessible-rounded {
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%2022q-2.075%200-3.537-1.463T5%2017q0-1.275.575-2.35T7.1%2012.9q.35-.25.75-.175t.65.425t.188.75t-.413.65q-.575.425-.925%201.063T7%2017q0%201.25.875%202.125T10%2020q.75%200%201.388-.35t1.062-.925q.25-.35.65-.413t.75.188t.425.65t-.175.75q-.675.95-1.75%201.525T10%2022m7.288-.288Q17%2021.425%2017%2021v-4h-5q-.825%200-1.412-.587T10%2015V9q0-.825.588-1.412T12%207q.6%200%201.038.263t.937.837q1.125%201.35%202.038%201.975t1.962.825q.425.075.725.375T19%2012t-.312.7t-.713.2q-1.1-.2-2.137-.7T14%2011.05v3.45h3q.825%200%201.413.588T19%2016.5V21q0%20.425-.288.713T18%2022t-.712-.288m-6.7-16.3Q10%204.825%2010%204t.588-1.412T12%202t1.413.588T14%204t-.587%201.413T12%206t-1.412-.587%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%2022q-2.075%200-3.537-1.463T5%2017q0-1.275.575-2.35T7.1%2012.9q.35-.25.75-.175t.65.425t.188.75t-.413.65q-.575.425-.925%201.063T7%2017q0%201.25.875%202.125T10%2020q.75%200%201.388-.35t1.062-.925q.25-.35.65-.413t.75.188t.425.65t-.175.75q-.675.95-1.75%201.525T10%2022m7.288-.288Q17%2021.425%2017%2021v-4h-5q-.825%200-1.412-.587T10%2015V9q0-.825.588-1.412T12%207q.6%200%201.038.263t.937.837q1.125%201.35%202.038%201.975t1.962.825q.425.075.725.375T19%2012t-.312.7t-.713.2q-1.1-.2-2.137-.7T14%2011.05v3.45h3q.825%200%201.413.588T19%2016.5V21q0%20.425-.288.713T18%2022t-.712-.288m-6.7-16.3Q10%204.825%2010%204t.588-1.412T12%202t1.413.588T14%204t-.587%201.413T12%206t-1.412-.587%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/accessible-rounded.svg?color=%231a73e8&size=48