musical notes icon
musical-notes-sharp from IonIcons by Ben Sperry · Sharp · MIT Free for personal and commercial use.
- Name
- musical-notes-sharp
- Set
- IonIcons
- Style
- Sharp
- Viewbox
- 512×512
- License
- MIT
2 other variants in IonIcons
The same icon in other sets
Related icons in IonIcons
Use the musical notes icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M429.46 32.07c-23.6 6.53-205.55 58.81-250.54 71.43a4 4 0 0 0-2.92 3.83v247a2 2 0 0 1-1.33 1.89l-27.85 9.55c-19 7.44-66.82 16.68-66.82 59.19c0 35.54 24.63 51.54 45.86 54.28a52 52 0 0 0 7.81.8c7.37 0 36.38-7.08 53.3-18.08C208 448.25 208 448 208 412V202c0-.9.62-.84 1.48-1.07l188-51.92a2 2 0 0 1 2.53 2v155.54a2 2 0 0 1-1.36 1.89c-8.9 3-19.23 6.5-26.48 9.12C341.39 328.68 304 335.65 304 376c0 38.51 28.26 54.58 46.3 55.83a87.4 87.4 0 0 0 21.33-1c9-1.38 24.09-5.9 38.14-14.86C432 401.79 432 401.51 432 360V34a2 2 0 0 0-2.54-1.93"/></svg>
React
import type { SVGProps } from "react";
export function IonMusicalNotesSharp(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="M429.46 32.07c-23.6 6.53-205.55 58.81-250.54 71.43a4 4 0 0 0-2.92 3.83v247a2 2 0 0 1-1.33 1.89l-27.85 9.55c-19 7.44-66.82 16.68-66.82 59.19c0 35.54 24.63 51.54 45.86 54.28a52 52 0 0 0 7.81.8c7.37 0 36.38-7.08 53.3-18.08C208 448.25 208 448 208 412V202c0-.9.62-.84 1.48-1.07l188-51.92a2 2 0 0 1 2.53 2v155.54a2 2 0 0 1-1.36 1.89c-8.9 3-19.23 6.5-26.48 9.12C341.39 328.68 304 335.65 304 376c0 38.51 28.26 54.58 46.3 55.83a87.4 87.4 0 0 0 21.33-1c9-1.38 24.09-5.9 38.14-14.86C432 401.79 432 401.51 432 360V34a2 2 0 0 0-2.54-1.93"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M429.46 32.07c-23.6 6.53-205.55 58.81-250.54 71.43a4 4 0 0 0-2.92 3.83v247a2 2 0 0 1-1.33 1.89l-27.85 9.55c-19 7.44-66.82 16.68-66.82 59.19c0 35.54 24.63 51.54 45.86 54.28a52 52 0 0 0 7.81.8c7.37 0 36.38-7.08 53.3-18.08C208 448.25 208 448 208 412V202c0-.9.62-.84 1.48-1.07l188-51.92a2 2 0 0 1 2.53 2v155.54a2 2 0 0 1-1.36 1.89c-8.9 3-19.23 6.5-26.48 9.12C341.39 328.68 304 335.65 304 376c0 38.51 28.26 54.58 46.3 55.83a87.4 87.4 0 0 0 21.33-1c9-1.38 24.09-5.9 38.14-14.86C432 401.79 432 401.51 432 360V34a2 2 0 0 0-2.54-1.93"/></svg> </template>
CSS
.icon-musical-notes-sharp {
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%22M429.46%2032.07c-23.6%206.53-205.55%2058.81-250.54%2071.43a4%204%200%200%200-2.92%203.83v247a2%202%200%200%201-1.33%201.89l-27.85%209.55c-19%207.44-66.82%2016.68-66.82%2059.19c0%2035.54%2024.63%2051.54%2045.86%2054.28a52%2052%200%200%200%207.81.8c7.37%200%2036.38-7.08%2053.3-18.08C208%20448.25%20208%20448%20208%20412V202c0-.9.62-.84%201.48-1.07l188-51.92a2%202%200%200%201%202.53%202v155.54a2%202%200%200%201-1.36%201.89c-8.9%203-19.23%206.5-26.48%209.12C341.39%20328.68%20304%20335.65%20304%20376c0%2038.51%2028.26%2054.58%2046.3%2055.83a87.4%2087.4%200%200%200%2021.33-1c9-1.38%2024.09-5.9%2038.14-14.86C432%20401.79%20432%20401.51%20432%20360V34a2%202%200%200%200-2.54-1.93%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%22M429.46%2032.07c-23.6%206.53-205.55%2058.81-250.54%2071.43a4%204%200%200%200-2.92%203.83v247a2%202%200%200%201-1.33%201.89l-27.85%209.55c-19%207.44-66.82%2016.68-66.82%2059.19c0%2035.54%2024.63%2051.54%2045.86%2054.28a52%2052%200%200%200%207.81.8c7.37%200%2036.38-7.08%2053.3-18.08C208%20448.25%20208%20448%20208%20412V202c0-.9.62-.84%201.48-1.07l188-51.92a2%202%200%200%201%202.53%202v155.54a2%202%200%200%201-1.36%201.89c-8.9%203-19.23%206.5-26.48%209.12C341.39%20328.68%20304%20335.65%20304%20376c0%2038.51%2028.26%2054.58%2046.3%2055.83a87.4%2087.4%200%200%200%2021.33-1c9-1.38%2024.09-5.9%2038.14-14.86C432%20401.79%20432%20401.51%20432%20360V34a2%202%200%200%200-2.54-1.93%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/musical-notes-sharp.svg?color=%231a73e8&size=48