Headset icon

Used to represent call center support & headsets with distinct mics. The Headset icon is part of Microsoft's Fluent UI System Icons, available here in filled and regular (outlined) styles on a 24 px grid. Download it as SVG or PNG, or copy it as code — it's free to use under the MIT License.

Regular (outlined)

SVG

Filled

SVG

Use the Headset icon in React

Install Microsoft's @fluentui/react-icons package, then import the component. Icons inherit the current text color, and you can size them with CSS.

npm install @fluentui/react-icons

import { Headset24Regular, Headset24Filled } from "@fluentui/react-icons";

export function Example() {
  return <Headset24Regular aria-label="Headset" />;
}

Use it in HTML

Reference the SVG file directly:

<img src="https://fluenticons.co/icons/ic_fluent_headset_24_regular.svg" width="24" height="24" alt="Headset">

Or paste the SVG markup inline. Setting fill="currentColor" makes the icon follow the text color of its parent:

<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 18.5C11.5858 18.5 11.25 18.8358 11.25 19.25C11.25 19.6642 11.5858 20 12 20C12.4142 20 12.75 19.6642 12.75 19.25C12.75 18.8358 12.4142 18.5 12 18.5ZM17.5 10V9C17.5 5.96243 15.0376 3.5 12 3.5C8.96243 3.5 6.5 5.96243 6.5 9V10H9C9.55228 10 10 10.4477 10 11V15C10 15.5523 9.55228 16 9 16H6.5V16.25C6.5 17.4409 7.42516 18.4156 8.59595 18.4948L8.75 18.5L9.87812 18.4997C10.1871 17.626 11.0204 17 12 17C13.2426 17 14.25 18.0074 14.25 19.25C14.25 20.4926 13.2426 21.5 12 21.5C11.02 21.5 10.1864 20.8735 9.87776 19.9992L8.75 20C6.74574 20 5.10873 18.4276 5.0052 16.4492L5 16.25V9C5 5.13401 8.13401 2 12 2C15.866 2 19 5.13401 19 9V14C19 15.0544 18.1841 15.9182 17.1493 15.9945L17 16H15C14.4872 16 14.0645 15.614 14.0067 15.1166L14 15V11C14 10.4872 14.386 10.0645 14.8834 10.0067L15 10H17.5ZM8.5 11.5H6.5V14.5H8.5V11.5ZM17.5 11.5H15.5V14.5H17C17.2455 14.5 17.4496 14.3231 17.4919 14.0899L17.5 14V11.5Z" fill="currentColor"/></svg>

Use it from the SVG package

Microsoft's @fluentui/svg-icons package contains the raw SVG files, which works well with bundlers that import SVGs:

npm install @fluentui/svg-icons

import icon from "@fluentui/svg-icons/icons/headset_24_regular.svg";

Details

NameHeadset
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_headset_24_regular.svg
Filled fileic_fluent_headset_24_filled.svg
React componentsHeadset24Regular, Headset24Filled
LicenseMIT (© Microsoft Corporation)

Keywords

audiosoundvolumedeviceanalogsupporthelp

Related icons