speech to text 2 icon

speech-to-text-2-outline-rounded from Material Symbols by Google · Outline Rounded · Audio & Video · Apache-2.0 Free for personal and commercial use.

Name
speech-to-text-2-outline-rounded
Set
Material Symbols
Style
Outline Rounded
Category
Audio & Video
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More audio & video icons from Material Symbols

Use the speech to text 2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 4v16zM8 22q-.825 0-1.412-.587T6 20v-1q0-.425.288-.712T7 18t.713.288T8 19v1h11V4h-7q-.425 0-.712-.288T11 3t.288-.712T12 2h7q.825 0 1.413.588T21 4v16q0 .825-.587 1.413T19 22zM7 10q-.85 0-1.425-.575T5 8V4q0-.85.575-1.425T7 2q.825 0 1.413.575T9 4v4q0 .85-.587 1.425T7 10m0 1.5q1.05 0 1.838-.638T9.9 9.276q.15-.575.513-.775t.712-.15t.613.3t.212.625q-.25 1.55-1.312 2.7T8 13.4V15q0 .425-.288.713T7 16t-.712-.288T6 15v-1.6q-1.575-.3-2.65-1.45t-1.3-2.725q-.05-.4.213-.65t.612-.3t.713.162t.487.763q.25 1 1.05 1.65T7 11.5m9 6.5q.425 0 .713-.288T17 17t-.288-.712T16 16h-5q-.425 0-.712.288T10 17t.288.713T11 18zm-2-3q.425 0 .713-.288T15 14t-.288-.712T14 13h-3q-.425 0-.712.288T10 14t.288.713T11 15z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsSpeechToText2OutlineRounded(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="M19 4v16zM8 22q-.825 0-1.412-.587T6 20v-1q0-.425.288-.712T7 18t.713.288T8 19v1h11V4h-7q-.425 0-.712-.288T11 3t.288-.712T12 2h7q.825 0 1.413.588T21 4v16q0 .825-.587 1.413T19 22zM7 10q-.85 0-1.425-.575T5 8V4q0-.85.575-1.425T7 2q.825 0 1.413.575T9 4v4q0 .85-.587 1.425T7 10m0 1.5q1.05 0 1.838-.638T9.9 9.276q.15-.575.513-.775t.712-.15t.613.3t.212.625q-.25 1.55-1.312 2.7T8 13.4V15q0 .425-.288.713T7 16t-.712-.288T6 15v-1.6q-1.575-.3-2.65-1.45t-1.3-2.725q-.05-.4.213-.65t.612-.3t.713.162t.487.763q.25 1 1.05 1.65T7 11.5m9 6.5q.425 0 .713-.288T17 17t-.288-.712T16 16h-5q-.425 0-.712.288T10 17t.288.713T11 18zm-2-3q.425 0 .713-.288T15 14t-.288-.712T14 13h-3q-.425 0-.712.288T10 14t.288.713T11 15z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 4v16zM8 22q-.825 0-1.412-.587T6 20v-1q0-.425.288-.712T7 18t.713.288T8 19v1h11V4h-7q-.425 0-.712-.288T11 3t.288-.712T12 2h7q.825 0 1.413.588T21 4v16q0 .825-.587 1.413T19 22zM7 10q-.85 0-1.425-.575T5 8V4q0-.85.575-1.425T7 2q.825 0 1.413.575T9 4v4q0 .85-.587 1.425T7 10m0 1.5q1.05 0 1.838-.638T9.9 9.276q.15-.575.513-.775t.712-.15t.613.3t.212.625q-.25 1.55-1.312 2.7T8 13.4V15q0 .425-.288.713T7 16t-.712-.288T6 15v-1.6q-1.575-.3-2.65-1.45t-1.3-2.725q-.05-.4.213-.65t.612-.3t.713.162t.487.763q.25 1 1.05 1.65T7 11.5m9 6.5q.425 0 .713-.288T17 17t-.288-.712T16 16h-5q-.425 0-.712.288T10 17t.288.713T11 18zm-2-3q.425 0 .713-.288T15 14t-.288-.712T14 13h-3q-.425 0-.712.288T10 14t.288.713T11 15z"/></svg>
</template>

CSS

.icon-speech-to-text-2-outline-rounded {
  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%22M19%204v16zM8%2022q-.825%200-1.412-.587T6%2020v-1q0-.425.288-.712T7%2018t.713.288T8%2019v1h11V4h-7q-.425%200-.712-.288T11%203t.288-.712T12%202h7q.825%200%201.413.588T21%204v16q0%20.825-.587%201.413T19%2022zM7%2010q-.85%200-1.425-.575T5%208V4q0-.85.575-1.425T7%202q.825%200%201.413.575T9%204v4q0%20.85-.587%201.425T7%2010m0%201.5q1.05%200%201.838-.638T9.9%209.276q.15-.575.513-.775t.712-.15t.613.3t.212.625q-.25%201.55-1.312%202.7T8%2013.4V15q0%20.425-.288.713T7%2016t-.712-.288T6%2015v-1.6q-1.575-.3-2.65-1.45t-1.3-2.725q-.05-.4.213-.65t.612-.3t.713.162t.487.763q.25%201%201.05%201.65T7%2011.5m9%206.5q.425%200%20.713-.288T17%2017t-.288-.712T16%2016h-5q-.425%200-.712.288T10%2017t.288.713T11%2018zm-2-3q.425%200%20.713-.288T15%2014t-.288-.712T14%2013h-3q-.425%200-.712.288T10%2014t.288.713T11%2015z%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%22M19%204v16zM8%2022q-.825%200-1.412-.587T6%2020v-1q0-.425.288-.712T7%2018t.713.288T8%2019v1h11V4h-7q-.425%200-.712-.288T11%203t.288-.712T12%202h7q.825%200%201.413.588T21%204v16q0%20.825-.587%201.413T19%2022zM7%2010q-.85%200-1.425-.575T5%208V4q0-.85.575-1.425T7%202q.825%200%201.413.575T9%204v4q0%20.85-.587%201.425T7%2010m0%201.5q1.05%200%201.838-.638T9.9%209.276q.15-.575.513-.775t.712-.15t.613.3t.212.625q-.25%201.55-1.312%202.7T8%2013.4V15q0%20.425-.288.713T7%2016t-.712-.288T6%2015v-1.6q-1.575-.3-2.65-1.45t-1.3-2.725q-.05-.4.213-.65t.612-.3t.713.162t.487.763q.25%201%201.05%201.65T7%2011.5m9%206.5q.425%200%20.713-.288T17%2017t-.288-.712T16%2016h-5q-.425%200-.712.288T10%2017t.288.713T11%2018zm-2-3q.425%200%20.713-.288T15%2014t-.288-.712T14%2013h-3q-.425%200-.712.288T10%2014t.288.713T11%2015z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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