text to speech icon

text-to-speech from Material Symbols by Google · Regular · Audio & Video · Apache-2.0 Free for personal and commercial use.

Name
text-to-speech
Set
Material Symbols
Style
Regular
Category
Audio & Video
Viewbox
24×24
License
Apache 2.0
Aliases
text-to-speech-outline

2 other variants in Material Symbols

The same icon in other sets

More audio & video icons from Material Symbols

Use the text to speech icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 22q-.825 0-1.412-.587T2 20V4q0-.825.588-1.412T4 2h8.15l-2 2H4v16h11v-2h2v2q0 .825-.587 1.413T15 22zm2-4v-2h7v2zm0-3v-2h5v2zm9 0l-4-4H8V6h3l4-4zm2-3.05v-6.9q.9.525 1.45 1.425T19 8.5t-.55 2.025T17 11.95m0 4.3v-2.1q1.75-.625 2.875-2.162T21 8.5t-1.125-3.488T17 2.85V.75q2.6.675 4.3 2.813T23 8.5t-1.7 4.938T17 16.25"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsTextToSpeech(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 22q-.825 0-1.412-.587T2 20V4q0-.825.588-1.412T4 2h8.15l-2 2H4v16h11v-2h2v2q0 .825-.587 1.413T15 22zm2-4v-2h7v2zm0-3v-2h5v2zm9 0l-4-4H8V6h3l4-4zm2-3.05v-6.9q.9.525 1.45 1.425T19 8.5t-.55 2.025T17 11.95m0 4.3v-2.1q1.75-.625 2.875-2.162T21 8.5t-1.125-3.488T17 2.85V.75q2.6.675 4.3 2.813T23 8.5t-1.7 4.938T17 16.25"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 22q-.825 0-1.412-.587T2 20V4q0-.825.588-1.412T4 2h8.15l-2 2H4v16h11v-2h2v2q0 .825-.587 1.413T15 22zm2-4v-2h7v2zm0-3v-2h5v2zm9 0l-4-4H8V6h3l4-4zm2-3.05v-6.9q.9.525 1.45 1.425T19 8.5t-.55 2.025T17 11.95m0 4.3v-2.1q1.75-.625 2.875-2.162T21 8.5t-1.125-3.488T17 2.85V.75q2.6.675 4.3 2.813T23 8.5t-1.7 4.938T17 16.25"/></svg>
</template>

CSS

.icon-text-to-speech {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%2022q-.825%200-1.412-.587T2%2020V4q0-.825.588-1.412T4%202h8.15l-2%202H4v16h11v-2h2v2q0%20.825-.587%201.413T15%2022zm2-4v-2h7v2zm0-3v-2h5v2zm9%200l-4-4H8V6h3l4-4zm2-3.05v-6.9q.9.525%201.45%201.425T19%208.5t-.55%202.025T17%2011.95m0%204.3v-2.1q1.75-.625%202.875-2.162T21%208.5t-1.125-3.488T17%202.85V.75q2.6.675%204.3%202.813T23%208.5t-1.7%204.938T17%2016.25%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%2022q-.825%200-1.412-.587T2%2020V4q0-.825.588-1.412T4%202h8.15l-2%202H4v16h11v-2h2v2q0%20.825-.587%201.413T15%2022zm2-4v-2h7v2zm0-3v-2h5v2zm9%200l-4-4H8V6h3l4-4zm2-3.05v-6.9q.9.525%201.45%201.425T19%208.5t-.55%202.025T17%2011.95m0%204.3v-2.1q1.75-.625%202.875-2.162T21%208.5t-1.125-3.488T17%202.85V.75q2.6.675%204.3%202.813T23%208.5t-1.7%204.938T17%2016.25%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/text-to-speech.svg?color=%231a73e8&size=48