voice activate icon
voice-activate from Carbon by IBM · Outline · Person · Apache-2.0 Free for personal and commercial use.
- Name
- voice-activate
- Set
- Carbon
- Style
- Outline
- Category
- Person
- Viewbox
- 32×32
- License
- Apache 2.0
More person icons from Carbon
Use the voice activate icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M26 30h-2v-3h-4a5.006 5.006 0 0 1-5-5v-1.28l-2.316-.771a1 1 0 0 1-.541-1.463L15 13.723V11a9.01 9.01 0 0 1 9-9h5v2h-5a7.01 7.01 0 0 0-7 7v3a1 1 0 0 1-.143.514L14.5 18.446l1.817.605A1 1 0 0 1 17 20v2a3.003 3.003 0 0 0 3 3h5a1 1 0 0 1 1 1Z"/><path fill="currentColor" d="M19 12h4v2h-4zM9.333 25.217a7 7 0 0 1 0-10.434l1.333 1.49a5 5 0 0 0 0 7.453Z"/><path fill="currentColor" d="M6.4 28.8a11.002 11.002 0 0 1 0-17.6l1.2 1.6a9 9 0 0 0 0 14.401Z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonVoiceActivate(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M26 30h-2v-3h-4a5.006 5.006 0 0 1-5-5v-1.28l-2.316-.771a1 1 0 0 1-.541-1.463L15 13.723V11a9.01 9.01 0 0 1 9-9h5v2h-5a7.01 7.01 0 0 0-7 7v3a1 1 0 0 1-.143.514L14.5 18.446l1.817.605A1 1 0 0 1 17 20v2a3.003 3.003 0 0 0 3 3h5a1 1 0 0 1 1 1Z"/><path fill="currentColor" d="M19 12h4v2h-4zM9.333 25.217a7 7 0 0 1 0-10.434l1.333 1.49a5 5 0 0 0 0 7.453Z"/><path fill="currentColor" d="M6.4 28.8a11.002 11.002 0 0 1 0-17.6l1.2 1.6a9 9 0 0 0 0 14.401Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M26 30h-2v-3h-4a5.006 5.006 0 0 1-5-5v-1.28l-2.316-.771a1 1 0 0 1-.541-1.463L15 13.723V11a9.01 9.01 0 0 1 9-9h5v2h-5a7.01 7.01 0 0 0-7 7v3a1 1 0 0 1-.143.514L14.5 18.446l1.817.605A1 1 0 0 1 17 20v2a3.003 3.003 0 0 0 3 3h5a1 1 0 0 1 1 1Z"/><path fill="currentColor" d="M19 12h4v2h-4zM9.333 25.217a7 7 0 0 1 0-10.434l1.333 1.49a5 5 0 0 0 0 7.453Z"/><path fill="currentColor" d="M6.4 28.8a11.002 11.002 0 0 1 0-17.6l1.2 1.6a9 9 0 0 0 0 14.401Z"/></svg> </template>
CSS
.icon-voice-activate {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M26%2030h-2v-3h-4a5.006%205.006%200%200%201-5-5v-1.28l-2.316-.771a1%201%200%200%201-.541-1.463L15%2013.723V11a9.01%209.01%200%200%201%209-9h5v2h-5a7.01%207.01%200%200%200-7%207v3a1%201%200%200%201-.143.514L14.5%2018.446l1.817.605A1%201%200%200%201%2017%2020v2a3.003%203.003%200%200%200%203%203h5a1%201%200%200%201%201%201Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19%2012h4v2h-4zM9.333%2025.217a7%207%200%200%201%200-10.434l1.333%201.49a5%205%200%200%200%200%207.453Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.4%2028.8a11.002%2011.002%200%200%201%200-17.6l1.2%201.6a9%209%200%200%200%200%2014.401Z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M26%2030h-2v-3h-4a5.006%205.006%200%200%201-5-5v-1.28l-2.316-.771a1%201%200%200%201-.541-1.463L15%2013.723V11a9.01%209.01%200%200%201%209-9h5v2h-5a7.01%207.01%200%200%200-7%207v3a1%201%200%200%201-.143.514L14.5%2018.446l1.817.605A1%201%200%200%201%2017%2020v2a3.003%203.003%200%200%200%203%203h5a1%201%200%200%201%201%201Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19%2012h4v2h-4zM9.333%2025.217a7%207%200%200%201%200-10.434l1.333%201.49a5%205%200%200%200%200%207.453Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.4%2028.8a11.002%2011.002%200%200%201%200-17.6l1.2%201.6a9%209%200%200%200%200%2014.401Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/voice-activate.svg?color=%231a73e8&size=48