speech to text icon

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

Name
speech-to-text-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 speech to text icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 3a4 4 0 0 1 4 4v10a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4v-3.5h2V17a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-8V3zm0 8h-3v6h-2v-6h-3V9h8zM5.657 1.343A7.98 7.98 0 0 1 8 7c0 2.21-.895 4.21-2.343 5.657l-1.415-1.415A5.98 5.98 0 0 0 6 7a5.98 5.98 0 0 0-1.758-4.242zM2.828 4.172A4 4 0 0 1 4 7a4 4 0 0 1-1.172 2.828L1.414 8.414C1.776 8.052 2 7.552 2 7s-.224-1.052-.586-1.414z"/></svg>

React

import type { SVGProps } from "react";

export function RiSpeechToTextLine(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="M18 3a4 4 0 0 1 4 4v10a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4v-3.5h2V17a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-8V3zm0 8h-3v6h-2v-6h-3V9h8zM5.657 1.343A7.98 7.98 0 0 1 8 7c0 2.21-.895 4.21-2.343 5.657l-1.415-1.415A5.98 5.98 0 0 0 6 7a5.98 5.98 0 0 0-1.758-4.242zM2.828 4.172A4 4 0 0 1 4 7a4 4 0 0 1-1.172 2.828L1.414 8.414C1.776 8.052 2 7.552 2 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="M18 3a4 4 0 0 1 4 4v10a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4v-3.5h2V17a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-8V3zm0 8h-3v6h-2v-6h-3V9h8zM5.657 1.343A7.98 7.98 0 0 1 8 7c0 2.21-.895 4.21-2.343 5.657l-1.415-1.415A5.98 5.98 0 0 0 6 7a5.98 5.98 0 0 0-1.758-4.242zM2.828 4.172A4 4 0 0 1 4 7a4 4 0 0 1-1.172 2.828L1.414 8.414C1.776 8.052 2 7.552 2 7s-.224-1.052-.586-1.414z"/></svg>
</template>

CSS

.icon-speech-to-text-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%22M18%203a4%204%200%200%201%204%204v10a4%204%200%200%201-4%204H6a4%204%200%200%201-4-4v-3.5h2V17a2%202%200%200%200%202%202h12a2%202%200%200%200%202-2V7a2%202%200%200%200-2-2h-8V3zm0%208h-3v6h-2v-6h-3V9h8zM5.657%201.343A7.98%207.98%200%200%201%208%207c0%202.21-.895%204.21-2.343%205.657l-1.415-1.415A5.98%205.98%200%200%200%206%207a5.98%205.98%200%200%200-1.758-4.242zM2.828%204.172A4%204%200%200%201%204%207a4%204%200%200%201-1.172%202.828L1.414%208.414C1.776%208.052%202%207.552%202%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%22M18%203a4%204%200%200%201%204%204v10a4%204%200%200%201-4%204H6a4%204%200%200%201-4-4v-3.5h2V17a2%202%200%200%200%202%202h12a2%202%200%200%200%202-2V7a2%202%200%200%200-2-2h-8V3zm0%208h-3v6h-2v-6h-3V9h8zM5.657%201.343A7.98%207.98%200%200%201%208%207c0%202.21-.895%204.21-2.343%205.657l-1.415-1.415A5.98%205.98%200%200%200%206%207a5.98%205.98%200%200%200-1.758-4.242zM2.828%204.172A4%204%200%200%201%204%207a4%204%200%200%201-1.172%202.828L1.414%208.414C1.776%208.052%202%207.552%202%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/speech-to-text-line.svg?color=%231a73e8&size=48