text to speech icon

text-to-speech-line from Remix Icon by Remix Design · Line · Communication · Apache-2.0 Free for personal and commercial use.

Name
text-to-speech-line
Set
Remix Icon
Style
Line
Category
Communication
Viewbox
24×24
License
Apache 2.0

1 other variant in Remix Icon

The same icon in other sets

More communication icons from Remix Icon

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="M14.5 5H6a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-2.5h2V17a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4V7a4 4 0 0 1 4-4h8.5zm-.5 6h-3v6H9v-6H6V9h8zm6.657-9.657A7.98 7.98 0 0 1 23 7c0 2.21-.895 4.21-2.343 5.657l-1.415-1.415A5.98 5.98 0 0 0 21 7a5.98 5.98 0 0 0-1.758-4.242zm-2.829 2.829A4 4 0 0 1 19 7a4 4 0 0 1-1.172 2.828l-1.414-1.414C16.776 8.052 17 7.552 17 7s-.224-1.052-.586-1.414z"/></svg>

React

import type { SVGProps } from "react";

export function RiTextToSpeechLine(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="M14.5 5H6a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-2.5h2V17a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4V7a4 4 0 0 1 4-4h8.5zm-.5 6h-3v6H9v-6H6V9h8zm6.657-9.657A7.98 7.98 0 0 1 23 7c0 2.21-.895 4.21-2.343 5.657l-1.415-1.415A5.98 5.98 0 0 0 21 7a5.98 5.98 0 0 0-1.758-4.242zm-2.829 2.829A4 4 0 0 1 19 7a4 4 0 0 1-1.172 2.828l-1.414-1.414C16.776 8.052 17 7.552 17 7s-.224-1.052-.586-1.414z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.5 5H6a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-2.5h2V17a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4V7a4 4 0 0 1 4-4h8.5zm-.5 6h-3v6H9v-6H6V9h8zm6.657-9.657A7.98 7.98 0 0 1 23 7c0 2.21-.895 4.21-2.343 5.657l-1.415-1.415A5.98 5.98 0 0 0 21 7a5.98 5.98 0 0 0-1.758-4.242zm-2.829 2.829A4 4 0 0 1 19 7a4 4 0 0 1-1.172 2.828l-1.414-1.414C16.776 8.052 17 7.552 17 7s-.224-1.052-.586-1.414z"/></svg>
</template>

CSS

.icon-text-to-speech-line {
  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%22M14.5%205H6a2%202%200%200%200-2%202v10a2%202%200%200%200%202%202h12a2%202%200%200%200%202-2v-2.5h2V17a4%204%200%200%201-4%204H6a4%204%200%200%201-4-4V7a4%204%200%200%201%204-4h8.5zm-.5%206h-3v6H9v-6H6V9h8zm6.657-9.657A7.98%207.98%200%200%201%2023%207c0%202.21-.895%204.21-2.343%205.657l-1.415-1.415A5.98%205.98%200%200%200%2021%207a5.98%205.98%200%200%200-1.758-4.242zm-2.829%202.829A4%204%200%200%201%2019%207a4%204%200%200%201-1.172%202.828l-1.414-1.414C16.776%208.052%2017%207.552%2017%207s-.224-1.052-.586-1.414z%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%22M14.5%205H6a2%202%200%200%200-2%202v10a2%202%200%200%200%202%202h12a2%202%200%200%200%202-2v-2.5h2V17a4%204%200%200%201-4%204H6a4%204%200%200%201-4-4V7a4%204%200%200%201%204-4h8.5zm-.5%206h-3v6H9v-6H6V9h8zm6.657-9.657A7.98%207.98%200%200%201%2023%207c0%202.21-.895%204.21-2.343%205.657l-1.415-1.415A5.98%205.98%200%200%200%2021%207a5.98%205.98%200%200%200-1.758-4.242zm-2.829%202.829A4%204%200%200%201%2019%207a4%204%200%200%201-1.172%202.828l-1.414-1.414C16.776%208.052%2017%207.552%2017%207s-.224-1.052-.586-1.414z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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