headphones5 icon

headphones5 from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.

Name
headphones5
Set
Reicon
Style
Outline
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

More newicons icons from Reicon

Use the headphones5 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-miterlimit="10" stroke-width="1.5"><path d="M8.5 12V7.22M8.5 22v-3m7 3V7.22M10.1 5.3c0 .49-.2.95-.53 1.27c-.32.33-.77.53-1.27.53H6.05c.28-.37.45-.85.45-1.35v-.9c0-.5-.17-.98-.45-1.35H8.3c.99 0 1.8.81 1.8 1.8"/><path d="M6.5 4.85v.9c0 .5-.17.98-.45 1.35c-.76 1.01-2.32 1.35-3.77.06C2.12 7.02 2 6.72 2 6.5V4.16c0-.19.1-.47.23-.61c1.26-1.32 2.78-1.13 3.61-.3q.105.105.21.24c.28.38.45.86.45 1.36m7.4.45c0 .49.2.95.53 1.27c.32.33.77.53 1.27.53h2.25c-.28-.37-.45-.85-.45-1.35v-.9c0-.5.17-.98.45-1.35H15.7c-.99 0-1.8.81-1.8 1.8"/><path d="M17.5 4.85v.9c0 .5.17.98.45 1.35c.76 1.01 2.32 1.35 3.77.06c.16-.14.28-.44.28-.66V4.16c0-.19-.1-.47-.23-.61c-1.26-1.32-2.78-1.13-3.61-.3q-.105.105-.21.24c-.28.38-.45.86-.45 1.36M10 13.5v4c0 .83-.67 1.5-1.5 1.5S7 18.33 7 17.5v-4c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconHeadphones5(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" strokeMiterlimit="10" strokeWidth="1.5"><path d="M8.5 12V7.22M8.5 22v-3m7 3V7.22M10.1 5.3c0 .49-.2.95-.53 1.27c-.32.33-.77.53-1.27.53H6.05c.28-.37.45-.85.45-1.35v-.9c0-.5-.17-.98-.45-1.35H8.3c.99 0 1.8.81 1.8 1.8"/><path d="M6.5 4.85v.9c0 .5-.17.98-.45 1.35c-.76 1.01-2.32 1.35-3.77.06C2.12 7.02 2 6.72 2 6.5V4.16c0-.19.1-.47.23-.61c1.26-1.32 2.78-1.13 3.61-.3q.105.105.21.24c.28.38.45.86.45 1.36m7.4.45c0 .49.2.95.53 1.27c.32.33.77.53 1.27.53h2.25c-.28-.37-.45-.85-.45-1.35v-.9c0-.5.17-.98.45-1.35H15.7c-.99 0-1.8.81-1.8 1.8"/><path d="M17.5 4.85v.9c0 .5.17.98.45 1.35c.76 1.01 2.32 1.35 3.77.06c.16-.14.28-.44.28-.66V4.16c0-.19-.1-.47-.23-.61c-1.26-1.32-2.78-1.13-3.61-.3q-.105.105-.21.24c-.28.38-.45.86-.45 1.36M10 13.5v4c0 .83-.67 1.5-1.5 1.5S7 18.33 7 17.5v-4c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5"/></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-miterlimit="10" stroke-width="1.5"><path d="M8.5 12V7.22M8.5 22v-3m7 3V7.22M10.1 5.3c0 .49-.2.95-.53 1.27c-.32.33-.77.53-1.27.53H6.05c.28-.37.45-.85.45-1.35v-.9c0-.5-.17-.98-.45-1.35H8.3c.99 0 1.8.81 1.8 1.8"/><path d="M6.5 4.85v.9c0 .5-.17.98-.45 1.35c-.76 1.01-2.32 1.35-3.77.06C2.12 7.02 2 6.72 2 6.5V4.16c0-.19.1-.47.23-.61c1.26-1.32 2.78-1.13 3.61-.3q.105.105.21.24c.28.38.45.86.45 1.36m7.4.45c0 .49.2.95.53 1.27c.32.33.77.53 1.27.53h2.25c-.28-.37-.45-.85-.45-1.35v-.9c0-.5.17-.98.45-1.35H15.7c-.99 0-1.8.81-1.8 1.8"/><path d="M17.5 4.85v.9c0 .5.17.98.45 1.35c.76 1.01 2.32 1.35 3.77.06c.16-.14.28-.44.28-.66V4.16c0-.19-.1-.47-.23-.61c-1.26-1.32-2.78-1.13-3.61-.3q-.105.105-.21.24c-.28.38-.45.86-.45 1.36M10 13.5v4c0 .83-.67 1.5-1.5 1.5S7 18.33 7 17.5v-4c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5"/></g></svg>
</template>

