headset help icon
headset-help from Iconoir by Luca Burgio · Regular · Communication · MIT Free for personal and commercial use.
- Name
- headset-help
- Set
- Iconoir
- Style
- Regular
- Category
- Communication
- Viewbox
- 24×24
- License
- MIT
More communication icons from Iconoir
app-notificationarrow-email-forwardat-signat-sign-circlebellbell-notificationbell-offbubble-downloadbubble-incomebubble-outcomebubble-searchbubble-starbubble-uploadbubble-warningbubble-xmarkchat-bubblechat-bubble-checkchat-bubble-emptychat-bubble-questionchat-bubble-translatechat-bubble-warningchat-bubble-xmarkchat-lineschat-minus-in
Use the headset help 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-width="1.5" d="m4 11.5l-.485.121A2 2 0 0 0 2 13.561v1.877a2 2 0 0 0 1.515 1.94l1.74.435A.6.6 0 0 0 6 17.231v-5.463a.6.6 0 0 0-.746-.582zm0 0V11a8 8 0 1 1 16 0v.5m0 0l.485.121A2 2 0 0 1 22 13.561v1.877a2 2 0 0 1-1.515 1.94L20 17.5m0-6l-1.255-.314a.6.6 0 0 0-.745.582v5.463a.6.6 0 0 0 .745.582L20 17.5m-5 3h3a2 2 0 0 0 2-2v-1m-5 3a1.5 1.5 0 0 0-1.5-1.5h-3a1.5 1.5 0 0 0 0 3h3a1.5 1.5 0 0 0 1.5-1.5Z"/></svg>
React
import type { SVGProps } from "react";
export function IconoirHeadsetHelp(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" strokeWidth="1.5" d="m4 11.5l-.485.121A2 2 0 0 0 2 13.561v1.877a2 2 0 0 0 1.515 1.94l1.74.435A.6.6 0 0 0 6 17.231v-5.463a.6.6 0 0 0-.746-.582zm0 0V11a8 8 0 1 1 16 0v.5m0 0l.485.121A2 2 0 0 1 22 13.561v1.877a2 2 0 0 1-1.515 1.94L20 17.5m0-6l-1.255-.314a.6.6 0 0 0-.745.582v5.463a.6.6 0 0 0 .745.582L20 17.5m-5 3h3a2 2 0 0 0 2-2v-1m-5 3a1.5 1.5 0 0 0-1.5-1.5h-3a1.5 1.5 0 0 0 0 3h3a1.5 1.5 0 0 0 1.5-1.5Z"/></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-width="1.5" d="m4 11.5l-.485.121A2 2 0 0 0 2 13.561v1.877a2 2 0 0 0 1.515 1.94l1.74.435A.6.6 0 0 0 6 17.231v-5.463a.6.6 0 0 0-.746-.582zm0 0V11a8 8 0 1 1 16 0v.5m0 0l.485.121A2 2 0 0 1 22 13.561v1.877a2 2 0 0 1-1.515 1.94L20 17.5m0-6l-1.255-.314a.6.6 0 0 0-.745.582v5.463a.6.6 0 0 0 .745.582L20 17.5m-5 3h3a2 2 0 0 0 2-2v-1m-5 3a1.5 1.5 0 0 0-1.5-1.5h-3a1.5 1.5 0 0 0 0 3h3a1.5 1.5 0 0 0 1.5-1.5Z"/></svg> </template>
CSS
.icon-headset-help {
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-width%3D%221.5%22%20d%3D%22m4%2011.5l-.485.121A2%202%200%200%200%202%2013.561v1.877a2%202%200%200%200%201.515%201.94l1.74.435A.6.6%200%200%200%206%2017.231v-5.463a.6.6%200%200%200-.746-.582zm0%200V11a8%208%200%201%201%2016%200v.5m0%200l.485.121A2%202%200%200%201%2022%2013.561v1.877a2%202%200%200%201-1.515%201.94L20%2017.5m0-6l-1.255-.314a.6.6%200%200%200-.745.582v5.463a.6.6%200%200%200%20.745.582L20%2017.5m-5%203h3a2%202%200%200%200%202-2v-1m-5%203a1.5%201.5%200%200%200-1.5-1.5h-3a1.5%201.5%200%200%200%200%203h3a1.5%201.5%200%200%200%201.5-1.5Z%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-width%3D%221.5%22%20d%3D%22m4%2011.5l-.485.121A2%202%200%200%200%202%2013.561v1.877a2%202%200%200%200%201.515%201.94l1.74.435A.6.6%200%200%200%206%2017.231v-5.463a.6.6%200%200%200-.746-.582zm0%200V11a8%208%200%201%201%2016%200v.5m0%200l.485.121A2%202%200%200%201%2022%2013.561v1.877a2%202%200%200%201-1.515%201.94L20%2017.5m0-6l-1.255-.314a.6.6%200%200%200-.745.582v5.463a.6.6%200%200%200%20.745.582L20%2017.5m-5%203h3a2%202%200%200%200%202-2v-1m-5%203a1.5%201.5%200%200%200-1.5-1.5h-3a1.5%201.5%200%200%200%200%203h3a1.5%201.5%200%200%200%201.5-1.5Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/iconoir/headset-help.svg?color=%231a73e8&size=48