headset mic icon
headset-mic-outline-rounded from Material Symbols Light by Google · Outline Rounded · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- headset-mic-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline Rounded
- 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
add-diamondadf-scanneraod-tabletaod-watcharrows-left-right-circlearrows-up-down-circleassistant-deviceaudio-video-receiverb-circlebalancebrowser-updatedcamera-videocastcast-connectedcast-for-educationcast-pausecast-warningchromecast-devicecircle-circlecomputercomputer-arrow-upcomputer-cancelcomputer-soundconnected-tv
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="M5.616 19q-.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.463H12.5q-.213 0-.357-.144q-.143-.143-.143-.356q0-.214.143-.357q.143-.144.357-.144h5.885q.269 0 .442-.173q.173-.172.173-.442V19h-1.461q-.672 0-1.144-.472t-.472-1.144v-2.922q0-.671.472-1.144t1.144-.472H19V11q0-2.9-2.05-4.95T12 4T7.05 6.05T5 11v1.846h1.462q.67 0 1.143.472q.472.472.472 1.143v2.923q0 .672-.472 1.144T6.46 19zm0-1h.846q.269 0 .442-.173t.173-.442V14.46q0-.269-.173-.442t-.442-.173H5v3.539q0 .269.173.442t.443.173m11.923 0H19v-4.154h-1.461q-.27 0-.443.173t-.173.443v2.923q0 .269.173.442t.442.173M5.616 13.846H5h2.077zm11.923 0h-.616H19z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightHeadsetMicOutlineRounded(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="M5.616 19q-.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.463H12.5q-.213 0-.357-.144q-.143-.143-.143-.356q0-.214.143-.357q.143-.144.357-.144h5.885q.269 0 .442-.173q.173-.172.173-.442V19h-1.461q-.672 0-1.144-.472t-.472-1.144v-2.922q0-.671.472-1.144t1.144-.472H19V11q0-2.9-2.05-4.95T12 4T7.05 6.05T5 11v1.846h1.462q.67 0 1.143.472q.472.472.472 1.143v2.923q0 .672-.472 1.144T6.46 19zm0-1h.846q.269 0 .442-.173t.173-.442V14.46q0-.269-.173-.442t-.442-.173H5v3.539q0 .269.173.442t.443.173m11.923 0H19v-4.154h-1.461q-.27 0-.443.173t-.173.443v2.923q0 .269.173.442t.442.173M5.616 13.846H5h2.077zm11.923 0h-.616H19z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.616 19q-.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.463H12.5q-.213 0-.357-.144q-.143-.143-.143-.356q0-.214.143-.357q.143-.144.357-.144h5.885q.269 0 .442-.173q.173-.172.173-.442V19h-1.461q-.672 0-1.144-.472t-.472-1.144v-2.922q0-.671.472-1.144t1.144-.472H19V11q0-2.9-2.05-4.95T12 4T7.05 6.05T5 11v1.846h1.462q.67 0 1.143.472q.472.472.472 1.143v2.923q0 .672-.472 1.144T6.46 19zm0-1h.846q.269 0 .442-.173t.173-.442V14.46q0-.269-.173-.442t-.442-.173H5v3.539q0 .269.173.442t.443.173m11.923 0H19v-4.154h-1.461q-.27 0-.443.173t-.173.443v2.923q0 .269.173.442t.442.173M5.616 13.846H5h2.077zm11.923 0h-.616H19z"/></svg> </template>
CSS
.icon-headset-mic-outline-rounded {
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%22M5.616%2019q-.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.463H12.5q-.213%200-.357-.144q-.143-.143-.143-.356q0-.214.143-.357q.143-.144.357-.144h5.885q.269%200%20.442-.173q.173-.172.173-.442V19h-1.461q-.672%200-1.144-.472t-.472-1.144v-2.922q0-.671.472-1.144t1.144-.472H19V11q0-2.9-2.05-4.95T12%204T7.05%206.05T5%2011v1.846h1.462q.67%200%201.143.472q.472.472.472%201.143v2.923q0%20.672-.472%201.144T6.46%2019zm0-1h.846q.269%200%20.442-.173t.173-.442V14.46q0-.269-.173-.442t-.442-.173H5v3.539q0%20.269.173.442t.443.173m11.923%200H19v-4.154h-1.461q-.27%200-.443.173t-.173.443v2.923q0%20.269.173.442t.442.173M5.616%2013.846H5h2.077zm11.923%200h-.616H19z%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%22M5.616%2019q-.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.463H12.5q-.213%200-.357-.144q-.143-.143-.143-.356q0-.214.143-.357q.143-.144.357-.144h5.885q.269%200%20.442-.173q.173-.172.173-.442V19h-1.461q-.672%200-1.144-.472t-.472-1.144v-2.922q0-.671.472-1.144t1.144-.472H19V11q0-2.9-2.05-4.95T12%204T7.05%206.05T5%2011v1.846h1.462q.67%200%201.143.472q.472.472.472%201.143v2.923q0%20.672-.472%201.144T6.46%2019zm0-1h.846q.269%200%20.442-.173t.173-.442V14.46q0-.269-.173-.442t-.442-.173H5v3.539q0%20.269.173.442t.443.173m11.923%200H19v-4.154h-1.461q-.27%200-.443.173t-.173.443v2.923q0%20.269.173.442t.442.173M5.616%2013.846H5h2.077zm11.923%200h-.616H19z%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-outline-rounded.svg?color=%231a73e8&size=48