read-aloud-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.

Name
read-aloud-16-regular
Set
Fluent UI System Icons
Style
16 Regular
Viewbox
16×16
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 16 16"><path fill="currentColor" d="M10.032 1.325a.5.5 0 0 1 .644-.293l.003.001l.004.002l.013.005a2 2 0 0 1 .19.083c.123.059.294.147.498.27c.406.245.944.632 1.48 1.202C13.945 3.744 15 5.615 15 8.5a.5.5 0 0 1-1 0c0-2.614-.945-4.244-1.864-5.22a6 6 0 0 0-1.27-1.032a5 5 0 0 0-.539-.279h-.003l-.001-.001a.5.5 0 0 1-.291-.643m-3.068 1.99a.5.5 0 0 0-.928 0l-4 10a.5.5 0 1 0 .928.37L4.04 11h4.923l1.074 2.686a.5.5 0 1 0 .928-.372zM8.562 10H4.439L6.5 4.847zm1.662-6.447a.5.5 0 0 0-.45.893l.01.006l.048.027q.068.038.191.125c.164.115.383.293.603.54c.436.491.874 1.253.874 2.356a.5.5 0 0 0 1 0c0-1.396-.562-2.385-1.126-3.02a4.6 4.6 0 0 0-1.034-.863l-.08-.045l-.024-.012l-.007-.004l-.003-.002zs.158.09-.001-.001m-.45.893l.002.001Z"/></svg>

React

import type { SVGProps } from "react";

export function FluentReadAloud16Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M10.032 1.325a.5.5 0 0 1 .644-.293l.003.001l.004.002l.013.005a2 2 0 0 1 .19.083c.123.059.294.147.498.27c.406.245.944.632 1.48 1.202C13.945 3.744 15 5.615 15 8.5a.5.5 0 0 1-1 0c0-2.614-.945-4.244-1.864-5.22a6 6 0 0 0-1.27-1.032a5 5 0 0 0-.539-.279h-.003l-.001-.001a.5.5 0 0 1-.291-.643m-3.068 1.99a.5.5 0 0 0-.928 0l-4 10a.5.5 0 1 0 .928.37L4.04 11h4.923l1.074 2.686a.5.5 0 1 0 .928-.372zM8.562 10H4.439L6.5 4.847zm1.662-6.447a.5.5 0 0 0-.45.893l.01.006l.048.027q.068.038.191.125c.164.115.383.293.603.54c.436.491.874 1.253.874 2.356a.5.5 0 0 0 1 0c0-1.396-.562-2.385-1.126-3.02a4.6 4.6 0 0 0-1.034-.863l-.08-.045l-.024-.012l-.007-.004l-.003-.002zs.158.09-.001-.001m-.45.893l.002.001Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M10.032 1.325a.5.5 0 0 1 .644-.293l.003.001l.004.002l.013.005a2 2 0 0 1 .19.083c.123.059.294.147.498.27c.406.245.944.632 1.48 1.202C13.945 3.744 15 5.615 15 8.5a.5.5 0 0 1-1 0c0-2.614-.945-4.244-1.864-5.22a6 6 0 0 0-1.27-1.032a5 5 0 0 0-.539-.279h-.003l-.001-.001a.5.5 0 0 1-.291-.643m-3.068 1.99a.5.5 0 0 0-.928 0l-4 10a.5.5 0 1 0 .928.37L4.04 11h4.923l1.074 2.686a.5.5 0 1 0 .928-.372zM8.562 10H4.439L6.5 4.847zm1.662-6.447a.5.5 0 0 0-.45.893l.01.006l.048.027q.068.038.191.125c.164.115.383.293.603.54c.436.491.874 1.253.874 2.356a.5.5 0 0 0 1 0c0-1.396-.562-2.385-1.126-3.02a4.6 4.6 0 0 0-1.034-.863l-.08-.045l-.024-.012l-.007-.004l-.003-.002zs.158.09-.001-.001m-.45.893l.002.001Z"/></svg>
</template>

CSS

.icon-read-aloud-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.032%201.325a.5.5%200%200%201%20.644-.293l.003.001l.004.002l.013.005a2%202%200%200%201%20.19.083c.123.059.294.147.498.27c.406.245.944.632%201.48%201.202C13.945%203.744%2015%205.615%2015%208.5a.5.5%200%200%201-1%200c0-2.614-.945-4.244-1.864-5.22a6%206%200%200%200-1.27-1.032a5%205%200%200%200-.539-.279h-.003l-.001-.001a.5.5%200%200%201-.291-.643m-3.068%201.99a.5.5%200%200%200-.928%200l-4%2010a.5.5%200%201%200%20.928.37L4.04%2011h4.923l1.074%202.686a.5.5%200%201%200%20.928-.372zM8.562%2010H4.439L6.5%204.847zm1.662-6.447a.5.5%200%200%200-.45.893l.01.006l.048.027q.068.038.191.125c.164.115.383.293.603.54c.436.491.874%201.253.874%202.356a.5.5%200%200%200%201%200c0-1.396-.562-2.385-1.126-3.02a4.6%204.6%200%200%200-1.034-.863l-.08-.045l-.024-.012l-.007-.004l-.003-.002zs.158.09-.001-.001m-.45.893l.002.001Z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.032%201.325a.5.5%200%200%201%20.644-.293l.003.001l.004.002l.013.005a2%202%200%200%201%20.19.083c.123.059.294.147.498.27c.406.245.944.632%201.48%201.202C13.945%203.744%2015%205.615%2015%208.5a.5.5%200%200%201-1%200c0-2.614-.945-4.244-1.864-5.22a6%206%200%200%200-1.27-1.032a5%205%200%200%200-.539-.279h-.003l-.001-.001a.5.5%200%200%201-.291-.643m-3.068%201.99a.5.5%200%200%200-.928%200l-4%2010a.5.5%200%201%200%20.928.37L4.04%2011h4.923l1.074%202.686a.5.5%200%201%200%20.928-.372zM8.562%2010H4.439L6.5%204.847zm1.662-6.447a.5.5%200%200%200-.45.893l.01.006l.048.027q.068.038.191.125c.164.115.383.293.603.54c.436.491.874%201.253.874%202.356a.5.5%200%200%200%201%200c0-1.396-.562-2.385-1.126-3.02a4.6%204.6%200%200%200-1.034-.863l-.08-.045l-.024-.012l-.007-.004l-.003-.002zs.158.09-.001-.001m-.45.893l.002.001Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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