read aloud icon
read-aloud-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- read-aloud-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- License
- MIT
8 other variants in Fluent UI System Icons
Use the read aloud icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.861 2.092a.75.75 0 1 0-.719 1.316c1.854 1.013 3.216 2.286 4.102 3.821s1.308 3.352 1.258 5.464a.75.75 0 0 0 1.5.035c.056-2.376-.429-4.464-1.459-6.249s-2.596-3.247-4.682-4.387m-.237 3.6a.75.75 0 1 0-.718 1.318c.721.393 1.297.963 1.735 1.722c.438.76.644 1.543.624 2.365a.75.75 0 0 0 1.5.036c.026-1.101-.25-2.156-.825-3.15c-.574-.995-1.35-1.763-2.316-2.29M9 4a.75.75 0 0 1 .697.473l5.75 14.501a.75.75 0 0 1-1.394.553L12.258 15H5.742l-1.795 4.527a.75.75 0 1 1-1.394-.553l5.75-14.5A.75.75 0 0 1 9 3.998m0 2.784L6.337 13.5h5.326z"/></svg>
React
import type { SVGProps } from "react";
export function FluentReadAloud24Regular(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="M15.861 2.092a.75.75 0 1 0-.719 1.316c1.854 1.013 3.216 2.286 4.102 3.821s1.308 3.352 1.258 5.464a.75.75 0 0 0 1.5.035c.056-2.376-.429-4.464-1.459-6.249s-2.596-3.247-4.682-4.387m-.237 3.6a.75.75 0 1 0-.718 1.318c.721.393 1.297.963 1.735 1.722c.438.76.644 1.543.624 2.365a.75.75 0 0 0 1.5.036c.026-1.101-.25-2.156-.825-3.15c-.574-.995-1.35-1.763-2.316-2.29M9 4a.75.75 0 0 1 .697.473l5.75 14.501a.75.75 0 0 1-1.394.553L12.258 15H5.742l-1.795 4.527a.75.75 0 1 1-1.394-.553l5.75-14.5A.75.75 0 0 1 9 3.998m0 2.784L6.337 13.5h5.326z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.861 2.092a.75.75 0 1 0-.719 1.316c1.854 1.013 3.216 2.286 4.102 3.821s1.308 3.352 1.258 5.464a.75.75 0 0 0 1.5.035c.056-2.376-.429-4.464-1.459-6.249s-2.596-3.247-4.682-4.387m-.237 3.6a.75.75 0 1 0-.718 1.318c.721.393 1.297.963 1.735 1.722c.438.76.644 1.543.624 2.365a.75.75 0 0 0 1.5.036c.026-1.101-.25-2.156-.825-3.15c-.574-.995-1.35-1.763-2.316-2.29M9 4a.75.75 0 0 1 .697.473l5.75 14.501a.75.75 0 0 1-1.394.553L12.258 15H5.742l-1.795 4.527a.75.75 0 1 1-1.394-.553l5.75-14.5A.75.75 0 0 1 9 3.998m0 2.784L6.337 13.5h5.326z"/></svg> </template>
CSS
.icon-read-aloud-24-regular {
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%22M15.861%202.092a.75.75%200%201%200-.719%201.316c1.854%201.013%203.216%202.286%204.102%203.821s1.308%203.352%201.258%205.464a.75.75%200%200%200%201.5.035c.056-2.376-.429-4.464-1.459-6.249s-2.596-3.247-4.682-4.387m-.237%203.6a.75.75%200%201%200-.718%201.318c.721.393%201.297.963%201.735%201.722c.438.76.644%201.543.624%202.365a.75.75%200%200%200%201.5.036c.026-1.101-.25-2.156-.825-3.15c-.574-.995-1.35-1.763-2.316-2.29M9%204a.75.75%200%200%201%20.697.473l5.75%2014.501a.75.75%200%200%201-1.394.553L12.258%2015H5.742l-1.795%204.527a.75.75%200%201%201-1.394-.553l5.75-14.5A.75.75%200%200%201%209%203.998m0%202.784L6.337%2013.5h5.326z%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%22M15.861%202.092a.75.75%200%201%200-.719%201.316c1.854%201.013%203.216%202.286%204.102%203.821s1.308%203.352%201.258%205.464a.75.75%200%200%200%201.5.035c.056-2.376-.429-4.464-1.459-6.249s-2.596-3.247-4.682-4.387m-.237%203.6a.75.75%200%201%200-.718%201.318c.721.393%201.297.963%201.735%201.722c.438.76.644%201.543.624%202.365a.75.75%200%200%200%201.5.036c.026-1.101-.25-2.156-.825-3.15c-.574-.995-1.35-1.763-2.316-2.29M9%204a.75.75%200%200%201%20.697.473l5.75%2014.501a.75.75%200%200%201-1.394.553L12.258%2015H5.742l-1.795%204.527a.75.75%200%201%201-1.394-.553l5.75-14.5A.75.75%200%200%201%209%203.998m0%202.784L6.337%2013.5h5.326z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/read-aloud-24-regular.svg?color=%231a73e8&size=48