headphones-24 from Fluent UI System Color Icons by Microsoft Corporation · 24 · MIT Free for personal and commercial use.

Name
headphones-24
Set
Fluent UI System Color Icons
Style
24
Viewbox
24×24
License
MIT

4 other variants in Fluent UI System Color Icons

The same icon in other sets

Use the headphones icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="url(#SVGbOnDEduY)" fill-rule="evenodd" d="M12 4a8 8 0 0 0-8 8v2l-1 1l-1-1v-2C2 6.477 6.477 2 12 2s10 4.477 10 10v2l-1 1l-1-1v-2a8 8 0 0 0-8-8" clip-rule="evenodd"/><path fill="url(#SVG9BPlbxzk)" d="M3.5 14v7.599c.441.255.954.401 1.5.401h3a1 1 0 0 0 1-1v-6a1 1 0 0 0-1-1z"/><path fill="url(#SVG9BPlbxzk)" d="M20.5 21.599V14H16a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h3c.546 0 1.059-.146 1.5-.401"/><path fill="url(#SVG09s4ubOr)" d="M2 19c0 1.306.835 2.418 2 2.83V14H2z"/><path fill="url(#SVG09s4ubOr)" d="M22 19a3 3 0 0 1-2 2.83V14h2z"/><defs><linearGradient id="SVGbOnDEduY" x1="-3.429" x2="-.856" y1="3" y2="13.052" gradientUnits="userSpaceOnUse"><stop stop-color="#b9c0c7"/><stop offset="1" stop-color="#70777d"/></linearGradient><linearGradient id="SVG9BPlbxzk" x1="17.75" x2="17.75" y1="14" y2="22" gradientUnits="userSpaceOnUse"><stop stop-color="#0fafff"/><stop offset="1" stop-color="#0067bf"/></linearGradient><linearGradient id="SVG09s4ubOr" x1="3" x2="3" y1="14" y2="21.829" gradientUnits="userSpaceOnUse"><stop stop-color="#0078d4"/><stop offset="1" stop-color="#2052cb"/></linearGradient></defs></g></svg>

React

import type { SVGProps } from "react";

