music note sparkle icon

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

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

1 other variant in Reicon

More video icons from Reicon

Use the music note sparkle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m12.82 3.176l4.667-.636c.8-.11 1.513.513 1.513 1.321V6.17c0 .667-.492 1.231-1.153 1.322l-6.18.842V4.497c0-.666.492-1.23 1.153-1.321m-1.153 5.157V18"/><circle cx="8" cy="18" r="3.667" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"/><path fill="currentColor" d="m5.99 7.656l-1.26-.42l-.422-1.263c-.136-.408-.812-.408-.948 0l-.42 1.263l-1.262.42a.5.5 0 0 0 0 .95l1.262.42l.421 1.262a.499.499 0 0 0 .947 0l.421-1.263l1.261-.42a.5.5 0 0 0 0-.949m16.22 6.997l-1.683-.561l-.562-1.684c-.182-.544-1.082-.544-1.265 0l-.561 1.684l-1.684.561a.667.667 0 0 0 0 1.264l1.684.562l.561 1.684a.668.668 0 0 0 1.267 0l.56-1.684l1.685-.562a.667.667 0 0 0 0-1.264Z"/><circle cx="7" cy="3" r="1" fill="currentColor"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconMusicNoteSparkle(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="m12.82 3.176l4.667-.636c.8-.11 1.513.513 1.513 1.321V6.17c0 .667-.492 1.231-1.153 1.322l-6.18.842V4.497c0-.666.492-1.23 1.153-1.321m-1.153 5.157V18"/><circle cx="8" cy="18" r="3.667" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"/><path fill="currentColor" d="m5.99 7.656l-1.26-.42l-.422-1.263c-.136-.408-.812-.408-.948 0l-.42 1.263l-1.262.42a.5.5 0 0 0 0 .95l1.262.42l.421 1.262a.499.499 0 0 0 .947 0l.421-1.263l1.261-.42a.5.5 0 0 0 0-.949m16.22 6.997l-1.683-.561l-.562-1.684c-.182-.544-1.082-.544-1.265 0l-.561 1.684l-1.684.561a.667.667 0 0 0 0 1.264l1.684.562l.561 1.684a.668.668 0 0 0 1.267 0l.56-1.684l1.685-.562a.667.667 0 0 0 0-1.264Z"/><circle cx="7" cy="3" r="1" fill="currentColor"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m12.82 3.176l4.667-.636c.8-.11 1.513.513 1.513 1.321V6.17c0 .667-.492 1.231-1.153 1.322l-6.18.842V4.497c0-.666.492-1.23 1.153-1.321m-1.153 5.157V18"/><circle cx="8" cy="18" r="3.667" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"/><path fill="currentColor" d="m5.99 7.656l-1.26-.42l-.422-1.263c-.136-.408-.812-.408-.948 0l-.42 1.263l-1.262.42a.5.5 0 0 0 0 .95l1.262.42l.421 1.262a.499.499 0 0 0 .947 0l.421-1.263l1.261-.42a.5.5 0 0 0 0-.949m16.22 6.997l-1.683-.561l-.562-1.684c-.182-.544-1.082-.544-1.265 0l-.561 1.684l-1.684.561a.667.667 0 0 0 0 1.264l1.684.562l.561 1.684a.668.668 0 0 0 1.267 0l.56-1.684l1.685-.562a.667.667 0 0 0 0-1.264Z"/><circle cx="7" cy="3" r="1" fill="currentColor"/></g></svg>
</template>

CSS

.icon-music-note-sparkle {
  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%22none%22%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m12.82%203.176l4.667-.636c.8-.11%201.513.513%201.513%201.321V6.17c0%20.667-.492%201.231-1.153%201.322l-6.18.842V4.497c0-.666.492-1.23%201.153-1.321m-1.153%205.157V18%22%2F%3E%3Ccircle%20cx%3D%228%22%20cy%3D%2218%22%20r%3D%223.667%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m5.99%207.656l-1.26-.42l-.422-1.263c-.136-.408-.812-.408-.948%200l-.42%201.263l-1.262.42a.5.5%200%200%200%200%20.95l1.262.42l.421%201.262a.499.499%200%200%200%20.947%200l.421-1.263l1.261-.42a.5.5%200%200%200%200-.949m16.22%206.997l-1.683-.561l-.562-1.684c-.182-.544-1.082-.544-1.265%200l-.561%201.684l-1.684.561a.667.667%200%200%200%200%201.264l1.684.562l.561%201.684a.668.668%200%200%200%201.267%200l.56-1.684l1.685-.562a.667.667%200%200%200%200-1.264Z%22%2F%3E%3Ccircle%20cx%3D%227%22%20cy%3D%223%22%20r%3D%221%22%20fill%3D%22currentColor%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%22none%22%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m12.82%203.176l4.667-.636c.8-.11%201.513.513%201.513%201.321V6.17c0%20.667-.492%201.231-1.153%201.322l-6.18.842V4.497c0-.666.492-1.23%201.153-1.321m-1.153%205.157V18%22%2F%3E%3Ccircle%20cx%3D%228%22%20cy%3D%2218%22%20r%3D%223.667%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m5.99%207.656l-1.26-.42l-.422-1.263c-.136-.408-.812-.408-.948%200l-.42%201.263l-1.262.42a.5.5%200%200%200%200%20.95l1.262.42l.421%201.262a.499.499%200%200%200%20.947%200l.421-1.263l1.261-.42a.5.5%200%200%200%200-.949m16.22%206.997l-1.683-.561l-.562-1.684c-.182-.544-1.082-.544-1.265%200l-.561%201.684l-1.684.561a.667.667%200%200%200%200%201.264l1.684.562l.561%201.684a.668.668%200%200%200%201.267%200l.56-1.684l1.685-.562a.667.667%200%200%200%200-1.264Z%22%2F%3E%3Ccircle%20cx%3D%227%22%20cy%3D%223%22%20r%3D%221%22%20fill%3D%22currentColor%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-note-sparkle.svg?color=%231a73e8&size=48