music accidental double flat icon

music-accidental-double-flat from Material Design Icons by Pictogrammers · Filled · Music · Apache-2.0 Free for personal and commercial use.

Name
music-accidental-double-flat
Set
Material Design Icons
Style
Filled
Category
Music
Viewbox
24×24
License
Apache 2.0

More music icons from Material Design Icons

Use the music accidental double flat icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.5 9c-.7 0-1.39.28-2 .67V5h-2v4.62c-.46-.38-1.11-.62-2-.62c-.7 0-1.39.28-2 .67V5h-2v14c3-1.68 4.93-3.21 6-4.59V19c4.86-2.74 7-5.09 7-7c0-1.41-.71-3-3-3m-8 6.38v-3.12c.62-.67 1.45-1.26 2-1.26c.59 0 1 .07 1 1c0 .15-.1 1.3-3 3.38m6 0v-3.12c.62-.67 1.45-1.26 2-1.26c.59 0 1 .07 1 1c0 .15-.1 1.3-3 3.38"/></svg>

React

import type { SVGProps } from "react";

export function MdiMusicAccidentalDoubleFlat(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="M15.5 9c-.7 0-1.39.28-2 .67V5h-2v4.62c-.46-.38-1.11-.62-2-.62c-.7 0-1.39.28-2 .67V5h-2v14c3-1.68 4.93-3.21 6-4.59V19c4.86-2.74 7-5.09 7-7c0-1.41-.71-3-3-3m-8 6.38v-3.12c.62-.67 1.45-1.26 2-1.26c.59 0 1 .07 1 1c0 .15-.1 1.3-3 3.38m6 0v-3.12c.62-.67 1.45-1.26 2-1.26c.59 0 1 .07 1 1c0 .15-.1 1.3-3 3.38"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.5 9c-.7 0-1.39.28-2 .67V5h-2v4.62c-.46-.38-1.11-.62-2-.62c-.7 0-1.39.28-2 .67V5h-2v14c3-1.68 4.93-3.21 6-4.59V19c4.86-2.74 7-5.09 7-7c0-1.41-.71-3-3-3m-8 6.38v-3.12c.62-.67 1.45-1.26 2-1.26c.59 0 1 .07 1 1c0 .15-.1 1.3-3 3.38m6 0v-3.12c.62-.67 1.45-1.26 2-1.26c.59 0 1 .07 1 1c0 .15-.1 1.3-3 3.38"/></svg>
</template>

CSS

.icon-music-accidental-double-flat {
  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%22M15.5%209c-.7%200-1.39.28-2%20.67V5h-2v4.62c-.46-.38-1.11-.62-2-.62c-.7%200-1.39.28-2%20.67V5h-2v14c3-1.68%204.93-3.21%206-4.59V19c4.86-2.74%207-5.09%207-7c0-1.41-.71-3-3-3m-8%206.38v-3.12c.62-.67%201.45-1.26%202-1.26c.59%200%201%20.07%201%201c0%20.15-.1%201.3-3%203.38m6%200v-3.12c.62-.67%201.45-1.26%202-1.26c.59%200%201%20.07%201%201c0%20.15-.1%201.3-3%203.38%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%22M15.5%209c-.7%200-1.39.28-2%20.67V5h-2v4.62c-.46-.38-1.11-.62-2-.62c-.7%200-1.39.28-2%20.67V5h-2v14c3-1.68%204.93-3.21%206-4.59V19c4.86-2.74%207-5.09%207-7c0-1.41-.71-3-3-3m-8%206.38v-3.12c.62-.67%201.45-1.26%202-1.26c.59%200%201%20.07%201%201c0%20.15-.1%201.3-3%203.38m6%200v-3.12c.62-.67%201.45-1.26%202-1.26c.59%200%201%20.07%201%201c0%20.15-.1%201.3-3%203.38%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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