speech to text icon
speech-to-text-rounded from Material Symbols by Google · Rounded · Audio & Video · Apache-2.0 Free for personal and commercial use.
- Name
- speech-to-text-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Audio & Video
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- speech-to-text-outline-rounded
2 other variants in Material Symbols
The same icon in other sets
More audio & video icons from Material Symbols
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="M17 10q-.825 0-1.412-.575T15 8V4q0-.85.588-1.425T17 2q.85 0 1.425.575T19 4v4q0 .85-.575 1.425T17 10M5 22q-.825 0-1.412-.587T3 20V4q0-.825.588-1.412T5 2h7q.425 0 .713.288T13 3t-.288.713T12 4H5v16h11v-1q0-.425.288-.712T17 18t.713.288T18 19v1q0 .825-.587 1.413T16 22zm8-4H8q-.425 0-.712-.288T7 17t.288-.712T8 16h5q.425 0 .713.288T14 17t-.288.713T13 18m-2-3H8q-.425 0-.712-.288T7 14t.288-.712T8 13h3q.425 0 .713.288T12 14t-.288.713T11 15m6-3.5q1.2 0 2.1-.687t1.25-1.763q.125-.425.425-.737T21.5 8t.713.338t.187.762q-.35 1.65-1.537 2.825T18 13.4V15q0 .425-.288.713T17 16t-.712-.288T16 15v-1.6q-1.65-.3-2.85-1.475T11.6 9.1q-.1-.425.188-.762T12.5 8t.725.313t.425.737q.35 1.075 1.263 1.763T17 11.5"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsSpeechToTextRounded(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="M17 10q-.825 0-1.412-.575T15 8V4q0-.85.588-1.425T17 2q.85 0 1.425.575T19 4v4q0 .85-.575 1.425T17 10M5 22q-.825 0-1.412-.587T3 20V4q0-.825.588-1.412T5 2h7q.425 0 .713.288T13 3t-.288.713T12 4H5v16h11v-1q0-.425.288-.712T17 18t.713.288T18 19v1q0 .825-.587 1.413T16 22zm8-4H8q-.425 0-.712-.288T7 17t.288-.712T8 16h5q.425 0 .713.288T14 17t-.288.713T13 18m-2-3H8q-.425 0-.712-.288T7 14t.288-.712T8 13h3q.425 0 .713.288T12 14t-.288.713T11 15m6-3.5q1.2 0 2.1-.687t1.25-1.763q.125-.425.425-.737T21.5 8t.713.338t.187.762q-.35 1.65-1.537 2.825T18 13.4V15q0 .425-.288.713T17 16t-.712-.288T16 15v-1.6q-1.65-.3-2.85-1.475T11.6 9.1q-.1-.425.188-.762T12.5 8t.725.313t.425.737q.35 1.075 1.263 1.763T17 11.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 10q-.825 0-1.412-.575T15 8V4q0-.85.588-1.425T17 2q.85 0 1.425.575T19 4v4q0 .85-.575 1.425T17 10M5 22q-.825 0-1.412-.587T3 20V4q0-.825.588-1.412T5 2h7q.425 0 .713.288T13 3t-.288.713T12 4H5v16h11v-1q0-.425.288-.712T17 18t.713.288T18 19v1q0 .825-.587 1.413T16 22zm8-4H8q-.425 0-.712-.288T7 17t.288-.712T8 16h5q.425 0 .713.288T14 17t-.288.713T13 18m-2-3H8q-.425 0-.712-.288T7 14t.288-.712T8 13h3q.425 0 .713.288T12 14t-.288.713T11 15m6-3.5q1.2 0 2.1-.687t1.25-1.763q.125-.425.425-.737T21.5 8t.713.338t.187.762q-.35 1.65-1.537 2.825T18 13.4V15q0 .425-.288.713T17 16t-.712-.288T16 15v-1.6q-1.65-.3-2.85-1.475T11.6 9.1q-.1-.425.188-.762T12.5 8t.725.313t.425.737q.35 1.075 1.263 1.763T17 11.5"/></svg> </template>
CSS
.icon-speech-to-text-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%22M17%2010q-.825%200-1.412-.575T15%208V4q0-.85.588-1.425T17%202q.85%200%201.425.575T19%204v4q0%20.85-.575%201.425T17%2010M5%2022q-.825%200-1.412-.587T3%2020V4q0-.825.588-1.412T5%202h7q.425%200%20.713.288T13%203t-.288.713T12%204H5v16h11v-1q0-.425.288-.712T17%2018t.713.288T18%2019v1q0%20.825-.587%201.413T16%2022zm8-4H8q-.425%200-.712-.288T7%2017t.288-.712T8%2016h5q.425%200%20.713.288T14%2017t-.288.713T13%2018m-2-3H8q-.425%200-.712-.288T7%2014t.288-.712T8%2013h3q.425%200%20.713.288T12%2014t-.288.713T11%2015m6-3.5q1.2%200%202.1-.687t1.25-1.763q.125-.425.425-.737T21.5%208t.713.338t.187.762q-.35%201.65-1.537%202.825T18%2013.4V15q0%20.425-.288.713T17%2016t-.712-.288T16%2015v-1.6q-1.65-.3-2.85-1.475T11.6%209.1q-.1-.425.188-.762T12.5%208t.725.313t.425.737q.35%201.075%201.263%201.763T17%2011.5%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%22M17%2010q-.825%200-1.412-.575T15%208V4q0-.85.588-1.425T17%202q.85%200%201.425.575T19%204v4q0%20.85-.575%201.425T17%2010M5%2022q-.825%200-1.412-.587T3%2020V4q0-.825.588-1.412T5%202h7q.425%200%20.713.288T13%203t-.288.713T12%204H5v16h11v-1q0-.425.288-.712T17%2018t.713.288T18%2019v1q0%20.825-.587%201.413T16%2022zm8-4H8q-.425%200-.712-.288T7%2017t.288-.712T8%2016h5q.425%200%20.713.288T14%2017t-.288.713T13%2018m-2-3H8q-.425%200-.712-.288T7%2014t.288-.712T8%2013h3q.425%200%20.713.288T12%2014t-.288.713T11%2015m6-3.5q1.2%200%202.1-.687t1.25-1.763q.125-.425.425-.737T21.5%208t.713.338t.187.762q-.35%201.65-1.537%202.825T18%2013.4V15q0%20.425-.288.713T17%2016t-.712-.288T16%2015v-1.6q-1.65-.3-2.85-1.475T11.6%209.1q-.1-.425.188-.762T12.5%208t.725.313t.425.737q.35%201.075%201.263%201.763T17%2011.5%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-rounded.svg?color=%231a73e8&size=48