playlist minimalistic icon

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

Name
playlist-minimalistic-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 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M2.25 6C2.25 5.58579 2.58579 5.25 3 5.25H20C20.4142 5.25 20.75 5.58579 20.75 6C20.75 6.41421 20.4142 6.75 20 6.75H3C2.58579 6.75 2.25 6.41421 2.25 6ZM2.25 11C2.25 10.5858 2.58579 10.25 3 10.25H10C10.4142 10.25 10.75 10.5858 10.75 11C10.75 11.4142 10.4142 11.75 10 11.75H3C2.58579 11.75 2.25 11.4142 2.25 11ZM2.25 16C2.25 15.5858 2.58579 15.25 3 15.25H10C10.4142 15.25 10.75 15.5858 10.75 16C10.75 16.4142 10.4142 16.75 10 16.75H3C2.58579 16.75 2.25 16.4142 2.25 16Z" clip-rule="evenodd" opacity=".5"/><path d="M19.125 10.6852C20.767 11.6332 21.588 12.1072 21.8478 12.7344C22.0507 13.2245 22.0507 13.7751 21.8478 14.2651C21.588 14.8924 20.767 15.3664 19.125 16.3144C17.483 17.2623 16.662 17.7363 15.9889 17.6477C15.4631 17.5785 14.9862 17.3032 14.6633 16.8824C14.25 16.3437 14.25 15.3958 14.25 13.4998C14.25 11.6038 14.25 10.6558 14.6633 10.1172C14.9862 9.69637 15.4631 9.42106 15.9889 9.35182C16.662 9.26321 17.483 9.7372 19.125 10.6852Z"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarPlaylistMinimalisticBoldDuotone(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 fillRule="evenodd" d="M2.25 6C2.25 5.58579 2.58579 5.25 3 5.25H20C20.4142 5.25 20.75 5.58579 20.75 6C20.75 6.41421 20.4142 6.75 20 6.75H3C2.58579 6.75 2.25 6.41421 2.25 6ZM2.25 11C2.25 10.5858 2.58579 10.25 3 10.25H10C10.4142 10.25 10.75 10.5858 10.75 11C10.75 11.4142 10.4142 11.75 10 11.75H3C2.58579 11.75 2.25 11.4142 2.25 11ZM2.25 16C2.25 15.5858 2.58579 15.25 3 15.25H10C10.4142 15.25 10.75 15.5858 10.75 16C10.75 16.4142 10.4142 16.75 10 16.75H3C2.58579 16.75 2.25 16.4142 2.25 16Z" clipRule="evenodd" opacity=".5"/><path d="M19.125 10.6852C20.767 11.6332 21.588 12.1072 21.8478 12.7344C22.0507 13.2245 22.0507 13.7751 21.8478 14.2651C21.588 14.8924 20.767 15.3664 19.125 16.3144C17.483 17.2623 16.662 17.7363 15.9889 17.6477C15.4631 17.5785 14.9862 17.3032 14.6633 16.8824C14.25 16.3437 14.25 15.3958 14.25 13.4998C14.25 11.6038 14.25 10.6558 14.6633 10.1172C14.9862 9.69637 15.4631 9.42106 15.9889 9.35182C16.662 9.26321 17.483 9.7372 19.125 10.6852Z"/></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 fill-rule="evenodd" d="M2.25 6C2.25 5.58579 2.58579 5.25 3 5.25H20C20.4142 5.25 20.75 5.58579 20.75 6C20.75 6.41421 20.4142 6.75 20 6.75H3C2.58579 6.75 2.25 6.41421 2.25 6ZM2.25 11C2.25 10.5858 2.58579 10.25 3 10.25H10C10.4142 10.25 10.75 10.5858 10.75 11C10.75 11.4142 10.4142 11.75 10 11.75H3C2.58579 11.75 2.25 11.4142 2.25 11ZM2.25 16C2.25 15.5858 2.58579 15.25 3 15.25H10C10.4142 15.25 10.75 15.5858 10.75 16C10.75 16.4142 10.4142 16.75 10 16.75H3C2.58579 16.75 2.25 16.4142 2.25 16Z" clip-rule="evenodd" opacity=".5"/><path d="M19.125 10.6852C20.767 11.6332 21.588 12.1072 21.8478 12.7344C22.0507 13.2245 22.0507 13.7751 21.8478 14.2651C21.588 14.8924 20.767 15.3664 19.125 16.3144C17.483 17.2623 16.662 17.7363 15.9889 17.6477C15.4631 17.5785 14.9862 17.3032 14.6633 16.8824C14.25 16.3437 14.25 15.3958 14.25 13.4998C14.25 11.6038 14.25 10.6558 14.6633 10.1172C14.9862 9.69637 15.4631 9.42106 15.9889 9.35182C16.662 9.26321 17.483 9.7372 19.125 10.6852Z"/></g></svg>
</template>

