earbuds right icon

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

Name
earbuds-right-filled
Set
Reicon
Style
Filled
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"><g fill="currentColor"><path fill-rule="evenodd" d="M10.735 4.95a.75.75 0 0 1-.586.885a4.26 4.26 0 0 0-3.314 3.314a.75.75 0 0 1-1.47-.298a5.76 5.76 0 0 1 4.486-4.486a.75.75 0 0 1 .884.586M7.5 22a5.5 5.5 0 1 0 0-11a5.5 5.5 0 0 0 0 11m-2.25-8a.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 1.75v-1h.75c.548 0 .75.346.75.5s-.202.5-.75.5z" clip-rule="evenodd"/><path d="M19.618 22C20.933 22 22 20.88 22 19.5h-4.765c0 1.38 1.067 2.5 2.383 2.5"/><path fill-rule="evenodd" d="M13 7.889V5.542c0-.194 0-.29.004-.372c.08-1.713 1.385-3.082 3.017-3.166c.078-.004.17-.004.354-.004c.307 0 .46 0 .59.007c2.72.14 4.895 2.422 5.029 5.276c.006.136.006.297.006.62v9.93h-4.765v-5.5c0-.613-.474-1.11-1.058-1.11C14.422 11.222 13 9.73 13 7.888m1.677-2.764c0-.46.335-.833.75-.833c.414 0 .75.373.75.833v2.778c0 .46-.336.833-.75.833c-.415 0-.75-.373-.75-.833z" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconEarbudsRightFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M10.735 4.95a.75.75 0 0 1-.586.885a4.26 4.26 0 0 0-3.314 3.314a.75.75 0 0 1-1.47-.298a5.76 5.76 0 0 1 4.486-4.486a.75.75 0 0 1 .884.586M7.5 22a5.5 5.5 0 1 0 0-11a5.5 5.5 0 0 0 0 11m-2.25-8a.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 1.75v-1h.75c.548 0 .75.346.75.5s-.202.5-.75.5z" clipRule="evenodd"/><path d="M19.618 22C20.933 22 22 20.88 22 19.5h-4.765c0 1.38 1.067 2.5 2.383 2.5"/><path fillRule="evenodd" d="M13 7.889V5.542c0-.194 0-.29.004-.372c.08-1.713 1.385-3.082 3.017-3.166c.078-.004.17-.004.354-.004c.307 0 .46 0 .59.007c2.72.14 4.895 2.422 5.029 5.276c.006.136.006.297.006.62v9.93h-4.765v-5.5c0-.613-.474-1.11-1.058-1.11C14.422 11.222 13 9.73 13 7.888m1.677-2.764c0-.46.335-.833.75-.833c.414 0 .75.373.75.833v2.778c0 .46-.336.833-.75.833c-.415 0-.75-.373-.75-.833z" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M10.735 4.95a.75.75 0 0 1-.586.885a4.26 4.26 0 0 0-3.314 3.314a.75.75 0 0 1-1.47-.298a5.76 5.76 0 0 1 4.486-4.486a.75.75 0 0 1 .884.586M7.5 22a5.5 5.5 0 1 0 0-11a5.5 5.5 0 0 0 0 11m-2.25-8a.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 1.75v-1h.75c.548 0 .75.346.75.5s-.202.5-.75.5z" clip-rule="evenodd"/><path d="M19.618 22C20.933 22 22 20.88 22 19.5h-4.765c0 1.38 1.067 2.5 2.383 2.5"/><path fill-rule="evenodd" d="M13 7.889V5.542c0-.194 0-.29.004-.372c.08-1.713 1.385-3.082 3.017-3.166c.078-.004.17-.004.354-.004c.307 0 .46 0 .59.007c2.72.14 4.895 2.422 5.029 5.276c.006.136.006.297.006.62v9.93h-4.765v-5.5c0-.613-.474-1.11-1.058-1.11C14.422 11.222 13 9.73 13 7.888m1.677-2.764c0-.46.335-.833.75-.833c.414 0 .75.373.75.833v2.778c0 .46-.336.833-.75.833c-.415 0-.75-.373-.75-.833z" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-earbuds-right-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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M10.735%204.95a.75.75%200%200%201-.586.885a4.26%204.26%200%200%200-3.314%203.314a.75.75%200%200%201-1.47-.298a5.76%205.76%200%200%201%204.486-4.486a.75.75%200%200%201%20.884.586M7.5%2022a5.5%205.5%200%201%200%200-11a5.5%205.5%200%200%200%200%2011m-2.25-8a.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%201.75v-1h.75c.548%200%20.75.346.75.5s-.202.5-.75.5z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M19.618%2022C20.933%2022%2022%2020.88%2022%2019.5h-4.765c0%201.38%201.067%202.5%202.383%202.5%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M13%207.889V5.542c0-.194%200-.29.004-.372c.08-1.713%201.385-3.082%203.017-3.166c.078-.004.17-.004.354-.004c.307%200%20.46%200%20.59.007c2.72.14%204.895%202.422%205.029%205.276c.006.136.006.297.006.62v9.93h-4.765v-5.5c0-.613-.474-1.11-1.058-1.11C14.422%2011.222%2013%209.73%2013%207.888m1.677-2.764c0-.46.335-.833.75-.833c.414%200%20.75.373.75.833v2.778c0%20.46-.336.833-.75.833c-.415%200-.75-.373-.75-.833z%22%20clip-rule%3D%22evenodd%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%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M10.735%204.95a.75.75%200%200%201-.586.885a4.26%204.26%200%200%200-3.314%203.314a.75.75%200%200%201-1.47-.298a5.76%205.76%200%200%201%204.486-4.486a.75.75%200%200%201%20.884.586M7.5%2022a5.5%205.5%200%201%200%200-11a5.5%205.5%200%200%200%200%2011m-2.25-8a.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%201.75v-1h.75c.548%200%20.75.346.75.5s-.202.5-.75.5z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M19.618%2022C20.933%2022%2022%2020.88%2022%2019.5h-4.765c0%201.38%201.067%202.5%202.383%202.5%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M13%207.889V5.542c0-.194%200-.29.004-.372c.08-1.713%201.385-3.082%203.017-3.166c.078-.004.17-.004.354-.004c.307%200%20.46%200%20.59.007c2.72.14%204.895%202.422%205.029%205.276c.006.136.006.297.006.62v9.93h-4.765v-5.5c0-.613-.474-1.11-1.058-1.11C14.422%2011.222%2013%209.73%2013%207.888m1.677-2.764c0-.46.335-.833.75-.833c.414%200%20.75.373.75.833v2.778c0%20.46-.336.833-.75.833c-.415%200-.75-.373-.75-.833z%22%20clip-rule%3D%22evenodd%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/earbuds-right-filled.svg?color=%231a73e8&size=48