music note icon

music-note from Reicon by REICON · Outline · Video · MIT Free for personal and commercial use.

Name
music-note
Set
Reicon
Style
Outline
Category
Video
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

All music note icons →

More video icons from Reicon

Use the music note icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M18.673 3.667c-.637.113-1.476.39-2.7.799l-4 1.333c-.677.226-1.124.376-1.454.53c-.312.144-.447.261-.533.381s-.155.285-.194.627c-.04.36-.042.833-.042 1.546v2.076l10.5-3.5c0-1.242-.004-2.1-.096-2.725c-.091-.623-.248-.847-.423-.974c-.175-.126-.438-.204-1.058-.093M21.74 6c-.012-.565-.04-1.06-.102-1.483c-.116-.793-.375-1.501-1.03-1.974c-.655-.472-1.409-.493-2.198-.353c-.758.135-1.702.45-2.854.834l-4.098 1.365c-.626.21-1.155.386-1.571.58c-.443.205-.827.46-1.118.864s-.412.849-.467 1.334A9 9 0 0 0 8.255 8H8.25v7.999a3.75 3.75 0 1 0 1.5 3V12.54l10.5-3.5V14a3.75 3.75 0 1 0 1.5 3V6zm-1.49 11a2.25 2.25 0 1 0-4.5 0a2.25 2.25 0 0 0 4.5 0m-12 2a2.25 2.25 0 1 0-4.5 0a2.25 2.25 0 0 0 4.5 0" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconMusicNote(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" fillRule="evenodd" d="M18.673 3.667c-.637.113-1.476.39-2.7.799l-4 1.333c-.677.226-1.124.376-1.454.53c-.312.144-.447.261-.533.381s-.155.285-.194.627c-.04.36-.042.833-.042 1.546v2.076l10.5-3.5c0-1.242-.004-2.1-.096-2.725c-.091-.623-.248-.847-.423-.974c-.175-.126-.438-.204-1.058-.093M21.74 6c-.012-.565-.04-1.06-.102-1.483c-.116-.793-.375-1.501-1.03-1.974c-.655-.472-1.409-.493-2.198-.353c-.758.135-1.702.45-2.854.834l-4.098 1.365c-.626.21-1.155.386-1.571.58c-.443.205-.827.46-1.118.864s-.412.849-.467 1.334A9 9 0 0 0 8.255 8H8.25v7.999a3.75 3.75 0 1 0 1.5 3V12.54l10.5-3.5V14a3.75 3.75 0 1 0 1.5 3V6zm-1.49 11a2.25 2.25 0 1 0-4.5 0a2.25 2.25 0 0 0 4.5 0m-12 2a2.25 2.25 0 1 0-4.5 0a2.25 2.25 0 0 0 4.5 0" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M18.673 3.667c-.637.113-1.476.39-2.7.799l-4 1.333c-.677.226-1.124.376-1.454.53c-.312.144-.447.261-.533.381s-.155.285-.194.627c-.04.36-.042.833-.042 1.546v2.076l10.5-3.5c0-1.242-.004-2.1-.096-2.725c-.091-.623-.248-.847-.423-.974c-.175-.126-.438-.204-1.058-.093M21.74 6c-.012-.565-.04-1.06-.102-1.483c-.116-.793-.375-1.501-1.03-1.974c-.655-.472-1.409-.493-2.198-.353c-.758.135-1.702.45-2.854.834l-4.098 1.365c-.626.21-1.155.386-1.571.58c-.443.205-.827.46-1.118.864s-.412.849-.467 1.334A9 9 0 0 0 8.255 8H8.25v7.999a3.75 3.75 0 1 0 1.5 3V12.54l10.5-3.5V14a3.75 3.75 0 1 0 1.5 3V6zm-1.49 11a2.25 2.25 0 1 0-4.5 0a2.25 2.25 0 0 0 4.5 0m-12 2a2.25 2.25 0 1 0-4.5 0a2.25 2.25 0 0 0 4.5 0" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-music-note {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M18.673%203.667c-.637.113-1.476.39-2.7.799l-4%201.333c-.677.226-1.124.376-1.454.53c-.312.144-.447.261-.533.381s-.155.285-.194.627c-.04.36-.042.833-.042%201.546v2.076l10.5-3.5c0-1.242-.004-2.1-.096-2.725c-.091-.623-.248-.847-.423-.974c-.175-.126-.438-.204-1.058-.093M21.74%206c-.012-.565-.04-1.06-.102-1.483c-.116-.793-.375-1.501-1.03-1.974c-.655-.472-1.409-.493-2.198-.353c-.758.135-1.702.45-2.854.834l-4.098%201.365c-.626.21-1.155.386-1.571.58c-.443.205-.827.46-1.118.864s-.412.849-.467%201.334A9%209%200%200%200%208.255%208H8.25v7.999a3.75%203.75%200%201%200%201.5%203V12.54l10.5-3.5V14a3.75%203.75%200%201%200%201.5%203V6zm-1.49%2011a2.25%202.25%200%201%200-4.5%200a2.25%202.25%200%200%200%204.5%200m-12%202a2.25%202.25%200%201%200-4.5%200a2.25%202.25%200%200%200%204.5%200%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M18.673%203.667c-.637.113-1.476.39-2.7.799l-4%201.333c-.677.226-1.124.376-1.454.53c-.312.144-.447.261-.533.381s-.155.285-.194.627c-.04.36-.042.833-.042%201.546v2.076l10.5-3.5c0-1.242-.004-2.1-.096-2.725c-.091-.623-.248-.847-.423-.974c-.175-.126-.438-.204-1.058-.093M21.74%206c-.012-.565-.04-1.06-.102-1.483c-.116-.793-.375-1.501-1.03-1.974c-.655-.472-1.409-.493-2.198-.353c-.758.135-1.702.45-2.854.834l-4.098%201.365c-.626.21-1.155.386-1.571.58c-.443.205-.827.46-1.118.864s-.412.849-.467%201.334A9%209%200%200%200%208.255%208H8.25v7.999a3.75%203.75%200%201%200%201.5%203V12.54l10.5-3.5V14a3.75%203.75%200%201%200%201.5%203V6zm-1.49%2011a2.25%202.25%200%201%200-4.5%200a2.25%202.25%200%200%200%204.5%200m-12%202a2.25%202.25%200%201%200-4.5%200a2.25%202.25%200%200%200%204.5%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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