headphones-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.

Name
headphones-28-filled
Set
Fluent UI System Icons
Style
28 Filled
Viewbox
28×28
License
MIT

13 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the headphones icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M26 22a4 4 0 0 1-4 4h-3a1 1 0 0 1-1-1v-8a1 1 0 0 1 1-1h5v-2c0-5.523-4.477-10-10-10S4 8.477 4 14v2h5a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H6a4 4 0 0 1-4-4v-8C2 7.373 7.373 2 14 2s12 5.373 12 12z"/></svg>

React

import type { SVGProps } from "react";

export function FluentHeadphones28Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M26 22a4 4 0 0 1-4 4h-3a1 1 0 0 1-1-1v-8a1 1 0 0 1 1-1h5v-2c0-5.523-4.477-10-10-10S4 8.477 4 14v2h5a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H6a4 4 0 0 1-4-4v-8C2 7.373 7.373 2 14 2s12 5.373 12 12z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M26 22a4 4 0 0 1-4 4h-3a1 1 0 0 1-1-1v-8a1 1 0 0 1 1-1h5v-2c0-5.523-4.477-10-10-10S4 8.477 4 14v2h5a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H6a4 4 0 0 1-4-4v-8C2 7.373 7.373 2 14 2s12 5.373 12 12z"/></svg>
</template>

CSS

.icon-headphones-28-filled {
  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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M26%2022a4%204%200%200%201-4%204h-3a1%201%200%200%201-1-1v-8a1%201%200%200%201%201-1h5v-2c0-5.523-4.477-10-10-10S4%208.477%204%2014v2h5a1%201%200%200%201%201%201v8a1%201%200%200%201-1%201H6a4%204%200%200%201-4-4v-8C2%207.373%207.373%202%2014%202s12%205.373%2012%2012z%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M26%2022a4%204%200%200%201-4%204h-3a1%201%200%200%201-1-1v-8a1%201%200%200%201%201-1h5v-2c0-5.523-4.477-10-10-10S4%208.477%204%2014v2h5a1%201%200%200%201%201%201v8a1%201%200%200%201-1%201H6a4%204%200%200%201-4-4v-8C2%207.373%207.373%202%2014%202s12%205.373%2012%2012z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/headphones-28-filled.svg?color=%231a73e8&size=48