playlist2 icon
playlist2 from Reicon by REICON · Outline · List · MIT Free for personal and commercial use.
- Name
- playlist2
- Set
- Reicon
- Style
- Outline
- Category
- List
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
More list icons from Reicon
Use the playlist2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M2.25 5A.75.75 0 0 1 3 4.25h12a.75.75 0 0 1 0 1.5H3A.75.75 0 0 1 2.25 5m17.613 2.4c-.196.073-.455.196-.863.392l-1.755.842c-.18.086-.282.136-.356.178l-.068.043a.3.3 0 0 0-.056.088l-.009.08a7 7 0 0 0-.006.398c0 .453 0 .74.02.948a1 1 0 0 0 .034.197a.25.25 0 0 0 .14.088a1 1 0 0 0 .193-.054c.196-.073.455-.196.863-.392l1.755-.842c.18-.086.282-.136.356-.178l.068-.043a.3.3 0 0 0 .056-.088l.009-.08c.006-.085.006-.199.006-.398c0-.453 0-.74-.02-.948a1 1 0 0 0-.034-.197a.25.25 0 0 0-.14-.088a1 1 0 0 0-.193.054m-3.097 1.541v.002zm.053-.085l.002-.001zm2.526-2.863c.278-.103.61-.19.97-.125c.442.08.836.329 1.1.692c.215.296.28.634.308.93c.027.287.027.646.027 1.055v.11c0 .3.002.62-.106.915a1.75 1.75 0 0 1-.392.623c-.22.225-.509.363-.78.492l-.068.033l-1.785.857c-.369.177-.692.332-.964.432c-.261.097-.57.18-.905.136v4.286c0 1.814-1.435 3.321-3.25 3.321s-3.25-1.507-3.25-3.321s1.435-3.322 3.25-3.322a3.2 3.2 0 0 1 1.75.522V10h.003q-.004-.254-.003-.545v-.11c0-.3-.002-.62.106-.915c.085-.234.219-.446.392-.623c.22-.225.509-.363.78-.492l.068-.033l1.785-.857c.369-.177.692-.332.964-.432M15.25 16.429c0-1.026-.803-1.822-1.75-1.822s-1.75.796-1.75 1.822s.803 1.821 1.75 1.821s1.75-.795 1.75-1.821M2.25 9A.75.75 0 0 1 3 8.25h10a.75.75 0 0 1 0 1.5H3A.75.75 0 0 1 2.25 9m0 4a.75.75 0 0 1 .75-.75h6a.75.75 0 0 1 0 1.5H3a.75.75 0 0 1-.75-.75m0 4a.75.75 0 0 1 .75-.75h5a.75.75 0 0 1 0 1.5H3a.75.75 0 0 1-.75-.75" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconPlaylist2(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M2.25 5A.75.75 0 0 1 3 4.25h12a.75.75 0 0 1 0 1.5H3A.75.75 0 0 1 2.25 5m17.613 2.4c-.196.073-.455.196-.863.392l-1.755.842c-.18.086-.282.136-.356.178l-.068.043a.3.3 0 0 0-.056.088l-.009.08a7 7 0 0 0-.006.398c0 .453 0 .74.02.948a1 1 0 0 0 .034.197a.25.25 0 0 0 .14.088a1 1 0 0 0 .193-.054c.196-.073.455-.196.863-.392l1.755-.842c.18-.086.282-.136.356-.178l.068-.043a.3.3 0 0 0 .056-.088l.009-.08c.006-.085.006-.199.006-.398c0-.453 0-.74-.02-.948a1 1 0 0 0-.034-.197a.25.25 0 0 0-.14-.088a1 1 0 0 0-.193.054m-3.097 1.541v.002zm.053-.085l.002-.001zm2.526-2.863c.278-.103.61-.19.97-.125c.442.08.836.329 1.1.692c.215.296.28.634.308.93c.027.287.027.646.027 1.055v.11c0 .3.002.62-.106.915a1.75 1.75 0 0 1-.392.623c-.22.225-.509.363-.78.492l-.068.033l-1.785.857c-.369.177-.692.332-.964.432c-.261.097-.57.18-.905.136v4.286c0 1.814-1.435 3.321-3.25 3.321s-3.25-1.507-3.25-3.321s1.435-3.322 3.25-3.322a3.2 3.2 0 0 1 1.75.522V10h.003q-.004-.254-.003-.545v-.11c0-.3-.002-.62.106-.915c.085-.234.219-.446.392-.623c.22-.225.509-.363.78-.492l.068-.033l1.785-.857c.369-.177.692-.332.964-.432M15.25 16.429c0-1.026-.803-1.822-1.75-1.822s-1.75.796-1.75 1.822s.803 1.821 1.75 1.821s1.75-.795 1.75-1.821M2.25 9A.75.75 0 0 1 3 8.25h10a.75.75 0 0 1 0 1.5H3A.75.75 0 0 1 2.25 9m0 4a.75.75 0 0 1 .75-.75h6a.75.75 0 0 1 0 1.5H3a.75.75 0 0 1-.75-.75m0 4a.75.75 0 0 1 .75-.75h5a.75.75 0 0 1 0 1.5H3a.75.75 0 0 1-.75-.75" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M2.25 5A.75.75 0 0 1 3 4.25h12a.75.75 0 0 1 0 1.5H3A.75.75 0 0 1 2.25 5m17.613 2.4c-.196.073-.455.196-.863.392l-1.755.842c-.18.086-.282.136-.356.178l-.068.043a.3.3 0 0 0-.056.088l-.009.08a7 7 0 0 0-.006.398c0 .453 0 .74.02.948a1 1 0 0 0 .034.197a.25.25 0 0 0 .14.088a1 1 0 0 0 .193-.054c.196-.073.455-.196.863-.392l1.755-.842c.18-.086.282-.136.356-.178l.068-.043a.3.3 0 0 0 .056-.088l.009-.08c.006-.085.006-.199.006-.398c0-.453 0-.74-.02-.948a1 1 0 0 0-.034-.197a.25.25 0 0 0-.14-.088a1 1 0 0 0-.193.054m-3.097 1.541v.002zm.053-.085l.002-.001zm2.526-2.863c.278-.103.61-.19.97-.125c.442.08.836.329 1.1.692c.215.296.28.634.308.93c.027.287.027.646.027 1.055v.11c0 .3.002.62-.106.915a1.75 1.75 0 0 1-.392.623c-.22.225-.509.363-.78.492l-.068.033l-1.785.857c-.369.177-.692.332-.964.432c-.261.097-.57.18-.905.136v4.286c0 1.814-1.435 3.321-3.25 3.321s-3.25-1.507-3.25-3.321s1.435-3.322 3.25-3.322a3.2 3.2 0 0 1 1.75.522V10h.003q-.004-.254-.003-.545v-.11c0-.3-.002-.62.106-.915c.085-.234.219-.446.392-.623c.22-.225.509-.363.78-.492l.068-.033l1.785-.857c.369-.177.692-.332.964-.432M15.25 16.429c0-1.026-.803-1.822-1.75-1.822s-1.75.796-1.75 1.822s.803 1.821 1.75 1.821s1.75-.795 1.75-1.821M2.25 9A.75.75 0 0 1 3 8.25h10a.75.75 0 0 1 0 1.5H3A.75.75 0 0 1 2.25 9m0 4a.75.75 0 0 1 .75-.75h6a.75.75 0 0 1 0 1.5H3a.75.75 0 0 1-.75-.75m0 4a.75.75 0 0 1 .75-.75h5a.75.75 0 0 1 0 1.5H3a.75.75 0 0 1-.75-.75" clip-rule="evenodd"/></svg> </template>
CSS
.icon-playlist2 {
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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M2.25%205A.75.75%200%200%201%203%204.25h12a.75.75%200%200%201%200%201.5H3A.75.75%200%200%201%202.25%205m17.613%202.4c-.196.073-.455.196-.863.392l-1.755.842c-.18.086-.282.136-.356.178l-.068.043a.3.3%200%200%200-.056.088l-.009.08a7%207%200%200%200-.006.398c0%20.453%200%20.74.02.948a1%201%200%200%200%20.034.197a.25.25%200%200%200%20.14.088a1%201%200%200%200%20.193-.054c.196-.073.455-.196.863-.392l1.755-.842c.18-.086.282-.136.356-.178l.068-.043a.3.3%200%200%200%20.056-.088l.009-.08c.006-.085.006-.199.006-.398c0-.453%200-.74-.02-.948a1%201%200%200%200-.034-.197a.25.25%200%200%200-.14-.088a1%201%200%200%200-.193.054m-3.097%201.541v.002zm.053-.085l.002-.001zm2.526-2.863c.278-.103.61-.19.97-.125c.442.08.836.329%201.1.692c.215.296.28.634.308.93c.027.287.027.646.027%201.055v.11c0%20.3.002.62-.106.915a1.75%201.75%200%200%201-.392.623c-.22.225-.509.363-.78.492l-.068.033l-1.785.857c-.369.177-.692.332-.964.432c-.261.097-.57.18-.905.136v4.286c0%201.814-1.435%203.321-3.25%203.321s-3.25-1.507-3.25-3.321s1.435-3.322%203.25-3.322a3.2%203.2%200%200%201%201.75.522V10h.003q-.004-.254-.003-.545v-.11c0-.3-.002-.62.106-.915c.085-.234.219-.446.392-.623c.22-.225.509-.363.78-.492l.068-.033l1.785-.857c.369-.177.692-.332.964-.432M15.25%2016.429c0-1.026-.803-1.822-1.75-1.822s-1.75.796-1.75%201.822s.803%201.821%201.75%201.821s1.75-.795%201.75-1.821M2.25%209A.75.75%200%200%201%203%208.25h10a.75.75%200%200%201%200%201.5H3A.75.75%200%200%201%202.25%209m0%204a.75.75%200%200%201%20.75-.75h6a.75.75%200%200%201%200%201.5H3a.75.75%200%200%201-.75-.75m0%204a.75.75%200%200%201%20.75-.75h5a.75.75%200%200%201%200%201.5H3a.75.75%200%200%201-.75-.75%22%20clip-rule%3D%22evenodd%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M2.25%205A.75.75%200%200%201%203%204.25h12a.75.75%200%200%201%200%201.5H3A.75.75%200%200%201%202.25%205m17.613%202.4c-.196.073-.455.196-.863.392l-1.755.842c-.18.086-.282.136-.356.178l-.068.043a.3.3%200%200%200-.056.088l-.009.08a7%207%200%200%200-.006.398c0%20.453%200%20.74.02.948a1%201%200%200%200%20.034.197a.25.25%200%200%200%20.14.088a1%201%200%200%200%20.193-.054c.196-.073.455-.196.863-.392l1.755-.842c.18-.086.282-.136.356-.178l.068-.043a.3.3%200%200%200%20.056-.088l.009-.08c.006-.085.006-.199.006-.398c0-.453%200-.74-.02-.948a1%201%200%200%200-.034-.197a.25.25%200%200%200-.14-.088a1%201%200%200%200-.193.054m-3.097%201.541v.002zm.053-.085l.002-.001zm2.526-2.863c.278-.103.61-.19.97-.125c.442.08.836.329%201.1.692c.215.296.28.634.308.93c.027.287.027.646.027%201.055v.11c0%20.3.002.62-.106.915a1.75%201.75%200%200%201-.392.623c-.22.225-.509.363-.78.492l-.068.033l-1.785.857c-.369.177-.692.332-.964.432c-.261.097-.57.18-.905.136v4.286c0%201.814-1.435%203.321-3.25%203.321s-3.25-1.507-3.25-3.321s1.435-3.322%203.25-3.322a3.2%203.2%200%200%201%201.75.522V10h.003q-.004-.254-.003-.545v-.11c0-.3-.002-.62.106-.915c.085-.234.219-.446.392-.623c.22-.225.509-.363.78-.492l.068-.033l1.785-.857c.369-.177.692-.332.964-.432M15.25%2016.429c0-1.026-.803-1.822-1.75-1.822s-1.75.796-1.75%201.822s.803%201.821%201.75%201.821s1.75-.795%201.75-1.821M2.25%209A.75.75%200%200%201%203%208.25h10a.75.75%200%200%201%200%201.5H3A.75.75%200%200%201%202.25%209m0%204a.75.75%200%200%201%20.75-.75h6a.75.75%200%200%201%200%201.5H3a.75.75%200%200%201-.75-.75m0%204a.75.75%200%200%201%20.75-.75h5a.75.75%200%200%201%200%201.5H3a.75.75%200%200%201-.75-.75%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/playlist2.svg?color=%231a73e8&size=48