read-aloud-32-light from Fluent UI System Icons by Microsoft Corporation · 32 Light · MIT Free for personal and commercial use.

Name
read-aloud-32-light
Set
Fluent UI System Icons
Style
32 Light
Viewbox
32×32
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 32 32"><path fill="currentColor" d="M19.646 3.31a.5.5 0 0 1 .652-.273C25.402 5.125 29 10.142 29 16q0 .788-.085 1.555a.5.5 0 0 1-.994-.11q.078-.711.079-1.445c0-5.438-3.34-10.097-8.08-12.037a.5.5 0 0 1-.274-.652m-6.21 1.338c-.324-.864-1.546-.864-1.871 0L3.032 27.322a.5.5 0 1 0 .936.352L6.856 20h11.29l2.888 7.674a.5.5 0 0 0 .936-.352zM17.77 19H7.232l5.269-14zm1.968-11.809a.5.5 0 0 0-.474.88q.493.267.947.59a8.99 8.99 0 0 1 3.778 6.865a.5.5 0 0 0 .998-.052a9.99 9.99 0 0 0-5.249-8.283"/></svg>

React

import type { SVGProps } from "react";

export function FluentReadAloud32Light(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M19.646 3.31a.5.5 0 0 1 .652-.273C25.402 5.125 29 10.142 29 16q0 .788-.085 1.555a.5.5 0 0 1-.994-.11q.078-.711.079-1.445c0-5.438-3.34-10.097-8.08-12.037a.5.5 0 0 1-.274-.652m-6.21 1.338c-.324-.864-1.546-.864-1.871 0L3.032 27.322a.5.5 0 1 0 .936.352L6.856 20h11.29l2.888 7.674a.5.5 0 0 0 .936-.352zM17.77 19H7.232l5.269-14zm1.968-11.809a.5.5 0 0 0-.474.88q.493.267.947.59a8.99 8.99 0 0 1 3.778 6.865a.5.5 0 0 0 .998-.052a9.99 9.99 0 0 0-5.249-8.283"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M19.646 3.31a.5.5 0 0 1 .652-.273C25.402 5.125 29 10.142 29 16q0 .788-.085 1.555a.5.5 0 0 1-.994-.11q.078-.711.079-1.445c0-5.438-3.34-10.097-8.08-12.037a.5.5 0 0 1-.274-.652m-6.21 1.338c-.324-.864-1.546-.864-1.871 0L3.032 27.322a.5.5 0 1 0 .936.352L6.856 20h11.29l2.888 7.674a.5.5 0 0 0 .936-.352zM17.77 19H7.232l5.269-14zm1.968-11.809a.5.5 0 0 0-.474.88q.493.267.947.59a8.99 8.99 0 0 1 3.778 6.865a.5.5 0 0 0 .998-.052a9.99 9.99 0 0 0-5.249-8.283"/></svg>
</template>

CSS

.icon-read-aloud-32-light {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.646%203.31a.5.5%200%200%201%20.652-.273C25.402%205.125%2029%2010.142%2029%2016q0%20.788-.085%201.555a.5.5%200%200%201-.994-.11q.078-.711.079-1.445c0-5.438-3.34-10.097-8.08-12.037a.5.5%200%200%201-.274-.652m-6.21%201.338c-.324-.864-1.546-.864-1.871%200L3.032%2027.322a.5.5%200%201%200%20.936.352L6.856%2020h11.29l2.888%207.674a.5.5%200%200%200%20.936-.352zM17.77%2019H7.232l5.269-14zm1.968-11.809a.5.5%200%200%200-.474.88q.493.267.947.59a8.99%208.99%200%200%201%203.778%206.865a.5.5%200%200%200%20.998-.052a9.99%209.99%200%200%200-5.249-8.283%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.646%203.31a.5.5%200%200%201%20.652-.273C25.402%205.125%2029%2010.142%2029%2016q0%20.788-.085%201.555a.5.5%200%200%201-.994-.11q.078-.711.079-1.445c0-5.438-3.34-10.097-8.08-12.037a.5.5%200%200%201-.274-.652m-6.21%201.338c-.324-.864-1.546-.864-1.871%200L3.032%2027.322a.5.5%200%201%200%20.936.352L6.856%2020h11.29l2.888%207.674a.5.5%200%200%200%20.936-.352zM17.77%2019H7.232l5.269-14zm1.968-11.809a.5.5%200%200%200-.474.88q.493.267.947.59a8.99%208.99%200%200%201%203.778%206.865a.5.5%200%200%200%20.998-.052a9.99%209.99%200%200%200-5.249-8.283%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/read-aloud-32-light.svg?color=%231a73e8&size=48