music lib2 icon
music-lib2-filled from Reicon by REICON · Filled · Video · MIT Free for personal and commercial use.
- Name
- music-lib2-filled
- Set
- Reicon
- Style
- Filled
- Category
- Video
- Viewbox
- 24×24
- License
- MIT
2 other variants 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 lib2 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.954zM11.25 17a.75.75 0 1 0-1.5 0a.75.75 0 0 0 1.5 0"/><path fill-rule="evenodd" d="M8.672 7.542h6.656c3.374 0 5.062 0 6.01.987s.724 2.511.278 5.56l-.422 2.892c-.35 2.391-.525 3.587-1.422 4.303s-2.22.716-4.867.716h-5.81c-2.646 0-3.97 0-4.867-.716s-1.072-1.912-1.422-4.303l-.422-2.891c-.447-3.05-.67-4.574.278-5.561s2.636-.987 6.01-.987M12.75 10.5a.75.75 0 0 0-1.5 0v4.378A2.25 2.25 0 1 0 12.75 17v-3.68c.67.543 1.512.93 2.25.93a.75.75 0 0 0 0-1.5c-.305 0-.886-.219-1.416-.69c-.519-.46-.834-1.021-.834-1.56" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconMusicLib2Filled(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.954zM11.25 17a.75.75 0 1 0-1.5 0a.75.75 0 0 0 1.5 0"/><path fillRule="evenodd" d="M8.672 7.542h6.656c3.374 0 5.062 0 6.01.987s.724 2.511.278 5.56l-.422 2.892c-.35 2.391-.525 3.587-1.422 4.303s-2.22.716-4.867.716h-5.81c-2.646 0-3.97 0-4.867-.716s-1.072-1.912-1.422-4.303l-.422-2.891c-.447-3.05-.67-4.574.278-5.561s2.636-.987 6.01-.987M12.75 10.5a.75.75 0 0 0-1.5 0v4.378A2.25 2.25 0 1 0 12.75 17v-3.68c.67.543 1.512.93 2.25.93a.75.75 0 0 0 0-1.5c-.305 0-.886-.219-1.416-.69c-.519-.46-.834-1.021-.834-1.56" clipRule="evenodd"/></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.954zM11.25 17a.75.75 0 1 0-1.5 0a.75.75 0 0 0 1.5 0"/><path fill-rule="evenodd" d="M8.672 7.542h6.656c3.374 0 5.062 0 6.01.987s.724 2.511.278 5.56l-.422 2.892c-.35 2.391-.525 3.587-1.422 4.303s-2.22.716-4.867.716h-5.81c-2.646 0-3.97 0-4.867-.716s-1.072-1.912-1.422-4.303l-.422-2.891c-.447-3.05-.67-4.574.278-5.561s2.636-.987 6.01-.987M12.75 10.5a.75.75 0 0 0-1.5 0v4.378A2.25 2.25 0 1 0 12.75 17v-3.68c.67.543 1.512.93 2.25.93a.75.75 0 0 0 0-1.5c-.305 0-.886-.219-1.416-.69c-.519-.46-.834-1.021-.834-1.56" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-music-lib2-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.954zM11.25%2017a.75.75%200%201%200-1.5%200a.75.75%200%200%200%201.5%200%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M8.672%207.542h6.656c3.374%200%205.062%200%206.01.987s.724%202.511.278%205.56l-.422%202.892c-.35%202.391-.525%203.587-1.422%204.303s-2.22.716-4.867.716h-5.81c-2.646%200-3.97%200-4.867-.716s-1.072-1.912-1.422-4.303l-.422-2.891c-.447-3.05-.67-4.574.278-5.561s2.636-.987%206.01-.987M12.75%2010.5a.75.75%200%200%200-1.5%200v4.378A2.25%202.25%200%201%200%2012.75%2017v-3.68c.67.543%201.512.93%202.25.93a.75.75%200%200%200%200-1.5c-.305%200-.886-.219-1.416-.69c-.519-.46-.834-1.021-.834-1.56%22%20clip-rule%3D%22evenodd%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.954zM11.25%2017a.75.75%200%201%200-1.5%200a.75.75%200%200%200%201.5%200%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M8.672%207.542h6.656c3.374%200%205.062%200%206.01.987s.724%202.511.278%205.56l-.422%202.892c-.35%202.391-.525%203.587-1.422%204.303s-2.22.716-4.867.716h-5.81c-2.646%200-3.97%200-4.867-.716s-1.072-1.912-1.422-4.303l-.422-2.891c-.447-3.05-.67-4.574.278-5.561s2.636-.987%206.01-.987M12.75%2010.5a.75.75%200%200%200-1.5%200v4.378A2.25%202.25%200%201%200%2012.75%2017v-3.68c.67.543%201.512.93%202.25.93a.75.75%200%200%200%200-1.5c-.305%200-.886-.219-1.416-.69c-.519-.46-.834-1.021-.834-1.56%22%20clip-rule%3D%22evenodd%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-lib2-filled.svg?color=%231a73e8&size=48