headphones2 icon

headphones2-filled from Reicon by REICON · Filled · Devices · MIT Free for personal and commercial use.

Name
headphones2-filled
Set
Reicon
Style
Filled
Category
Devices
Viewbox
24×24
License
MIT

2 other variants in Reicon

More devices icons from Reicon

Use the headphones2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.053 2c2.148 0 3.83 0 5.143.179c1.345.183 2.405.564 3.237 1.407s1.21 1.916 1.39 3.277C22 8.193 22 9.896 22 12.07v5.297c0 .817 0 1.378-.143 1.87a3.52 3.52 0 0 1-1.847 2.188c-.457.22-1.004.307-1.801.434l-.13.02c-.284.046-.526.085-.727.105c-.209.02-.422.027-.64-.016a2.1 2.1 0 0 1-1.561-1.35a2.2 2.2 0 0 1-.116-.639c-.012-.204-.012-.452-.012-.742v-4.173c0-.425 0-.791.097-1.105a2.1 2.1 0 0 1 1.528-1.43c.316-.073.677-.044 1.096-.01l.093.007l.11.01c.783.062 1.32.104 1.775.275q.481.181.883.487v-1.174c0-2.24-.002-3.848-.165-5.073c-.16-1.204-.463-1.93-.993-2.466S18.2 3.741 17.01 3.579c-1.21-.165-2.799-.166-5.011-.166s-3.801.001-5.01.166c-1.19.162-1.907.47-2.437 1.006S3.72 5.847 3.56 7.051c-.162 1.225-.164 2.833-.164 5.073v1.174c.267-.203.563-.368.883-.487c.456-.17.992-.213 1.775-.276l.11-.009l.093-.007c.42-.034.78-.063 1.096.01a2.1 2.1 0 0 1 1.528 1.43c.098.314.097.68.097 1.105v4.172c0 .291 0 .54-.012.743c-.012.213-.04.427-.116.638a2.1 2.1 0 0 1-1.56 1.35a2.2 2.2 0 0 1-.641.017c-.201-.02-.443-.059-.727-.104l-.13-.02c-.797-.128-1.344-.215-1.801-.436a3.52 3.52 0 0 1-1.847-2.188C2 18.745 2 18.184 2 17.367V12.07c0-2.174 0-3.878.177-5.207c.18-1.36.557-2.434 1.39-3.277S5.46 2.362 6.803 2.18C8.116 2 9.8 2 11.947 2z"/></svg>

React

import type { SVGProps } from "react";

export function ReiconHeadphones2Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.053 2c2.148 0 3.83 0 5.143.179c1.345.183 2.405.564 3.237 1.407s1.21 1.916 1.39 3.277C22 8.193 22 9.896 22 12.07v5.297c0 .817 0 1.378-.143 1.87a3.52 3.52 0 0 1-1.847 2.188c-.457.22-1.004.307-1.801.434l-.13.02c-.284.046-.526.085-.727.105c-.209.02-.422.027-.64-.016a2.1 2.1 0 0 1-1.561-1.35a2.2 2.2 0 0 1-.116-.639c-.012-.204-.012-.452-.012-.742v-4.173c0-.425 0-.791.097-1.105a2.1 2.1 0 0 1 1.528-1.43c.316-.073.677-.044 1.096-.01l.093.007l.11.01c.783.062 1.32.104 1.775.275q.481.181.883.487v-1.174c0-2.24-.002-3.848-.165-5.073c-.16-1.204-.463-1.93-.993-2.466S18.2 3.741 17.01 3.579c-1.21-.165-2.799-.166-5.011-.166s-3.801.001-5.01.166c-1.19.162-1.907.47-2.437 1.006S3.72 5.847 3.56 7.051c-.162 1.225-.164 2.833-.164 5.073v1.174c.267-.203.563-.368.883-.487c.456-.17.992-.213 1.775-.276l.11-.009l.093-.007c.42-.034.78-.063 1.096.01a2.1 2.1 0 0 1 1.528 1.43c.098.314.097.68.097 1.105v4.172c0 .291 0 .54-.012.743c-.012.213-.04.427-.116.638a2.1 2.1 0 0 1-1.56 1.35a2.2 2.2 0 0 1-.641.017c-.201-.02-.443-.059-.727-.104l-.13-.02c-.797-.128-1.344-.215-1.801-.436a3.52 3.52 0 0 1-1.847-2.188C2 18.745 2 18.184 2 17.367V12.07c0-2.174 0-3.878.177-5.207c.18-1.36.557-2.434 1.39-3.277S5.46 2.362 6.803 2.18C8.116 2 9.8 2 11.947 2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.053 2c2.148 0 3.83 0 5.143.179c1.345.183 2.405.564 3.237 1.407s1.21 1.916 1.39 3.277C22 8.193 22 9.896 22 12.07v5.297c0 .817 0 1.378-.143 1.87a3.52 3.52 0 0 1-1.847 2.188c-.457.22-1.004.307-1.801.434l-.13.02c-.284.046-.526.085-.727.105c-.209.02-.422.027-.64-.016a2.1 2.1 0 0 1-1.561-1.35a2.2 2.2 0 0 1-.116-.639c-.012-.204-.012-.452-.012-.742v-4.173c0-.425 0-.791.097-1.105a2.1 2.1 0 0 1 1.528-1.43c.316-.073.677-.044 1.096-.01l.093.007l.11.01c.783.062 1.32.104 1.775.275q.481.181.883.487v-1.174c0-2.24-.002-3.848-.165-5.073c-.16-1.204-.463-1.93-.993-2.466S18.2 3.741 17.01 3.579c-1.21-.165-2.799-.166-5.011-.166s-3.801.001-5.01.166c-1.19.162-1.907.47-2.437 1.006S3.72 5.847 3.56 7.051c-.162 1.225-.164 2.833-.164 5.073v1.174c.267-.203.563-.368.883-.487c.456-.17.992-.213 1.775-.276l.11-.009l.093-.007c.42-.034.78-.063 1.096.01a2.1 2.1 0 0 1 1.528 1.43c.098.314.097.68.097 1.105v4.172c0 .291 0 .54-.012.743c-.012.213-.04.427-.116.638a2.1 2.1 0 0 1-1.56 1.35a2.2 2.2 0 0 1-.641.017c-.201-.02-.443-.059-.727-.104l-.13-.02c-.797-.128-1.344-.215-1.801-.436a3.52 3.52 0 0 1-1.847-2.188C2 18.745 2 18.184 2 17.367V12.07c0-2.174 0-3.878.177-5.207c.18-1.36.557-2.434 1.39-3.277S5.46 2.362 6.803 2.18C8.116 2 9.8 2 11.947 2z"/></svg>
</template>

