music icon
music from IconPark Solid by ByteDance · Solid · Music · Apache-2.0 Free for personal and commercial use.
- Name
- music
- Set
- IconPark Solid
- Style
- Solid
- Category
- Music
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
musicAkar IconsmusicBoxIcons v2musicBoxIcons v2 SolidmusicCarbonmusicCodiconsmusic-fillEva IconsmusicFont Awesome 6 SolidmusicFont Awesome SolidmusicFeather Iconsmusic-outlineFlowbite Iconsmusiccss.ggmusicHuge IconsmusicIconParkmusicIconPark OutlinemusicIconPark TwoTonemusicJam IconsmusicLine AwesomemusicLucidemusicMage IconsmusicMajesticonsmusicMaterial Design Iconsmusic-fillMingCute IconmusicMyna UI IconsmusicPixelarticons
More music icons from IconPark Solid
Use the music icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="4"><path fill="currentColor" d="M30 34.5a3.5 3.5 0 0 1 3.5-3.5H41v3.4a3.6 3.6 0 0 1-3.6 3.6h-3.9a3.5 3.5 0 0 1-3.5-3.5Zm-24 4A3.5 3.5 0 0 1 9.5 35H16v3.4a3.6 3.6 0 0 1-3.6 3.6H9.5A3.5 3.5 0 0 1 6 38.5Z"/><path stroke-linecap="round" d="m16 18.044l25-5.919M16 38V10l25-6v29.692"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkSolidMusic(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="4"><path fill="currentColor" d="M30 34.5a3.5 3.5 0 0 1 3.5-3.5H41v3.4a3.6 3.6 0 0 1-3.6 3.6h-3.9a3.5 3.5 0 0 1-3.5-3.5Zm-24 4A3.5 3.5 0 0 1 9.5 35H16v3.4a3.6 3.6 0 0 1-3.6 3.6H9.5A3.5 3.5 0 0 1 6 38.5Z"/><path strokeLinecap="round" d="m16 18.044l25-5.919M16 38V10l25-6v29.692"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="4"><path fill="currentColor" d="M30 34.5a3.5 3.5 0 0 1 3.5-3.5H41v3.4a3.6 3.6 0 0 1-3.6 3.6h-3.9a3.5 3.5 0 0 1-3.5-3.5Zm-24 4A3.5 3.5 0 0 1 9.5 35H16v3.4a3.6 3.6 0 0 1-3.6 3.6H9.5A3.5 3.5 0 0 1 6 38.5Z"/><path stroke-linecap="round" d="m16 18.044l25-5.919M16 38V10l25-6v29.692"/></g></svg> </template>
CSS
.icon-music {
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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M30%2034.5a3.5%203.5%200%200%201%203.5-3.5H41v3.4a3.6%203.6%200%200%201-3.6%203.6h-3.9a3.5%203.5%200%200%201-3.5-3.5Zm-24%204A3.5%203.5%200%200%201%209.5%2035H16v3.4a3.6%203.6%200%200%201-3.6%203.6H9.5A3.5%203.5%200%200%201%206%2038.5Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m16%2018.044l25-5.919M16%2038V10l25-6v29.692%22%2F%3E%3C%2Fg%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M30%2034.5a3.5%203.5%200%200%201%203.5-3.5H41v3.4a3.6%203.6%200%200%201-3.6%203.6h-3.9a3.5%203.5%200%200%201-3.5-3.5Zm-24%204A3.5%203.5%200%200%201%209.5%2035H16v3.4a3.6%203.6%200%200%201-3.6%203.6H9.5A3.5%203.5%200%200%201%206%2038.5Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m16%2018.044l25-5.919M16%2038V10l25-6v29.692%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park-solid/music.svg?color=%231a73e8&size=48