playlist 02 icon
playlist-02 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- playlist-02
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the playlist 02 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="M2 9c0-3.3 0-4.95 1.025-5.975S5.7 2 9 2h2c3.3 0 4.95 0 5.975 1.025S18 5.7 18 9v2c0 3.3 0 4.95-1.025 5.975S14.3 18 11 18H9c-3.3 0-4.95 0-5.975-1.025S2 14.3 2 11z"/><path stroke-linecap="round" d="M18.238 7c1.335.081 2.185.305 2.798.917c.964.964.964 2.516.964 5.62v1.88c0 3.103 0 4.655-.964 5.619S18.52 22 15.417 22h-1.88c-3.104 0-4.656 0-5.62-.964c-.612-.613-.836-1.463-.917-2.798"/><path stroke-linecap="round" stroke-linejoin="round" d="M11 12V6c.222.4.4 2.08 2 2.4M11 12a2 2 0 1 1-4 0a2 2 0 0 1 4 0"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsPlaylist02(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="M2 9c0-3.3 0-4.95 1.025-5.975S5.7 2 9 2h2c3.3 0 4.95 0 5.975 1.025S18 5.7 18 9v2c0 3.3 0 4.95-1.025 5.975S14.3 18 11 18H9c-3.3 0-4.95 0-5.975-1.025S2 14.3 2 11z"/><path strokeLinecap="round" d="M18.238 7c1.335.081 2.185.305 2.798.917c.964.964.964 2.516.964 5.62v1.88c0 3.103 0 4.655-.964 5.619S18.52 22 15.417 22h-1.88c-3.104 0-4.656 0-5.62-.964c-.612-.613-.836-1.463-.917-2.798"/><path strokeLinecap="round" strokeLinejoin="round" d="M11 12V6c.222.4.4 2.08 2 2.4M11 12a2 2 0 1 1-4 0a2 2 0 0 1 4 0"/></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="M2 9c0-3.3 0-4.95 1.025-5.975S5.7 2 9 2h2c3.3 0 4.95 0 5.975 1.025S18 5.7 18 9v2c0 3.3 0 4.95-1.025 5.975S14.3 18 11 18H9c-3.3 0-4.95 0-5.975-1.025S2 14.3 2 11z"/><path stroke-linecap="round" d="M18.238 7c1.335.081 2.185.305 2.798.917c.964.964.964 2.516.964 5.62v1.88c0 3.103 0 4.655-.964 5.619S18.52 22 15.417 22h-1.88c-3.104 0-4.656 0-5.62-.964c-.612-.613-.836-1.463-.917-2.798"/><path stroke-linecap="round" stroke-linejoin="round" d="M11 12V6c.222.4.4 2.08 2 2.4M11 12a2 2 0 1 1-4 0a2 2 0 0 1 4 0"/></g></svg> </template>
CSS
.icon-playlist-02 {
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%22M2%209c0-3.3%200-4.95%201.025-5.975S5.7%202%209%202h2c3.3%200%204.95%200%205.975%201.025S18%205.7%2018%209v2c0%203.3%200%204.95-1.025%205.975S14.3%2018%2011%2018H9c-3.3%200-4.95%200-5.975-1.025S2%2014.3%202%2011z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M18.238%207c1.335.081%202.185.305%202.798.917c.964.964.964%202.516.964%205.62v1.88c0%203.103%200%204.655-.964%205.619S18.52%2022%2015.417%2022h-1.88c-3.104%200-4.656%200-5.62-.964c-.612-.613-.836-1.463-.917-2.798%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M11%2012V6c.222.4.4%202.08%202%202.4M11%2012a2%202%200%201%201-4%200a2%202%200%200%201%204%200%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%22M2%209c0-3.3%200-4.95%201.025-5.975S5.7%202%209%202h2c3.3%200%204.95%200%205.975%201.025S18%205.7%2018%209v2c0%203.3%200%204.95-1.025%205.975S14.3%2018%2011%2018H9c-3.3%200-4.95%200-5.975-1.025S2%2014.3%202%2011z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M18.238%207c1.335.081%202.185.305%202.798.917c.964.964.964%202.516.964%205.62v1.88c0%203.103%200%204.655-.964%205.619S18.52%2022%2015.417%2022h-1.88c-3.104%200-4.656%200-5.62-.964c-.612-.613-.836-1.463-.917-2.798%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M11%2012V6c.222.4.4%202.08%202%202.4M11%2012a2%202%200%201%201-4%200a2%202%200%200%201%204%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/playlist-02.svg?color=%231a73e8&size=48