musical notes emoji
musical-notes from Noto Emoji by Google Inc · Default · Objects · Apache-2.0 Free for personal and commercial use.
- Name
- musical-notes
- 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 notes emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#546e7a" d="M46.91 39.43c-.3-13.21-2.51-15.82-14.35-23.5c-5.54-3.6-6.02-7.02-7.47-7.37c-.85-.21-1.66.44-1.64 1.29l.97 42.2a.913.913 0 0 1-1.04.93c-4.8-.72-10.6 1.43-15.02 6.06C2.01 65.69.9 74.96 5.9 79.73s14.2 3.24 20.57-3.42c4.06-4.26 5.69-8.98 5.53-14.1l-.8-34.97c-.02-.68.65-1.06 1.3-.87c2.44.71 9.25 2.93 11.43 14.47c.41 2.16 3.06 2.01 2.98-1.41m78.03 7.22c-.72-13.19-3.01-15.73-15.07-23.05c-5.65-3.42-6.24-6.83-7.69-7.14c-.85-.18-1.65.49-1.6 1.34l2.29 42.15c.03.56-.45 1.03-1.01.96c-4.82-.57-10.55 1.76-14.82 6.53c-6.15 6.86-6.97 16.16-1.82 20.77c5.14 4.61 14.3 2.79 20.45-4.06c3.93-4.38 5.41-9.15 5.08-14.27l-1.88-34.92c-.04-.68.62-1.08 1.27-.91c2.46.63 9.34 2.64 11.87 14.11c.47 2.14 3.11 1.91 2.93-1.51M77.5 68.46c.61-13.2-1.42-15.96-12.69-24.44c-5.28-3.97-5.53-7.42-6.94-7.87c-.83-.27-1.69.32-1.73 1.18L54.21 79.5c-.03.56-.55.98-1.1.85c-4.74-1.05-10.67.7-15.4 5.01c-6.81 6.21-8.55 15.38-3.89 20.48s13.95 4.21 20.75-2c4.35-3.97 6.3-8.57 6.48-13.69l1.62-34.93c.03-.68.72-1.01 1.36-.77c2.38.88 9.03 3.56 10.4 15.22c.26 2.18 2.92 2.22 3.07-1.21"/></svg>
React
import type { SVGProps } from "react";
export function NotoMusicalNotes(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="M46.91 39.43c-.3-13.21-2.51-15.82-14.35-23.5c-5.54-3.6-6.02-7.02-7.47-7.37c-.85-.21-1.66.44-1.64 1.29l.97 42.2a.913.913 0 0 1-1.04.93c-4.8-.72-10.6 1.43-15.02 6.06C2.01 65.69.9 74.96 5.9 79.73s14.2 3.24 20.57-3.42c4.06-4.26 5.69-8.98 5.53-14.1l-.8-34.97c-.02-.68.65-1.06 1.3-.87c2.44.71 9.25 2.93 11.43 14.47c.41 2.16 3.06 2.01 2.98-1.41m78.03 7.22c-.72-13.19-3.01-15.73-15.07-23.05c-5.65-3.42-6.24-6.83-7.69-7.14c-.85-.18-1.65.49-1.6 1.34l2.29 42.15c.03.56-.45 1.03-1.01.96c-4.82-.57-10.55 1.76-14.82 6.53c-6.15 6.86-6.97 16.16-1.82 20.77c5.14 4.61 14.3 2.79 20.45-4.06c3.93-4.38 5.41-9.15 5.08-14.27l-1.88-34.92c-.04-.68.62-1.08 1.27-.91c2.46.63 9.34 2.64 11.87 14.11c.47 2.14 3.11 1.91 2.93-1.51M77.5 68.46c.61-13.2-1.42-15.96-12.69-24.44c-5.28-3.97-5.53-7.42-6.94-7.87c-.83-.27-1.69.32-1.73 1.18L54.21 79.5c-.03.56-.55.98-1.1.85c-4.74-1.05-10.67.7-15.4 5.01c-6.81 6.21-8.55 15.38-3.89 20.48s13.95 4.21 20.75-2c4.35-3.97 6.3-8.57 6.48-13.69l1.62-34.93c.03-.68.72-1.01 1.36-.77c2.38.88 9.03 3.56 10.4 15.22c.26 2.18 2.92 2.22 3.07-1.21"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#546e7a" d="M46.91 39.43c-.3-13.21-2.51-15.82-14.35-23.5c-5.54-3.6-6.02-7.02-7.47-7.37c-.85-.21-1.66.44-1.64 1.29l.97 42.2a.913.913 0 0 1-1.04.93c-4.8-.72-10.6 1.43-15.02 6.06C2.01 65.69.9 74.96 5.9 79.73s14.2 3.24 20.57-3.42c4.06-4.26 5.69-8.98 5.53-14.1l-.8-34.97c-.02-.68.65-1.06 1.3-.87c2.44.71 9.25 2.93 11.43 14.47c.41 2.16 3.06 2.01 2.98-1.41m78.03 7.22c-.72-13.19-3.01-15.73-15.07-23.05c-5.65-3.42-6.24-6.83-7.69-7.14c-.85-.18-1.65.49-1.6 1.34l2.29 42.15c.03.56-.45 1.03-1.01.96c-4.82-.57-10.55 1.76-14.82 6.53c-6.15 6.86-6.97 16.16-1.82 20.77c5.14 4.61 14.3 2.79 20.45-4.06c3.93-4.38 5.41-9.15 5.08-14.27l-1.88-34.92c-.04-.68.62-1.08 1.27-.91c2.46.63 9.34 2.64 11.87 14.11c.47 2.14 3.11 1.91 2.93-1.51M77.5 68.46c.61-13.2-1.42-15.96-12.69-24.44c-5.28-3.97-5.53-7.42-6.94-7.87c-.83-.27-1.69.32-1.73 1.18L54.21 79.5c-.03.56-.55.98-1.1.85c-4.74-1.05-10.67.7-15.4 5.01c-6.81 6.21-8.55 15.38-3.89 20.48s13.95 4.21 20.75-2c4.35-3.97 6.3-8.57 6.48-13.69l1.62-34.93c.03-.68.72-1.01 1.36-.77c2.38.88 9.03 3.56 10.4 15.22c.26 2.18 2.92 2.22 3.07-1.21"/></svg> </template>
CSS
.icon-musical-notes {
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%22M46.91%2039.43c-.3-13.21-2.51-15.82-14.35-23.5c-5.54-3.6-6.02-7.02-7.47-7.37c-.85-.21-1.66.44-1.64%201.29l.97%2042.2a.913.913%200%200%201-1.04.93c-4.8-.72-10.6%201.43-15.02%206.06C2.01%2065.69.9%2074.96%205.9%2079.73s14.2%203.24%2020.57-3.42c4.06-4.26%205.69-8.98%205.53-14.1l-.8-34.97c-.02-.68.65-1.06%201.3-.87c2.44.71%209.25%202.93%2011.43%2014.47c.41%202.16%203.06%202.01%202.98-1.41m78.03%207.22c-.72-13.19-3.01-15.73-15.07-23.05c-5.65-3.42-6.24-6.83-7.69-7.14c-.85-.18-1.65.49-1.6%201.34l2.29%2042.15c.03.56-.45%201.03-1.01.96c-4.82-.57-10.55%201.76-14.82%206.53c-6.15%206.86-6.97%2016.16-1.82%2020.77c5.14%204.61%2014.3%202.79%2020.45-4.06c3.93-4.38%205.41-9.15%205.08-14.27l-1.88-34.92c-.04-.68.62-1.08%201.27-.91c2.46.63%209.34%202.64%2011.87%2014.11c.47%202.14%203.11%201.91%202.93-1.51M77.5%2068.46c.61-13.2-1.42-15.96-12.69-24.44c-5.28-3.97-5.53-7.42-6.94-7.87c-.83-.27-1.69.32-1.73%201.18L54.21%2079.5c-.03.56-.55.98-1.1.85c-4.74-1.05-10.67.7-15.4%205.01c-6.81%206.21-8.55%2015.38-3.89%2020.48s13.95%204.21%2020.75-2c4.35-3.97%206.3-8.57%206.48-13.69l1.62-34.93c.03-.68.72-1.01%201.36-.77c2.38.88%209.03%203.56%2010.4%2015.22c.26%202.18%202.92%202.22%203.07-1.21%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%22M46.91%2039.43c-.3-13.21-2.51-15.82-14.35-23.5c-5.54-3.6-6.02-7.02-7.47-7.37c-.85-.21-1.66.44-1.64%201.29l.97%2042.2a.913.913%200%200%201-1.04.93c-4.8-.72-10.6%201.43-15.02%206.06C2.01%2065.69.9%2074.96%205.9%2079.73s14.2%203.24%2020.57-3.42c4.06-4.26%205.69-8.98%205.53-14.1l-.8-34.97c-.02-.68.65-1.06%201.3-.87c2.44.71%209.25%202.93%2011.43%2014.47c.41%202.16%203.06%202.01%202.98-1.41m78.03%207.22c-.72-13.19-3.01-15.73-15.07-23.05c-5.65-3.42-6.24-6.83-7.69-7.14c-.85-.18-1.65.49-1.6%201.34l2.29%2042.15c.03.56-.45%201.03-1.01.96c-4.82-.57-10.55%201.76-14.82%206.53c-6.15%206.86-6.97%2016.16-1.82%2020.77c5.14%204.61%2014.3%202.79%2020.45-4.06c3.93-4.38%205.41-9.15%205.08-14.27l-1.88-34.92c-.04-.68.62-1.08%201.27-.91c2.46.63%209.34%202.64%2011.87%2014.11c.47%202.14%203.11%201.91%202.93-1.51M77.5%2068.46c.61-13.2-1.42-15.96-12.69-24.44c-5.28-3.97-5.53-7.42-6.94-7.87c-.83-.27-1.69.32-1.73%201.18L54.21%2079.5c-.03.56-.55.98-1.1.85c-4.74-1.05-10.67.7-15.4%205.01c-6.81%206.21-8.55%2015.38-3.89%2020.48s13.95%204.21%2020.75-2c4.35-3.97%206.3-8.57%206.48-13.69l1.62-34.93c.03-.68.72-1.01%201.36-.77c2.38.88%209.03%203.56%2010.4%2015.22c.26%202.18%202.92%202.22%203.07-1.21%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/noto/musical-notes.svg?color=%231a73e8&size=48