music library icon

music-library from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.

Name
music-library
Set
Reicon
Style
Outline
Category
Newicons
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

More newicons icons from Reicon

Use the music library icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path stroke-miterlimit="10" d="M22 13v4c0 3.5-2 5-5 5H7c-3 0-5-1.5-5-5v-4c0-2.65 1.15-4.15 3-4.72C5.6 8.09 6.27 8 7 8h10c.73 0 1.4.09 2 .28c1.85.57 3 2.07 3 4.72"/><path stroke-miterlimit="10" d="M19 7v1.28c-.6-.19-1.27-.28-2-.28H7c-.73 0-1.4.09-2 .28V7c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2m-3-3.49V5H8V3.51C8 2.68 8.68 2 9.51 2h4.98c.83 0 1.51.68 1.51 1.51"/><path d="M9.07 19.45a1.32 1.32 0 1 0 0-2.64a1.32 1.32 0 0 0 0 2.64"/><path d="M15.25 17.25v-5.17c0-1.1-.69-1.26-1.39-1.06l-2.65.72c-.48.13-.81.51-.81 1.06v5.33"/><path d="M13.93 18.57a1.32 1.32 0 1 0 0-2.64a1.32 1.32 0 0 0 0 2.64m-3.53-4.22l4.85-1.32"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconMusicLibrary(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" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path strokeMiterlimit="10" d="M22 13v4c0 3.5-2 5-5 5H7c-3 0-5-1.5-5-5v-4c0-2.65 1.15-4.15 3-4.72C5.6 8.09 6.27 8 7 8h10c.73 0 1.4.09 2 .28c1.85.57 3 2.07 3 4.72"/><path strokeMiterlimit="10" d="M19 7v1.28c-.6-.19-1.27-.28-2-.28H7c-.73 0-1.4.09-2 .28V7c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2m-3-3.49V5H8V3.51C8 2.68 8.68 2 9.51 2h4.98c.83 0 1.51.68 1.51 1.51"/><path d="M9.07 19.45a1.32 1.32 0 1 0 0-2.64a1.32 1.32 0 0 0 0 2.64"/><path d="M15.25 17.25v-5.17c0-1.1-.69-1.26-1.39-1.06l-2.65.72c-.48.13-.81.51-.81 1.06v5.33"/><path d="M13.93 18.57a1.32 1.32 0 1 0 0-2.64a1.32 1.32 0 0 0 0 2.64m-3.53-4.22l4.85-1.32"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path stroke-miterlimit="10" d="M22 13v4c0 3.5-2 5-5 5H7c-3 0-5-1.5-5-5v-4c0-2.65 1.15-4.15 3-4.72C5.6 8.09 6.27 8 7 8h10c.73 0 1.4.09 2 .28c1.85.57 3 2.07 3 4.72"/><path stroke-miterlimit="10" d="M19 7v1.28c-.6-.19-1.27-.28-2-.28H7c-.73 0-1.4.09-2 .28V7c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2m-3-3.49V5H8V3.51C8 2.68 8.68 2 9.51 2h4.98c.83 0 1.51.68 1.51 1.51"/><path d="M9.07 19.45a1.32 1.32 0 1 0 0-2.64a1.32 1.32 0 0 0 0 2.64"/><path d="M15.25 17.25v-5.17c0-1.1-.69-1.26-1.39-1.06l-2.65.72c-.48.13-.81.51-.81 1.06v5.33"/><path d="M13.93 18.57a1.32 1.32 0 1 0 0-2.64a1.32 1.32 0 0 0 0 2.64m-3.53-4.22l4.85-1.32"/></g></svg>
</template>

CSS

.icon-music-library {
  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%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M22%2013v4c0%203.5-2%205-5%205H7c-3%200-5-1.5-5-5v-4c0-2.65%201.15-4.15%203-4.72C5.6%208.09%206.27%208%207%208h10c.73%200%201.4.09%202%20.28c1.85.57%203%202.07%203%204.72%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M19%207v1.28c-.6-.19-1.27-.28-2-.28H7c-.73%200-1.4.09-2%20.28V7c0-1.1.9-2%202-2h10c1.1%200%202%20.9%202%202m-3-3.49V5H8V3.51C8%202.68%208.68%202%209.51%202h4.98c.83%200%201.51.68%201.51%201.51%22%2F%3E%3Cpath%20d%3D%22M9.07%2019.45a1.32%201.32%200%201%200%200-2.64a1.32%201.32%200%200%200%200%202.64%22%2F%3E%3Cpath%20d%3D%22M15.25%2017.25v-5.17c0-1.1-.69-1.26-1.39-1.06l-2.65.72c-.48.13-.81.51-.81%201.06v5.33%22%2F%3E%3Cpath%20d%3D%22M13.93%2018.57a1.32%201.32%200%201%200%200-2.64a1.32%201.32%200%200%200%200%202.64m-3.53-4.22l4.85-1.32%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%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M22%2013v4c0%203.5-2%205-5%205H7c-3%200-5-1.5-5-5v-4c0-2.65%201.15-4.15%203-4.72C5.6%208.09%206.27%208%207%208h10c.73%200%201.4.09%202%20.28c1.85.57%203%202.07%203%204.72%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M19%207v1.28c-.6-.19-1.27-.28-2-.28H7c-.73%200-1.4.09-2%20.28V7c0-1.1.9-2%202-2h10c1.1%200%202%20.9%202%202m-3-3.49V5H8V3.51C8%202.68%208.68%202%209.51%202h4.98c.83%200%201.51.68%201.51%201.51%22%2F%3E%3Cpath%20d%3D%22M9.07%2019.45a1.32%201.32%200%201%200%200-2.64a1.32%201.32%200%200%200%200%202.64%22%2F%3E%3Cpath%20d%3D%22M15.25%2017.25v-5.17c0-1.1-.69-1.26-1.39-1.06l-2.65.72c-.48.13-.81.51-.81%201.06v5.33%22%2F%3E%3Cpath%20d%3D%22M13.93%2018.57a1.32%201.32%200%201%200%200-2.64a1.32%201.32%200%200%200%200%202.64m-3.53-4.22l4.85-1.32%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/music-library.svg?color=%231a73e8&size=48