headphones3 icon
headphones3-filled from Reicon by REICON · Filled · UI · MIT Free for personal and commercial use.
- Name
- headphones3-filled
- Set
- Reicon
- Style
- Filled
- Category
- UI
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More ui icons from Reicon
Use the headphones3 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2.25C6.063 2.25 1.25 7.063 1.25 13v5.189c0 .287 0 .493.02.675a3.25 3.25 0 0 0 2.866 2.866c.182.02.388.02.675.02h.074c.104 0 .212 0 .311-.011a1.75 1.75 0 0 0 1.543-1.543c.011-.1.011-.207.011-.311v-4.77c0-.104 0-.212-.011-.311a1.75 1.75 0 0 0-1.543-1.543a3 3 0 0 0-.311-.011H4.81c-.287 0-.493 0-.675.02c-.507.058-.978.23-1.386.491V13a9.25 9.25 0 0 1 18.5 0v.761a3.24 3.24 0 0 0-1.386-.49a6 6 0 0 0-.675-.021h-.074c-.104 0-.211 0-.31.011a1.75 1.75 0 0 0-1.544 1.543c-.011.1-.011.207-.011.311v4.77c0 .104 0 .211.011.31a1.75 1.75 0 0 0 1.543 1.544c.1.011.207.011.311.011h.074c.287 0 .493 0 .675-.02a3.25 3.25 0 0 0 2.866-2.866c.02-.182.02-.388.02-.675V13c0-5.937-4.813-10.75-10.75-10.75"/></svg>
React
import type { SVGProps } from "react";
export function ReiconHeadphones3Filled(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 2.25C6.063 2.25 1.25 7.063 1.25 13v5.189c0 .287 0 .493.02.675a3.25 3.25 0 0 0 2.866 2.866c.182.02.388.02.675.02h.074c.104 0 .212 0 .311-.011a1.75 1.75 0 0 0 1.543-1.543c.011-.1.011-.207.011-.311v-4.77c0-.104 0-.212-.011-.311a1.75 1.75 0 0 0-1.543-1.543a3 3 0 0 0-.311-.011H4.81c-.287 0-.493 0-.675.02c-.507.058-.978.23-1.386.491V13a9.25 9.25 0 0 1 18.5 0v.761a3.24 3.24 0 0 0-1.386-.49a6 6 0 0 0-.675-.021h-.074c-.104 0-.211 0-.31.011a1.75 1.75 0 0 0-1.544 1.543c-.011.1-.011.207-.011.311v4.77c0 .104 0 .211.011.31a1.75 1.75 0 0 0 1.543 1.544c.1.011.207.011.311.011h.074c.287 0 .493 0 .675-.02a3.25 3.25 0 0 0 2.866-2.866c.02-.182.02-.388.02-.675V13c0-5.937-4.813-10.75-10.75-10.75"/></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 2.25C6.063 2.25 1.25 7.063 1.25 13v5.189c0 .287 0 .493.02.675a3.25 3.25 0 0 0 2.866 2.866c.182.02.388.02.675.02h.074c.104 0 .212 0 .311-.011a1.75 1.75 0 0 0 1.543-1.543c.011-.1.011-.207.011-.311v-4.77c0-.104 0-.212-.011-.311a1.75 1.75 0 0 0-1.543-1.543a3 3 0 0 0-.311-.011H4.81c-.287 0-.493 0-.675.02c-.507.058-.978.23-1.386.491V13a9.25 9.25 0 0 1 18.5 0v.761a3.24 3.24 0 0 0-1.386-.49a6 6 0 0 0-.675-.021h-.074c-.104 0-.211 0-.31.011a1.75 1.75 0 0 0-1.544 1.543c-.011.1-.011.207-.011.311v4.77c0 .104 0 .211.011.31a1.75 1.75 0 0 0 1.543 1.544c.1.011.207.011.311.011h.074c.287 0 .493 0 .675-.02a3.25 3.25 0 0 0 2.866-2.866c.02-.182.02-.388.02-.675V13c0-5.937-4.813-10.75-10.75-10.75"/></svg> </template>
CSS
.icon-headphones3-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%202.25C6.063%202.25%201.25%207.063%201.25%2013v5.189c0%20.287%200%20.493.02.675a3.25%203.25%200%200%200%202.866%202.866c.182.02.388.02.675.02h.074c.104%200%20.212%200%20.311-.011a1.75%201.75%200%200%200%201.543-1.543c.011-.1.011-.207.011-.311v-4.77c0-.104%200-.212-.011-.311a1.75%201.75%200%200%200-1.543-1.543a3%203%200%200%200-.311-.011H4.81c-.287%200-.493%200-.675.02c-.507.058-.978.23-1.386.491V13a9.25%209.25%200%200%201%2018.5%200v.761a3.24%203.24%200%200%200-1.386-.49a6%206%200%200%200-.675-.021h-.074c-.104%200-.211%200-.31.011a1.75%201.75%200%200%200-1.544%201.543c-.011.1-.011.207-.011.311v4.77c0%20.104%200%20.211.011.31a1.75%201.75%200%200%200%201.543%201.544c.1.011.207.011.311.011h.074c.287%200%20.493%200%20.675-.02a3.25%203.25%200%200%200%202.866-2.866c.02-.182.02-.388.02-.675V13c0-5.937-4.813-10.75-10.75-10.75%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%202.25C6.063%202.25%201.25%207.063%201.25%2013v5.189c0%20.287%200%20.493.02.675a3.25%203.25%200%200%200%202.866%202.866c.182.02.388.02.675.02h.074c.104%200%20.212%200%20.311-.011a1.75%201.75%200%200%200%201.543-1.543c.011-.1.011-.207.011-.311v-4.77c0-.104%200-.212-.011-.311a1.75%201.75%200%200%200-1.543-1.543a3%203%200%200%200-.311-.011H4.81c-.287%200-.493%200-.675.02c-.507.058-.978.23-1.386.491V13a9.25%209.25%200%200%201%2018.5%200v.761a3.24%203.24%200%200%200-1.386-.49a6%206%200%200%200-.675-.021h-.074c-.104%200-.211%200-.31.011a1.75%201.75%200%200%200-1.544%201.543c-.011.1-.011.207-.011.311v4.77c0%20.104%200%20.211.011.31a1.75%201.75%200%200%200%201.543%201.544c.1.011.207.011.311.011h.074c.287%200%20.493%200%20.675-.02a3.25%203.25%200%200%200%202.866-2.866c.02-.182.02-.388.02-.675V13c0-5.937-4.813-10.75-10.75-10.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/headphones3-filled.svg?color=%231a73e8&size=48