music lib2 icon
music-lib2-duotone from Reicon by REICON · Duotone · Video · MIT Free for personal and commercial use.
- Name
- music-lib2-duotone
- Set
- Reicon
- Style
- Duotone
- 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="M11.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.892c-.447-3.049-.67-4.573.278-5.56s2.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 1 0 0-1.5c-.305 0-.886-.219-1.416-.69c-.519-.46-.834-1.021-.834-1.56" clip-rule="evenodd"/><path d="M8.51 2h6.98c.232 0 .41 0 .566.015c1.108.109 2.015.775 2.4 1.672H5.543c.384-.897 1.291-1.563 2.399-1.672C8.099 2 8.277 2 8.51 2" opacity=".4"/><path d="M6.31 4.723c-1.39 0-2.53.84-2.911 1.953l-.023.07c.398-.12.812-.199 1.232-.253c1.08-.138 2.446-.138 4.032-.138h6.892c1.586 0 2.951 0 4.032.138a8 8 0 0 1 1.232.253l-.023-.07c-.38-1.114-1.521-1.953-2.912-1.953z" opacity=".7"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconMusicLib2Duotone(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="M11.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.892c-.447-3.049-.67-4.573.278-5.56s2.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 1 0 0-1.5c-.305 0-.886-.219-1.416-.69c-.519-.46-.834-1.021-.834-1.56" clipRule="evenodd"/><path d="M8.51 2h6.98c.232 0 .41 0 .566.015c1.108.109 2.015.775 2.4 1.672H5.543c.384-.897 1.291-1.563 2.399-1.672C8.099 2 8.277 2 8.51 2" opacity=".4"/><path d="M6.31 4.723c-1.39 0-2.53.84-2.911 1.953l-.023.07c.398-.12.812-.199 1.232-.253c1.08-.138 2.446-.138 4.032-.138h6.892c1.586 0 2.951 0 4.032.138a8 8 0 0 1 1.232.253l-.023-.07c-.38-1.114-1.521-1.953-2.912-1.953z" opacity=".7"/></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="M11.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.892c-.447-3.049-.67-4.573.278-5.56s2.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 1 0 0-1.5c-.305 0-.886-.219-1.416-.69c-.519-.46-.834-1.021-.834-1.56" clip-rule="evenodd"/><path d="M8.51 2h6.98c.232 0 .41 0 .566.015c1.108.109 2.015.775 2.4 1.672H5.543c.384-.897 1.291-1.563 2.399-1.672C8.099 2 8.277 2 8.51 2" opacity=".4"/><path d="M6.31 4.723c-1.39 0-2.53.84-2.911 1.953l-.023.07c.398-.12.812-.199 1.232-.253c1.08-.138 2.446-.138 4.032-.138h6.892c1.586 0 2.951 0 4.032.138a8 8 0 0 1 1.232.253l-.023-.07c-.38-1.114-1.521-1.953-2.912-1.953z" opacity=".7"/></g></svg> </template>
CSS
.icon-music-lib2-duotone {
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%22M11.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.892c-.447-3.049-.67-4.573.278-5.56s2.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%201%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%3Cpath%20d%3D%22M8.51%202h6.98c.232%200%20.41%200%20.566.015c1.108.109%202.015.775%202.4%201.672H5.543c.384-.897%201.291-1.563%202.399-1.672C8.099%202%208.277%202%208.51%202%22%20opacity%3D%22.4%22%2F%3E%3Cpath%20d%3D%22M6.31%204.723c-1.39%200-2.53.84-2.911%201.953l-.023.07c.398-.12.812-.199%201.232-.253c1.08-.138%202.446-.138%204.032-.138h6.892c1.586%200%202.951%200%204.032.138a8%208%200%200%201%201.232.253l-.023-.07c-.38-1.114-1.521-1.953-2.912-1.953z%22%20opacity%3D%22.7%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%22M11.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.892c-.447-3.049-.67-4.573.278-5.56s2.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%201%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%3Cpath%20d%3D%22M8.51%202h6.98c.232%200%20.41%200%20.566.015c1.108.109%202.015.775%202.4%201.672H5.543c.384-.897%201.291-1.563%202.399-1.672C8.099%202%208.277%202%208.51%202%22%20opacity%3D%22.4%22%2F%3E%3Cpath%20d%3D%22M6.31%204.723c-1.39%200-2.53.84-2.911%201.953l-.023.07c.398-.12.812-.199%201.232-.253c1.08-.138%202.446-.138%204.032-.138h6.892c1.586%200%202.951%200%204.032.138a8%208%200%200%201%201.232.253l-.023-.07c-.38-1.114-1.521-1.953-2.912-1.953z%22%20opacity%3D%22.7%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-duotone.svg?color=%231a73e8&size=48