read aloud icon
read-aloud-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- read-aloud-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- 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 20 20"><path fill="currentColor" d="M11.842 2.141a.75.75 0 0 1 1.017-.3c1.954 1.067 4.85 3.243 5.386 8.076a.75.75 0 1 1-1.49.166c-.463-4.167-2.901-5.99-4.614-6.924a.75.75 0 0 1-.3-1.018M8.694 4.216a.75.75 0 0 0-1.388 0l-4.5 11a.75.75 0 0 0 1.388.568L5.64 12.25h4.72l1.446 3.534a.75.75 0 0 0 1.388-.568zm1.053 6.534H6.254L8 6.48zm2.625-6.401a.75.75 0 0 0-.744 1.302c1.523.87 2.408 2.403 2.63 3.955a.75.75 0 1 0 1.484-.212c-.278-1.948-1.393-3.916-3.37-5.045"/></svg>
React
import type { SVGProps } from "react";
export function FluentReadAloud20Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M11.842 2.141a.75.75 0 0 1 1.017-.3c1.954 1.067 4.85 3.243 5.386 8.076a.75.75 0 1 1-1.49.166c-.463-4.167-2.901-5.99-4.614-6.924a.75.75 0 0 1-.3-1.018M8.694 4.216a.75.75 0 0 0-1.388 0l-4.5 11a.75.75 0 0 0 1.388.568L5.64 12.25h4.72l1.446 3.534a.75.75 0 0 0 1.388-.568zm1.053 6.534H6.254L8 6.48zm2.625-6.401a.75.75 0 0 0-.744 1.302c1.523.87 2.408 2.403 2.63 3.955a.75.75 0 1 0 1.484-.212c-.278-1.948-1.393-3.916-3.37-5.045"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M11.842 2.141a.75.75 0 0 1 1.017-.3c1.954 1.067 4.85 3.243 5.386 8.076a.75.75 0 1 1-1.49.166c-.463-4.167-2.901-5.99-4.614-6.924a.75.75 0 0 1-.3-1.018M8.694 4.216a.75.75 0 0 0-1.388 0l-4.5 11a.75.75 0 0 0 1.388.568L5.64 12.25h4.72l1.446 3.534a.75.75 0 0 0 1.388-.568zm1.053 6.534H6.254L8 6.48zm2.625-6.401a.75.75 0 0 0-.744 1.302c1.523.87 2.408 2.403 2.63 3.955a.75.75 0 1 0 1.484-.212c-.278-1.948-1.393-3.916-3.37-5.045"/></svg> </template>
CSS
.icon-read-aloud-20-filled {
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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.842%202.141a.75.75%200%200%201%201.017-.3c1.954%201.067%204.85%203.243%205.386%208.076a.75.75%200%201%201-1.49.166c-.463-4.167-2.901-5.99-4.614-6.924a.75.75%200%200%201-.3-1.018M8.694%204.216a.75.75%200%200%200-1.388%200l-4.5%2011a.75.75%200%200%200%201.388.568L5.64%2012.25h4.72l1.446%203.534a.75.75%200%200%200%201.388-.568zm1.053%206.534H6.254L8%206.48zm2.625-6.401a.75.75%200%200%200-.744%201.302c1.523.87%202.408%202.403%202.63%203.955a.75.75%200%201%200%201.484-.212c-.278-1.948-1.393-3.916-3.37-5.045%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.842%202.141a.75.75%200%200%201%201.017-.3c1.954%201.067%204.85%203.243%205.386%208.076a.75.75%200%201%201-1.49.166c-.463-4.167-2.901-5.99-4.614-6.924a.75.75%200%200%201-.3-1.018M8.694%204.216a.75.75%200%200%200-1.388%200l-4.5%2011a.75.75%200%200%200%201.388.568L5.64%2012.25h4.72l1.446%203.534a.75.75%200%200%200%201.388-.568zm1.053%206.534H6.254L8%206.48zm2.625-6.401a.75.75%200%200%200-.744%201.302c1.523.87%202.408%202.403%202.63%203.955a.75.75%200%201%200%201.484-.212c-.278-1.948-1.393-3.916-3.37-5.045%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/read-aloud-20-filled.svg?color=%231a73e8&size=48