headphone-line from MingCute Icon by MingCute Design · Line · Apache-2.0 Free for personal and commercial use.

Name
headphone-line
Set
MingCute Icon
Style
Line
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

The same icon in other sets

Related icons in MingCute Icon

Use the headphone 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="2" d="M4.125 16.414C3.631 15.432 3 14.494 3 11.942C3 7.005 7.03 3 12 3s9 4.004 9 8.943c0 2.552-.631 3.49-1.125 4.47m-15.75 0l1.444-1.354a1.5 1.5 0 0 1 2.084.03l.92.914a2 2 0 0 1 0 2.837l-.236.235c-.533.53-1.377.584-1.926.07c-.903-.843-1.883-1.93-2.286-2.731Zm15.75 0l-1.444-1.354a1.5 1.5 0 0 0-2.084.03l-.92.914a2 2 0 0 0 0 2.837l.236.235c.533.53 1.377.584 1.926.07c.903-.843 1.883-1.93 2.286-2.731Z"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteHeadphoneLine(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="2" d="M4.125 16.414C3.631 15.432 3 14.494 3 11.942C3 7.005 7.03 3 12 3s9 4.004 9 8.943c0 2.552-.631 3.49-1.125 4.47m-15.75 0l1.444-1.354a1.5 1.5 0 0 1 2.084.03l.92.914a2 2 0 0 1 0 2.837l-.236.235c-.533.53-1.377.584-1.926.07c-.903-.843-1.883-1.93-2.286-2.731Zm15.75 0l-1.444-1.354a1.5 1.5 0 0 0-2.084.03l-.92.914a2 2 0 0 0 0 2.837l.236.235c.533.53 1.377.584 1.926.07c.903-.843 1.883-1.93 2.286-2.731Z"/></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="2" d="M4.125 16.414C3.631 15.432 3 14.494 3 11.942C3 7.005 7.03 3 12 3s9 4.004 9 8.943c0 2.552-.631 3.49-1.125 4.47m-15.75 0l1.444-1.354a1.5 1.5 0 0 1 2.084.03l.92.914a2 2 0 0 1 0 2.837l-.236.235c-.533.53-1.377.584-1.926.07c-.903-.843-1.883-1.93-2.286-2.731Zm15.75 0l-1.444-1.354a1.5 1.5 0 0 0-2.084.03l-.92.914a2 2 0 0 0 0 2.837l.236.235c.533.53 1.377.584 1.926.07c.903-.843 1.883-1.93 2.286-2.731Z"/></svg>
</template>

CSS

.icon-headphone-line {
  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%222%22%20d%3D%22M4.125%2016.414C3.631%2015.432%203%2014.494%203%2011.942C3%207.005%207.03%203%2012%203s9%204.004%209%208.943c0%202.552-.631%203.49-1.125%204.47m-15.75%200l1.444-1.354a1.5%201.5%200%200%201%202.084.03l.92.914a2%202%200%200%201%200%202.837l-.236.235c-.533.53-1.377.584-1.926.07c-.903-.843-1.883-1.93-2.286-2.731Zm15.75%200l-1.444-1.354a1.5%201.5%200%200%200-2.084.03l-.92.914a2%202%200%200%200%200%202.837l.236.235c.533.53%201.377.584%201.926.07c.903-.843%201.883-1.93%202.286-2.731Z%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%222%22%20d%3D%22M4.125%2016.414C3.631%2015.432%203%2014.494%203%2011.942C3%207.005%207.03%203%2012%203s9%204.004%209%208.943c0%202.552-.631%203.49-1.125%204.47m-15.75%200l1.444-1.354a1.5%201.5%200%200%201%202.084.03l.92.914a2%202%200%200%201%200%202.837l-.236.235c-.533.53-1.377.584-1.926.07c-.903-.843-1.883-1.93-2.286-2.731Zm15.75%200l-1.444-1.354a1.5%201.5%200%200%200-2.084.03l-.92.914a2%202%200%200%200%200%202.837l.236.235c.533.53%201.377.584%201.926.07c.903-.843%201.883-1.93%202.286-2.731Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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