read aloud icon
read-aloud-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.
- Name
- read-aloud-28-filled
- Set
- Fluent UI System Icons
- Style
- 28 Filled
- Viewbox
- 28×28
- 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 28 28"><path fill="currentColor" d="M17.594 2.578a1 1 0 0 1 1.329-.484C21.571 3.327 26.304 7.22 26 14.542a1 1 0 0 1-1.998-.084c.26-6.278-3.767-9.547-5.924-10.551a1 1 0 0 1-.484-1.329m-5.907 2.071a1 1 0 0 0-1.873 0l-6.75 18a1 1 0 0 0 1.873.702L6.943 18h7.614l2.007 5.35a1 1 0 0 0 1.873-.701zM13.807 16H7.693l3.057-8.15zm4.775-9.813a1 1 0 0 0-1.163 1.628c.794.567 1.424 1.195 1.863 1.987c.436.789.719 1.804.719 3.199a1 1 0 0 0 2 0c0-1.677-.343-3.037-.97-4.167c-.623-1.127-1.493-1.964-2.45-2.647"/></svg>
React
import type { SVGProps } from "react";
export function FluentReadAloud28Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M17.594 2.578a1 1 0 0 1 1.329-.484C21.571 3.327 26.304 7.22 26 14.542a1 1 0 0 1-1.998-.084c.26-6.278-3.767-9.547-5.924-10.551a1 1 0 0 1-.484-1.329m-5.907 2.071a1 1 0 0 0-1.873 0l-6.75 18a1 1 0 0 0 1.873.702L6.943 18h7.614l2.007 5.35a1 1 0 0 0 1.873-.701zM13.807 16H7.693l3.057-8.15zm4.775-9.813a1 1 0 0 0-1.163 1.628c.794.567 1.424 1.195 1.863 1.987c.436.789.719 1.804.719 3.199a1 1 0 0 0 2 0c0-1.677-.343-3.037-.97-4.167c-.623-1.127-1.493-1.964-2.45-2.647"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M17.594 2.578a1 1 0 0 1 1.329-.484C21.571 3.327 26.304 7.22 26 14.542a1 1 0 0 1-1.998-.084c.26-6.278-3.767-9.547-5.924-10.551a1 1 0 0 1-.484-1.329m-5.907 2.071a1 1 0 0 0-1.873 0l-6.75 18a1 1 0 0 0 1.873.702L6.943 18h7.614l2.007 5.35a1 1 0 0 0 1.873-.701zM13.807 16H7.693l3.057-8.15zm4.775-9.813a1 1 0 0 0-1.163 1.628c.794.567 1.424 1.195 1.863 1.987c.436.789.719 1.804.719 3.199a1 1 0 0 0 2 0c0-1.677-.343-3.037-.97-4.167c-.623-1.127-1.493-1.964-2.45-2.647"/></svg> </template>
CSS
.icon-read-aloud-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.594%202.578a1%201%200%200%201%201.329-.484C21.571%203.327%2026.304%207.22%2026%2014.542a1%201%200%200%201-1.998-.084c.26-6.278-3.767-9.547-5.924-10.551a1%201%200%200%201-.484-1.329m-5.907%202.071a1%201%200%200%200-1.873%200l-6.75%2018a1%201%200%200%200%201.873.702L6.943%2018h7.614l2.007%205.35a1%201%200%200%200%201.873-.701zM13.807%2016H7.693l3.057-8.15zm4.775-9.813a1%201%200%200%200-1.163%201.628c.794.567%201.424%201.195%201.863%201.987c.436.789.719%201.804.719%203.199a1%201%200%200%200%202%200c0-1.677-.343-3.037-.97-4.167c-.623-1.127-1.493-1.964-2.45-2.647%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.594%202.578a1%201%200%200%201%201.329-.484C21.571%203.327%2026.304%207.22%2026%2014.542a1%201%200%200%201-1.998-.084c.26-6.278-3.767-9.547-5.924-10.551a1%201%200%200%201-.484-1.329m-5.907%202.071a1%201%200%200%200-1.873%200l-6.75%2018a1%201%200%200%200%201.873.702L6.943%2018h7.614l2.007%205.35a1%201%200%200%200%201.873-.701zM13.807%2016H7.693l3.057-8.15zm4.775-9.813a1%201%200%200%200-1.163%201.628c.794.567%201.424%201.195%201.863%201.987c.436.789.719%201.804.719%203.199a1%201%200%200%200%202%200c0-1.677-.343-3.037-.97-4.167c-.623-1.127-1.493-1.964-2.45-2.647%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/read-aloud-28-filled.svg?color=%231a73e8&size=48