settings accessibility icon
settings-accessibility-rounded from Material Symbols by Google · Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- settings-accessibility-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- UI Actions
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- settings-accessibility-outline-rounded
1 other variant in Material Symbols
The same icon in other sets
More ui actions icons from Material Symbols
Use the settings accessibility icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.588 3.413Q10 2.825 10 2t.588-1.412T12 0t1.413.588T14 2t-.587 1.413T12 4t-1.412-.587M9 18V7q-1.225-.1-2.475-.275t-2.45-.45q-.425-.1-.687-.475T3.25 5t.525-.625t.85-.1q1.75.375 3.638.55T12 5t3.738-.175t3.637-.55q.45-.1.85.1T20.75 5t-.137.8t-.688.475q-1.2.275-2.45.45T15 7v11q0 .425-.287.713T14 19t-.712-.288T13 18v-5h-2v5q0 .425-.288.713T10 19t-.712-.288T9 18m-1.713 5.713Q7 23.425 7 23t.288-.712T8 22t.713.288T9 23t-.288.713T8 24t-.712-.288m4 0Q11 23.426 11 23t.288-.712T12 22t.713.288T13 23t-.288.713T12 24t-.712-.288m4 0Q15 23.426 15 23t.288-.712T16 22t.713.288T17 23t-.288.713T16 24t-.712-.288"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsSettingsAccessibilityRounded(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.588 3.413Q10 2.825 10 2t.588-1.412T12 0t1.413.588T14 2t-.587 1.413T12 4t-1.412-.587M9 18V7q-1.225-.1-2.475-.275t-2.45-.45q-.425-.1-.687-.475T3.25 5t.525-.625t.85-.1q1.75.375 3.638.55T12 5t3.738-.175t3.637-.55q.45-.1.85.1T20.75 5t-.137.8t-.688.475q-1.2.275-2.45.45T15 7v11q0 .425-.287.713T14 19t-.712-.288T13 18v-5h-2v5q0 .425-.288.713T10 19t-.712-.288T9 18m-1.713 5.713Q7 23.425 7 23t.288-.712T8 22t.713.288T9 23t-.288.713T8 24t-.712-.288m4 0Q11 23.426 11 23t.288-.712T12 22t.713.288T13 23t-.288.713T12 24t-.712-.288m4 0Q15 23.426 15 23t.288-.712T16 22t.713.288T17 23t-.288.713T16 24t-.712-.288"/></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.588 3.413Q10 2.825 10 2t.588-1.412T12 0t1.413.588T14 2t-.587 1.413T12 4t-1.412-.587M9 18V7q-1.225-.1-2.475-.275t-2.45-.45q-.425-.1-.687-.475T3.25 5t.525-.625t.85-.1q1.75.375 3.638.55T12 5t3.738-.175t3.637-.55q.45-.1.85.1T20.75 5t-.137.8t-.688.475q-1.2.275-2.45.45T15 7v11q0 .425-.287.713T14 19t-.712-.288T13 18v-5h-2v5q0 .425-.288.713T10 19t-.712-.288T9 18m-1.713 5.713Q7 23.425 7 23t.288-.712T8 22t.713.288T9 23t-.288.713T8 24t-.712-.288m4 0Q11 23.426 11 23t.288-.712T12 22t.713.288T13 23t-.288.713T12 24t-.712-.288m4 0Q15 23.426 15 23t.288-.712T16 22t.713.288T17 23t-.288.713T16 24t-.712-.288"/></svg> </template>
CSS
.icon-settings-accessibility-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.588%203.413Q10%202.825%2010%202t.588-1.412T12%200t1.413.588T14%202t-.587%201.413T12%204t-1.412-.587M9%2018V7q-1.225-.1-2.475-.275t-2.45-.45q-.425-.1-.687-.475T3.25%205t.525-.625t.85-.1q1.75.375%203.638.55T12%205t3.738-.175t3.637-.55q.45-.1.85.1T20.75%205t-.137.8t-.688.475q-1.2.275-2.45.45T15%207v11q0%20.425-.287.713T14%2019t-.712-.288T13%2018v-5h-2v5q0%20.425-.288.713T10%2019t-.712-.288T9%2018m-1.713%205.713Q7%2023.425%207%2023t.288-.712T8%2022t.713.288T9%2023t-.288.713T8%2024t-.712-.288m4%200Q11%2023.426%2011%2023t.288-.712T12%2022t.713.288T13%2023t-.288.713T12%2024t-.712-.288m4%200Q15%2023.426%2015%2023t.288-.712T16%2022t.713.288T17%2023t-.288.713T16%2024t-.712-.288%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.588%203.413Q10%202.825%2010%202t.588-1.412T12%200t1.413.588T14%202t-.587%201.413T12%204t-1.412-.587M9%2018V7q-1.225-.1-2.475-.275t-2.45-.45q-.425-.1-.687-.475T3.25%205t.525-.625t.85-.1q1.75.375%203.638.55T12%205t3.738-.175t3.637-.55q.45-.1.85.1T20.75%205t-.137.8t-.688.475q-1.2.275-2.45.45T15%207v11q0%20.425-.287.713T14%2019t-.712-.288T13%2018v-5h-2v5q0%20.425-.288.713T10%2019t-.712-.288T9%2018m-1.713%205.713Q7%2023.425%207%2023t.288-.712T8%2022t.713.288T9%2023t-.288.713T8%2024t-.712-.288m4%200Q11%2023.426%2011%2023t.288-.712T12%2022t.713.288T13%2023t-.288.713T12%2024t-.712-.288m4%200Q15%2023.426%2015%2023t.288-.712T16%2022t.713.288T17%2023t-.288.713T16%2024t-.712-.288%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/settings-accessibility-rounded.svg?color=%231a73e8&size=48