playlist icon

playlist-linear from Solar by 480 Design · Linear · List · CC-BY-4.0 Attribution required.

Name
playlist-linear
Set
Solar
Style
Linear
Category
List
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More list icons from Solar

Use the playlist 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="M21 6L3 6"/><path stroke-linecap="round" d="M21 10L3 10"/><path stroke-linecap="round" d="M11 14L3 14"/><path stroke-linecap="round" d="M11 18H3"/><path d="M18.875 14.1183C20.5288 15.0732 21.3558 15.5506 21.4772 16.2394C21.5076 16.4118 21.5076 16.5881 21.4772 16.7604C21.3558 17.4492 20.5288 17.9266 18.875 18.8815C17.2212 19.8363 16.3942 20.3137 15.737 20.0745C15.5725 20.0147 15.4199 19.9265 15.2858 19.814C14.75 19.3644 14.75 18.4096 14.75 16.4999C14.75 14.5902 14.75 13.6354 15.2858 13.1858C15.4199 13.0733 15.5725 12.9852 15.737 12.9253C16.3942 12.6861 17.2212 13.1635 18.875 14.1183Z"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarPlaylistLinear(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="M21 6L3 6"/><path strokeLinecap="round" d="M21 10L3 10"/><path strokeLinecap="round" d="M11 14L3 14"/><path strokeLinecap="round" d="M11 18H3"/><path d="M18.875 14.1183C20.5288 15.0732 21.3558 15.5506 21.4772 16.2394C21.5076 16.4118 21.5076 16.5881 21.4772 16.7604C21.3558 17.4492 20.5288 17.9266 18.875 18.8815C17.2212 19.8363 16.3942 20.3137 15.737 20.0745C15.5725 20.0147 15.4199 19.9265 15.2858 19.814C14.75 19.3644 14.75 18.4096 14.75 16.4999C14.75 14.5902 14.75 13.6354 15.2858 13.1858C15.4199 13.0733 15.5725 12.9852 15.737 12.9253C16.3942 12.6861 17.2212 13.1635 18.875 14.1183Z"/></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="M21 6L3 6"/><path stroke-linecap="round" d="M21 10L3 10"/><path stroke-linecap="round" d="M11 14L3 14"/><path stroke-linecap="round" d="M11 18H3"/><path d="M18.875 14.1183C20.5288 15.0732 21.3558 15.5506 21.4772 16.2394C21.5076 16.4118 21.5076 16.5881 21.4772 16.7604C21.3558 17.4492 20.5288 17.9266 18.875 18.8815C17.2212 19.8363 16.3942 20.3137 15.737 20.0745C15.5725 20.0147 15.4199 19.9265 15.2858 19.814C14.75 19.3644 14.75 18.4096 14.75 16.4999C14.75 14.5902 14.75 13.6354 15.2858 13.1858C15.4199 13.0733 15.5725 12.9852 15.737 12.9253C16.3942 12.6861 17.2212 13.1635 18.875 14.1183Z"/></g></svg>
</template>

CSS

.icon-playlist-linear {
  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%22M21%206L3%206%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M21%2010L3%2010%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M11%2014L3%2014%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M11%2018H3%22%2F%3E%3Cpath%20d%3D%22M18.875%2014.1183C20.5288%2015.0732%2021.3558%2015.5506%2021.4772%2016.2394C21.5076%2016.4118%2021.5076%2016.5881%2021.4772%2016.7604C21.3558%2017.4492%2020.5288%2017.9266%2018.875%2018.8815C17.2212%2019.8363%2016.3942%2020.3137%2015.737%2020.0745C15.5725%2020.0147%2015.4199%2019.9265%2015.2858%2019.814C14.75%2019.3644%2014.75%2018.4096%2014.75%2016.4999C14.75%2014.5902%2014.75%2013.6354%2015.2858%2013.1858C15.4199%2013.0733%2015.5725%2012.9852%2015.737%2012.9253C16.3942%2012.6861%2017.2212%2013.1635%2018.875%2014.1183Z%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%22M21%206L3%206%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M21%2010L3%2010%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M11%2014L3%2014%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M11%2018H3%22%2F%3E%3Cpath%20d%3D%22M18.875%2014.1183C20.5288%2015.0732%2021.3558%2015.5506%2021.4772%2016.2394C21.5076%2016.4118%2021.5076%2016.5881%2021.4772%2016.7604C21.3558%2017.4492%2020.5288%2017.9266%2018.875%2018.8815C17.2212%2019.8363%2016.3942%2020.3137%2015.737%2020.0745C15.5725%2020.0147%2015.4199%2019.9265%2015.2858%2019.814C14.75%2019.3644%2014.75%2018.4096%2014.75%2016.4999C14.75%2014.5902%2014.75%2013.6354%2015.2858%2013.1858C15.4199%2013.0733%2015.5725%2012.9852%2015.737%2012.9253C16.3942%2012.6861%2017.2212%2013.1635%2018.875%2014.1183Z%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-linear.svg?color=%231a73e8&size=48

Playlist linear icon — Solar · IconsDB