headphones off icon

headphones-off-two-tone from Keyline Icons by Keyline Icons · Two Tone · MIT Free for personal and commercial use.

Name
headphones-off-two-tone
Set
Keyline Icons
Style
Two Tone
Viewbox
24×24
License
MIT

7 other variants in Keyline Icons

The same icon in other sets

Use the headphones off 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" fill-opacity=".4" d="M2 12C2 10.3431 3.3431 9 5 9C6.6569 9 8 10.3431 8 12V19C8 20.6569 6.6569 22 5 22C3.3431 22 2 20.6569 2 19V12Z" stroke="none"/><path stroke-opacity=".4" d="M17.0834 11.4266C17.3299 10.6015 18.0947 10 19 10C20.1046 10 21 10.8954 21 12M21 12V15.3431M21 12C21 7.0294 16.9706 3 12 3C10.9949 3 10.0282 3.1648 9.1256 3.4688"/><path d="M3 12C3 10.8954 3.8954 10 5 10C6.1046 10 7 10.8954 7 12V19C7 20.1046 6.1046 21 5 21C3.8954 21 3 20.1046 3 19V12ZM3 12C3 9.5147 4.0074 7.2647 5.636 5.636M20.4142 20.4142C20.0523 20.7761 19.5523 21 19 21C17.8954 21 17 20.1046 17 19V17M2 2L22 22"/></g></svg>

React

import type { SVGProps } from "react";

export function KeylineIconsHeadphonesOffTwoTone(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" fillOpacity=".4" d="M2 12C2 10.3431 3.3431 9 5 9C6.6569 9 8 10.3431 8 12V19C8 20.6569 6.6569 22 5 22C3.3431 22 2 20.6569 2 19V12Z" stroke="none"/><path strokeOpacity=".4" d="M17.0834 11.4266C17.3299 10.6015 18.0947 10 19 10C20.1046 10 21 10.8954 21 12M21 12V15.3431M21 12C21 7.0294 16.9706 3 12 3C10.9949 3 10.0282 3.1648 9.1256 3.4688"/><path d="M3 12C3 10.8954 3.8954 10 5 10C6.1046 10 7 10.8954 7 12V19C7 20.1046 6.1046 21 5 21C3.8954 21 3 20.1046 3 19V12ZM3 12C3 9.5147 4.0074 7.2647 5.636 5.636M20.4142 20.4142C20.0523 20.7761 19.5523 21 19 21C17.8954 21 17 20.1046 17 19V17M2 2L22 22"/></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" fill-opacity=".4" d="M2 12C2 10.3431 3.3431 9 5 9C6.6569 9 8 10.3431 8 12V19C8 20.6569 6.6569 22 5 22C3.3431 22 2 20.6569 2 19V12Z" stroke="none"/><path stroke-opacity=".4" d="M17.0834 11.4266C17.3299 10.6015 18.0947 10 19 10C20.1046 10 21 10.8954 21 12M21 12V15.3431M21 12C21 7.0294 16.9706 3 12 3C10.9949 3 10.0282 3.1648 9.1256 3.4688"/><path d="M3 12C3 10.8954 3.8954 10 5 10C6.1046 10 7 10.8954 7 12V19C7 20.1046 6.1046 21 5 21C3.8954 21 3 20.1046 3 19V12ZM3 12C3 9.5147 4.0074 7.2647 5.636 5.636M20.4142 20.4142C20.0523 20.7761 19.5523 21 19 21C17.8954 21 17 20.1046 17 19V17M2 2L22 22"/></g></svg>
</template>

CSS

.icon-headphones-off-two-tone {
  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%20fill-opacity%3D%22.4%22%20d%3D%22M2%2012C2%2010.3431%203.3431%209%205%209C6.6569%209%208%2010.3431%208%2012V19C8%2020.6569%206.6569%2022%205%2022C3.3431%2022%202%2020.6569%202%2019V12Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20stroke-opacity%3D%22.4%22%20d%3D%22M17.0834%2011.4266C17.3299%2010.6015%2018.0947%2010%2019%2010C20.1046%2010%2021%2010.8954%2021%2012M21%2012V15.3431M21%2012C21%207.0294%2016.9706%203%2012%203C10.9949%203%2010.0282%203.1648%209.1256%203.4688%22%2F%3E%3Cpath%20d%3D%22M3%2012C3%2010.8954%203.8954%2010%205%2010C6.1046%2010%207%2010.8954%207%2012V19C7%2020.1046%206.1046%2021%205%2021C3.8954%2021%203%2020.1046%203%2019V12ZM3%2012C3%209.5147%204.0074%207.2647%205.636%205.636M20.4142%2020.4142C20.0523%2020.7761%2019.5523%2021%2019%2021C17.8954%2021%2017%2020.1046%2017%2019V17M2%202L22%2022%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%20fill-opacity%3D%22.4%22%20d%3D%22M2%2012C2%2010.3431%203.3431%209%205%209C6.6569%209%208%2010.3431%208%2012V19C8%2020.6569%206.6569%2022%205%2022C3.3431%2022%202%2020.6569%202%2019V12Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20stroke-opacity%3D%22.4%22%20d%3D%22M17.0834%2011.4266C17.3299%2010.6015%2018.0947%2010%2019%2010C20.1046%2010%2021%2010.8954%2021%2012M21%2012V15.3431M21%2012C21%207.0294%2016.9706%203%2012%203C10.9949%203%2010.0282%203.1648%209.1256%203.4688%22%2F%3E%3Cpath%20d%3D%22M3%2012C3%2010.8954%203.8954%2010%205%2010C6.1046%2010%207%2010.8954%207%2012V19C7%2020.1046%206.1046%2021%205%2021C3.8954%2021%203%2020.1046%203%2019V12ZM3%2012C3%209.5147%204.0074%207.2647%205.636%205.636M20.4142%2020.4142C20.0523%2020.7761%2019.5523%2021%2019%2021C17.8954%2021%2017%2020.1046%2017%2019V17M2%202L22%2022%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-off-two-tone.svg?color=%231a73e8&size=48