headphones-duotone from Keyline Icons by Keyline Icons · Duotone · MIT Free for personal and commercial use.

Name
headphones-duotone
Set
Keyline Icons
Style
Duotone
Viewbox
24×24
License
MIT

7 other variants in Keyline Icons

The same icon in other sets

Related icons in Keyline Icons

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="2"><path fill="currentColor" d="M2 12C2 10.343146 3.343146 9 5 9L5 9C6.656854 9 8 10.343146 8 12L8 19C8 20.656854 6.656854 22 5 22L5 22C3.343146 22 2 20.656854 2 19ZM16 12C16 10.343146 17.343146 9 19 9L19 9C20.656854 9 22 10.343146 22 12L22 19C22 20.656854 20.656854 22 19 22L19 22C17.343146 22 16 20.656854 16 19Z" stroke="none"/><path stroke-opacity=".4" d="M3 12C3 7.0294 7.0294 3 12 3C16.9706 3 21 7.0294 21 12"/></g></svg>

React

import type { SVGProps } from "react";

export function KeylineIconsHeadphonesDuotone(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="2"><path fill="currentColor" d="M2 12C2 10.343146 3.343146 9 5 9L5 9C6.656854 9 8 10.343146 8 12L8 19C8 20.656854 6.656854 22 5 22L5 22C3.343146 22 2 20.656854 2 19ZM16 12C16 10.343146 17.343146 9 19 9L19 9C20.656854 9 22 10.343146 22 12L22 19C22 20.656854 20.656854 22 19 22L19 22C17.343146 22 16 20.656854 16 19Z" stroke="none"/><path strokeOpacity=".4" d="M3 12C3 7.0294 7.0294 3 12 3C16.9706 3 21 7.0294 21 12"/></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="2"><path fill="currentColor" d="M2 12C2 10.343146 3.343146 9 5 9L5 9C6.656854 9 8 10.343146 8 12L8 19C8 20.656854 6.656854 22 5 22L5 22C3.343146 22 2 20.656854 2 19ZM16 12C16 10.343146 17.343146 9 19 9L19 9C20.656854 9 22 10.343146 22 12L22 19C22 20.656854 20.656854 22 19 22L19 22C17.343146 22 16 20.656854 16 19Z" stroke="none"/><path stroke-opacity=".4" d="M3 12C3 7.0294 7.0294 3 12 3C16.9706 3 21 7.0294 21 12"/></g></svg>
</template>

CSS

.icon-headphones-duotone {
  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%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%2012C2%2010.343146%203.343146%209%205%209L5%209C6.656854%209%208%2010.343146%208%2012L8%2019C8%2020.656854%206.656854%2022%205%2022L5%2022C3.343146%2022%202%2020.656854%202%2019ZM16%2012C16%2010.343146%2017.343146%209%2019%209L19%209C20.656854%209%2022%2010.343146%2022%2012L22%2019C22%2020.656854%2020.656854%2022%2019%2022L19%2022C17.343146%2022%2016%2020.656854%2016%2019Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20stroke-opacity%3D%22.4%22%20d%3D%22M3%2012C3%207.0294%207.0294%203%2012%203C16.9706%203%2021%207.0294%2021%2012%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%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%2012C2%2010.343146%203.343146%209%205%209L5%209C6.656854%209%208%2010.343146%208%2012L8%2019C8%2020.656854%206.656854%2022%205%2022L5%2022C3.343146%2022%202%2020.656854%202%2019ZM16%2012C16%2010.343146%2017.343146%209%2019%209L19%209C20.656854%209%2022%2010.343146%2022%2012L22%2019C22%2020.656854%2020.656854%2022%2019%2022L19%2022C17.343146%2022%2016%2020.656854%2016%2019Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20stroke-opacity%3D%22.4%22%20d%3D%22M3%2012C3%207.0294%207.0294%203%2012%203C16.9706%203%2021%207.0294%2021%2012%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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