music icon
music from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- music
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
musicAkar IconsmusicBoxIcons v2musicBoxIcons v2 SolidmusicCarbonmusicCodiconsmusic-fillEva IconsmusicFont Awesome 6 SolidmusicFont Awesome SolidmusicFeather Iconsmusic-outlineFlowbite Iconsmusiccss.ggmusicIconParkmusicIconPark OutlinemusicIconPark SolidmusicIconPark TwoTonemusicJam IconsmusicLine AwesomemusicLucidemusicMage IconsmusicMajesticonsmusicMaterial Design Iconsmusic-fillMingCute IconmusicMyna UI IconsmusicPixelarticons
Related icons in Huge Icons
Use the music icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><circle cx="9.492" cy="17" r="4" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"/><path fill="currentColor" d="M14.243 3a.75.75 0 0 0-1.5 0zm2.378 8.536a.75.75 0 0 0 1.178.928L17.21 12zM13.493 3h-.75c0 1.299.67 2.206 1.446 2.885c.383.335.807.629 1.209.895c.415.276.789.511 1.14.766c.717.517 1.095.945 1.183 1.426c.087.468-.061 1.246-1.1 2.564l.59.464l.588.464c1.13-1.432 1.602-2.654 1.398-3.764c-.203-1.098-1.025-1.826-1.78-2.37c-.384-.278-.814-.55-1.19-.8a10 10 0 0 1-1.05-.774c-.599-.524-.934-1.055-.934-1.756zm0 0h-.75v14h1.5V3z"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsMusic(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><circle cx="9.492" cy="17" r="4" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"/><path fill="currentColor" d="M14.243 3a.75.75 0 0 0-1.5 0zm2.378 8.536a.75.75 0 0 0 1.178.928L17.21 12zM13.493 3h-.75c0 1.299.67 2.206 1.446 2.885c.383.335.807.629 1.209.895c.415.276.789.511 1.14.766c.717.517 1.095.945 1.183 1.426c.087.468-.061 1.246-1.1 2.564l.59.464l.588.464c1.13-1.432 1.602-2.654 1.398-3.764c-.203-1.098-1.025-1.826-1.78-2.37c-.384-.278-.814-.55-1.19-.8a10 10 0 0 1-1.05-.774c-.599-.524-.934-1.055-.934-1.756zm0 0h-.75v14h1.5V3z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><circle cx="9.492" cy="17" r="4" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"/><path fill="currentColor" d="M14.243 3a.75.75 0 0 0-1.5 0zm2.378 8.536a.75.75 0 0 0 1.178.928L17.21 12zM13.493 3h-.75c0 1.299.67 2.206 1.446 2.885c.383.335.807.629 1.209.895c.415.276.789.511 1.14.766c.717.517 1.095.945 1.183 1.426c.087.468-.061 1.246-1.1 2.564l.59.464l.588.464c1.13-1.432 1.602-2.654 1.398-3.764c-.203-1.098-1.025-1.826-1.78-2.37c-.384-.278-.814-.55-1.19-.8a10 10 0 0 1-1.05-.774c-.599-.524-.934-1.055-.934-1.756zm0 0h-.75v14h1.5V3z"/></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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%3E%3Ccircle%20cx%3D%229.492%22%20cy%3D%2217%22%20r%3D%224%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.243%203a.75.75%200%200%200-1.5%200zm2.378%208.536a.75.75%200%200%200%201.178.928L17.21%2012zM13.493%203h-.75c0%201.299.67%202.206%201.446%202.885c.383.335.807.629%201.209.895c.415.276.789.511%201.14.766c.717.517%201.095.945%201.183%201.426c.087.468-.061%201.246-1.1%202.564l.59.464l.588.464c1.13-1.432%201.602-2.654%201.398-3.764c-.203-1.098-1.025-1.826-1.78-2.37c-.384-.278-.814-.55-1.19-.8a10%2010%200%200%201-1.05-.774c-.599-.524-.934-1.055-.934-1.756zm0%200h-.75v14h1.5V3z%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%3E%3Ccircle%20cx%3D%229.492%22%20cy%3D%2217%22%20r%3D%224%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.243%203a.75.75%200%200%200-1.5%200zm2.378%208.536a.75.75%200%200%200%201.178.928L17.21%2012zM13.493%203h-.75c0%201.299.67%202.206%201.446%202.885c.383.335.807.629%201.209.895c.415.276.789.511%201.14.766c.717.517%201.095.945%201.183%201.426c.087.468-.061%201.246-1.1%202.564l.59.464l.588.464c1.13-1.432%201.602-2.654%201.398-3.764c-.203-1.098-1.025-1.826-1.78-2.37c-.384-.278-.814-.55-1.19-.8a10%2010%200%200%201-1.05-.774c-.599-.524-.934-1.055-.934-1.756zm0%200h-.75v14h1.5V3z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/music.svg?color=%231a73e8&size=48