CSS

.icon-playlist-minimalistic-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%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M2.25%206C2.25%205.58579%202.58579%205.25%203%205.25H20C20.4142%205.25%2020.75%205.58579%2020.75%206C20.75%206.41421%2020.4142%206.75%2020%206.75H3C2.58579%206.75%202.25%206.41421%202.25%206ZM2.25%2011C2.25%2010.5858%202.58579%2010.25%203%2010.25H10C10.4142%2010.25%2010.75%2010.5858%2010.75%2011C10.75%2011.4142%2010.4142%2011.75%2010%2011.75H3C2.58579%2011.75%202.25%2011.4142%202.25%2011ZM2.25%2016C2.25%2015.5858%202.58579%2015.25%203%2015.25H10C10.4142%2015.25%2010.75%2015.5858%2010.75%2016C10.75%2016.4142%2010.4142%2016.75%2010%2016.75H3C2.58579%2016.75%202.25%2016.4142%202.25%2016Z%22%20clip-rule%3D%22evenodd%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M19.125%2010.6852C20.767%2011.6332%2021.588%2012.1072%2021.8478%2012.7344C22.0507%2013.2245%2022.0507%2013.7751%2021.8478%2014.2651C21.588%2014.8924%2020.767%2015.3664%2019.125%2016.3144C17.483%2017.2623%2016.662%2017.7363%2015.9889%2017.6477C15.4631%2017.5785%2014.9862%2017.3032%2014.6633%2016.8824C14.25%2016.3437%2014.25%2015.3958%2014.25%2013.4998C14.25%2011.6038%2014.25%2010.6558%2014.6633%2010.1172C14.9862%209.69637%2015.4631%209.42106%2015.9889%209.35182C16.662%209.26321%2017.483%209.7372%2019.125%2010.6852Z%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%20fill-rule%3D%22evenodd%22%20d%3D%22M2.25%206C2.25%205.58579%202.58579%205.25%203%205.25H20C20.4142%205.25%2020.75%205.58579%2020.75%206C20.75%206.41421%2020.4142%206.75%2020%206.75H3C2.58579%206.75%202.25%206.41421%202.25%206ZM2.25%2011C2.25%2010.5858%202.58579%2010.25%203%2010.25H10C10.4142%2010.25%2010.75%2010.5858%2010.75%2011C10.75%2011.4142%2010.4142%2011.75%2010%2011.75H3C2.58579%2011.75%202.25%2011.4142%202.25%2011ZM2.25%2016C2.25%2015.5858%202.58579%2015.25%203%2015.25H10C10.4142%2015.25%2010.75%2015.5858%2010.75%2016C10.75%2016.4142%2010.4142%2016.75%2010%2016.75H3C2.58579%2016.75%202.25%2016.4142%202.25%2016Z%22%20clip-rule%3D%22evenodd%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M19.125%2010.6852C20.767%2011.6332%2021.588%2012.1072%2021.8478%2012.7344C22.0507%2013.2245%2022.0507%2013.7751%2021.8478%2014.2651C21.588%2014.8924%2020.767%2015.3664%2019.125%2016.3144C17.483%2017.2623%2016.662%2017.7363%2015.9889%2017.6477C15.4631%2017.5785%2014.9862%2017.3032%2014.6633%2016.8824C14.25%2016.3437%2014.25%2015.3958%2014.25%2013.4998C14.25%2011.6038%2014.25%2010.6558%2014.6633%2010.1172C14.9862%209.69637%2015.4631%209.42106%2015.9889%209.35182C16.662%209.26321%2017.483%209.7372%2019.125%2010.6852Z%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-bold-duotone.svg?color=%231a73e8&size=48