ai voice icon
ai-voice from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- ai-voice
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge Icons
Use the ai voice 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-linejoin="round" stroke-width="1.5" d="M9 11v3m2.5-11C7.27 3 5.155 3 3.753 4.198q-.3.256-.555.555C2 6.155 2 8.27 2 12.5s0 6.345 1.198 7.747q.256.3.555.555C5.155 22 7.27 22 11.5 22s6.345 0 7.747-1.198q.3-.256.555-.555C21 18.845 21 16.73 21 12.5M12 8v9m3-7v5m-9-3v1m9.388-7.913a3.11 3.11 0 0 0 2.7-2.699c.026-.213.197-.388.412-.388s.386.175.413.388a3.11 3.11 0 0 0 2.699 2.7c.213.026.388.197.388.412s-.175.386-.388.413a3.11 3.11 0 0 0-2.7 2.699c-.026.213-.197.388-.412.388s-.386-.175-.413-.388a3.11 3.11 0 0 0-2.699-2.7C15.175 5.887 15 5.716 15 5.5s.175-.386.388-.413"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsAiVoice(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" strokeLinejoin="round" strokeWidth="1.5" d="M9 11v3m2.5-11C7.27 3 5.155 3 3.753 4.198q-.3.256-.555.555C2 6.155 2 8.27 2 12.5s0 6.345 1.198 7.747q.256.3.555.555C5.155 22 7.27 22 11.5 22s6.345 0 7.747-1.198q.3-.256.555-.555C21 18.845 21 16.73 21 12.5M12 8v9m3-7v5m-9-3v1m9.388-7.913a3.11 3.11 0 0 0 2.7-2.699c.026-.213.197-.388.412-.388s.386.175.413.388a3.11 3.11 0 0 0 2.699 2.7c.213.026.388.197.388.412s-.175.386-.388.413a3.11 3.11 0 0 0-2.7 2.699c-.026.213-.197.388-.412.388s-.386-.175-.413-.388a3.11 3.11 0 0 0-2.699-2.7C15.175 5.887 15 5.716 15 5.5s.175-.386.388-.413"/></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-linejoin="round" stroke-width="1.5" d="M9 11v3m2.5-11C7.27 3 5.155 3 3.753 4.198q-.3.256-.555.555C2 6.155 2 8.27 2 12.5s0 6.345 1.198 7.747q.256.3.555.555C5.155 22 7.27 22 11.5 22s6.345 0 7.747-1.198q.3-.256.555-.555C21 18.845 21 16.73 21 12.5M12 8v9m3-7v5m-9-3v1m9.388-7.913a3.11 3.11 0 0 0 2.7-2.699c.026-.213.197-.388.412-.388s.386.175.413.388a3.11 3.11 0 0 0 2.699 2.7c.213.026.388.197.388.412s-.175.386-.388.413a3.11 3.11 0 0 0-2.7 2.699c-.026.213-.197.388-.412.388s-.386-.175-.413-.388a3.11 3.11 0 0 0-2.699-2.7C15.175 5.887 15 5.716 15 5.5s.175-.386.388-.413"/></svg> </template>
CSS
.icon-ai-voice {
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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M9%2011v3m2.5-11C7.27%203%205.155%203%203.753%204.198q-.3.256-.555.555C2%206.155%202%208.27%202%2012.5s0%206.345%201.198%207.747q.256.3.555.555C5.155%2022%207.27%2022%2011.5%2022s6.345%200%207.747-1.198q.3-.256.555-.555C21%2018.845%2021%2016.73%2021%2012.5M12%208v9m3-7v5m-9-3v1m9.388-7.913a3.11%203.11%200%200%200%202.7-2.699c.026-.213.197-.388.412-.388s.386.175.413.388a3.11%203.11%200%200%200%202.699%202.7c.213.026.388.197.388.412s-.175.386-.388.413a3.11%203.11%200%200%200-2.7%202.699c-.026.213-.197.388-.412.388s-.386-.175-.413-.388a3.11%203.11%200%200%200-2.699-2.7C15.175%205.887%2015%205.716%2015%205.5s.175-.386.388-.413%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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M9%2011v3m2.5-11C7.27%203%205.155%203%203.753%204.198q-.3.256-.555.555C2%206.155%202%208.27%202%2012.5s0%206.345%201.198%207.747q.256.3.555.555C5.155%2022%207.27%2022%2011.5%2022s6.345%200%207.747-1.198q.3-.256.555-.555C21%2018.845%2021%2016.73%2021%2012.5M12%208v9m3-7v5m-9-3v1m9.388-7.913a3.11%203.11%200%200%200%202.7-2.699c.026-.213.197-.388.412-.388s.386.175.413.388a3.11%203.11%200%200%200%202.699%202.7c.213.026.388.197.388.412s-.175.386-.388.413a3.11%203.11%200%200%200-2.7%202.699c-.026.213-.197.388-.412.388s-.386-.175-.413-.388a3.11%203.11%200%200%200-2.699-2.7C15.175%205.887%2015%205.716%2015%205.5s.175-.386.388-.413%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/ai-voice.svg?color=%231a73e8&size=48