musical note emoji

musical-note from Noto Emoji by Google Inc · Default · Objects · Apache-2.0 Free for personal and commercial use.

Name
musical-note
Set
Noto Emoji
Style
Default
Category
Objects
Viewbox
128×128
License
Apache 2.0

The same emoji in other sets

More objects icons from Noto Emoji

Use the musical note emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#546e7a" d="m104.83 8.35l-67.47 9.81a3.23 3.23 0 0 0-2.76 3.19v68.19c-5.33-.63-11.21 2.79-14.63 6.38c-6.43 6.75-7.55 16.14-2.48 20.97c5.06 4.83 14.39 3.26 20.82-3.49c2.75-2.89 5.31-7.72 5.71-12.34h.07V41.65l54.28-7.89v48.02c-5.37-.73-11.34 2.72-14.8 6.36c-6.43 6.75-7.54 16.14-2.48 20.97c5.07 4.83 14.39 3.26 20.82-3.49c2.84-2.98 5.49-8.04 5.76-12.8h.02v-82c0-1.53-1.35-2.69-2.86-2.47"/></svg>

React

import type { SVGProps } from "react";

export function NotoMusicalNote(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#546e7a" d="m104.83 8.35l-67.47 9.81a3.23 3.23 0 0 0-2.76 3.19v68.19c-5.33-.63-11.21 2.79-14.63 6.38c-6.43 6.75-7.55 16.14-2.48 20.97c5.06 4.83 14.39 3.26 20.82-3.49c2.75-2.89 5.31-7.72 5.71-12.34h.07V41.65l54.28-7.89v48.02c-5.37-.73-11.34 2.72-14.8 6.36c-6.43 6.75-7.54 16.14-2.48 20.97c5.07 4.83 14.39 3.26 20.82-3.49c2.84-2.98 5.49-8.04 5.76-12.8h.02v-82c0-1.53-1.35-2.69-2.86-2.47"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#546e7a" d="m104.83 8.35l-67.47 9.81a3.23 3.23 0 0 0-2.76 3.19v68.19c-5.33-.63-11.21 2.79-14.63 6.38c-6.43 6.75-7.55 16.14-2.48 20.97c5.06 4.83 14.39 3.26 20.82-3.49c2.75-2.89 5.31-7.72 5.71-12.34h.07V41.65l54.28-7.89v48.02c-5.37-.73-11.34 2.72-14.8 6.36c-6.43 6.75-7.54 16.14-2.48 20.97c5.07 4.83 14.39 3.26 20.82-3.49c2.84-2.98 5.49-8.04 5.76-12.8h.02v-82c0-1.53-1.35-2.69-2.86-2.47"/></svg>
</template>

CSS

.icon-musical-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%20128%20128%22%3E%3Cpath%20fill%3D%22%23546e7a%22%20d%3D%22m104.83%208.35l-67.47%209.81a3.23%203.23%200%200%200-2.76%203.19v68.19c-5.33-.63-11.21%202.79-14.63%206.38c-6.43%206.75-7.55%2016.14-2.48%2020.97c5.06%204.83%2014.39%203.26%2020.82-3.49c2.75-2.89%205.31-7.72%205.71-12.34h.07V41.65l54.28-7.89v48.02c-5.37-.73-11.34%202.72-14.8%206.36c-6.43%206.75-7.54%2016.14-2.48%2020.97c5.07%204.83%2014.39%203.26%2020.82-3.49c2.84-2.98%205.49-8.04%205.76-12.8h.02v-82c0-1.53-1.35-2.69-2.86-2.47%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%20128%20128%22%3E%3Cpath%20fill%3D%22%23546e7a%22%20d%3D%22m104.83%208.35l-67.47%209.81a3.23%203.23%200%200%200-2.76%203.19v68.19c-5.33-.63-11.21%202.79-14.63%206.38c-6.43%206.75-7.55%2016.14-2.48%2020.97c5.06%204.83%2014.39%203.26%2020.82-3.49c2.75-2.89%205.31-7.72%205.71-12.34h.07V41.65l54.28-7.89v48.02c-5.37-.73-11.34%202.72-14.8%206.36c-6.43%206.75-7.54%2016.14-2.48%2020.97c5.07%204.83%2014.39%203.26%2020.82-3.49c2.84-2.98%205.49-8.04%205.76-12.8h.02v-82c0-1.53-1.35-2.69-2.86-2.47%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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