speech to text 2 icon
speech-to-text-2-rounded from Material Symbols by Google · Rounded · Audio & Video · Apache-2.0 Free for personal and commercial use.
- Name
- speech-to-text-2-rounded
- Set
- Material Symbols
- Style
- 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="M7 10q-.85 0-1.425-.575T5 8V4q0-.85.575-1.425T7 2q.825 0 1.413.575T9 4v4q0 .85-.587 1.425T7 10m-.712 5.713Q6 15.425 6 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.5q1.05 0 1.838-.637T9.9 9.275q.15-.575.513-.775t.712-.15t.613.3t.212.625q-.25 1.55-1.312 2.7T8 13.4V15q0 .425-.288.713T7 16t-.712-.288M8 22q-.825 0-1.412-.587T6 20v-1q0-.425.288-.712T7 18h9q.425 0 .713-.288T17 17t-.288-.712T16 16h-5.5q-.2 0-.35-.15T10 15.5t.15-.35t.35-.15H14q.425 0 .713-.288T15 14t-.288-.712T14 13h-.675q-.2 0-.325-.187t-.025-.388q.475-1.05.713-2.275t.287-2.425q.025-.5-.337-.862t-.863-.363H12q-.425 0-.712-.288T11 5.5V3q0-.425.288-.712T12 2h7q.825 0 1.413.588T21 4v16q0 .825-.587 1.413T19 22z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsSpeechToText2Rounded(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="M7 10q-.85 0-1.425-.575T5 8V4q0-.85.575-1.425T7 2q.825 0 1.413.575T9 4v4q0 .85-.587 1.425T7 10m-.712 5.713Q6 15.425 6 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.5q1.05 0 1.838-.637T9.9 9.275q.15-.575.513-.775t.712-.15t.613.3t.212.625q-.25 1.55-1.312 2.7T8 13.4V15q0 .425-.288.713T7 16t-.712-.288M8 22q-.825 0-1.412-.587T6 20v-1q0-.425.288-.712T7 18h9q.425 0 .713-.288T17 17t-.288-.712T16 16h-5.5q-.2 0-.35-.15T10 15.5t.15-.35t.35-.15H14q.425 0 .713-.288T15 14t-.288-.712T14 13h-.675q-.2 0-.325-.187t-.025-.388q.475-1.05.713-2.275t.287-2.425q.025-.5-.337-.862t-.863-.363H12q-.425 0-.712-.288T11 5.5V3q0-.425.288-.712T12 2h7q.825 0 1.413.588T21 4v16q0 .825-.587 1.413T19 22z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 10q-.85 0-1.425-.575T5 8V4q0-.85.575-1.425T7 2q.825 0 1.413.575T9 4v4q0 .85-.587 1.425T7 10m-.712 5.713Q6 15.425 6 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.5q1.05 0 1.838-.637T9.9 9.275q.15-.575.513-.775t.712-.15t.613.3t.212.625q-.25 1.55-1.312 2.7T8 13.4V15q0 .425-.288.713T7 16t-.712-.288M8 22q-.825 0-1.412-.587T6 20v-1q0-.425.288-.712T7 18h9q.425 0 .713-.288T17 17t-.288-.712T16 16h-5.5q-.2 0-.35-.15T10 15.5t.15-.35t.35-.15H14q.425 0 .713-.288T15 14t-.288-.712T14 13h-.675q-.2 0-.325-.187t-.025-.388q.475-1.05.713-2.275t.287-2.425q.025-.5-.337-.862t-.863-.363H12q-.425 0-.712-.288T11 5.5V3q0-.425.288-.712T12 2h7q.825 0 1.413.588T21 4v16q0 .825-.587 1.413T19 22z"/></svg> </template>
CSS
.icon-speech-to-text-2-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%22M7%2010q-.85%200-1.425-.575T5%208V4q0-.85.575-1.425T7%202q.825%200%201.413.575T9%204v4q0%20.85-.587%201.425T7%2010m-.712%205.713Q6%2015.425%206%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.5q1.05%200%201.838-.637T9.9%209.275q.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-.288M8%2022q-.825%200-1.412-.587T6%2020v-1q0-.425.288-.712T7%2018h9q.425%200%20.713-.288T17%2017t-.288-.712T16%2016h-5.5q-.2%200-.35-.15T10%2015.5t.15-.35t.35-.15H14q.425%200%20.713-.288T15%2014t-.288-.712T14%2013h-.675q-.2%200-.325-.187t-.025-.388q.475-1.05.713-2.275t.287-2.425q.025-.5-.337-.862t-.863-.363H12q-.425%200-.712-.288T11%205.5V3q0-.425.288-.712T12%202h7q.825%200%201.413.588T21%204v16q0%20.825-.587%201.413T19%2022z%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%22M7%2010q-.85%200-1.425-.575T5%208V4q0-.85.575-1.425T7%202q.825%200%201.413.575T9%204v4q0%20.85-.587%201.425T7%2010m-.712%205.713Q6%2015.425%206%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.5q1.05%200%201.838-.637T9.9%209.275q.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-.288M8%2022q-.825%200-1.412-.587T6%2020v-1q0-.425.288-.712T7%2018h9q.425%200%20.713-.288T17%2017t-.288-.712T16%2016h-5.5q-.2%200-.35-.15T10%2015.5t.15-.35t.35-.15H14q.425%200%20.713-.288T15%2014t-.288-.712T14%2013h-.675q-.2%200-.325-.187t-.025-.388q.475-1.05.713-2.275t.287-2.425q.025-.5-.337-.862t-.863-.363H12q-.425%200-.712-.288T11%205.5V3q0-.425.288-.712T12%202h7q.825%200%201.413.588T21%204v16q0%20.825-.587%201.413T19%2022z%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-rounded.svg?color=%231a73e8&size=48