speech to text icon

speech-to-text from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
speech-to-text
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

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="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5" d="M16 17h-6M8 4v4M5 2v8M2 5v2m9-2v2m-7 6c.002 4.152.048 6.275 1.318 7.612C6.636 22 8.758 22 13 22h.45c3.807 0 5.71 0 6.973-1.135q.269-.242.499-.526C22 19.01 22 17.007 22 13s0-6.012-1.078-7.34a4.6 4.6 0 0 0-.5-.526C19.32 4.14 17.726 4.016 14.8 4H14"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsSpeechToText(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5" d="M16 17h-6M8 4v4M5 2v8M2 5v2m9-2v2m-7 6c.002 4.152.048 6.275 1.318 7.612C6.636 22 8.758 22 13 22h.45c3.807 0 5.71 0 6.973-1.135q.269-.242.499-.526C22 19.01 22 17.007 22 13s0-6.012-1.078-7.34a4.6 4.6 0 0 0-.5-.526C19.32 4.14 17.726 4.016 14.8 4H14"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5" d="M16 17h-6M8 4v4M5 2v8M2 5v2m9-2v2m-7 6c.002 4.152.048 6.275 1.318 7.612C6.636 22 8.758 22 13 22h.45c3.807 0 5.71 0 6.973-1.135q.269-.242.499-.526C22 19.01 22 17.007 22 13s0-6.012-1.078-7.34a4.6 4.6 0 0 0-.5-.526C19.32 4.14 17.726 4.016 14.8 4H14"/></svg>
</template>

CSS

.icon-speech-to-text {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M16%2017h-6M8%204v4M5%202v8M2%205v2m9-2v2m-7%206c.002%204.152.048%206.275%201.318%207.612C6.636%2022%208.758%2022%2013%2022h.45c3.807%200%205.71%200%206.973-1.135q.269-.242.499-.526C22%2019.01%2022%2017.007%2022%2013s0-6.012-1.078-7.34a4.6%204.6%200%200%200-.5-.526C19.32%204.14%2017.726%204.016%2014.8%204H14%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M16%2017h-6M8%204v4M5%202v8M2%205v2m9-2v2m-7%206c.002%204.152.048%206.275%201.318%207.612C6.636%2022%208.758%2022%2013%2022h.45c3.807%200%205.71%200%206.973-1.135q.269-.242.499-.526C22%2019.01%2022%2017.007%2022%2013s0-6.012-1.078-7.34a4.6%204.6%200%200%200-.5-.526C19.32%204.14%2017.726%204.016%2014.8%204H14%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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