earbuds-off-outline from Material Design Icons by Pictogrammers · Outline · Audio · Apache-2.0 Free for personal and commercial use.

Name
earbuds-off-outline
Set
Material Design Icons
Style
Outline
Category
Audio
Viewbox
24×24
License
Apache 2.0
Aliases
headphones-off-outline

1 other variant in Material Design Icons

More audio icons from Material Design Icons

Use the earbuds off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m22.11 21.46l-3.61-3.61v-.01l-2.92-2.91l-1.49-1.49h.01l-2.54-2.54L10 9.34l-3-3L6.66 6h.01l-.57-.56l-3.71-3.71L1.11 3l1.44 1.43C2.19 5 2 5.58 2 6v5c0 1 1 3 3 3c.61 0 1.32-.28 2-.73V20c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-8.11l4.5 4.5V20c0 .55.45 1 1 1h2c.44 0 .8-.28.93-.68l2.41 2.41zM8 10.23L5.91 11.6c-.51.33-.83.4-.91.4c-.7 0-1-.92-1-1V6.03c0-.03 0-.06.03-.11L8 9.89zm5.53.1l-2.49-2.49C11.37 5.12 13.69 3 16.5 3C19.54 3 22 5.46 22 8.5c0 2.82-2.11 5.13-4.84 5.46l-2.49-2.49c.53.33 1.16.53 1.83.53c1.93 0 3.5-1.57 3.5-3.5S18.43 5 16.5 5S13 6.57 13 8.5c0 .67.2 1.3.53 1.83"/></svg>

React

import type { SVGProps } from "react";

export function MdiEarbudsOffOutline(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="m22.11 21.46l-3.61-3.61v-.01l-2.92-2.91l-1.49-1.49h.01l-2.54-2.54L10 9.34l-3-3L6.66 6h.01l-.57-.56l-3.71-3.71L1.11 3l1.44 1.43C2.19 5 2 5.58 2 6v5c0 1 1 3 3 3c.61 0 1.32-.28 2-.73V20c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-8.11l4.5 4.5V20c0 .55.45 1 1 1h2c.44 0 .8-.28.93-.68l2.41 2.41zM8 10.23L5.91 11.6c-.51.33-.83.4-.91.4c-.7 0-1-.92-1-1V6.03c0-.03 0-.06.03-.11L8 9.89zm5.53.1l-2.49-2.49C11.37 5.12 13.69 3 16.5 3C19.54 3 22 5.46 22 8.5c0 2.82-2.11 5.13-4.84 5.46l-2.49-2.49c.53.33 1.16.53 1.83.53c1.93 0 3.5-1.57 3.5-3.5S18.43 5 16.5 5S13 6.57 13 8.5c0 .67.2 1.3.53 1.83"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m22.11 21.46l-3.61-3.61v-.01l-2.92-2.91l-1.49-1.49h.01l-2.54-2.54L10 9.34l-3-3L6.66 6h.01l-.57-.56l-3.71-3.71L1.11 3l1.44 1.43C2.19 5 2 5.58 2 6v5c0 1 1 3 3 3c.61 0 1.32-.28 2-.73V20c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-8.11l4.5 4.5V20c0 .55.45 1 1 1h2c.44 0 .8-.28.93-.68l2.41 2.41zM8 10.23L5.91 11.6c-.51.33-.83.4-.91.4c-.7 0-1-.92-1-1V6.03c0-.03 0-.06.03-.11L8 9.89zm5.53.1l-2.49-2.49C11.37 5.12 13.69 3 16.5 3C19.54 3 22 5.46 22 8.5c0 2.82-2.11 5.13-4.84 5.46l-2.49-2.49c.53.33 1.16.53 1.83.53c1.93 0 3.5-1.57 3.5-3.5S18.43 5 16.5 5S13 6.57 13 8.5c0 .67.2 1.3.53 1.83"/></svg>
</template>

CSS

.icon-earbuds-off-outline {
  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%22m22.11%2021.46l-3.61-3.61v-.01l-2.92-2.91l-1.49-1.49h.01l-2.54-2.54L10%209.34l-3-3L6.66%206h.01l-.57-.56l-3.71-3.71L1.11%203l1.44%201.43C2.19%205%202%205.58%202%206v5c0%201%201%203%203%203c.61%200%201.32-.28%202-.73V20c0%20.55.45%201%201%201h1c.55%200%201-.45%201-1v-8.11l4.5%204.5V20c0%20.55.45%201%201%201h2c.44%200%20.8-.28.93-.68l2.41%202.41zM8%2010.23L5.91%2011.6c-.51.33-.83.4-.91.4c-.7%200-1-.92-1-1V6.03c0-.03%200-.06.03-.11L8%209.89zm5.53.1l-2.49-2.49C11.37%205.12%2013.69%203%2016.5%203C19.54%203%2022%205.46%2022%208.5c0%202.82-2.11%205.13-4.84%205.46l-2.49-2.49c.53.33%201.16.53%201.83.53c1.93%200%203.5-1.57%203.5-3.5S18.43%205%2016.5%205S13%206.57%2013%208.5c0%20.67.2%201.3.53%201.83%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%22m22.11%2021.46l-3.61-3.61v-.01l-2.92-2.91l-1.49-1.49h.01l-2.54-2.54L10%209.34l-3-3L6.66%206h.01l-.57-.56l-3.71-3.71L1.11%203l1.44%201.43C2.19%205%202%205.58%202%206v5c0%201%201%203%203%203c.61%200%201.32-.28%202-.73V20c0%20.55.45%201%201%201h1c.55%200%201-.45%201-1v-8.11l4.5%204.5V20c0%20.55.45%201%201%201h2c.44%200%20.8-.28.93-.68l2.41%202.41zM8%2010.23L5.91%2011.6c-.51.33-.83.4-.91.4c-.7%200-1-.92-1-1V6.03c0-.03%200-.06.03-.11L8%209.89zm5.53.1l-2.49-2.49C11.37%205.12%2013.69%203%2016.5%203C19.54%203%2022%205.46%2022%208.5c0%202.82-2.11%205.13-4.84%205.46l-2.49-2.49c.53.33%201.16.53%201.83.53c1.93%200%203.5-1.57%203.5-3.5S18.43%205%2016.5%205S13%206.57%2013%208.5c0%20.67.2%201.3.53%201.83%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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