Futo Voice Input Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Futo Voice Input icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/340889.svg" alt="Futo Voice Input icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340889.svg" alt="Futo Voice Input icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340889.svg" alt="Futo Voice Input icon" :width="24" :height="24" />
CSS background
.icon-futo-voice-input {
background-image: url('https://proicons.com/icon/340889.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M27.7903,31.2076c0,2.0933-1.6969,3.7903-3.7903,3.7903s-3.7903-1.6969-3.7903-3.7903v-6.422c0-2.0933,1.6969-3.7903,3.7903-3.7903s3.7903,1.6969,3.7903,3.7903c0,0,0,6.422,0,6.422Z"/><path class="c" d="M31.6242,31.6181c0,4.2107-3.4134,7.6242-7.6242,7.6242s-7.6242-3.4134-7.6242-7.6242"/><line class="c" x1="24" y1="39.2423" x2="24" y2="43.4206"/><line class="c" x1="20.3064" y1="43.4206" x2="27.6936" y2="43.4206"/><path class="c" d="M26.32,21.8c3.74-1.02,6.49-4.43,6.49-8.49,0-4.87-3.95-8.81-8.81-8.81s-8.81,3.94-8.81,8.81c0,4.06,2.75,7.47,6.49,8.49"/><rect class="c" x="20.8784" y="10.1858" width="6.2433" height="6.2433" rx=".9249" ry=".9249" transform="translate(16.4392 -13.0729) rotate(45)"/></svg>
Copied!