musical note icon
musical-note from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- musical-note
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
2 other variants in IonIcons
The same icon in other sets
Related icons in IonIcons
Use the musical note icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M183.83 480a55.2 55.2 0 0 1-32.36-10.55A56.64 56.64 0 0 1 128 423.58a50.26 50.26 0 0 1 34.14-47.73L213 358.73a16.25 16.25 0 0 0 11-15.49V92a32.1 32.1 0 0 1 24.09-31.15l108.39-28.14A22 22 0 0 1 384 54v57.75a32.09 32.09 0 0 1-24.2 31.19l-91.65 23.13A16.24 16.24 0 0 0 256 181.91V424a48.22 48.22 0 0 1-32.78 45.81l-21.47 7.23a56 56 0 0 1-17.92 2.96"/></svg>
React
import type { SVGProps } from "react";
export function IonMusicalNote(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M183.83 480a55.2 55.2 0 0 1-32.36-10.55A56.64 56.64 0 0 1 128 423.58a50.26 50.26 0 0 1 34.14-47.73L213 358.73a16.25 16.25 0 0 0 11-15.49V92a32.1 32.1 0 0 1 24.09-31.15l108.39-28.14A22 22 0 0 1 384 54v57.75a32.09 32.09 0 0 1-24.2 31.19l-91.65 23.13A16.24 16.24 0 0 0 256 181.91V424a48.22 48.22 0 0 1-32.78 45.81l-21.47 7.23a56 56 0 0 1-17.92 2.96"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M183.83 480a55.2 55.2 0 0 1-32.36-10.55A56.64 56.64 0 0 1 128 423.58a50.26 50.26 0 0 1 34.14-47.73L213 358.73a16.25 16.25 0 0 0 11-15.49V92a32.1 32.1 0 0 1 24.09-31.15l108.39-28.14A22 22 0 0 1 384 54v57.75a32.09 32.09 0 0 1-24.2 31.19l-91.65 23.13A16.24 16.24 0 0 0 256 181.91V424a48.22 48.22 0 0 1-32.78 45.81l-21.47 7.23a56 56 0 0 1-17.92 2.96"/></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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M183.83%20480a55.2%2055.2%200%200%201-32.36-10.55A56.64%2056.64%200%200%201%20128%20423.58a50.26%2050.26%200%200%201%2034.14-47.73L213%20358.73a16.25%2016.25%200%200%200%2011-15.49V92a32.1%2032.1%200%200%201%2024.09-31.15l108.39-28.14A22%2022%200%200%201%20384%2054v57.75a32.09%2032.09%200%200%201-24.2%2031.19l-91.65%2023.13A16.24%2016.24%200%200%200%20256%20181.91V424a48.22%2048.22%200%200%201-32.78%2045.81l-21.47%207.23a56%2056%200%200%201-17.92%202.96%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M183.83%20480a55.2%2055.2%200%200%201-32.36-10.55A56.64%2056.64%200%200%201%20128%20423.58a50.26%2050.26%200%200%201%2034.14-47.73L213%20358.73a16.25%2016.25%200%200%200%2011-15.49V92a32.1%2032.1%200%200%201%2024.09-31.15l108.39-28.14A22%2022%200%200%201%20384%2054v57.75a32.09%2032.09%200%200%201-24.2%2031.19l-91.65%2023.13A16.24%2016.24%200%200%200%20256%20181.91V424a48.22%2048.22%200%200%201-32.78%2045.81l-21.47%207.23a56%2056%200%200%201-17.92%202.96%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/musical-note.svg?color=%231a73e8&size=48