voice input icon

voice-input from IconPark by ByteDance · Color · Others · Apache-2.0 Free for personal and commercial use.

Name
voice-input
Set
IconPark
Style
Color
Category
Others
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More others icons from IconPark

Use the voice input icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="M4 30C4 36.6274 9.37258 42 16 42C22.6274 42 26 38 27 35L28.5385 30L35 9L44 42"/><path d="M40.7274 30H28.5386"/><path fill="#2F88FF" d="M22 15C22 11.6863 19.3137 9 16 9C12.6863 9 10 11.6863 10 15V30C10 33.3137 12.6863 36 16 36C19.3137 36 22 33.3137 22 30V15Z"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkVoiceInput(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4"><path d="M4 30C4 36.6274 9.37258 42 16 42C22.6274 42 26 38 27 35L28.5385 30L35 9L44 42"/><path d="M40.7274 30H28.5386"/><path fill="#2F88FF" d="M22 15C22 11.6863 19.3137 9 16 9C12.6863 9 10 11.6863 10 15V30C10 33.3137 12.6863 36 16 36C19.3137 36 22 33.3137 22 30V15Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="M4 30C4 36.6274 9.37258 42 16 42C22.6274 42 26 38 27 35L28.5385 30L35 9L44 42"/><path d="M40.7274 30H28.5386"/><path fill="#2F88FF" d="M22 15C22 11.6863 19.3137 9 16 9C12.6863 9 10 11.6863 10 15V30C10 33.3137 12.6863 36 16 36C19.3137 36 22 33.3137 22 30V15Z"/></g></svg>
</template>

CSS

.icon-voice-input {
  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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M4%2030C4%2036.6274%209.37258%2042%2016%2042C22.6274%2042%2026%2038%2027%2035L28.5385%2030L35%209L44%2042%22%2F%3E%3Cpath%20d%3D%22M40.7274%2030H28.5386%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M22%2015C22%2011.6863%2019.3137%209%2016%209C12.6863%209%2010%2011.6863%2010%2015V30C10%2033.3137%2012.6863%2036%2016%2036C19.3137%2036%2022%2033.3137%2022%2030V15Z%22%2F%3E%3C%2Fg%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M4%2030C4%2036.6274%209.37258%2042%2016%2042C22.6274%2042%2026%2038%2027%2035L28.5385%2030L35%209L44%2042%22%2F%3E%3Cpath%20d%3D%22M40.7274%2030H28.5386%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M22%2015C22%2011.6863%2019.3137%209%2016%209C12.6863%209%2010%2011.6863%2010%2015V30C10%2033.3137%2012.6863%2036%2016%2036C19.3137%2036%2022%2033.3137%2022%2030V15Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/voice-input.svg?color=%231a73e8&size=48