music icon
music from IconPark by ByteDance · Color · Music · Apache-2.0 Free for personal and commercial use.
- Name
- music
- Set
- IconPark
- Style
- Color
- 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 IconsmusicIconPark OutlinemusicIconPark SolidmusicIconPark TwoTonemusicJam IconsmusicLine AwesomemusicLucidemusicMage IconsmusicMajesticonsmusicMaterial Design Iconsmusic-fillMingCute IconmusicMyna UI IconsmusicPixelarticons
More music icons from IconPark
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="#000" stroke-linejoin="round" stroke-width="4"><path fill="#2F88FF" d="M30 34.5C30 32.567 31.567 31 33.5 31H41V34.4C41 36.3882 39.3882 38 37.4 38H33.5C31.567 38 30 36.433 30 34.5Z"/><path fill="#2F88FF" d="M6 38.5C6 36.567 7.567 35 9.5 35H16V38.4C16 40.3882 14.3882 42 12.4 42H9.5C7.567 42 6 40.433 6 38.5Z"/><path stroke-linecap="round" d="M16 18.044V18.044L41 12.125"/><path stroke-linecap="round" d="M16 38V10L41 4V33.6924"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkMusic(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="#000" strokeLinejoin="round" strokeWidth="4"><path fill="#2F88FF" d="M30 34.5C30 32.567 31.567 31 33.5 31H41V34.4C41 36.3882 39.3882 38 37.4 38H33.5C31.567 38 30 36.433 30 34.5Z"/><path fill="#2F88FF" d="M6 38.5C6 36.567 7.567 35 9.5 35H16V38.4C16 40.3882 14.3882 42 12.4 42H9.5C7.567 42 6 40.433 6 38.5Z"/><path strokeLinecap="round" d="M16 18.044V18.044L41 12.125"/><path strokeLinecap="round" d="M16 38V10L41 4V33.6924"/></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="#000" stroke-linejoin="round" stroke-width="4"><path fill="#2F88FF" d="M30 34.5C30 32.567 31.567 31 33.5 31H41V34.4C41 36.3882 39.3882 38 37.4 38H33.5C31.567 38 30 36.433 30 34.5Z"/><path fill="#2F88FF" d="M6 38.5C6 36.567 7.567 35 9.5 35H16V38.4C16 40.3882 14.3882 42 12.4 42H9.5C7.567 42 6 40.433 6 38.5Z"/><path stroke-linecap="round" d="M16 18.044V18.044L41 12.125"/><path stroke-linecap="round" d="M16 38V10L41 4V33.6924"/></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%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M30%2034.5C30%2032.567%2031.567%2031%2033.5%2031H41V34.4C41%2036.3882%2039.3882%2038%2037.4%2038H33.5C31.567%2038%2030%2036.433%2030%2034.5Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M6%2038.5C6%2036.567%207.567%2035%209.5%2035H16V38.4C16%2040.3882%2014.3882%2042%2012.4%2042H9.5C7.567%2042%206%2040.433%206%2038.5Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M16%2018.044V18.044L41%2012.125%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M16%2038V10L41%204V33.6924%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%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M30%2034.5C30%2032.567%2031.567%2031%2033.5%2031H41V34.4C41%2036.3882%2039.3882%2038%2037.4%2038H33.5C31.567%2038%2030%2036.433%2030%2034.5Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M6%2038.5C6%2036.567%207.567%2035%209.5%2035H16V38.4C16%2040.3882%2014.3882%2042%2012.4%2042H9.5C7.567%2042%206%2040.433%206%2038.5Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M16%2018.044V18.044L41%2012.125%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M16%2038V10L41%204V33.6924%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/music.svg?color=%231a73e8&size=48