music note2 icon

music-note2-duotone from Reicon by REICON · Duotone · Video · MIT Free for personal and commercial use.

Name
music-note2-duotone
Set
Reicon
Style
Duotone
Category
Video
Viewbox
24×24
License
MIT

2 other variants in Reicon

More video icons from Reicon

Use the music note2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M9 13.25a4.75 4.75 0 1 0 0 9.5a4.75 4.75 0 0 0 0-9.5"/><path fill-rule="evenodd" d="M13 1.25a.75.75 0 0 1 .75.75c0 2.9 2.35 5.25 5.25 5.25a.75.75 0 0 1 0 1.5A6.75 6.75 0 0 1 12.25 2a.75.75 0 0 1 .75-.75" clip-rule="evenodd"/><path d="M12.25 14.536V2c0 1.607.562 3.084 1.5 4.243V18a4.74 4.74 0 0 0-1.5-3.464" opacity=".5"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconMusicNote2Duotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M9 13.25a4.75 4.75 0 1 0 0 9.5a4.75 4.75 0 0 0 0-9.5"/><path fillRule="evenodd" d="M13 1.25a.75.75 0 0 1 .75.75c0 2.9 2.35 5.25 5.25 5.25a.75.75 0 0 1 0 1.5A6.75 6.75 0 0 1 12.25 2a.75.75 0 0 1 .75-.75" clipRule="evenodd"/><path d="M12.25 14.536V2c0 1.607.562 3.084 1.5 4.243V18a4.74 4.74 0 0 0-1.5-3.464" opacity=".5"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M9 13.25a4.75 4.75 0 1 0 0 9.5a4.75 4.75 0 0 0 0-9.5"/><path fill-rule="evenodd" d="M13 1.25a.75.75 0 0 1 .75.75c0 2.9 2.35 5.25 5.25 5.25a.75.75 0 0 1 0 1.5A6.75 6.75 0 0 1 12.25 2a.75.75 0 0 1 .75-.75" clip-rule="evenodd"/><path d="M12.25 14.536V2c0 1.607.562 3.084 1.5 4.243V18a4.74 4.74 0 0 0-1.5-3.464" opacity=".5"/></g></svg>
</template>

CSS

.icon-music-note2-duotone {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M9%2013.25a4.75%204.75%200%201%200%200%209.5a4.75%204.75%200%200%200%200-9.5%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M13%201.25a.75.75%200%200%201%20.75.75c0%202.9%202.35%205.25%205.25%205.25a.75.75%200%200%201%200%201.5A6.75%206.75%200%200%201%2012.25%202a.75.75%200%200%201%20.75-.75%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M12.25%2014.536V2c0%201.607.562%203.084%201.5%204.243V18a4.74%204.74%200%200%200-1.5-3.464%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M9%2013.25a4.75%204.75%200%201%200%200%209.5a4.75%204.75%200%200%200%200-9.5%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M13%201.25a.75.75%200%200%201%20.75.75c0%202.9%202.35%205.25%205.25%205.25a.75.75%200%200%201%200%201.5A6.75%206.75%200%200%201%2012.25%202a.75.75%200%200%201%20.75-.75%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M12.25%2014.536V2c0%201.607.562%203.084%201.5%204.243V18a4.74%204.74%200%200%200-1.5-3.464%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/music-note2-duotone.svg?color=%231a73e8&size=48

Music Note2 duotone icon — Reicon · IconsDB