surface-earbuds-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.

Name
surface-earbuds-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the surface earbuds icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.11 17.24a7 7 0 0 0 3.414 4.837l-2.473.82a2 2 0 0 1-2.322-.831l-.431-.684a2 2 0 0 1 .224-2.424zM17 10a6 6 0 1 1 0 12a6 6 0 0 1 0-12M7 1q.32 0 .634.033l-.351.115c-.387.107-.8.292-1.184.537C3.995 3.03 3.367 5.82 4.7 7.92c1.335 2.102 4.126 2.711 6.233 1.365c.344-.22.655-.484.933-.783l1.128-1.21A6 6 0 1 1 7 1m5.797.648l.107.13l.091.133l.648 1.02a2 2 0 0 1-.114 2.307l-.11.129l-2.289 2.457c-.213.23-.458.441-.737.62c-1.641 1.048-3.812.575-4.85-1.059c-1.036-1.633-.546-3.808 1.095-4.858a3.6 3.6 0 0 1 .958-.429l3.085-1.015a2 2 0 0 1 2.116.565M10.35 3.06a.75.75 0 0 0-.26.944l.054.097l.261.39l.069.087a.75.75 0 0 0 1.233-.825l-.055-.097l-.261-.39l-.069-.087a.75.75 0 0 0-.972-.119"/></svg>

React

import type { SVGProps } from "react";

export function FluentSurfaceEarbuds24Filled(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="M10.11 17.24a7 7 0 0 0 3.414 4.837l-2.473.82a2 2 0 0 1-2.322-.831l-.431-.684a2 2 0 0 1 .224-2.424zM17 10a6 6 0 1 1 0 12a6 6 0 0 1 0-12M7 1q.32 0 .634.033l-.351.115c-.387.107-.8.292-1.184.537C3.995 3.03 3.367 5.82 4.7 7.92c1.335 2.102 4.126 2.711 6.233 1.365c.344-.22.655-.484.933-.783l1.128-1.21A6 6 0 1 1 7 1m5.797.648l.107.13l.091.133l.648 1.02a2 2 0 0 1-.114 2.307l-.11.129l-2.289 2.457c-.213.23-.458.441-.737.62c-1.641 1.048-3.812.575-4.85-1.059c-1.036-1.633-.546-3.808 1.095-4.858a3.6 3.6 0 0 1 .958-.429l3.085-1.015a2 2 0 0 1 2.116.565M10.35 3.06a.75.75 0 0 0-.26.944l.054.097l.261.39l.069.087a.75.75 0 0 0 1.233-.825l-.055-.097l-.261-.39l-.069-.087a.75.75 0 0 0-.972-.119"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.11 17.24a7 7 0 0 0 3.414 4.837l-2.473.82a2 2 0 0 1-2.322-.831l-.431-.684a2 2 0 0 1 .224-2.424zM17 10a6 6 0 1 1 0 12a6 6 0 0 1 0-12M7 1q.32 0 .634.033l-.351.115c-.387.107-.8.292-1.184.537C3.995 3.03 3.367 5.82 4.7 7.92c1.335 2.102 4.126 2.711 6.233 1.365c.344-.22.655-.484.933-.783l1.128-1.21A6 6 0 1 1 7 1m5.797.648l.107.13l.091.133l.648 1.02a2 2 0 0 1-.114 2.307l-.11.129l-2.289 2.457c-.213.23-.458.441-.737.62c-1.641 1.048-3.812.575-4.85-1.059c-1.036-1.633-.546-3.808 1.095-4.858a3.6 3.6 0 0 1 .958-.429l3.085-1.015a2 2 0 0 1 2.116.565M10.35 3.06a.75.75 0 0 0-.26.944l.054.097l.261.39l.069.087a.75.75 0 0 0 1.233-.825l-.055-.097l-.261-.39l-.069-.087a.75.75 0 0 0-.972-.119"/></svg>
</template>

CSS

.icon-surface-earbuds-24-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%22M10.11%2017.24a7%207%200%200%200%203.414%204.837l-2.473.82a2%202%200%200%201-2.322-.831l-.431-.684a2%202%200%200%201%20.224-2.424zM17%2010a6%206%200%201%201%200%2012a6%206%200%200%201%200-12M7%201q.32%200%20.634.033l-.351.115c-.387.107-.8.292-1.184.537C3.995%203.03%203.367%205.82%204.7%207.92c1.335%202.102%204.126%202.711%206.233%201.365c.344-.22.655-.484.933-.783l1.128-1.21A6%206%200%201%201%207%201m5.797.648l.107.13l.091.133l.648%201.02a2%202%200%200%201-.114%202.307l-.11.129l-2.289%202.457c-.213.23-.458.441-.737.62c-1.641%201.048-3.812.575-4.85-1.059c-1.036-1.633-.546-3.808%201.095-4.858a3.6%203.6%200%200%201%20.958-.429l3.085-1.015a2%202%200%200%201%202.116.565M10.35%203.06a.75.75%200%200%200-.26.944l.054.097l.261.39l.069.087a.75.75%200%200%200%201.233-.825l-.055-.097l-.261-.39l-.069-.087a.75.75%200%200%200-.972-.119%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%22M10.11%2017.24a7%207%200%200%200%203.414%204.837l-2.473.82a2%202%200%200%201-2.322-.831l-.431-.684a2%202%200%200%201%20.224-2.424zM17%2010a6%206%200%201%201%200%2012a6%206%200%200%201%200-12M7%201q.32%200%20.634.033l-.351.115c-.387.107-.8.292-1.184.537C3.995%203.03%203.367%205.82%204.7%207.92c1.335%202.102%204.126%202.711%206.233%201.365c.344-.22.655-.484.933-.783l1.128-1.21A6%206%200%201%201%207%201m5.797.648l.107.13l.091.133l.648%201.02a2%202%200%200%201-.114%202.307l-.11.129l-2.289%202.457c-.213.23-.458.441-.737.62c-1.641%201.048-3.812.575-4.85-1.059c-1.036-1.633-.546-3.808%201.095-4.858a3.6%203.6%200%200%201%20.958-.429l3.085-1.015a2%202%200%200%201%202.116.565M10.35%203.06a.75.75%200%200%200-.26.944l.054.097l.261.39l.069.087a.75.75%200%200%200%201.233-.825l-.055-.097l-.261-.39l-.069-.087a.75.75%200%200%200-.972-.119%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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