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

Name
earbuds-off
Set
Material Design Icons
Style
Filled
Category
Audio
Viewbox
24×24
License
Apache 2.0

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="m10 9.34l1.56 1.57v-.01l2.54 2.55l-.01-.01l1.49 1.49h.01l2.91 2.91v.01l3.61 3.61l-1.27 1.27l-2.41-2.4c-.13.39-.49.67-.93.67h-2c-.55 0-1-.45-1-1v-3.61l-4.5-4.5V20c0 .55-.45 1-1 1H8c-.55 0-1-.45-1-1v-6.73c-.68.45-1.39.73-2 .73c-2 0-3-2-3-3V6c0-.42.19-1 .55-1.57L1.11 3l1.28-1.27L6.1 5.44M22 8.5C22 5.46 19.54 3 16.5 3c-2.81 0-5.13 2.12-5.46 4.84l6.12 6.12A5.496 5.496 0 0 0 22 8.5"/></svg>

React

import type { SVGProps } from "react";

export function MdiEarbudsOff(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 9.34l1.56 1.57v-.01l2.54 2.55l-.01-.01l1.49 1.49h.01l2.91 2.91v.01l3.61 3.61l-1.27 1.27l-2.41-2.4c-.13.39-.49.67-.93.67h-2c-.55 0-1-.45-1-1v-3.61l-4.5-4.5V20c0 .55-.45 1-1 1H8c-.55 0-1-.45-1-1v-6.73c-.68.45-1.39.73-2 .73c-2 0-3-2-3-3V6c0-.42.19-1 .55-1.57L1.11 3l1.28-1.27L6.1 5.44M22 8.5C22 5.46 19.54 3 16.5 3c-2.81 0-5.13 2.12-5.46 4.84l6.12 6.12A5.496 5.496 0 0 0 22 8.5"/></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 9.34l1.56 1.57v-.01l2.54 2.55l-.01-.01l1.49 1.49h.01l2.91 2.91v.01l3.61 3.61l-1.27 1.27l-2.41-2.4c-.13.39-.49.67-.93.67h-2c-.55 0-1-.45-1-1v-3.61l-4.5-4.5V20c0 .55-.45 1-1 1H8c-.55 0-1-.45-1-1v-6.73c-.68.45-1.39.73-2 .73c-2 0-3-2-3-3V6c0-.42.19-1 .55-1.57L1.11 3l1.28-1.27L6.1 5.44M22 8.5C22 5.46 19.54 3 16.5 3c-2.81 0-5.13 2.12-5.46 4.84l6.12 6.12A5.496 5.496 0 0 0 22 8.5"/></svg>
</template>

CSS

.icon-earbuds-off {
  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%209.34l1.56%201.57v-.01l2.54%202.55l-.01-.01l1.49%201.49h.01l2.91%202.91v.01l3.61%203.61l-1.27%201.27l-2.41-2.4c-.13.39-.49.67-.93.67h-2c-.55%200-1-.45-1-1v-3.61l-4.5-4.5V20c0%20.55-.45%201-1%201H8c-.55%200-1-.45-1-1v-6.73c-.68.45-1.39.73-2%20.73c-2%200-3-2-3-3V6c0-.42.19-1%20.55-1.57L1.11%203l1.28-1.27L6.1%205.44M22%208.5C22%205.46%2019.54%203%2016.5%203c-2.81%200-5.13%202.12-5.46%204.84l6.12%206.12A5.496%205.496%200%200%200%2022%208.5%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%209.34l1.56%201.57v-.01l2.54%202.55l-.01-.01l1.49%201.49h.01l2.91%202.91v.01l3.61%203.61l-1.27%201.27l-2.41-2.4c-.13.39-.49.67-.93.67h-2c-.55%200-1-.45-1-1v-3.61l-4.5-4.5V20c0%20.55-.45%201-1%201H8c-.55%200-1-.45-1-1v-6.73c-.68.45-1.39.73-2%20.73c-2%200-3-2-3-3V6c0-.42.19-1%20.55-1.57L1.11%203l1.28-1.27L6.1%205.44M22%208.5C22%205.46%2019.54%203%2016.5%203c-2.81%200-5.13%202.12-5.46%204.84l6.12%206.12A5.496%205.496%200%200%200%2022%208.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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