music note variant icon
music-note-variant-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- music-note-variant-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More newicons icons from Reicon
Use the music note variant icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.719 6.279v1.17c0 .98-.39 1.82-1.08 2.31c-.43.32-.96.47-1.51.47c-.34 0-.68-.05-1.03-.17l-5.38-1.79v9.73c0 2.62-2.13 4.75-4.75 4.75s-4.75-2.13-4.75-4.75s2.13-4.75 4.75-4.75c1.26 0 2.4.5 3.25 1.3V3.999c0-.97.4-1.81 1.09-2.31c.69-.49 1.61-.6 2.53-.3l4.42 1.48c1.36.45 2.46 1.98 2.46 3.41"/></svg>
React
import type { SVGProps } from "react";
export function ReiconMusicNoteVariantFilled(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="M21.719 6.279v1.17c0 .98-.39 1.82-1.08 2.31c-.43.32-.96.47-1.51.47c-.34 0-.68-.05-1.03-.17l-5.38-1.79v9.73c0 2.62-2.13 4.75-4.75 4.75s-4.75-2.13-4.75-4.75s2.13-4.75 4.75-4.75c1.26 0 2.4.5 3.25 1.3V3.999c0-.97.4-1.81 1.09-2.31c.69-.49 1.61-.6 2.53-.3l4.42 1.48c1.36.45 2.46 1.98 2.46 3.41"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.719 6.279v1.17c0 .98-.39 1.82-1.08 2.31c-.43.32-.96.47-1.51.47c-.34 0-.68-.05-1.03-.17l-5.38-1.79v9.73c0 2.62-2.13 4.75-4.75 4.75s-4.75-2.13-4.75-4.75s2.13-4.75 4.75-4.75c1.26 0 2.4.5 3.25 1.3V3.999c0-.97.4-1.81 1.09-2.31c.69-.49 1.61-.6 2.53-.3l4.42 1.48c1.36.45 2.46 1.98 2.46 3.41"/></svg> </template>
CSS
.icon-music-note-variant-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%22M21.719%206.279v1.17c0%20.98-.39%201.82-1.08%202.31c-.43.32-.96.47-1.51.47c-.34%200-.68-.05-1.03-.17l-5.38-1.79v9.73c0%202.62-2.13%204.75-4.75%204.75s-4.75-2.13-4.75-4.75s2.13-4.75%204.75-4.75c1.26%200%202.4.5%203.25%201.3V3.999c0-.97.4-1.81%201.09-2.31c.69-.49%201.61-.6%202.53-.3l4.42%201.48c1.36.45%202.46%201.98%202.46%203.41%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%22M21.719%206.279v1.17c0%20.98-.39%201.82-1.08%202.31c-.43.32-.96.47-1.51.47c-.34%200-.68-.05-1.03-.17l-5.38-1.79v9.73c0%202.62-2.13%204.75-4.75%204.75s-4.75-2.13-4.75-4.75s2.13-4.75%204.75-4.75c1.26%200%202.4.5%203.25%201.3V3.999c0-.97.4-1.81%201.09-2.31c.69-.49%201.61-.6%202.53-.3l4.42%201.48c1.36.45%202.46%201.98%202.46%203.41%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/music-note-variant-filled.svg?color=%231a73e8&size=48