music-note from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.

Name
music-note
Set
Framework7 Icons
Style
Outline
Viewbox
56×56
License
MIT

The same icon in other sets

Related icons in Framework7 Icons

Use the music note icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M42.648 15.18V6.344c0-1.313-1.078-2.18-2.343-1.899L27.859 7.141c-1.593.351-2.46 1.195-2.46 2.601l.14 26.063c0 1.078-.492 1.78-1.453 1.968l-3.727.797c-4.78.985-7.007 3.446-7.007 7.032c0 3.656 2.835 6.234 6.796 6.234c3.47 0 8.72-2.602 8.72-9.492V20.898c0-1.171.187-1.382 1.241-1.593l11.157-2.461c.843-.188 1.382-.844 1.382-1.664"/></svg>

React

import type { SVGProps } from "react";

export function F7MusicNote(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M42.648 15.18V6.344c0-1.313-1.078-2.18-2.343-1.899L27.859 7.141c-1.593.351-2.46 1.195-2.46 2.601l.14 26.063c0 1.078-.492 1.78-1.453 1.968l-3.727.797c-4.78.985-7.007 3.446-7.007 7.032c0 3.656 2.835 6.234 6.796 6.234c3.47 0 8.72-2.602 8.72-9.492V20.898c0-1.171.187-1.382 1.241-1.593l11.157-2.461c.843-.188 1.382-.844 1.382-1.664"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M42.648 15.18V6.344c0-1.313-1.078-2.18-2.343-1.899L27.859 7.141c-1.593.351-2.46 1.195-2.46 2.601l.14 26.063c0 1.078-.492 1.78-1.453 1.968l-3.727.797c-4.78.985-7.007 3.446-7.007 7.032c0 3.656 2.835 6.234 6.796 6.234c3.47 0 8.72-2.602 8.72-9.492V20.898c0-1.171.187-1.382 1.241-1.593l11.157-2.461c.843-.188 1.382-.844 1.382-1.664"/></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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M42.648%2015.18V6.344c0-1.313-1.078-2.18-2.343-1.899L27.859%207.141c-1.593.351-2.46%201.195-2.46%202.601l.14%2026.063c0%201.078-.492%201.78-1.453%201.968l-3.727.797c-4.78.985-7.007%203.446-7.007%207.032c0%203.656%202.835%206.234%206.796%206.234c3.47%200%208.72-2.602%208.72-9.492V20.898c0-1.171.187-1.382%201.241-1.593l11.157-2.461c.843-.188%201.382-.844%201.382-1.664%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M42.648%2015.18V6.344c0-1.313-1.078-2.18-2.343-1.899L27.859%207.141c-1.593.351-2.46%201.195-2.46%202.601l.14%2026.063c0%201.078-.492%201.78-1.453%201.968l-3.727.797c-4.78.985-7.007%203.446-7.007%207.032c0%203.656%202.835%206.234%206.796%206.234c3.47%200%208.72-2.602%208.72-9.492V20.898c0-1.171.187-1.382%201.241-1.593l11.157-2.461c.843-.188%201.382-.844%201.382-1.664%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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