music lib icon
music-lib-filled from Reicon by REICON · Filled · Video · MIT Free for personal and commercial use.
- Name
- music-lib-filled
- Set
- Reicon
- Style
- Filled
- Category
- Video
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More video icons from Reicon
albumcameracamera-addcamera-add2camera-altcamera-offcamera-recordcamera-rotatecamera-squarecamera2camera3clapperboardclapperboard-editclapperboard-openclapperboard-open-playclapperboard-playclapperboard-textexit-fullscreenexit-fullscreen-circleexit-fullscreen-squareexit-pipfast-forwardfast-forward-circlefilm
Use the music lib icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M8.51 2h6.98c.232 0 .41 0 .566.015c1.108.109 2.015.775 2.4 1.672H5.544c.385-.897 1.292-1.563 2.4-1.672C8.098 2 8.276 2 8.51 2m-2.2 2.723c-1.39 0-2.53.84-2.91 1.954l-.024.07c.398-.12.813-.2 1.232-.253c1.08-.139 2.446-.139 4.032-.139h6.892c1.586 0 2.951 0 4.032.139c.42.054.834.132 1.232.253l-.023-.07c-.38-1.114-1.52-1.954-2.911-1.954z"/><path fill-rule="evenodd" d="M15.328 7.542H8.672c-3.374 0-5.062 0-6.01.987s-.725 2.511-.278 5.56l.422 2.892c.35 2.391.525 3.587 1.422 4.303c.898.716 2.22.716 4.867.716h5.81c2.646 0 3.97 0 4.867-.716s1.072-1.912 1.422-4.303l.422-2.891c.447-3.05.67-4.574-.278-5.561s-2.636-.987-6.01-.987m-.74 2.623c-1.231-.526-2.645.266-2.727 1.528q-.005.082-.004.206v3.623a2.7 2.7 0 0 0-1.286-.321C9.151 15.2 8 16.275 8 17.6S9.151 20 10.571 20s2.572-1.074 2.572-2.4v-3.919l.928.462q.118.06.198.095c1.231.526 2.645-.266 2.728-1.528q.004-.082.003-.207v-.026l-.001-.093c-.021-.623-.387-1.192-.966-1.503l-.087-.044l-1.16-.578q-.118-.059-.197-.094" clip-rule="evenodd"/><path d="M14.053 11.256c-.41-.175-.882.089-.909.51a4 4 0 0 0 0 .214a.6.6 0 0 0 .321.501l.058.03l1.135.564c.107.054.133.066.146.072c.41.175.882-.089.91-.51a4 4 0 0 0 0-.215a.6.6 0 0 0-.322-.5zM10.571 16.4c.71 0 1.286.538 1.286 1.2c0 .663-.575 1.2-1.286 1.2c-.71 0-1.285-.537-1.285-1.2s.575-1.2 1.285-1.2"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconMusicLibFilled(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="M8.51 2h6.98c.232 0 .41 0 .566.015c1.108.109 2.015.775 2.4 1.672H5.544c.385-.897 1.292-1.563 2.4-1.672C8.098 2 8.276 2 8.51 2m-2.2 2.723c-1.39 0-2.53.84-2.91 1.954l-.024.07c.398-.12.813-.2 1.232-.253c1.08-.139 2.446-.139 4.032-.139h6.892c1.586 0 2.951 0 4.032.139c.42.054.834.132 1.232.253l-.023-.07c-.38-1.114-1.52-1.954-2.911-1.954z"/><path fillRule="evenodd" d="M15.328 7.542H8.672c-3.374 0-5.062 0-6.01.987s-.725 2.511-.278 5.56l.422 2.892c.35 2.391.525 3.587 1.422 4.303c.898.716 2.22.716 4.867.716h5.81c2.646 0 3.97 0 4.867-.716s1.072-1.912 1.422-4.303l.422-2.891c.447-3.05.67-4.574-.278-5.561s-2.636-.987-6.01-.987m-.74 2.623c-1.231-.526-2.645.266-2.727 1.528q-.005.082-.004.206v3.623a2.7 2.7 0 0 0-1.286-.321C9.151 15.2 8 16.275 8 17.6S9.151 20 10.571 20s2.572-1.074 2.572-2.4v-3.919l.928.462q.118.06.198.095c1.231.526 2.645-.266 2.728-1.528q.004-.082.003-.207v-.026l-.001-.093c-.021-.623-.387-1.192-.966-1.503l-.087-.044l-1.16-.578q-.118-.059-.197-.094" clipRule="evenodd"/><path d="M14.053 11.256c-.41-.175-.882.089-.909.51a4 4 0 0 0 0 .214a.6.6 0 0 0 .321.501l.058.03l1.135.564c.107.054.133.066.146.072c.41.175.882-.089.91-.51a4 4 0 0 0 0-.215a.6.6 0 0 0-.322-.5zM10.571 16.4c.71 0 1.286.538 1.286 1.2c0 .663-.575 1.2-1.286 1.2c-.71 0-1.285-.537-1.285-1.2s.575-1.2 1.285-1.2"/></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="M8.51 2h6.98c.232 0 .41 0 .566.015c1.108.109 2.015.775 2.4 1.672H5.544c.385-.897 1.292-1.563 2.4-1.672C8.098 2 8.276 2 8.51 2m-2.2 2.723c-1.39 0-2.53.84-2.91 1.954l-.024.07c.398-.12.813-.2 1.232-.253c1.08-.139 2.446-.139 4.032-.139h6.892c1.586 0 2.951 0 4.032.139c.42.054.834.132 1.232.253l-.023-.07c-.38-1.114-1.52-1.954-2.911-1.954z"/><path fill-rule="evenodd" d="M15.328 7.542H8.672c-3.374 0-5.062 0-6.01.987s-.725 2.511-.278 5.56l.422 2.892c.35 2.391.525 3.587 1.422 4.303c.898.716 2.22.716 4.867.716h5.81c2.646 0 3.97 0 4.867-.716s1.072-1.912 1.422-4.303l.422-2.891c.447-3.05.67-4.574-.278-5.561s-2.636-.987-6.01-.987m-.74 2.623c-1.231-.526-2.645.266-2.727 1.528q-.005.082-.004.206v3.623a2.7 2.7 0 0 0-1.286-.321C9.151 15.2 8 16.275 8 17.6S9.151 20 10.571 20s2.572-1.074 2.572-2.4v-3.919l.928.462q.118.06.198.095c1.231.526 2.645-.266 2.728-1.528q.004-.082.003-.207v-.026l-.001-.093c-.021-.623-.387-1.192-.966-1.503l-.087-.044l-1.16-.578q-.118-.059-.197-.094" clip-rule="evenodd"/><path d="M14.053 11.256c-.41-.175-.882.089-.909.51a4 4 0 0 0 0 .214a.6.6 0 0 0 .321.501l.058.03l1.135.564c.107.054.133.066.146.072c.41.175.882-.089.91-.51a4 4 0 0 0 0-.215a.6.6 0 0 0-.322-.5zM10.571 16.4c.71 0 1.286.538 1.286 1.2c0 .663-.575 1.2-1.286 1.2c-.71 0-1.285-.537-1.285-1.2s.575-1.2 1.285-1.2"/></g></svg> </template>
CSS
.icon-music-lib-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%22M8.51%202h6.98c.232%200%20.41%200%20.566.015c1.108.109%202.015.775%202.4%201.672H5.544c.385-.897%201.292-1.563%202.4-1.672C8.098%202%208.276%202%208.51%202m-2.2%202.723c-1.39%200-2.53.84-2.91%201.954l-.024.07c.398-.12.813-.2%201.232-.253c1.08-.139%202.446-.139%204.032-.139h6.892c1.586%200%202.951%200%204.032.139c.42.054.834.132%201.232.253l-.023-.07c-.38-1.114-1.52-1.954-2.911-1.954z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M15.328%207.542H8.672c-3.374%200-5.062%200-6.01.987s-.725%202.511-.278%205.56l.422%202.892c.35%202.391.525%203.587%201.422%204.303c.898.716%202.22.716%204.867.716h5.81c2.646%200%203.97%200%204.867-.716s1.072-1.912%201.422-4.303l.422-2.891c.447-3.05.67-4.574-.278-5.561s-2.636-.987-6.01-.987m-.74%202.623c-1.231-.526-2.645.266-2.727%201.528q-.005.082-.004.206v3.623a2.7%202.7%200%200%200-1.286-.321C9.151%2015.2%208%2016.275%208%2017.6S9.151%2020%2010.571%2020s2.572-1.074%202.572-2.4v-3.919l.928.462q.118.06.198.095c1.231.526%202.645-.266%202.728-1.528q.004-.082.003-.207v-.026l-.001-.093c-.021-.623-.387-1.192-.966-1.503l-.087-.044l-1.16-.578q-.118-.059-.197-.094%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M14.053%2011.256c-.41-.175-.882.089-.909.51a4%204%200%200%200%200%20.214a.6.6%200%200%200%20.321.501l.058.03l1.135.564c.107.054.133.066.146.072c.41.175.882-.089.91-.51a4%204%200%200%200%200-.215a.6.6%200%200%200-.322-.5zM10.571%2016.4c.71%200%201.286.538%201.286%201.2c0%20.663-.575%201.2-1.286%201.2c-.71%200-1.285-.537-1.285-1.2s.575-1.2%201.285-1.2%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%22M8.51%202h6.98c.232%200%20.41%200%20.566.015c1.108.109%202.015.775%202.4%201.672H5.544c.385-.897%201.292-1.563%202.4-1.672C8.098%202%208.276%202%208.51%202m-2.2%202.723c-1.39%200-2.53.84-2.91%201.954l-.024.07c.398-.12.813-.2%201.232-.253c1.08-.139%202.446-.139%204.032-.139h6.892c1.586%200%202.951%200%204.032.139c.42.054.834.132%201.232.253l-.023-.07c-.38-1.114-1.52-1.954-2.911-1.954z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M15.328%207.542H8.672c-3.374%200-5.062%200-6.01.987s-.725%202.511-.278%205.56l.422%202.892c.35%202.391.525%203.587%201.422%204.303c.898.716%202.22.716%204.867.716h5.81c2.646%200%203.97%200%204.867-.716s1.072-1.912%201.422-4.303l.422-2.891c.447-3.05.67-4.574-.278-5.561s-2.636-.987-6.01-.987m-.74%202.623c-1.231-.526-2.645.266-2.727%201.528q-.005.082-.004.206v3.623a2.7%202.7%200%200%200-1.286-.321C9.151%2015.2%208%2016.275%208%2017.6S9.151%2020%2010.571%2020s2.572-1.074%202.572-2.4v-3.919l.928.462q.118.06.198.095c1.231.526%202.645-.266%202.728-1.528q.004-.082.003-.207v-.026l-.001-.093c-.021-.623-.387-1.192-.966-1.503l-.087-.044l-1.16-.578q-.118-.059-.197-.094%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M14.053%2011.256c-.41-.175-.882.089-.909.51a4%204%200%200%200%200%20.214a.6.6%200%200%200%20.321.501l.058.03l1.135.564c.107.054.133.066.146.072c.41.175.882-.089.91-.51a4%204%200%200%200%200-.215a.6.6%200%200%200-.322-.5zM10.571%2016.4c.71%200%201.286.538%201.286%201.2c0%20.663-.575%201.2-1.286%201.2c-.71%200-1.285-.537-1.285-1.2s.575-1.2%201.285-1.2%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-lib-filled.svg?color=%231a73e8&size=48