music library icon

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

Name
music-library-filled
Set
Reicon
Style
Filled
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="currentColor"><path d="M17 4.75h-1V3.26c0-.83-.68-1.51-1.51-1.51H9.51C8.68 1.75 8 2.43 8 3.26v1.49H7c-1.1 0-2 .9-2 2v.13c.32-.09.65-.13 1-.13h12c.35 0 .68.04 1 .13v-.13c0-1.1-.9-2-2-2m-3.07 12.18a.57.57 0 1 0-.001 1.14a.57.57 0 0 0 0-1.14m-4.859.879a.57.57 0 1 0 0 1.14a.57.57 0 0 0 0-1.14"/><path d="M19 8.38c-.32-.09-.65-.13-1-.13H6c-.35 0-.68.04-1 .13c-1.72.45-3 2.02-3 3.87v6c0 2.2 1.8 4 4 4h12c2.2 0 4-1.8 4-4v-6c0-1.85-1.28-3.42-3-3.87m-3 4.9v4.22c0 1.14-.93 2.07-2.07 2.07s-2.07-.93-2.07-2.07s.93-2.07 2.07-2.07c.2 0 .39.04.57.09v-1.26l-3.35.91v3.21c0 .01 0 .02-.01.03a2.077 2.077 0 0 1-2.07 2.05c-1.14 0-2.07-.93-2.07-2.08s.93-2.07 2.07-2.07c.2 0 .39.04.58.09v-3.35c0-.86.54-1.56 1.36-1.78l2.65-.73c.85-.23 1.39-.01 1.69.22s.65.68.65 1.57z"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconMusicLibraryFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M17 4.75h-1V3.26c0-.83-.68-1.51-1.51-1.51H9.51C8.68 1.75 8 2.43 8 3.26v1.49H7c-1.1 0-2 .9-2 2v.13c.32-.09.65-.13 1-.13h12c.35 0 .68.04 1 .13v-.13c0-1.1-.9-2-2-2m-3.07 12.18a.57.57 0 1 0-.001 1.14a.57.57 0 0 0 0-1.14m-4.859.879a.57.57 0 1 0 0 1.14a.57.57 0 0 0 0-1.14"/><path d="M19 8.38c-.32-.09-.65-.13-1-.13H6c-.35 0-.68.04-1 .13c-1.72.45-3 2.02-3 3.87v6c0 2.2 1.8 4 4 4h12c2.2 0 4-1.8 4-4v-6c0-1.85-1.28-3.42-3-3.87m-3 4.9v4.22c0 1.14-.93 2.07-2.07 2.07s-2.07-.93-2.07-2.07s.93-2.07 2.07-2.07c.2 0 .39.04.57.09v-1.26l-3.35.91v3.21c0 .01 0 .02-.01.03a2.077 2.077 0 0 1-2.07 2.05c-1.14 0-2.07-.93-2.07-2.08s.93-2.07 2.07-2.07c.2 0 .39.04.58.09v-3.35c0-.86.54-1.56 1.36-1.78l2.65-.73c.85-.23 1.39-.01 1.69.22s.65.68.65 1.57z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M17 4.75h-1V3.26c0-.83-.68-1.51-1.51-1.51H9.51C8.68 1.75 8 2.43 8 3.26v1.49H7c-1.1 0-2 .9-2 2v.13c.32-.09.65-.13 1-.13h12c.35 0 .68.04 1 .13v-.13c0-1.1-.9-2-2-2m-3.07 12.18a.57.57 0 1 0-.001 1.14a.57.57 0 0 0 0-1.14m-4.859.879a.57.57 0 1 0 0 1.14a.57.57 0 0 0 0-1.14"/><path d="M19 8.38c-.32-.09-.65-.13-1-.13H6c-.35 0-.68.04-1 .13c-1.72.45-3 2.02-3 3.87v6c0 2.2 1.8 4 4 4h12c2.2 0 4-1.8 4-4v-6c0-1.85-1.28-3.42-3-3.87m-3 4.9v4.22c0 1.14-.93 2.07-2.07 2.07s-2.07-.93-2.07-2.07s.93-2.07 2.07-2.07c.2 0 .39.04.57.09v-1.26l-3.35.91v3.21c0 .01 0 .02-.01.03a2.077 2.077 0 0 1-2.07 2.05c-1.14 0-2.07-.93-2.07-2.08s.93-2.07 2.07-2.07c.2 0 .39.04.58.09v-3.35c0-.86.54-1.56 1.36-1.78l2.65-.73c.85-.23 1.39-.01 1.69.22s.65.68.65 1.57z"/></g></svg>
</template>

