headphones off icon

headphones-off-sharp from Keyline Icons by Keyline Icons · Sharp · MIT Free for personal and commercial use.

Name
headphones-off-sharp
Set
Keyline Icons
Style
Sharp
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"><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M3 12C3 10.8954 3.8954 10 5 10L7 10L7 21L5 21C3.8954 21 3 20.1046 3 19L3 12ZM17 12.3431L17 10L19 10C20.1046 10 21 10.8954 21 12L21 16.3431M20.4142 20.4142C20.0523 20.7761 19.5523 21 19 21L17 21L17 17M3 12C3 9.5147 4.0074 7.2647 5.636 5.636M8.1779 3.788L9.1256 3.4688C10.0282 3.1648 10.9949 3 12 3C16.9706 3 21 7.0294 21 12M1.7071 1.7071L22.2929 22.2929"/></svg>

React

import type { SVGProps } from "react";

export function KeylineIconsHeadphonesOffSharp(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" strokeLinejoin="round" strokeWidth="2" d="M3 12C3 10.8954 3.8954 10 5 10L7 10L7 21L5 21C3.8954 21 3 20.1046 3 19L3 12ZM17 12.3431L17 10L19 10C20.1046 10 21 10.8954 21 12L21 16.3431M20.4142 20.4142C20.0523 20.7761 19.5523 21 19 21L17 21L17 17M3 12C3 9.5147 4.0074 7.2647 5.636 5.636M8.1779 3.788L9.1256 3.4688C10.0282 3.1648 10.9949 3 12 3C16.9706 3 21 7.0294 21 12M1.7071 1.7071L22.2929 22.2929"/></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-linejoin="round" stroke-width="2" d="M3 12C3 10.8954 3.8954 10 5 10L7 10L7 21L5 21C3.8954 21 3 20.1046 3 19L3 12ZM17 12.3431L17 10L19 10C20.1046 10 21 10.8954 21 12L21 16.3431M20.4142 20.4142C20.0523 20.7761 19.5523 21 19 21L17 21L17 17M3 12C3 9.5147 4.0074 7.2647 5.636 5.636M8.1779 3.788L9.1256 3.4688C10.0282 3.1648 10.9949 3 12 3C16.9706 3 21 7.0294 21 12M1.7071 1.7071L22.2929 22.2929"/></svg>
</template>

CSS

.icon-headphones-off-sharp {
  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-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M3%2012C3%2010.8954%203.8954%2010%205%2010L7%2010L7%2021L5%2021C3.8954%2021%203%2020.1046%203%2019L3%2012ZM17%2012.3431L17%2010L19%2010C20.1046%2010%2021%2010.8954%2021%2012L21%2016.3431M20.4142%2020.4142C20.0523%2020.7761%2019.5523%2021%2019%2021L17%2021L17%2017M3%2012C3%209.5147%204.0074%207.2647%205.636%205.636M8.1779%203.788L9.1256%203.4688C10.0282%203.1648%2010.9949%203%2012%203C16.9706%203%2021%207.0294%2021%2012M1.7071%201.7071L22.2929%2022.2929%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-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M3%2012C3%2010.8954%203.8954%2010%205%2010L7%2010L7%2021L5%2021C3.8954%2021%203%2020.1046%203%2019L3%2012ZM17%2012.3431L17%2010L19%2010C20.1046%2010%2021%2010.8954%2021%2012L21%2016.3431M20.4142%2020.4142C20.0523%2020.7761%2019.5523%2021%2019%2021L17%2021L17%2017M3%2012C3%209.5147%204.0074%207.2647%205.636%205.636M8.1779%203.788L9.1256%203.4688C10.0282%203.1648%2010.9949%203%2012%203C16.9706%203%2021%207.0294%2021%2012M1.7071%201.7071L22.2929%2022.2929%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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