music from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.

Name
music
Set
Web3 Icons
Style
Mono
Viewbox
24×24
License
MIT

The same logo in other sets

Use the music logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.49 3.13A9 9 0 0 0 12 3.001a9 9 0 0 0-7.39 14.135c.618-.905 2.047-1.535 3.7-1.535c1.137 0 2.166.298 2.897.782zm4.782 2.425c1.558 3.436.191 5.276.191 5.276c-1.052-3.173-4.106-3.64-4.106-3.64s-2.02 10.829-2.02 10.97c0 1.169-1.242 2.159-2.935 2.457A9.004 9.004 0 0 0 21 12a8.96 8.96 0 0 0-2.728-6.445"/></svg>

React

import type { SVGProps } from "react";

export function TokenMusic(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="M13.49 3.13A9 9 0 0 0 12 3.001a9 9 0 0 0-7.39 14.135c.618-.905 2.047-1.535 3.7-1.535c1.137 0 2.166.298 2.897.782zm4.782 2.425c1.558 3.436.191 5.276.191 5.276c-1.052-3.173-4.106-3.64-4.106-3.64s-2.02 10.829-2.02 10.97c0 1.169-1.242 2.159-2.935 2.457A9.004 9.004 0 0 0 21 12a8.96 8.96 0 0 0-2.728-6.445"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.49 3.13A9 9 0 0 0 12 3.001a9 9 0 0 0-7.39 14.135c.618-.905 2.047-1.535 3.7-1.535c1.137 0 2.166.298 2.897.782zm4.782 2.425c1.558 3.436.191 5.276.191 5.276c-1.052-3.173-4.106-3.64-4.106-3.64s-2.02 10.829-2.02 10.97c0 1.169-1.242 2.159-2.935 2.457A9.004 9.004 0 0 0 21 12a8.96 8.96 0 0 0-2.728-6.445"/></svg>
</template>

CSS

.icon-music {
  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%22M13.49%203.13A9%209%200%200%200%2012%203.001a9%209%200%200%200-7.39%2014.135c.618-.905%202.047-1.535%203.7-1.535c1.137%200%202.166.298%202.897.782zm4.782%202.425c1.558%203.436.191%205.276.191%205.276c-1.052-3.173-4.106-3.64-4.106-3.64s-2.02%2010.829-2.02%2010.97c0%201.169-1.242%202.159-2.935%202.457A9.004%209.004%200%200%200%2021%2012a8.96%208.96%200%200%200-2.728-6.445%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%22M13.49%203.13A9%209%200%200%200%2012%203.001a9%209%200%200%200-7.39%2014.135c.618-.905%202.047-1.535%203.7-1.535c1.137%200%202.166.298%202.897.782zm4.782%202.425c1.558%203.436.191%205.276.191%205.276c-1.052-3.173-4.106-3.64-4.106-3.64s-2.02%2010.829-2.02%2010.97c0%201.169-1.242%202.159-2.935%202.457A9.004%209.004%200%200%200%2021%2012a8.96%208.96%200%200%200-2.728-6.445%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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