headset-mic from Material Symbols Light by Google · Regular · Hardware · Apache-2.0 Free for personal and commercial use.

Name
headset-mic
Set
Material Symbols Light
Style
Regular
Category
Hardware
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More hardware icons from Material Symbols Light

Use the headset mic icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 21.385v-1h6.385q.269 0 .442-.174q.173-.172.173-.442V19h-3.077v-6.154H19V11q0-2.9-2.05-4.95T12 4T7.05 6.05T5 11v1.846h3.077V19H5.616q-.691 0-1.153-.462T4 17.384V11q0-1.658.626-3.113t1.716-2.545t2.546-1.716T12 3t3.113.626t2.545 1.716t1.716 2.546T20 11v8.77q0 .69-.462 1.152q-.463.463-1.153.463z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightHeadsetMic(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 21.385v-1h6.385q.269 0 .442-.174q.173-.172.173-.442V19h-3.077v-6.154H19V11q0-2.9-2.05-4.95T12 4T7.05 6.05T5 11v1.846h3.077V19H5.616q-.691 0-1.153-.462T4 17.384V11q0-1.658.626-3.113t1.716-2.545t2.546-1.716T12 3t3.113.626t2.545 1.716t1.716 2.546T20 11v8.77q0 .69-.462 1.152q-.463.463-1.153.463z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 21.385v-1h6.385q.269 0 .442-.174q.173-.172.173-.442V19h-3.077v-6.154H19V11q0-2.9-2.05-4.95T12 4T7.05 6.05T5 11v1.846h3.077V19H5.616q-.691 0-1.153-.462T4 17.384V11q0-1.658.626-3.113t1.716-2.545t2.546-1.716T12 3t3.113.626t2.545 1.716t1.716 2.546T20 11v8.77q0 .69-.462 1.152q-.463.463-1.153.463z"/></svg>
</template>

CSS

.icon-headset-mic {
  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%22currentColor%22%20d%3D%22M12%2021.385v-1h6.385q.269%200%20.442-.174q.173-.172.173-.442V19h-3.077v-6.154H19V11q0-2.9-2.05-4.95T12%204T7.05%206.05T5%2011v1.846h3.077V19H5.616q-.691%200-1.153-.462T4%2017.384V11q0-1.658.626-3.113t1.716-2.545t2.546-1.716T12%203t3.113.626t2.545%201.716t1.716%202.546T20%2011v8.77q0%20.69-.462%201.152q-.463.463-1.153.463z%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%22currentColor%22%20d%3D%22M12%2021.385v-1h6.385q.269%200%20.442-.174q.173-.172.173-.442V19h-3.077v-6.154H19V11q0-2.9-2.05-4.95T12%204T7.05%206.05T5%2011v1.846h3.077V19H5.616q-.691%200-1.153-.462T4%2017.384V11q0-1.658.626-3.113t1.716-2.545t2.546-1.716T12%203t3.113.626t2.545%201.716t1.716%202.546T20%2011v8.77q0%20.69-.462%201.152q-.463.463-1.153.463z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/headset-mic.svg?color=%231a73e8&size=48