playlist minimalistic 3 icon

playlist-minimalistic-3-line-duotone from Solar by 480 Design · Line Duotone · List · CC-BY-4.0 Attribution required.

Name
playlist-minimalistic-3-line-duotone
Set
Solar
Style
Line 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 3 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M20 4L3 4" opacity=".5"/><path stroke-linecap="round" d="M8 14H3" opacity=".5"/><path stroke-linecap="round" d="M12 9L3 9" opacity=".5"/><path d="M16 17.4286C16 18.8487 14.8807 20 13.5 20C12.1193 20 11 18.8487 11 17.4286C11 16.0084 12.1193 14.8571 13.5 14.8571C14.8807 14.8571 16 16.0084 16 17.4286ZM16 17.4286V11"/><path stroke-linecap="round" d="M18.675 8.11607L16.9205 8.95824C16.5788 9.12225 16.408 9.20426 16.2845 9.33067C16.1855 9.43211 16.1091 9.55346 16.0605 9.68666C16 9.85265 16 10.0422 16 10.4212C16 11.2976 16 11.7358 16.1911 11.9987C16.3421 12.2066 16.5673 12.3483 16.8201 12.3945C17.1397 12.453 17.5348 12.2634 18.325 11.8841L20.0795 11.0419C20.4212 10.8779 20.592 10.7959 20.7155 10.6695C20.8145 10.5681 20.8909 10.4467 20.9395 10.3135C21 10.1475 21 9.95803 21 9.57901C21 8.70256 21 8.26434 20.8089 8.00144C20.6579 7.79361 20.4327 7.65188 20.1799 7.60565C19.8603 7.54717 19.4652 7.7368 18.675 8.11607Z"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarPlaylistMinimalistic3LineDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinecap="round" d="M20 4L3 4" opacity=".5"/><path strokeLinecap="round" d="M8 14H3" opacity=".5"/><path strokeLinecap="round" d="M12 9L3 9" opacity=".5"/><path d="M16 17.4286C16 18.8487 14.8807 20 13.5 20C12.1193 20 11 18.8487 11 17.4286C11 16.0084 12.1193 14.8571 13.5 14.8571C14.8807 14.8571 16 16.0084 16 17.4286ZM16 17.4286V11"/><path strokeLinecap="round" d="M18.675 8.11607L16.9205 8.95824C16.5788 9.12225 16.408 9.20426 16.2845 9.33067C16.1855 9.43211 16.1091 9.55346 16.0605 9.68666C16 9.85265 16 10.0422 16 10.4212C16 11.2976 16 11.7358 16.1911 11.9987C16.3421 12.2066 16.5673 12.3483 16.8201 12.3945C17.1397 12.453 17.5348 12.2634 18.325 11.8841L20.0795 11.0419C20.4212 10.8779 20.592 10.7959 20.7155 10.6695C20.8145 10.5681 20.8909 10.4467 20.9395 10.3135C21 10.1475 21 9.95803 21 9.57901C21 8.70256 21 8.26434 20.8089 8.00144C20.6579 7.79361 20.4327 7.65188 20.1799 7.60565C19.8603 7.54717 19.4652 7.7368 18.675 8.11607Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M20 4L3 4" opacity=".5"/><path stroke-linecap="round" d="M8 14H3" opacity=".5"/><path stroke-linecap="round" d="M12 9L3 9" opacity=".5"/><path d="M16 17.4286C16 18.8487 14.8807 20 13.5 20C12.1193 20 11 18.8487 11 17.4286C11 16.0084 12.1193 14.8571 13.5 14.8571C14.8807 14.8571 16 16.0084 16 17.4286ZM16 17.4286V11"/><path stroke-linecap="round" d="M18.675 8.11607L16.9205 8.95824C16.5788 9.12225 16.408 9.20426 16.2845 9.33067C16.1855 9.43211 16.1091 9.55346 16.0605 9.68666C16 9.85265 16 10.0422 16 10.4212C16 11.2976 16 11.7358 16.1911 11.9987C16.3421 12.2066 16.5673 12.3483 16.8201 12.3945C17.1397 12.453 17.5348 12.2634 18.325 11.8841L20.0795 11.0419C20.4212 10.8779 20.592 10.7959 20.7155 10.6695C20.8145 10.5681 20.8909 10.4467 20.9395 10.3135C21 10.1475 21 9.95803 21 9.57901C21 8.70256 21 8.26434 20.8089 8.00144C20.6579 7.79361 20.4327 7.65188 20.1799 7.60565C19.8603 7.54717 19.4652 7.7368 18.675 8.11607Z"/></g></svg>
</template>

CSS

.icon-playlist-minimalistic-3-line-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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M20%204L3%204%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M8%2014H3%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%209L3%209%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M16%2017.4286C16%2018.8487%2014.8807%2020%2013.5%2020C12.1193%2020%2011%2018.8487%2011%2017.4286C11%2016.0084%2012.1193%2014.8571%2013.5%2014.8571C14.8807%2014.8571%2016%2016.0084%2016%2017.4286ZM16%2017.4286V11%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M18.675%208.11607L16.9205%208.95824C16.5788%209.12225%2016.408%209.20426%2016.2845%209.33067C16.1855%209.43211%2016.1091%209.55346%2016.0605%209.68666C16%209.85265%2016%2010.0422%2016%2010.4212C16%2011.2976%2016%2011.7358%2016.1911%2011.9987C16.3421%2012.2066%2016.5673%2012.3483%2016.8201%2012.3945C17.1397%2012.453%2017.5348%2012.2634%2018.325%2011.8841L20.0795%2011.0419C20.4212%2010.8779%2020.592%2010.7959%2020.7155%2010.6695C20.8145%2010.5681%2020.8909%2010.4467%2020.9395%2010.3135C21%2010.1475%2021%209.95803%2021%209.57901C21%208.70256%2021%208.26434%2020.8089%208.00144C20.6579%207.79361%2020.4327%207.65188%2020.1799%207.60565C19.8603%207.54717%2019.4652%207.7368%2018.675%208.11607Z%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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M20%204L3%204%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M8%2014H3%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%209L3%209%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M16%2017.4286C16%2018.8487%2014.8807%2020%2013.5%2020C12.1193%2020%2011%2018.8487%2011%2017.4286C11%2016.0084%2012.1193%2014.8571%2013.5%2014.8571C14.8807%2014.8571%2016%2016.0084%2016%2017.4286ZM16%2017.4286V11%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M18.675%208.11607L16.9205%208.95824C16.5788%209.12225%2016.408%209.20426%2016.2845%209.33067C16.1855%209.43211%2016.1091%209.55346%2016.0605%209.68666C16%209.85265%2016%2010.0422%2016%2010.4212C16%2011.2976%2016%2011.7358%2016.1911%2011.9987C16.3421%2012.2066%2016.5673%2012.3483%2016.8201%2012.3945C17.1397%2012.453%2017.5348%2012.2634%2018.325%2011.8841L20.0795%2011.0419C20.4212%2010.8779%2020.592%2010.7959%2020.7155%2010.6695C20.8145%2010.5681%2020.8909%2010.4467%2020.9395%2010.3135C21%2010.1475%2021%209.95803%2021%209.57901C21%208.70256%2021%208.26434%2020.8089%208.00144C20.6579%207.79361%2020.4327%207.65188%2020.1799%207.60565C19.8603%207.54717%2019.4652%207.7368%2018.675%208.11607Z%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-3-line-duotone.svg?color=%231a73e8&size=48