export function FluentColorHeadphones24(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="url(#SVGbOnDEduY)" fillRule="evenodd" d="M12 4a8 8 0 0 0-8 8v2l-1 1l-1-1v-2C2 6.477 6.477 2 12 2s10 4.477 10 10v2l-1 1l-1-1v-2a8 8 0 0 0-8-8" clipRule="evenodd"/><path fill="url(#SVG9BPlbxzk)" d="M3.5 14v7.599c.441.255.954.401 1.5.401h3a1 1 0 0 0 1-1v-6a1 1 0 0 0-1-1z"/><path fill="url(#SVG9BPlbxzk)" d="M20.5 21.599V14H16a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h3c.546 0 1.059-.146 1.5-.401"/><path fill="url(#SVG09s4ubOr)" d="M2 19c0 1.306.835 2.418 2 2.83V14H2z"/><path fill="url(#SVG09s4ubOr)" d="M22 19a3 3 0 0 1-2 2.83V14h2z"/><defs><linearGradient id="SVGbOnDEduY" x1="-3.429" x2="-.856" y1="3" y2="13.052" gradientUnits="userSpaceOnUse"><stop stopColor="#b9c0c7"/><stop offset="1" stopColor="#70777d"/></linearGradient><linearGradient id="SVG9BPlbxzk" x1="17.75" x2="17.75" y1="14" y2="22" gradientUnits="userSpaceOnUse"><stop stopColor="#0fafff"/><stop offset="1" stopColor="#0067bf"/></linearGradient><linearGradient id="SVG09s4ubOr" x1="3" x2="3" y1="14" y2="21.829" gradientUnits="userSpaceOnUse"><stop stopColor="#0078d4"/><stop offset="1" stopColor="#2052cb"/></linearGradient></defs></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="url(#SVGbOnDEduY)" fill-rule="evenodd" d="M12 4a8 8 0 0 0-8 8v2l-1 1l-1-1v-2C2 6.477 6.477 2 12 2s10 4.477 10 10v2l-1 1l-1-1v-2a8 8 0 0 0-8-8" clip-rule="evenodd"/><path fill="url(#SVG9BPlbxzk)" d="M3.5 14v7.599c.441.255.954.401 1.5.401h3a1 1 0 0 0 1-1v-6a1 1 0 0 0-1-1z"/><path fill="url(#SVG9BPlbxzk)" d="M20.5 21.599V14H16a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h3c.546 0 1.059-.146 1.5-.401"/><path fill="url(#SVG09s4ubOr)" d="M2 19c0 1.306.835 2.418 2 2.83V14H2z"/><path fill="url(#SVG09s4ubOr)" d="M22 19a3 3 0 0 1-2 2.83V14h2z"/><defs><linearGradient id="SVGbOnDEduY" x1="-3.429" x2="-.856" y1="3" y2="13.052" gradientUnits="userSpaceOnUse"><stop stop-color="#b9c0c7"/><stop offset="1" stop-color="#70777d"/></linearGradient><linearGradient id="SVG9BPlbxzk" x1="17.75" x2="17.75" y1="14" y2="22" gradientUnits="userSpaceOnUse"><stop stop-color="#0fafff"/><stop offset="1" stop-color="#0067bf"/></linearGradient><linearGradient id="SVG09s4ubOr" x1="3" x2="3" y1="14" y2="21.829" gradientUnits="userSpaceOnUse"><stop stop-color="#0078d4"/><stop offset="1" stop-color="#2052cb"/></linearGradient></defs></g></svg>
</template>

CSS

.icon-headphones-24 {
  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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGbOnDEduY)%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12%204a8%208%200%200%200-8%208v2l-1%201l-1-1v-2C2%206.477%206.477%202%2012%202s10%204.477%2010%2010v2l-1%201l-1-1v-2a8%208%200%200%200-8-8%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG9BPlbxzk)%22%20d%3D%22M3.5%2014v7.599c.441.255.954.401%201.5.401h3a1%201%200%200%200%201-1v-6a1%201%200%200%200-1-1z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG9BPlbxzk)%22%20d%3D%22M20.5%2021.599V14H16a1%201%200%200%200-1%201v6a1%201%200%200%200%201%201h3c.546%200%201.059-.146%201.5-.401%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG09s4ubOr)%22%20d%3D%22M2%2019c0%201.306.835%202.418%202%202.83V14H2z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG09s4ubOr)%22%20d%3D%22M22%2019a3%203%200%200%201-2%202.83V14h2z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGbOnDEduY%22%20x1%3D%22-3.429%22%20x2%3D%22-.856%22%20y1%3D%223%22%20y2%3D%2213.052%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23b9c0c7%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2370777d%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVG9BPlbxzk%22%20x1%3D%2217.75%22%20x2%3D%2217.75%22%20y1%3D%2214%22%20y2%3D%2222%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%230fafff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%230067bf%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVG09s4ubOr%22%20x1%3D%223%22%20x2%3D%223%22%20y1%3D%2214%22%20y2%3D%2221.829%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%230078d4%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%232052cb%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGbOnDEduY)%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12%204a8%208%200%200%200-8%208v2l-1%201l-1-1v-2C2%206.477%206.477%202%2012%202s10%204.477%2010%2010v2l-1%201l-1-1v-2a8%208%200%200%200-8-8%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG9BPlbxzk)%22%20d%3D%22M3.5%2014v7.599c.441.255.954.401%201.5.401h3a1%201%200%200%200%201-1v-6a1%201%200%200%200-1-1z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG9BPlbxzk)%22%20d%3D%22M20.5%2021.599V14H16a1%201%200%200%200-1%201v6a1%201%200%200%200%201%201h3c.546%200%201.059-.146%201.5-.401%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG09s4ubOr)%22%20d%3D%22M2%2019c0%201.306.835%202.418%202%202.83V14H2z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG09s4ubOr)%22%20d%3D%22M22%2019a3%203%200%200%201-2%202.83V14h2z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGbOnDEduY%22%20x1%3D%22-3.429%22%20x2%3D%22-.856%22%20y1%3D%223%22%20y2%3D%2213.052%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23b9c0c7%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2370777d%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVG9BPlbxzk%22%20x1%3D%2217.75%22%20x2%3D%2217.75%22%20y1%3D%2214%22%20y2%3D%2222%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%230fafff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%230067bf%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVG09s4ubOr%22%20x1%3D%223%22%20x2%3D%223%22%20y1%3D%2214%22%20y2%3D%2221.829%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%230078d4%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%232052cb%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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