earbuds right icon

earbuds-right from Reicon by REICON · Outline · Devices · MIT Free for personal and commercial use.

Name
earbuds-right
Set
Reicon
Style
Outline
Category
Devices
Viewbox
24×24
License
MIT

2 other variants in Reicon

More devices icons from Reicon

Use the earbuds right icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M15.376 1.25h.069a6.34 6.34 0 0 1 6.305 6.305V19.52c0 .12 0 .207-.004.285a3.1 3.1 0 0 1-2.94 2.941c-.079.004-.166.004-.286.004h-.04c-.12 0-.207 0-.285-.004a3.1 3.1 0 0 1-2.941-2.94c-.004-.079-.004-.166-.004-.286V12a.25.25 0 0 0-.25-.25A3.75 3.75 0 0 1 11.25 8V5.332a4.103 4.103 0 0 1 4.082-4.082zm-.037 1.5a2.603 2.603 0 0 0-2.589 2.588V8A2.25 2.25 0 0 0 15 10.25c.966 0 1.75.784 1.75 1.75v5.917h3.5V7.562a4.84 4.84 0 0 0-4.812-4.812zm4.911 16.667h-3.5v.083c0 .148 0 .195.002.23a1.6 1.6 0 0 0 1.518 1.518c.035.002.082.002.23.002s.195 0 .23-.002a1.6 1.6 0 0 0 1.518-1.518c.002-.035.002-.082.002-.23zM15 4.25a.75.75 0 0 1 .75.75v3a.75.75 0 0 1-1.5 0V5a.75.75 0 0 1 .75-.75m-5.265.7a.75.75 0 0 1-.586.885a4.26 4.26 0 0 0-3.314 3.314a.75.75 0 1 1-1.47-.298a5.76 5.76 0 0 1 4.486-4.486a.75.75 0 0 1 .884.586M7.5 11.75a4.75 4.75 0 1 0 0 9.5a4.75 4.75 0 0 0 0-9.5M1.25 16.5a6.25 6.25 0 1 1 12.5 0a6.25 6.25 0 0 1-12.5 0m4-2.5a.75.75 0 0 1 .75-.75h1.5c1.109 0 2.25.773 2.25 2c0 .786-.468 1.386-1.096 1.715l.99 1.65a.75.75 0 0 1-1.287.77L7.075 17.25H6.75V19a.75.75 0 0 1-1.5 0zm1.5.75v1h.75c.548 0 .75-.346.75-.5s-.202-.5-.75-.5z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconEarbudsRight(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" fillRule="evenodd" d="M15.376 1.25h.069a6.34 6.34 0 0 1 6.305 6.305V19.52c0 .12 0 .207-.004.285a3.1 3.1 0 0 1-2.94 2.941c-.079.004-.166.004-.286.004h-.04c-.12 0-.207 0-.285-.004a3.1 3.1 0 0 1-2.941-2.94c-.004-.079-.004-.166-.004-.286V12a.25.25 0 0 0-.25-.25A3.75 3.75 0 0 1 11.25 8V5.332a4.103 4.103 0 0 1 4.082-4.082zm-.037 1.5a2.603 2.603 0 0 0-2.589 2.588V8A2.25 2.25 0 0 0 15 10.25c.966 0 1.75.784 1.75 1.75v5.917h3.5V7.562a4.84 4.84 0 0 0-4.812-4.812zm4.911 16.667h-3.5v.083c0 .148 0 .195.002.23a1.6 1.6 0 0 0 1.518 1.518c.035.002.082.002.23.002s.195 0 .23-.002a1.6 1.6 0 0 0 1.518-1.518c.002-.035.002-.082.002-.23zM15 4.25a.75.75 0 0 1 .75.75v3a.75.75 0 0 1-1.5 0V5a.75.75 0 0 1 .75-.75m-5.265.7a.75.75 0 0 1-.586.885a4.26 4.26 0 0 0-3.314 3.314a.75.75 0 1 1-1.47-.298a5.76 5.76 0 0 1 4.486-4.486a.75.75 0 0 1 .884.586M7.5 11.75a4.75 4.75 0 1 0 0 9.5a4.75 4.75 0 0 0 0-9.5M1.25 16.5a6.25 6.25 0 1 1 12.5 0a6.25 6.25 0 0 1-12.5 0m4-2.5a.75.75 0 0 1 .75-.75h1.5c1.109 0 2.25.773 2.25 2c0 .786-.468 1.386-1.096 1.715l.99 1.65a.75.75 0 0 1-1.287.77L7.075 17.25H6.75V19a.75.75 0 0 1-1.5 0zm1.5.75v1h.75c.548 0 .75-.346.75-.5s-.202-.5-.75-.5z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M15.376 1.25h.069a6.34 6.34 0 0 1 6.305 6.305V19.52c0 .12 0 .207-.004.285a3.1 3.1 0 0 1-2.94 2.941c-.079.004-.166.004-.286.004h-.04c-.12 0-.207 0-.285-.004a3.1 3.1 0 0 1-2.941-2.94c-.004-.079-.004-.166-.004-.286V12a.25.25 0 0 0-.25-.25A3.75 3.75 0 0 1 11.25 8V5.332a4.103 4.103 0 0 1 4.082-4.082zm-.037 1.5a2.603 2.603 0 0 0-2.589 2.588V8A2.25 2.25 0 0 0 15 10.25c.966 0 1.75.784 1.75 1.75v5.917h3.5V7.562a4.84 4.84 0 0 0-4.812-4.812zm4.911 16.667h-3.5v.083c0 .148 0 .195.002.23a1.6 1.6 0 0 0 1.518 1.518c.035.002.082.002.23.002s.195 0 .23-.002a1.6 1.6 0 0 0 1.518-1.518c.002-.035.002-.082.002-.23zM15 4.25a.75.75 0 0 1 .75.75v3a.75.75 0 0 1-1.5 0V5a.75.75 0 0 1 .75-.75m-5.265.7a.75.75 0 0 1-.586.885a4.26 4.26 0 0 0-3.314 3.314a.75.75 0 1 1-1.47-.298a5.76 5.76 0 0 1 4.486-4.486a.75.75 0 0 1 .884.586M7.5 11.75a4.75 4.75 0 1 0 0 9.5a4.75 4.75 0 0 0 0-9.5M1.25 16.5a6.25 6.25 0 1 1 12.5 0a6.25 6.25 0 0 1-12.5 0m4-2.5a.75.75 0 0 1 .75-.75h1.5c1.109 0 2.25.773 2.25 2c0 .786-.468 1.386-1.096 1.715l.99 1.65a.75.75 0 0 1-1.287.77L7.075 17.25H6.75V19a.75.75 0 0 1-1.5 0zm1.5.75v1h.75c.548 0 .75-.346.75-.5s-.202-.5-.75-.5z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-earbuds-right {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M15.376%201.25h.069a6.34%206.34%200%200%201%206.305%206.305V19.52c0%20.12%200%20.207-.004.285a3.1%203.1%200%200%201-2.94%202.941c-.079.004-.166.004-.286.004h-.04c-.12%200-.207%200-.285-.004a3.1%203.1%200%200%201-2.941-2.94c-.004-.079-.004-.166-.004-.286V12a.25.25%200%200%200-.25-.25A3.75%203.75%200%200%201%2011.25%208V5.332a4.103%204.103%200%200%201%204.082-4.082zm-.037%201.5a2.603%202.603%200%200%200-2.589%202.588V8A2.25%202.25%200%200%200%2015%2010.25c.966%200%201.75.784%201.75%201.75v5.917h3.5V7.562a4.84%204.84%200%200%200-4.812-4.812zm4.911%2016.667h-3.5v.083c0%20.148%200%20.195.002.23a1.6%201.6%200%200%200%201.518%201.518c.035.002.082.002.23.002s.195%200%20.23-.002a1.6%201.6%200%200%200%201.518-1.518c.002-.035.002-.082.002-.23zM15%204.25a.75.75%200%200%201%20.75.75v3a.75.75%200%200%201-1.5%200V5a.75.75%200%200%201%20.75-.75m-5.265.7a.75.75%200%200%201-.586.885a4.26%204.26%200%200%200-3.314%203.314a.75.75%200%201%201-1.47-.298a5.76%205.76%200%200%201%204.486-4.486a.75.75%200%200%201%20.884.586M7.5%2011.75a4.75%204.75%200%201%200%200%209.5a4.75%204.75%200%200%200%200-9.5M1.25%2016.5a6.25%206.25%200%201%201%2012.5%200a6.25%206.25%200%200%201-12.5%200m4-2.5a.75.75%200%200%201%20.75-.75h1.5c1.109%200%202.25.773%202.25%202c0%20.786-.468%201.386-1.096%201.715l.99%201.65a.75.75%200%200%201-1.287.77L7.075%2017.25H6.75V19a.75.75%200%200%201-1.5%200zm1.5.75v1h.75c.548%200%20.75-.346.75-.5s-.202-.5-.75-.5z%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M15.376%201.25h.069a6.34%206.34%200%200%201%206.305%206.305V19.52c0%20.12%200%20.207-.004.285a3.1%203.1%200%200%201-2.94%202.941c-.079.004-.166.004-.286.004h-.04c-.12%200-.207%200-.285-.004a3.1%203.1%200%200%201-2.941-2.94c-.004-.079-.004-.166-.004-.286V12a.25.25%200%200%200-.25-.25A3.75%203.75%200%200%201%2011.25%208V5.332a4.103%204.103%200%200%201%204.082-4.082zm-.037%201.5a2.603%202.603%200%200%200-2.589%202.588V8A2.25%202.25%200%200%200%2015%2010.25c.966%200%201.75.784%201.75%201.75v5.917h3.5V7.562a4.84%204.84%200%200%200-4.812-4.812zm4.911%2016.667h-3.5v.083c0%20.148%200%20.195.002.23a1.6%201.6%200%200%200%201.518%201.518c.035.002.082.002.23.002s.195%200%20.23-.002a1.6%201.6%200%200%200%201.518-1.518c.002-.035.002-.082.002-.23zM15%204.25a.75.75%200%200%201%20.75.75v3a.75.75%200%200%201-1.5%200V5a.75.75%200%200%201%20.75-.75m-5.265.7a.75.75%200%200%201-.586.885a4.26%204.26%200%200%200-3.314%203.314a.75.75%200%201%201-1.47-.298a5.76%205.76%200%200%201%204.486-4.486a.75.75%200%200%201%20.884.586M7.5%2011.75a4.75%204.75%200%201%200%200%209.5a4.75%204.75%200%200%200%200-9.5M1.25%2016.5a6.25%206.25%200%201%201%2012.5%200a6.25%206.25%200%200%201-12.5%200m4-2.5a.75.75%200%200%201%20.75-.75h1.5c1.109%200%202.25.773%202.25%202c0%20.786-.468%201.386-1.096%201.715l.99%201.65a.75.75%200%200%201-1.287.77L7.075%2017.25H6.75V19a.75.75%200%200%201-1.5%200zm1.5.75v1h.75c.548%200%20.75-.346.75-.5s-.202-.5-.75-.5z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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