speech-to-text-2-outline-rounded from Material Symbols Light 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 Light
Style
Outline Rounded
Category
Audio & Video
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More audio & video icons from Material Symbols Light

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.616 21q-.667 0-1.141-.475T7 19.386V18.23q0-.213.144-.356t.357-.144t.356.144t.143.356v1.154q0 .269.173.442t.443.173h9.769q.269 0 .442-.173t.173-.442V4.615q0-.269-.173-.442T18.385 4H12q-.213 0-.356-.144t-.144-.357t.144-.356T12 3h6.385q.666 0 1.14.475T20 4.615v14.77q0 .666-.475 1.14t-1.14.475zM7.499 9.885q-.637 0-1.068-.432T6 8.385V4q0-.638.43-1.069T7.496 2.5q.618 0 1.06.431T9 4v4.385q0 .637-.44 1.068q-.442.431-1.06.431M7.5 12q1.48 0 2.591-.878t1.27-2.25q.055-.288.225-.391t.347-.092t.324.136t.116.346q-.154 1.665-1.399 2.806q-1.245 1.14-2.974 1.3V15q0 .213-.144.356t-.357.144t-.356-.144T7 15v-2.023q-1.729-.165-2.986-1.306q-1.258-1.14-1.387-2.811q-.03-.227.116-.352q.148-.125.324-.137q.177-.011.343.096q.166.108.223.387q.154 1.385 1.27 2.265Q6.022 12 7.5 12m8.5 5.73q.213 0 .356-.143q.144-.144.144-.357t-.144-.356t-.356-.143h-5q-.213 0-.356.144t-.144.357t.144.356t.356.143zm-2-3q.213 0 .356-.143q.144-.144.144-.357t-.144-.356t-.356-.143h-3q-.213 0-.356.144t-.144.357t.144.356t.356.143z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightSpeechToText2OutlineRounded(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.616 21q-.667 0-1.141-.475T7 19.386V18.23q0-.213.144-.356t.357-.144t.356.144t.143.356v1.154q0 .269.173.442t.443.173h9.769q.269 0 .442-.173t.173-.442V4.615q0-.269-.173-.442T18.385 4H12q-.213 0-.356-.144t-.144-.357t.144-.356T12 3h6.385q.666 0 1.14.475T20 4.615v14.77q0 .666-.475 1.14t-1.14.475zM7.499 9.885q-.637 0-1.068-.432T6 8.385V4q0-.638.43-1.069T7.496 2.5q.618 0 1.06.431T9 4v4.385q0 .637-.44 1.068q-.442.431-1.06.431M7.5 12q1.48 0 2.591-.878t1.27-2.25q.055-.288.225-.391t.347-.092t.324.136t.116.346q-.154 1.665-1.399 2.806q-1.245 1.14-2.974 1.3V15q0 .213-.144.356t-.357.144t-.356-.144T7 15v-2.023q-1.729-.165-2.986-1.306q-1.258-1.14-1.387-2.811q-.03-.227.116-.352q.148-.125.324-.137q.177-.011.343.096q.166.108.223.387q.154 1.385 1.27 2.265Q6.022 12 7.5 12m8.5 5.73q.213 0 .356-.143q.144-.144.144-.357t-.144-.356t-.356-.143h-5q-.213 0-.356.144t-.144.357t.144.356t.356.143zm-2-3q.213 0 .356-.143q.144-.144.144-.357t-.144-.356t-.356-.143h-3q-.213 0-.356.144t-.144.357t.144.356t.356.143z"/></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.616 21q-.667 0-1.141-.475T7 19.386V18.23q0-.213.144-.356t.357-.144t.356.144t.143.356v1.154q0 .269.173.442t.443.173h9.769q.269 0 .442-.173t.173-.442V4.615q0-.269-.173-.442T18.385 4H12q-.213 0-.356-.144t-.144-.357t.144-.356T12 3h6.385q.666 0 1.14.475T20 4.615v14.77q0 .666-.475 1.14t-1.14.475zM7.499 9.885q-.637 0-1.068-.432T6 8.385V4q0-.638.43-1.069T7.496 2.5q.618 0 1.06.431T9 4v4.385q0 .637-.44 1.068q-.442.431-1.06.431M7.5 12q1.48 0 2.591-.878t1.27-2.25q.055-.288.225-.391t.347-.092t.324.136t.116.346q-.154 1.665-1.399 2.806q-1.245 1.14-2.974 1.3V15q0 .213-.144.356t-.357.144t-.356-.144T7 15v-2.023q-1.729-.165-2.986-1.306q-1.258-1.14-1.387-2.811q-.03-.227.116-.352q.148-.125.324-.137q.177-.011.343.096q.166.108.223.387q.154 1.385 1.27 2.265Q6.022 12 7.5 12m8.5 5.73q.213 0 .356-.143q.144-.144.144-.357t-.144-.356t-.356-.143h-5q-.213 0-.356.144t-.144.357t.144.356t.356.143zm-2-3q.213 0 .356-.143q.144-.144.144-.357t-.144-.356t-.356-.143h-3q-.213 0-.356.144t-.144.357t.144.356t.356.143z"/></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.616%2021q-.667%200-1.141-.475T7%2019.386V18.23q0-.213.144-.356t.357-.144t.356.144t.143.356v1.154q0%20.269.173.442t.443.173h9.769q.269%200%20.442-.173t.173-.442V4.615q0-.269-.173-.442T18.385%204H12q-.213%200-.356-.144t-.144-.357t.144-.356T12%203h6.385q.666%200%201.14.475T20%204.615v14.77q0%20.666-.475%201.14t-1.14.475zM7.499%209.885q-.637%200-1.068-.432T6%208.385V4q0-.638.43-1.069T7.496%202.5q.618%200%201.06.431T9%204v4.385q0%20.637-.44%201.068q-.442.431-1.06.431M7.5%2012q1.48%200%202.591-.878t1.27-2.25q.055-.288.225-.391t.347-.092t.324.136t.116.346q-.154%201.665-1.399%202.806q-1.245%201.14-2.974%201.3V15q0%20.213-.144.356t-.357.144t-.356-.144T7%2015v-2.023q-1.729-.165-2.986-1.306q-1.258-1.14-1.387-2.811q-.03-.227.116-.352q.148-.125.324-.137q.177-.011.343.096q.166.108.223.387q.154%201.385%201.27%202.265Q6.022%2012%207.5%2012m8.5%205.73q.213%200%20.356-.143q.144-.144.144-.357t-.144-.356t-.356-.143h-5q-.213%200-.356.144t-.144.357t.144.356t.356.143zm-2-3q.213%200%20.356-.143q.144-.144.144-.357t-.144-.356t-.356-.143h-3q-.213%200-.356.144t-.144.357t.144.356t.356.143z%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.616%2021q-.667%200-1.141-.475T7%2019.386V18.23q0-.213.144-.356t.357-.144t.356.144t.143.356v1.154q0%20.269.173.442t.443.173h9.769q.269%200%20.442-.173t.173-.442V4.615q0-.269-.173-.442T18.385%204H12q-.213%200-.356-.144t-.144-.357t.144-.356T12%203h6.385q.666%200%201.14.475T20%204.615v14.77q0%20.666-.475%201.14t-1.14.475zM7.499%209.885q-.637%200-1.068-.432T6%208.385V4q0-.638.43-1.069T7.496%202.5q.618%200%201.06.431T9%204v4.385q0%20.637-.44%201.068q-.442.431-1.06.431M7.5%2012q1.48%200%202.591-.878t1.27-2.25q.055-.288.225-.391t.347-.092t.324.136t.116.346q-.154%201.665-1.399%202.806q-1.245%201.14-2.974%201.3V15q0%20.213-.144.356t-.357.144t-.356-.144T7%2015v-2.023q-1.729-.165-2.986-1.306q-1.258-1.14-1.387-2.811q-.03-.227.116-.352q.148-.125.324-.137q.177-.011.343.096q.166.108.223.387q.154%201.385%201.27%202.265Q6.022%2012%207.5%2012m8.5%205.73q.213%200%20.356-.143q.144-.144.144-.357t-.144-.356t-.356-.143h-5q-.213%200-.356.144t-.144.357t.144.356t.356.143zm-2-3q.213%200%20.356-.143q.144-.144.144-.357t-.144-.356t-.356-.143h-3q-.213%200-.356.144t-.144.357t.144.356t.356.143z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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