headset icon
headset-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.
- Name
- headset-48-regular
- Set
- Fluent UI System Icons
- Style
- 48 Regular
- Viewbox
- 48×48
- License
- MIT
11 other variants in Fluent UI System Icons
The same icon in other sets
headsetBootstrap IconsheadsetCarbonheadsetElement PlusheadsetFont Awesome 6 SolidheadsetFont Awesome Solidheadset-16Fluent UI System Color Iconsheadsetcss.ggheadsetHuge IconsheadsetIconParkheadsetIconPark OutlineheadsetIconPark SolidheadsetIconPark TwoToneheadsetIconoirheadsetIonIconsheadsetJam IconsheadsetLine AwesomeheadsetLucideheadsetMajesticonsheadsetMaterial Design IconsheadsetPhosphorheadsetPixelarticonsheadsetTabler Iconsheadset-outlineTeenyicons
Related icons in Fluent UI System Icons
Use the headset icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M12.5 18c0-6.351 5.149-11.5 11.5-11.5S35.5 11.649 35.5 18v2h-5.25A2.25 2.25 0 0 0 28 22.25v7.5A2.25 2.25 0 0 0 30.25 32h3.5A4.25 4.25 0 0 0 38 27.75v-6.5q0-.063-.006-.125Q38 21.063 38 21v-3c0-7.732-6.268-14-14-14s-14 6.268-14 14v14a8.25 8.25 0 0 0 8.25 8.25h.907a5 5 0 1 0 0-2.5h-.907A5.75 5.75 0 0 1 12.5 32v-.376a4.2 4.2 0 0 0 1.75.376h3.5A2.25 2.25 0 0 0 20 29.75v-7.5A2.25 2.25 0 0 0 17.75 20H12.5zm0 4.5h5v7h-3.25a1.75 1.75 0 0 1-1.75-1.75zm9 16.5a2.5 2.5 0 1 1 5 0a2.5 2.5 0 0 1-5 0m9-16.5h5v5.25a1.75 1.75 0 0 1-1.75 1.75H30.5z"/></svg>
React
import type { SVGProps } from "react";
export function FluentHeadset48Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M12.5 18c0-6.351 5.149-11.5 11.5-11.5S35.5 11.649 35.5 18v2h-5.25A2.25 2.25 0 0 0 28 22.25v7.5A2.25 2.25 0 0 0 30.25 32h3.5A4.25 4.25 0 0 0 38 27.75v-6.5q0-.063-.006-.125Q38 21.063 38 21v-3c0-7.732-6.268-14-14-14s-14 6.268-14 14v14a8.25 8.25 0 0 0 8.25 8.25h.907a5 5 0 1 0 0-2.5h-.907A5.75 5.75 0 0 1 12.5 32v-.376a4.2 4.2 0 0 0 1.75.376h3.5A2.25 2.25 0 0 0 20 29.75v-7.5A2.25 2.25 0 0 0 17.75 20H12.5zm0 4.5h5v7h-3.25a1.75 1.75 0 0 1-1.75-1.75zm9 16.5a2.5 2.5 0 1 1 5 0a2.5 2.5 0 0 1-5 0m9-16.5h5v5.25a1.75 1.75 0 0 1-1.75 1.75H30.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M12.5 18c0-6.351 5.149-11.5 11.5-11.5S35.5 11.649 35.5 18v2h-5.25A2.25 2.25 0 0 0 28 22.25v7.5A2.25 2.25 0 0 0 30.25 32h3.5A4.25 4.25 0 0 0 38 27.75v-6.5q0-.063-.006-.125Q38 21.063 38 21v-3c0-7.732-6.268-14-14-14s-14 6.268-14 14v14a8.25 8.25 0 0 0 8.25 8.25h.907a5 5 0 1 0 0-2.5h-.907A5.75 5.75 0 0 1 12.5 32v-.376a4.2 4.2 0 0 0 1.75.376h3.5A2.25 2.25 0 0 0 20 29.75v-7.5A2.25 2.25 0 0 0 17.75 20H12.5zm0 4.5h5v7h-3.25a1.75 1.75 0 0 1-1.75-1.75zm9 16.5a2.5 2.5 0 1 1 5 0a2.5 2.5 0 0 1-5 0m9-16.5h5v5.25a1.75 1.75 0 0 1-1.75 1.75H30.5z"/></svg> </template>
CSS
.icon-headset-48-regular {
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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.5%2018c0-6.351%205.149-11.5%2011.5-11.5S35.5%2011.649%2035.5%2018v2h-5.25A2.25%202.25%200%200%200%2028%2022.25v7.5A2.25%202.25%200%200%200%2030.25%2032h3.5A4.25%204.25%200%200%200%2038%2027.75v-6.5q0-.063-.006-.125Q38%2021.063%2038%2021v-3c0-7.732-6.268-14-14-14s-14%206.268-14%2014v14a8.25%208.25%200%200%200%208.25%208.25h.907a5%205%200%201%200%200-2.5h-.907A5.75%205.75%200%200%201%2012.5%2032v-.376a4.2%204.2%200%200%200%201.75.376h3.5A2.25%202.25%200%200%200%2020%2029.75v-7.5A2.25%202.25%200%200%200%2017.75%2020H12.5zm0%204.5h5v7h-3.25a1.75%201.75%200%200%201-1.75-1.75zm9%2016.5a2.5%202.5%200%201%201%205%200a2.5%202.5%200%200%201-5%200m9-16.5h5v5.25a1.75%201.75%200%200%201-1.75%201.75H30.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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.5%2018c0-6.351%205.149-11.5%2011.5-11.5S35.5%2011.649%2035.5%2018v2h-5.25A2.25%202.25%200%200%200%2028%2022.25v7.5A2.25%202.25%200%200%200%2030.25%2032h3.5A4.25%204.25%200%200%200%2038%2027.75v-6.5q0-.063-.006-.125Q38%2021.063%2038%2021v-3c0-7.732-6.268-14-14-14s-14%206.268-14%2014v14a8.25%208.25%200%200%200%208.25%208.25h.907a5%205%200%201%200%200-2.5h-.907A5.75%205.75%200%200%201%2012.5%2032v-.376a4.2%204.2%200%200%200%201.75.376h3.5A2.25%202.25%200%200%200%2020%2029.75v-7.5A2.25%202.25%200%200%200%2017.75%2020H12.5zm0%204.5h5v7h-3.25a1.75%201.75%200%200%201-1.75-1.75zm9%2016.5a2.5%202.5%200%201%201%205%200a2.5%202.5%200%200%201-5%200m9-16.5h5v5.25a1.75%201.75%200%200%201-1.75%201.75H30.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/headset-48-regular.svg?color=%231a73e8&size=48