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

Name
read-aloud-20-regular
Set
Fluent UI System Icons
Style
20 Regular
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="M12.061 2.26a.5.5 0 0 1 .678-.199c1.914 1.044 4.733 3.161 5.258 7.884a.5.5 0 0 1-.994.11c-.475-4.277-2.99-6.16-4.742-7.116a.5.5 0 0 1-.2-.678M8.463 4.31a.5.5 0 0 0-.926 0l-4.5 11a.5.5 0 1 0 .926.38L5.5 11.931V12h5v-.068l1.537 3.757a.5.5 0 1 0 .926-.378zM10.119 11H5.88L8 5.82zm2.13-6.434a.5.5 0 0 0-.497.868c1.599.914 2.522 2.519 2.753 4.137a.5.5 0 0 0 .99-.142c-.269-1.882-1.346-3.777-3.247-4.863"/></svg>

React

import type { SVGProps } from "react";

export function FluentReadAloud20Regular(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="M12.061 2.26a.5.5 0 0 1 .678-.199c1.914 1.044 4.733 3.161 5.258 7.884a.5.5 0 0 1-.994.11c-.475-4.277-2.99-6.16-4.742-7.116a.5.5 0 0 1-.2-.678M8.463 4.31a.5.5 0 0 0-.926 0l-4.5 11a.5.5 0 1 0 .926.38L5.5 11.931V12h5v-.068l1.537 3.757a.5.5 0 1 0 .926-.378zM10.119 11H5.88L8 5.82zm2.13-6.434a.5.5 0 0 0-.497.868c1.599.914 2.522 2.519 2.753 4.137a.5.5 0 0 0 .99-.142c-.269-1.882-1.346-3.777-3.247-4.863"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M12.061 2.26a.5.5 0 0 1 .678-.199c1.914 1.044 4.733 3.161 5.258 7.884a.5.5 0 0 1-.994.11c-.475-4.277-2.99-6.16-4.742-7.116a.5.5 0 0 1-.2-.678M8.463 4.31a.5.5 0 0 0-.926 0l-4.5 11a.5.5 0 1 0 .926.38L5.5 11.931V12h5v-.068l1.537 3.757a.5.5 0 1 0 .926-.378zM10.119 11H5.88L8 5.82zm2.13-6.434a.5.5 0 0 0-.497.868c1.599.914 2.522 2.519 2.753 4.137a.5.5 0 0 0 .99-.142c-.269-1.882-1.346-3.777-3.247-4.863"/></svg>
</template>

CSS

.icon-read-aloud-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.061%202.26a.5.5%200%200%201%20.678-.199c1.914%201.044%204.733%203.161%205.258%207.884a.5.5%200%200%201-.994.11c-.475-4.277-2.99-6.16-4.742-7.116a.5.5%200%200%201-.2-.678M8.463%204.31a.5.5%200%200%200-.926%200l-4.5%2011a.5.5%200%201%200%20.926.38L5.5%2011.931V12h5v-.068l1.537%203.757a.5.5%200%201%200%20.926-.378zM10.119%2011H5.88L8%205.82zm2.13-6.434a.5.5%200%200%200-.497.868c1.599.914%202.522%202.519%202.753%204.137a.5.5%200%200%200%20.99-.142c-.269-1.882-1.346-3.777-3.247-4.863%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%22M12.061%202.26a.5.5%200%200%201%20.678-.199c1.914%201.044%204.733%203.161%205.258%207.884a.5.5%200%200%201-.994.11c-.475-4.277-2.99-6.16-4.742-7.116a.5.5%200%200%201-.2-.678M8.463%204.31a.5.5%200%200%200-.926%200l-4.5%2011a.5.5%200%201%200%20.926.38L5.5%2011.931V12h5v-.068l1.537%203.757a.5.5%200%201%200%20.926-.378zM10.119%2011H5.88L8%205.82zm2.13-6.434a.5.5%200%200%200-.497.868c1.599.914%202.522%202.519%202.753%204.137a.5.5%200%200%200%20.99-.142c-.269-1.882-1.346-3.777-3.247-4.863%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-regular.svg?color=%231a73e8&size=48