headphones alt icon

headphones-alt from Font Awesome Solid by Dave Gandy · Solid · Music · CC-BY-4.0 Attribution required.

Name
headphones-alt
Set
Font Awesome Solid
Style
Solid
Category
Music
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

More music icons from Font Awesome Solid

Use the headphones alt icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M160 288c0-88.4 71.6-160 160-160s160 71.6 160 160v37.5c-10-3.5-20.8-5.5-32-5.5h-16c-26.5 0-48 21.5-48 48v128c0 26.5 21.5 48 48 48h16c53 0 96-43 96-96V288c0-123.7-100.3-224-224-224S96 164.3 96 288v160c0 53 43 96 96 96h16c26.5 0 48-21.5 48-48V368c0-26.5-21.5-48-48-48h-16c-11.2 0-22 1.9-32 5.5z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidHeadphonesAlt(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M160 288c0-88.4 71.6-160 160-160s160 71.6 160 160v37.5c-10-3.5-20.8-5.5-32-5.5h-16c-26.5 0-48 21.5-48 48v128c0 26.5 21.5 48 48 48h16c53 0 96-43 96-96V288c0-123.7-100.3-224-224-224S96 164.3 96 288v160c0 53 43 96 96 96h16c26.5 0 48-21.5 48-48V368c0-26.5-21.5-48-48-48h-16c-11.2 0-22 1.9-32 5.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M160 288c0-88.4 71.6-160 160-160s160 71.6 160 160v37.5c-10-3.5-20.8-5.5-32-5.5h-16c-26.5 0-48 21.5-48 48v128c0 26.5 21.5 48 48 48h16c53 0 96-43 96-96V288c0-123.7-100.3-224-224-224S96 164.3 96 288v160c0 53 43 96 96 96h16c26.5 0 48-21.5 48-48V368c0-26.5-21.5-48-48-48h-16c-11.2 0-22 1.9-32 5.5z"/></svg>
</template>

CSS

.icon-headphones-alt {
  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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M160%20288c0-88.4%2071.6-160%20160-160s160%2071.6%20160%20160v37.5c-10-3.5-20.8-5.5-32-5.5h-16c-26.5%200-48%2021.5-48%2048v128c0%2026.5%2021.5%2048%2048%2048h16c53%200%2096-43%2096-96V288c0-123.7-100.3-224-224-224S96%20164.3%2096%20288v160c0%2053%2043%2096%2096%2096h16c26.5%200%2048-21.5%2048-48V368c0-26.5-21.5-48-48-48h-16c-11.2%200-22%201.9-32%205.5z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M160%20288c0-88.4%2071.6-160%20160-160s160%2071.6%20160%20160v37.5c-10-3.5-20.8-5.5-32-5.5h-16c-26.5%200-48%2021.5-48%2048v128c0%2026.5%2021.5%2048%2048%2048h16c53%200%2096-43%2096-96V288c0-123.7-100.3-224-224-224S96%20164.3%2096%20288v160c0%2053%2043%2096%2096%2096h16c26.5%200%2048-21.5%2048-48V368c0-26.5-21.5-48-48-48h-16c-11.2%200-22%201.9-32%205.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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