CSS

.icon-headphones5 {
  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-miterlimit%3D%2210%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M8.5%2012V7.22M8.5%2022v-3m7%203V7.22M10.1%205.3c0%20.49-.2.95-.53%201.27c-.32.33-.77.53-1.27.53H6.05c.28-.37.45-.85.45-1.35v-.9c0-.5-.17-.98-.45-1.35H8.3c.99%200%201.8.81%201.8%201.8%22%2F%3E%3Cpath%20d%3D%22M6.5%204.85v.9c0%20.5-.17.98-.45%201.35c-.76%201.01-2.32%201.35-3.77.06C2.12%207.02%202%206.72%202%206.5V4.16c0-.19.1-.47.23-.61c1.26-1.32%202.78-1.13%203.61-.3q.105.105.21.24c.28.38.45.86.45%201.36m7.4.45c0%20.49.2.95.53%201.27c.32.33.77.53%201.27.53h2.25c-.28-.37-.45-.85-.45-1.35v-.9c0-.5.17-.98.45-1.35H15.7c-.99%200-1.8.81-1.8%201.8%22%2F%3E%3Cpath%20d%3D%22M17.5%204.85v.9c0%20.5.17.98.45%201.35c.76%201.01%202.32%201.35%203.77.06c.16-.14.28-.44.28-.66V4.16c0-.19-.1-.47-.23-.61c-1.26-1.32-2.78-1.13-3.61-.3q-.105.105-.21.24c-.28.38-.45.86-.45%201.36M10%2013.5v4c0%20.83-.67%201.5-1.5%201.5S7%2018.33%207%2017.5v-4c0-.83.67-1.5%201.5-1.5s1.5.67%201.5%201.5%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-miterlimit%3D%2210%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M8.5%2012V7.22M8.5%2022v-3m7%203V7.22M10.1%205.3c0%20.49-.2.95-.53%201.27c-.32.33-.77.53-1.27.53H6.05c.28-.37.45-.85.45-1.35v-.9c0-.5-.17-.98-.45-1.35H8.3c.99%200%201.8.81%201.8%201.8%22%2F%3E%3Cpath%20d%3D%22M6.5%204.85v.9c0%20.5-.17.98-.45%201.35c-.76%201.01-2.32%201.35-3.77.06C2.12%207.02%202%206.72%202%206.5V4.16c0-.19.1-.47.23-.61c1.26-1.32%202.78-1.13%203.61-.3q.105.105.21.24c.28.38.45.86.45%201.36m7.4.45c0%20.49.2.95.53%201.27c.32.33.77.53%201.27.53h2.25c-.28-.37-.45-.85-.45-1.35v-.9c0-.5.17-.98.45-1.35H15.7c-.99%200-1.8.81-1.8%201.8%22%2F%3E%3Cpath%20d%3D%22M17.5%204.85v.9c0%20.5.17.98.45%201.35c.76%201.01%202.32%201.35%203.77.06c.16-.14.28-.44.28-.66V4.16c0-.19-.1-.47-.23-.61c-1.26-1.32-2.78-1.13-3.61-.3q-.105.105-.21.24c-.28.38-.45.86-.45%201.36M10%2013.5v4c0%20.83-.67%201.5-1.5%201.5S7%2018.33%207%2017.5v-4c0-.83.67-1.5%201.5-1.5s1.5.67%201.5%201.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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