text to speech icon

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

Name
text-to-speech-fill
Set
Remix Icon
Style
Fill
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="M13.414 5.586a2 2 0 0 0 0 2.828l5.853 5.853c.666.665 1.722.792 2.422.162q.159-.145.311-.296V17a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4V7a4 4 0 0 1 4-4h10zM6 11h3v6h2v-6h3V9H6zm14.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 RiTextToSpeechFill(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="M13.414 5.586a2 2 0 0 0 0 2.828l5.853 5.853c.666.665 1.722.792 2.422.162q.159-.145.311-.296V17a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4V7a4 4 0 0 1 4-4h10zM6 11h3v6h2v-6h3V9H6zm14.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="M13.414 5.586a2 2 0 0 0 0 2.828l5.853 5.853c.666.665 1.722.792 2.422.162q.159-.145.311-.296V17a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4V7a4 4 0 0 1 4-4h10zM6 11h3v6h2v-6h3V9H6zm14.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-fill {
  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%22M13.414%205.586a2%202%200%200%200%200%202.828l5.853%205.853c.666.665%201.722.792%202.422.162q.159-.145.311-.296V17a4%204%200%200%201-4%204H6a4%204%200%200%201-4-4V7a4%204%200%200%201%204-4h10zM6%2011h3v6h2v-6h3V9H6zm14.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%22M13.414%205.586a2%202%200%200%200%200%202.828l5.853%205.853c.666.665%201.722.792%202.422.162q.159-.145.311-.296V17a4%204%200%200%201-4%204H6a4%204%200%200%201-4-4V7a4%204%200%200%201%204-4h10zM6%2011h3v6h2v-6h3V9H6zm14.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-fill.svg?color=%231a73e8&size=48