playlist minimalistic 2 icon

playlist-minimalistic-2-bold-duotone from Solar by 480 Design · Bold Duotone · List · CC-BY-4.0 Attribution required.

Name
playlist-minimalistic-2-bold-duotone
Set
Solar
Style
Bold Duotone
Category
List
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More list icons from Solar

Use the playlist minimalistic 2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><g fill-rule="evenodd" clip-rule="evenodd" opacity=".5"><path d="M15.75 6C15.75 6.41421 15.4142 6.75 15 6.75H3C2.58579 6.75 2.25 6.41421 2.25 6C2.25 5.58579 2.58579 5.25 3 5.25H15C15.4142 5.25 15.75 5.58579 15.75 6Z"/><path d="M13.75 10C13.75 10.4142 13.4142 10.75 13 10.75H3C2.58579 10.75 2.25 10.4142 2.25 10C2.25 9.58579 2.58579 9.25 3 9.25H13C13.4142 9.25 13.75 9.58579 13.75 10Z"/><path d="M9.75 14C9.75 14.4142 9.41421 14.75 9 14.75H3C2.58579 14.75 2.25 14.4142 2.25 14C2.25 13.5858 2.58579 13.25 3 13.25H9C9.41421 13.25 9.75 13.5858 9.75 14Z"/><path d="M8.75 18C8.75 18.4142 8.41421 18.75 8 18.75H3C2.58579 18.75 2.25 18.4142 2.25 18C2.25 17.5858 2.58579 17.25 3 17.25H8C8.41421 17.25 8.75 17.5858 8.75 18Z"/></g><path d="M17 7.25C17.4142 7.25 17.75 7.58579 17.75 8C17.75 9.79493 19.2051 11.25 21 11.25C21.4142 11.25 21.75 11.5858 21.75 12C21.75 12.4142 21.4142 12.75 21 12.75C19.7428 12.75 18.5997 12.2616 17.75 11.4641V16.5C17.75 18.2949 16.2949 19.75 14.5 19.75C12.7051 19.75 11.25 18.2949 11.25 16.5C11.25 14.7051 12.7051 13.25 14.5 13.25C15.1443 13.25 15.7448 13.4375 16.25 13.7609V8C16.25 7.58579 16.5858 7.25 17 7.25Z"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarPlaylistMinimalistic2BoldDuotone(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"><g fillRule="evenodd" clipRule="evenodd" opacity=".5"><path d="M15.75 6C15.75 6.41421 15.4142 6.75 15 6.75H3C2.58579 6.75 2.25 6.41421 2.25 6C2.25 5.58579 2.58579 5.25 3 5.25H15C15.4142 5.25 15.75 5.58579 15.75 6Z"/><path d="M13.75 10C13.75 10.4142 13.4142 10.75 13 10.75H3C2.58579 10.75 2.25 10.4142 2.25 10C2.25 9.58579 2.58579 9.25 3 9.25H13C13.4142 9.25 13.75 9.58579 13.75 10Z"/><path d="M9.75 14C9.75 14.4142 9.41421 14.75 9 14.75H3C2.58579 14.75 2.25 14.4142 2.25 14C2.25 13.5858 2.58579 13.25 3 13.25H9C9.41421 13.25 9.75 13.5858 9.75 14Z"/><path d="M8.75 18C8.75 18.4142 8.41421 18.75 8 18.75H3C2.58579 18.75 2.25 18.4142 2.25 18C2.25 17.5858 2.58579 17.25 3 17.25H8C8.41421 17.25 8.75 17.5858 8.75 18Z"/></g><path d="M17 7.25C17.4142 7.25 17.75 7.58579 17.75 8C17.75 9.79493 19.2051 11.25 21 11.25C21.4142 11.25 21.75 11.5858 21.75 12C21.75 12.4142 21.4142 12.75 21 12.75C19.7428 12.75 18.5997 12.2616 17.75 11.4641V16.5C17.75 18.2949 16.2949 19.75 14.5 19.75C12.7051 19.75 11.25 18.2949 11.25 16.5C11.25 14.7051 12.7051 13.25 14.5 13.25C15.1443 13.25 15.7448 13.4375 16.25 13.7609V8C16.25 7.58579 16.5858 7.25 17 7.25Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><g fill-rule="evenodd" clip-rule="evenodd" opacity=".5"><path d="M15.75 6C15.75 6.41421 15.4142 6.75 15 6.75H3C2.58579 6.75 2.25 6.41421 2.25 6C2.25 5.58579 2.58579 5.25 3 5.25H15C15.4142 5.25 15.75 5.58579 15.75 6Z"/><path d="M13.75 10C13.75 10.4142 13.4142 10.75 13 10.75H3C2.58579 10.75 2.25 10.4142 2.25 10C2.25 9.58579 2.58579 9.25 3 9.25H13C13.4142 9.25 13.75 9.58579 13.75 10Z"/><path d="M9.75 14C9.75 14.4142 9.41421 14.75 9 14.75H3C2.58579 14.75 2.25 14.4142 2.25 14C2.25 13.5858 2.58579 13.25 3 13.25H9C9.41421 13.25 9.75 13.5858 9.75 14Z"/><path d="M8.75 18C8.75 18.4142 8.41421 18.75 8 18.75H3C2.58579 18.75 2.25 18.4142 2.25 18C2.25 17.5858 2.58579 17.25 3 17.25H8C8.41421 17.25 8.75 17.5858 8.75 18Z"/></g><path d="M17 7.25C17.4142 7.25 17.75 7.58579 17.75 8C17.75 9.79493 19.2051 11.25 21 11.25C21.4142 11.25 21.75 11.5858 21.75 12C21.75 12.4142 21.4142 12.75 21 12.75C19.7428 12.75 18.5997 12.2616 17.75 11.4641V16.5C17.75 18.2949 16.2949 19.75 14.5 19.75C12.7051 19.75 11.25 18.2949 11.25 16.5C11.25 14.7051 12.7051 13.25 14.5 13.25C15.1443 13.25 15.7448 13.4375 16.25 13.7609V8C16.25 7.58579 16.5858 7.25 17 7.25Z"/></g></svg>
</template>

CSS

.icon-playlist-minimalistic-2-bold-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%3Cg%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20opacity%3D%22.5%22%3E%3Cpath%20d%3D%22M15.75%206C15.75%206.41421%2015.4142%206.75%2015%206.75H3C2.58579%206.75%202.25%206.41421%202.25%206C2.25%205.58579%202.58579%205.25%203%205.25H15C15.4142%205.25%2015.75%205.58579%2015.75%206Z%22%2F%3E%3Cpath%20d%3D%22M13.75%2010C13.75%2010.4142%2013.4142%2010.75%2013%2010.75H3C2.58579%2010.75%202.25%2010.4142%202.25%2010C2.25%209.58579%202.58579%209.25%203%209.25H13C13.4142%209.25%2013.75%209.58579%2013.75%2010Z%22%2F%3E%3Cpath%20d%3D%22M9.75%2014C9.75%2014.4142%209.41421%2014.75%209%2014.75H3C2.58579%2014.75%202.25%2014.4142%202.25%2014C2.25%2013.5858%202.58579%2013.25%203%2013.25H9C9.41421%2013.25%209.75%2013.5858%209.75%2014Z%22%2F%3E%3Cpath%20d%3D%22M8.75%2018C8.75%2018.4142%208.41421%2018.75%208%2018.75H3C2.58579%2018.75%202.25%2018.4142%202.25%2018C2.25%2017.5858%202.58579%2017.25%203%2017.25H8C8.41421%2017.25%208.75%2017.5858%208.75%2018Z%22%2F%3E%3C%2Fg%3E%3Cpath%20d%3D%22M17%207.25C17.4142%207.25%2017.75%207.58579%2017.75%208C17.75%209.79493%2019.2051%2011.25%2021%2011.25C21.4142%2011.25%2021.75%2011.5858%2021.75%2012C21.75%2012.4142%2021.4142%2012.75%2021%2012.75C19.7428%2012.75%2018.5997%2012.2616%2017.75%2011.4641V16.5C17.75%2018.2949%2016.2949%2019.75%2014.5%2019.75C12.7051%2019.75%2011.25%2018.2949%2011.25%2016.5C11.25%2014.7051%2012.7051%2013.25%2014.5%2013.25C15.1443%2013.25%2015.7448%2013.4375%2016.25%2013.7609V8C16.25%207.58579%2016.5858%207.25%2017%207.25Z%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%3Cg%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20opacity%3D%22.5%22%3E%3Cpath%20d%3D%22M15.75%206C15.75%206.41421%2015.4142%206.75%2015%206.75H3C2.58579%206.75%202.25%206.41421%202.25%206C2.25%205.58579%202.58579%205.25%203%205.25H15C15.4142%205.25%2015.75%205.58579%2015.75%206Z%22%2F%3E%3Cpath%20d%3D%22M13.75%2010C13.75%2010.4142%2013.4142%2010.75%2013%2010.75H3C2.58579%2010.75%202.25%2010.4142%202.25%2010C2.25%209.58579%202.58579%209.25%203%209.25H13C13.4142%209.25%2013.75%209.58579%2013.75%2010Z%22%2F%3E%3Cpath%20d%3D%22M9.75%2014C9.75%2014.4142%209.41421%2014.75%209%2014.75H3C2.58579%2014.75%202.25%2014.4142%202.25%2014C2.25%2013.5858%202.58579%2013.25%203%2013.25H9C9.41421%2013.25%209.75%2013.5858%209.75%2014Z%22%2F%3E%3Cpath%20d%3D%22M8.75%2018C8.75%2018.4142%208.41421%2018.75%208%2018.75H3C2.58579%2018.75%202.25%2018.4142%202.25%2018C2.25%2017.5858%202.58579%2017.25%203%2017.25H8C8.41421%2017.25%208.75%2017.5858%208.75%2018Z%22%2F%3E%3C%2Fg%3E%3Cpath%20d%3D%22M17%207.25C17.4142%207.25%2017.75%207.58579%2017.75%208C17.75%209.79493%2019.2051%2011.25%2021%2011.25C21.4142%2011.25%2021.75%2011.5858%2021.75%2012C21.75%2012.4142%2021.4142%2012.75%2021%2012.75C19.7428%2012.75%2018.5997%2012.2616%2017.75%2011.4641V16.5C17.75%2018.2949%2016.2949%2019.75%2014.5%2019.75C12.7051%2019.75%2011.25%2018.2949%2011.25%2016.5C11.25%2014.7051%2012.7051%2013.25%2014.5%2013.25C15.1443%2013.25%2015.7448%2013.4375%2016.25%2013.7609V8C16.25%207.58579%2016.5858%207.25%2017%207.25Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/playlist-minimalistic-2-bold-duotone.svg?color=%231a73e8&size=48