Skip to content
IconMind

Collections

Voice agent icons

Everything a spoken conversation with a model needs — the microphone and the headset, transcription, synthesis, diarisation, and the moments a turn is interrupted.

A voice product draws two things no text UI does: the hardware in front of the person, and the pipeline behind the call. Both are here, in one style — a headset and a speaker beside speech-to-text, text-to-speech, diarisation, denoising and the audio model itself, then the agent icons for what happens between turns.

The interruption icons matter more than they look: barge-in, a turn limit, a latency spike. A voice interface spends most of its screen space telling somebody why nothing is happening yet.

import { Mic, Headset, SpeechToText, SpeakerDiarize } from "@iconmind/react";

The 24 icons, described

Microphonemic
A microphone — speak, record audio or use voice input instead of typing.
Headsetheadset
Headphones with a microphone arm — take the call, or talk to a voice agent.
Headphonesheadphones
Headphones — listen to audio in private, sound for one person.
Speakerspeaker
A speaker cabinet with its cone and tweeter — sound played out loud.
Audioaudio
Audio — a sound shown as a waveform, levels rising and falling.
Volumevolume
Volume — how loud the sound is, the speaker level of a device.
Volume offvolume-off
Volume off — muted, silenced, no sound at all from the speaker.
Voice agentvoice-agent
A voice agent — an agent you talk to out loud, speech in and speech out.
Voice messagevoice-message
A speech bubble holding a waveform — a recorded voice message.
Speech to textspeech-to-text
Speech to text — what was said, transcribed into written words.
Text to speechtext-to-speech
Text to speech — written words turned into a spoken voice by a model.
Transcribetranscribe-ingest
Transcribe — speech written down as text on the way into the pipeline.
Speaker diarizationspeaker-diarize
Two speakers above one shared waveform — telling apart who said what in a recording.
Sound effectsound-effect
A lightning bolt with sound waves beside it — generated sound effects and foley.
Audio denoiseaudio-denoise
A jagged waveform settling into a flat line — removing noise from an audio recording.
Audio generationaudio-gen
Audio generation — sound a model made, speech or music synthesised from scratch.
Audio modelaudio-model
An audio model — a model that works on sound, listening or transcribing speech.
Chat botchat-bot
A speech bubble with an agent inside — a message from the assistant.
Agentagent
An autonomous AI agent that decides and acts on its own to reach a goal, without step-by-step prompts.
Agent runagent-run
Run an agent — start an AI agent on its task and let it work through its loop.
Interruptinterrupt
Interrupt — cut in right now, barge in and stop what the agent is doing.
Turn limitturn-limit
A turn limit — the conversation has a budget of turns and then it stops.
Latencylatency
Latency — how long you wait for a response, the delay between request and answer.
Phonephone
A phone — the mobile device in your pocket, a call or the mobile version of an app.

In code, each is one import — import { Mic } from "@iconmind/react/icons/mic" — and the same name in Vue, Svelte, Solid, Preact, React Native, Astro, Blade and Flutter.

Other collections

Every voice agent icon, free to ship

24 icons drawn on one grid, in outline and duotone at three weights, with the code for nine frameworks. MIT — commercial use, no attribution, no seat count.