CSS

.icon-headphones2-filled {
  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%22currentColor%22%20d%3D%22M12.053%202c2.148%200%203.83%200%205.143.179c1.345.183%202.405.564%203.237%201.407s1.21%201.916%201.39%203.277C22%208.193%2022%209.896%2022%2012.07v5.297c0%20.817%200%201.378-.143%201.87a3.52%203.52%200%200%201-1.847%202.188c-.457.22-1.004.307-1.801.434l-.13.02c-.284.046-.526.085-.727.105c-.209.02-.422.027-.64-.016a2.1%202.1%200%200%201-1.561-1.35a2.2%202.2%200%200%201-.116-.639c-.012-.204-.012-.452-.012-.742v-4.173c0-.425%200-.791.097-1.105a2.1%202.1%200%200%201%201.528-1.43c.316-.073.677-.044%201.096-.01l.093.007l.11.01c.783.062%201.32.104%201.775.275q.481.181.883.487v-1.174c0-2.24-.002-3.848-.165-5.073c-.16-1.204-.463-1.93-.993-2.466S18.2%203.741%2017.01%203.579c-1.21-.165-2.799-.166-5.011-.166s-3.801.001-5.01.166c-1.19.162-1.907.47-2.437%201.006S3.72%205.847%203.56%207.051c-.162%201.225-.164%202.833-.164%205.073v1.174c.267-.203.563-.368.883-.487c.456-.17.992-.213%201.775-.276l.11-.009l.093-.007c.42-.034.78-.063%201.096.01a2.1%202.1%200%200%201%201.528%201.43c.098.314.097.68.097%201.105v4.172c0%20.291%200%20.54-.012.743c-.012.213-.04.427-.116.638a2.1%202.1%200%200%201-1.56%201.35a2.2%202.2%200%200%201-.641.017c-.201-.02-.443-.059-.727-.104l-.13-.02c-.797-.128-1.344-.215-1.801-.436a3.52%203.52%200%200%201-1.847-2.188C2%2018.745%202%2018.184%202%2017.367V12.07c0-2.174%200-3.878.177-5.207c.18-1.36.557-2.434%201.39-3.277S5.46%202.362%206.803%202.18C8.116%202%209.8%202%2011.947%202z%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%22currentColor%22%20d%3D%22M12.053%202c2.148%200%203.83%200%205.143.179c1.345.183%202.405.564%203.237%201.407s1.21%201.916%201.39%203.277C22%208.193%2022%209.896%2022%2012.07v5.297c0%20.817%200%201.378-.143%201.87a3.52%203.52%200%200%201-1.847%202.188c-.457.22-1.004.307-1.801.434l-.13.02c-.284.046-.526.085-.727.105c-.209.02-.422.027-.64-.016a2.1%202.1%200%200%201-1.561-1.35a2.2%202.2%200%200%201-.116-.639c-.012-.204-.012-.452-.012-.742v-4.173c0-.425%200-.791.097-1.105a2.1%202.1%200%200%201%201.528-1.43c.316-.073.677-.044%201.096-.01l.093.007l.11.01c.783.062%201.32.104%201.775.275q.481.181.883.487v-1.174c0-2.24-.002-3.848-.165-5.073c-.16-1.204-.463-1.93-.993-2.466S18.2%203.741%2017.01%203.579c-1.21-.165-2.799-.166-5.011-.166s-3.801.001-5.01.166c-1.19.162-1.907.47-2.437%201.006S3.72%205.847%203.56%207.051c-.162%201.225-.164%202.833-.164%205.073v1.174c.267-.203.563-.368.883-.487c.456-.17.992-.213%201.775-.276l.11-.009l.093-.007c.42-.034.78-.063%201.096.01a2.1%202.1%200%200%201%201.528%201.43c.098.314.097.68.097%201.105v4.172c0%20.291%200%20.54-.012.743c-.012.213-.04.427-.116.638a2.1%202.1%200%200%201-1.56%201.35a2.2%202.2%200%200%201-.641.017c-.201-.02-.443-.059-.727-.104l-.13-.02c-.797-.128-1.344-.215-1.801-.436a3.52%203.52%200%200%201-1.847-2.188C2%2018.745%202%2018.184%202%2017.367V12.07c0-2.174%200-3.878.177-5.207c.18-1.36.557-2.434%201.39-3.277S5.46%202.362%206.803%202.18C8.116%202%209.8%202%2011.947%202z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Headphones2 filled icon — Reicon · IconsDB