CSS

.icon-music-library-filled {
  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%22currentColor%22%3E%3Cpath%20d%3D%22M17%204.75h-1V3.26c0-.83-.68-1.51-1.51-1.51H9.51C8.68%201.75%208%202.43%208%203.26v1.49H7c-1.1%200-2%20.9-2%202v.13c.32-.09.65-.13%201-.13h12c.35%200%20.68.04%201%20.13v-.13c0-1.1-.9-2-2-2m-3.07%2012.18a.57.57%200%201%200-.001%201.14a.57.57%200%200%200%200-1.14m-4.859.879a.57.57%200%201%200%200%201.14a.57.57%200%200%200%200-1.14%22%2F%3E%3Cpath%20d%3D%22M19%208.38c-.32-.09-.65-.13-1-.13H6c-.35%200-.68.04-1%20.13c-1.72.45-3%202.02-3%203.87v6c0%202.2%201.8%204%204%204h12c2.2%200%204-1.8%204-4v-6c0-1.85-1.28-3.42-3-3.87m-3%204.9v4.22c0%201.14-.93%202.07-2.07%202.07s-2.07-.93-2.07-2.07s.93-2.07%202.07-2.07c.2%200%20.39.04.57.09v-1.26l-3.35.91v3.21c0%20.01%200%20.02-.01.03a2.077%202.077%200%200%201-2.07%202.05c-1.14%200-2.07-.93-2.07-2.08s.93-2.07%202.07-2.07c.2%200%20.39.04.58.09v-3.35c0-.86.54-1.56%201.36-1.78l2.65-.73c.85-.23%201.39-.01%201.69.22s.65.68.65%201.57z%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%22currentColor%22%3E%3Cpath%20d%3D%22M17%204.75h-1V3.26c0-.83-.68-1.51-1.51-1.51H9.51C8.68%201.75%208%202.43%208%203.26v1.49H7c-1.1%200-2%20.9-2%202v.13c.32-.09.65-.13%201-.13h12c.35%200%20.68.04%201%20.13v-.13c0-1.1-.9-2-2-2m-3.07%2012.18a.57.57%200%201%200-.001%201.14a.57.57%200%200%200%200-1.14m-4.859.879a.57.57%200%201%200%200%201.14a.57.57%200%200%200%200-1.14%22%2F%3E%3Cpath%20d%3D%22M19%208.38c-.32-.09-.65-.13-1-.13H6c-.35%200-.68.04-1%20.13c-1.72.45-3%202.02-3%203.87v6c0%202.2%201.8%204%204%204h12c2.2%200%204-1.8%204-4v-6c0-1.85-1.28-3.42-3-3.87m-3%204.9v4.22c0%201.14-.93%202.07-2.07%202.07s-2.07-.93-2.07-2.07s.93-2.07%202.07-2.07c.2%200%20.39.04.57.09v-1.26l-3.35.91v3.21c0%20.01%200%20.02-.01.03a2.077%202.077%200%200%201-2.07%202.05c-1.14%200-2.07-.93-2.07-2.08s.93-2.07%202.07-2.07c.2%200%20.39.04.58.09v-3.35c0-.86.54-1.56%201.36-1.78l2.65-.73c.85-.23%201.39-.01%201.69.22s.65.68.65%201.57z%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-filled.svg?color=%231a73e8&size=48