playlist5 icon
playlist5-duotone from Reicon by REICON · Duotone · List · MIT Free for personal and commercial use.
- Name
- playlist5-duotone
- Set
- Reicon
- Style
- Duotone
- Category
- List
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
More list icons from Reicon
Use the playlist5 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M2.25 4A.75.75 0 0 1 3 3.25h17a.75.75 0 0 1 0 1.5H3A.75.75 0 0 1 2.25 4m0 5A.75.75 0 0 1 3 8.25h9a.75.75 0 0 1 0 1.5H3A.75.75 0 0 1 2.25 9m0 5a.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" opacity=".5"/><path d="M19.345 6.993c.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.624c-.22.224-.509.362-.78.491l-.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.522V11h.003q-.004-.254-.003-.544v-.11c0-.3-.002-.621.106-.916c.085-.233.219-.446.392-.623c.22-.225.509-.363.78-.492l.068-.033l1.785-.857c.369-.177.692-.332.964-.432"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconPlaylist5Duotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M2.25 4A.75.75 0 0 1 3 3.25h17a.75.75 0 0 1 0 1.5H3A.75.75 0 0 1 2.25 4m0 5A.75.75 0 0 1 3 8.25h9a.75.75 0 0 1 0 1.5H3A.75.75 0 0 1 2.25 9m0 5a.75.75 0 0 1 .75-.75h5a.75.75 0 0 1 0 1.5H3a.75.75 0 0 1-.75-.75" clipRule="evenodd" opacity=".5"/><path d="M19.345 6.993c.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.624c-.22.224-.509.362-.78.491l-.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.522V11h.003q-.004-.254-.003-.544v-.11c0-.3-.002-.621.106-.916c.085-.233.219-.446.392-.623c.22-.225.509-.363.78-.492l.068-.033l1.785-.857c.369-.177.692-.332.964-.432"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M2.25 4A.75.75 0 0 1 3 3.25h17a.75.75 0 0 1 0 1.5H3A.75.75 0 0 1 2.25 4m0 5A.75.75 0 0 1 3 8.25h9a.75.75 0 0 1 0 1.5H3A.75.75 0 0 1 2.25 9m0 5a.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" opacity=".5"/><path d="M19.345 6.993c.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.624c-.22.224-.509.362-.78.491l-.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.522V11h.003q-.004-.254-.003-.544v-.11c0-.3-.002-.621.106-.916c.085-.233.219-.446.392-.623c.22-.225.509-.363.78-.492l.068-.033l1.785-.857c.369-.177.692-.332.964-.432"/></g></svg> </template>
CSS
.icon-playlist5-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%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M2.25%204A.75.75%200%200%201%203%203.25h17a.75.75%200%200%201%200%201.5H3A.75.75%200%200%201%202.25%204m0%205A.75.75%200%200%201%203%208.25h9a.75.75%200%200%201%200%201.5H3A.75.75%200%200%201%202.25%209m0%205a.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%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M19.345%206.993c.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.624c-.22.224-.509.362-.78.491l-.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.522V11h.003q-.004-.254-.003-.544v-.11c0-.3-.002-.621.106-.916c.085-.233.219-.446.392-.623c.22-.225.509-.363.78-.492l.068-.033l1.785-.857c.369-.177.692-.332.964-.432%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%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M2.25%204A.75.75%200%200%201%203%203.25h17a.75.75%200%200%201%200%201.5H3A.75.75%200%200%201%202.25%204m0%205A.75.75%200%200%201%203%208.25h9a.75.75%200%200%201%200%201.5H3A.75.75%200%200%201%202.25%209m0%205a.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%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M19.345%206.993c.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.624c-.22.224-.509.362-.78.491l-.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.522V11h.003q-.004-.254-.003-.544v-.11c0-.3-.002-.621.106-.916c.085-.233.219-.446.392-.623c.22-.225.509-.363.78-.492l.068-.033l1.785-.857c.369-.177.692-.332.964-.432%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/playlist5-duotone.svg?color=%231a73e8&size=48