music notes plus icon
music-notes-plus-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.
- Name
- music-notes-plus-fill
- Set
- Phosphor
- Style
- Fill
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Related icons in Phosphor
Use the music notes plus icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M232 48a8 8 0 0 1-8 8h-16v16a8 8 0 0 1-16 0V56h-16a8 8 0 0 1 0-16h16V24a8 8 0 0 1 16 0v16h16a8 8 0 0 1 8 8m-71.4 29.86l-6.76-6.76A32.85 32.85 0 0 1 144 49.33a31.9 31.9 0 0 1 1.67-11.66a4 4 0 0 0-4.76-5.14L78.06 48.25A8 8 0 0 0 72 56v110.1A36 36 0 1 0 52.42 232C72.25 231.77 88 215.13 88 195.3v-93.05l70.74-17.69a4 4 0 0 0 1.86-6.7m50.11 24.31a32 32 0 0 1-7.14 1.63a4 4 0 0 0-3.57 4v26.3a36 36 0 1 0-19.58 65.9c19.83-.23 35.58-16.86 35.58-36.7V106a4 4 0 0 0-5.29-3.83"/></svg>
React
import type { SVGProps } from "react";
export function PhMusicNotesPlusFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M232 48a8 8 0 0 1-8 8h-16v16a8 8 0 0 1-16 0V56h-16a8 8 0 0 1 0-16h16V24a8 8 0 0 1 16 0v16h16a8 8 0 0 1 8 8m-71.4 29.86l-6.76-6.76A32.85 32.85 0 0 1 144 49.33a31.9 31.9 0 0 1 1.67-11.66a4 4 0 0 0-4.76-5.14L78.06 48.25A8 8 0 0 0 72 56v110.1A36 36 0 1 0 52.42 232C72.25 231.77 88 215.13 88 195.3v-93.05l70.74-17.69a4 4 0 0 0 1.86-6.7m50.11 24.31a32 32 0 0 1-7.14 1.63a4 4 0 0 0-3.57 4v26.3a36 36 0 1 0-19.58 65.9c19.83-.23 35.58-16.86 35.58-36.7V106a4 4 0 0 0-5.29-3.83"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M232 48a8 8 0 0 1-8 8h-16v16a8 8 0 0 1-16 0V56h-16a8 8 0 0 1 0-16h16V24a8 8 0 0 1 16 0v16h16a8 8 0 0 1 8 8m-71.4 29.86l-6.76-6.76A32.85 32.85 0 0 1 144 49.33a31.9 31.9 0 0 1 1.67-11.66a4 4 0 0 0-4.76-5.14L78.06 48.25A8 8 0 0 0 72 56v110.1A36 36 0 1 0 52.42 232C72.25 231.77 88 215.13 88 195.3v-93.05l70.74-17.69a4 4 0 0 0 1.86-6.7m50.11 24.31a32 32 0 0 1-7.14 1.63a4 4 0 0 0-3.57 4v26.3a36 36 0 1 0-19.58 65.9c19.83-.23 35.58-16.86 35.58-36.7V106a4 4 0 0 0-5.29-3.83"/></svg> </template>
CSS
.icon-music-notes-plus-fill {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M232%2048a8%208%200%200%201-8%208h-16v16a8%208%200%200%201-16%200V56h-16a8%208%200%200%201%200-16h16V24a8%208%200%200%201%2016%200v16h16a8%208%200%200%201%208%208m-71.4%2029.86l-6.76-6.76A32.85%2032.85%200%200%201%20144%2049.33a31.9%2031.9%200%200%201%201.67-11.66a4%204%200%200%200-4.76-5.14L78.06%2048.25A8%208%200%200%200%2072%2056v110.1A36%2036%200%201%200%2052.42%20232C72.25%20231.77%2088%20215.13%2088%20195.3v-93.05l70.74-17.69a4%204%200%200%200%201.86-6.7m50.11%2024.31a32%2032%200%200%201-7.14%201.63a4%204%200%200%200-3.57%204v26.3a36%2036%200%201%200-19.58%2065.9c19.83-.23%2035.58-16.86%2035.58-36.7V106a4%204%200%200%200-5.29-3.83%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M232%2048a8%208%200%200%201-8%208h-16v16a8%208%200%200%201-16%200V56h-16a8%208%200%200%201%200-16h16V24a8%208%200%200%201%2016%200v16h16a8%208%200%200%201%208%208m-71.4%2029.86l-6.76-6.76A32.85%2032.85%200%200%201%20144%2049.33a31.9%2031.9%200%200%201%201.67-11.66a4%204%200%200%200-4.76-5.14L78.06%2048.25A8%208%200%200%200%2072%2056v110.1A36%2036%200%201%200%2052.42%20232C72.25%20231.77%2088%20215.13%2088%20195.3v-93.05l70.74-17.69a4%204%200%200%200%201.86-6.7m50.11%2024.31a32%2032%200%200%201-7.14%201.63a4%204%200%200%200-3.57%204v26.3a36%2036%200%201%200-19.58%2065.9c19.83-.23%2035.58-16.86%2035.58-36.7V106a4%204%200%200%200-5.29-3.83%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/music-notes-plus-fill.svg?color=%231a73e8&size=48