playlist 2 icon
playlist-2-linear from Solar by 480 Design · Linear · List · CC-BY-4.0 Attribution required.
- Name
- playlist-2-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
bill-2-boldchecklist-boldchecklist-minimalistic-boldlist-arrow-down-boldlist-arrow-down-minimalistic-boldlist-arrow-up-boldlist-arrow-up-minimalistic-boldlist-boldlist-check-boldlist-check-minimalistic-boldlist-cross-boldlist-cross-minimalistic-boldlist-down-boldlist-down-minimalistic-boldlist-heart-boldlist-heart-minimalistic-boldlist-up-boldlist-up-minimalistic-boldlist-vertical-boldplaylist-boldplaylist-minimalistic-2-boldplaylist-minimalistic-3-boldplaylist-minimalistic-boldsort-alphabetically-bold
Use the playlist 2 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 d="M16 16.4286C16 17.8487 14.8807 19 13.5 19C12.1193 19 11 17.8487 11 16.4286C11 15.0084 12.1193 13.8571 13.5 13.8571C14.8807 13.8571 16 15.0084 16 16.4286ZM16 16.4286V10"/><path stroke-linecap="round" d="M18.675 7.11607L16.9205 7.95824C16.5788 8.12225 16.408 8.20426 16.2845 8.33067C16.1855 8.43211 16.1091 8.55346 16.0605 8.68666C16 8.85265 16 9.04216 16 9.42118C16 10.2976 16 10.7358 16.1911 10.9987C16.3421 11.2066 16.5673 11.3483 16.8201 11.3945C17.1397 11.453 17.5348 11.2634 18.325 10.8841L20.0795 10.0419C20.4212 9.87793 20.592 9.79593 20.7155 9.66952C20.8145 9.56808 20.8909 9.44673 20.9395 9.31353C21 9.14754 21 8.95803 21 8.57901C21 7.70256 21 7.26434 20.8089 7.00144C20.6579 6.79361 20.4327 6.65188 20.1799 6.60565C19.8603 6.54717 19.4652 6.7368 18.675 7.11607Z"/><path stroke-linecap="round" d="M15 5L3 5"/><path stroke-linecap="round" d="M13 9L3 9"/><path stroke-linecap="round" d="M9 13H3"/><path stroke-linecap="round" d="M8 17H3"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarPlaylist2Linear(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 d="M16 16.4286C16 17.8487 14.8807 19 13.5 19C12.1193 19 11 17.8487 11 16.4286C11 15.0084 12.1193 13.8571 13.5 13.8571C14.8807 13.8571 16 15.0084 16 16.4286ZM16 16.4286V10"/><path strokeLinecap="round" d="M18.675 7.11607L16.9205 7.95824C16.5788 8.12225 16.408 8.20426 16.2845 8.33067C16.1855 8.43211 16.1091 8.55346 16.0605 8.68666C16 8.85265 16 9.04216 16 9.42118C16 10.2976 16 10.7358 16.1911 10.9987C16.3421 11.2066 16.5673 11.3483 16.8201 11.3945C17.1397 11.453 17.5348 11.2634 18.325 10.8841L20.0795 10.0419C20.4212 9.87793 20.592 9.79593 20.7155 9.66952C20.8145 9.56808 20.8909 9.44673 20.9395 9.31353C21 9.14754 21 8.95803 21 8.57901C21 7.70256 21 7.26434 20.8089 7.00144C20.6579 6.79361 20.4327 6.65188 20.1799 6.60565C19.8603 6.54717 19.4652 6.7368 18.675 7.11607Z"/><path strokeLinecap="round" d="M15 5L3 5"/><path strokeLinecap="round" d="M13 9L3 9"/><path strokeLinecap="round" d="M9 13H3"/><path strokeLinecap="round" d="M8 17H3"/></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 d="M16 16.4286C16 17.8487 14.8807 19 13.5 19C12.1193 19 11 17.8487 11 16.4286C11 15.0084 12.1193 13.8571 13.5 13.8571C14.8807 13.8571 16 15.0084 16 16.4286ZM16 16.4286V10"/><path stroke-linecap="round" d="M18.675 7.11607L16.9205 7.95824C16.5788 8.12225 16.408 8.20426 16.2845 8.33067C16.1855 8.43211 16.1091 8.55346 16.0605 8.68666C16 8.85265 16 9.04216 16 9.42118C16 10.2976 16 10.7358 16.1911 10.9987C16.3421 11.2066 16.5673 11.3483 16.8201 11.3945C17.1397 11.453 17.5348 11.2634 18.325 10.8841L20.0795 10.0419C20.4212 9.87793 20.592 9.79593 20.7155 9.66952C20.8145 9.56808 20.8909 9.44673 20.9395 9.31353C21 9.14754 21 8.95803 21 8.57901C21 7.70256 21 7.26434 20.8089 7.00144C20.6579 6.79361 20.4327 6.65188 20.1799 6.60565C19.8603 6.54717 19.4652 6.7368 18.675 7.11607Z"/><path stroke-linecap="round" d="M15 5L3 5"/><path stroke-linecap="round" d="M13 9L3 9"/><path stroke-linecap="round" d="M9 13H3"/><path stroke-linecap="round" d="M8 17H3"/></g></svg> </template>
CSS
.icon-playlist-2-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%20d%3D%22M16%2016.4286C16%2017.8487%2014.8807%2019%2013.5%2019C12.1193%2019%2011%2017.8487%2011%2016.4286C11%2015.0084%2012.1193%2013.8571%2013.5%2013.8571C14.8807%2013.8571%2016%2015.0084%2016%2016.4286ZM16%2016.4286V10%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M18.675%207.11607L16.9205%207.95824C16.5788%208.12225%2016.408%208.20426%2016.2845%208.33067C16.1855%208.43211%2016.1091%208.55346%2016.0605%208.68666C16%208.85265%2016%209.04216%2016%209.42118C16%2010.2976%2016%2010.7358%2016.1911%2010.9987C16.3421%2011.2066%2016.5673%2011.3483%2016.8201%2011.3945C17.1397%2011.453%2017.5348%2011.2634%2018.325%2010.8841L20.0795%2010.0419C20.4212%209.87793%2020.592%209.79593%2020.7155%209.66952C20.8145%209.56808%2020.8909%209.44673%2020.9395%209.31353C21%209.14754%2021%208.95803%2021%208.57901C21%207.70256%2021%207.26434%2020.8089%207.00144C20.6579%206.79361%2020.4327%206.65188%2020.1799%206.60565C19.8603%206.54717%2019.4652%206.7368%2018.675%207.11607Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M15%205L3%205%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M13%209L3%209%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M9%2013H3%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M8%2017H3%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%20d%3D%22M16%2016.4286C16%2017.8487%2014.8807%2019%2013.5%2019C12.1193%2019%2011%2017.8487%2011%2016.4286C11%2015.0084%2012.1193%2013.8571%2013.5%2013.8571C14.8807%2013.8571%2016%2015.0084%2016%2016.4286ZM16%2016.4286V10%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M18.675%207.11607L16.9205%207.95824C16.5788%208.12225%2016.408%208.20426%2016.2845%208.33067C16.1855%208.43211%2016.1091%208.55346%2016.0605%208.68666C16%208.85265%2016%209.04216%2016%209.42118C16%2010.2976%2016%2010.7358%2016.1911%2010.9987C16.3421%2011.2066%2016.5673%2011.3483%2016.8201%2011.3945C17.1397%2011.453%2017.5348%2011.2634%2018.325%2010.8841L20.0795%2010.0419C20.4212%209.87793%2020.592%209.79593%2020.7155%209.66952C20.8145%209.56808%2020.8909%209.44673%2020.9395%209.31353C21%209.14754%2021%208.95803%2021%208.57901C21%207.70256%2021%207.26434%2020.8089%207.00144C20.6579%206.79361%2020.4327%206.65188%2020.1799%206.60565C19.8603%206.54717%2019.4652%206.7368%2018.675%207.11607Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M15%205L3%205%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M13%209L3%209%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M9%2013H3%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M8%2017H3%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-2-linear.svg?color=%231a73e8&size=48