headphones from Myna UI Icons by Praveen Juge · Regular · MIT Free for personal and commercial use.

Name
headphones
Set
Myna UI Icons
Style
Regular
Viewbox
24×24
License
MIT

1 other variant in Myna UI 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" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M21 17v-5a9 9 0 1 0-18 0v5"/><path d="M16 14.958c0-.511 0-.767.059-.97c.135-.468.49-.824.93-.934c1.272-.318 1.53.864 2.443 1.232l.069.028c.992.417 1.497 1.478 1.495 2.554v.357c-.003.95-.51 1.835-1.353 2.272c-.939.485-1.252 1.752-2.615 1.46c-.437-.094-.797-.429-.95-.883C16 19.843 16 19.54 16 18.938zm-8 4.084c0 .511 0 .766-.059.97c-.135.468-.49.824-.93.934c-1.272.318-1.53-.865-2.443-1.232l-.062-.025c-.998-.418-1.504-1.48-1.502-2.557v-.364c.003-.946.509-1.828 1.353-2.265c.939-.485 1.252-1.752 2.615-1.46c.437.094.797.429.95.883c.078.231.078.533.078 1.136z"/></g></svg>

React

import type { SVGProps } from "react";

export function MynauiHeadphones(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" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M21 17v-5a9 9 0 1 0-18 0v5"/><path d="M16 14.958c0-.511 0-.767.059-.97c.135-.468.49-.824.93-.934c1.272-.318 1.53.864 2.443 1.232l.069.028c.992.417 1.497 1.478 1.495 2.554v.357c-.003.95-.51 1.835-1.353 2.272c-.939.485-1.252 1.752-2.615 1.46c-.437-.094-.797-.429-.95-.883C16 19.843 16 19.54 16 18.938zm-8 4.084c0 .511 0 .766-.059.97c-.135.468-.49.824-.93.934c-1.272.318-1.53-.865-2.443-1.232l-.062-.025c-.998-.418-1.504-1.48-1.502-2.557v-.364c.003-.946.509-1.828 1.353-2.265c.939-.485 1.252-1.752 2.615-1.46c.437.094.797.429.95.883c.078.231.078.533.078 1.136z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M21 17v-5a9 9 0 1 0-18 0v5"/><path d="M16 14.958c0-.511 0-.767.059-.97c.135-.468.49-.824.93-.934c1.272-.318 1.53.864 2.443 1.232l.069.028c.992.417 1.497 1.478 1.495 2.554v.357c-.003.95-.51 1.835-1.353 2.272c-.939.485-1.252 1.752-2.615 1.46c-.437-.094-.797-.429-.95-.883C16 19.843 16 19.54 16 18.938zm-8 4.084c0 .511 0 .766-.059.97c-.135.468-.49.824-.93.934c-1.272.318-1.53-.865-2.443-1.232l-.062-.025c-.998-.418-1.504-1.48-1.502-2.557v-.364c.003-.946.509-1.828 1.353-2.265c.939-.485 1.252-1.752 2.615-1.46c.437.094.797.429.95.883c.078.231.078.533.078 1.136z"/></g></svg>
</template>

CSS

.icon-headphones {
  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%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M21%2017v-5a9%209%200%201%200-18%200v5%22%2F%3E%3Cpath%20d%3D%22M16%2014.958c0-.511%200-.767.059-.97c.135-.468.49-.824.93-.934c1.272-.318%201.53.864%202.443%201.232l.069.028c.992.417%201.497%201.478%201.495%202.554v.357c-.003.95-.51%201.835-1.353%202.272c-.939.485-1.252%201.752-2.615%201.46c-.437-.094-.797-.429-.95-.883C16%2019.843%2016%2019.54%2016%2018.938zm-8%204.084c0%20.511%200%20.766-.059.97c-.135.468-.49.824-.93.934c-1.272.318-1.53-.865-2.443-1.232l-.062-.025c-.998-.418-1.504-1.48-1.502-2.557v-.364c.003-.946.509-1.828%201.353-2.265c.939-.485%201.252-1.752%202.615-1.46c.437.094.797.429.95.883c.078.231.078.533.078%201.136z%22%2F%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%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M21%2017v-5a9%209%200%201%200-18%200v5%22%2F%3E%3Cpath%20d%3D%22M16%2014.958c0-.511%200-.767.059-.97c.135-.468.49-.824.93-.934c1.272-.318%201.53.864%202.443%201.232l.069.028c.992.417%201.497%201.478%201.495%202.554v.357c-.003.95-.51%201.835-1.353%202.272c-.939.485-1.252%201.752-2.615%201.46c-.437-.094-.797-.429-.95-.883C16%2019.843%2016%2019.54%2016%2018.938zm-8%204.084c0%20.511%200%20.766-.059.97c-.135.468-.49.824-.93.934c-1.272.318-1.53-.865-2.443-1.232l-.062-.025c-.998-.418-1.504-1.48-1.502-2.557v-.364c.003-.946.509-1.828%201.353-2.265c.939-.485%201.252-1.752%202.615-1.46c.437.094.797.429.95.883c.078.231.078.533.078%201.136z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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