music playlist icon

music-playlist-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.

Name
music-playlist-filled
Set
Reicon
Style
Filled
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

More newicons icons from Reicon

Use the music playlist icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M18 5.25H6c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h12c.41 0 .75.34.75.75s-.34.75-.75.75m-3-2.5H9c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h6c.41 0 .75.34.75.75s-.34.75-.75.75m-1.09 13.46c-.34 0-.62.28-.62.62s.28.62.62.62s.62-.28.62-.62s-.28-.62-.62-.62m-4.4 1.529c0-.34-.28-.61-.62-.61s-.62.28-.62.62s.28.62.62.62c.34-.01.62-.29.62-.63"/><path d="M18 7H6c-2.2 0-4 1.8-4 4v7c0 2.2 1.8 4 4 4h12c2.2 0 4-1.8 4-4v-7c0-2.2-1.8-4-4-4m-1.97 5.46v4.37c0 .02-.01.03-.01.05a2.12 2.12 0 0 1-2.11 2.07a2.121 2.121 0 0 1 0-4.24c.22 0 .42.04.62.1v-1.37l-3.52.96v3.34a2.121 2.121 0 0 1-4.24 0c0-1.17.95-2.12 2.12-2.12c.22 0 .42.04.62.1v-3.5c0-.89.55-1.61 1.4-1.83l2.73-.75c.88-.23 1.42 0 1.73.24c.3.23.66.7.66 1.59z"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconMusicPlaylistFilled(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 d="M18 5.25H6c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h12c.41 0 .75.34.75.75s-.34.75-.75.75m-3-2.5H9c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h6c.41 0 .75.34.75.75s-.34.75-.75.75m-1.09 13.46c-.34 0-.62.28-.62.62s.28.62.62.62s.62-.28.62-.62s-.28-.62-.62-.62m-4.4 1.529c0-.34-.28-.61-.62-.61s-.62.28-.62.62s.28.62.62.62c.34-.01.62-.29.62-.63"/><path d="M18 7H6c-2.2 0-4 1.8-4 4v7c0 2.2 1.8 4 4 4h12c2.2 0 4-1.8 4-4v-7c0-2.2-1.8-4-4-4m-1.97 5.46v4.37c0 .02-.01.03-.01.05a2.12 2.12 0 0 1-2.11 2.07a2.121 2.121 0 0 1 0-4.24c.22 0 .42.04.62.1v-1.37l-3.52.96v3.34a2.121 2.121 0 0 1-4.24 0c0-1.17.95-2.12 2.12-2.12c.22 0 .42.04.62.1v-3.5c0-.89.55-1.61 1.4-1.83l2.73-.75c.88-.23 1.42 0 1.73.24c.3.23.66.7.66 1.59z"/></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 d="M18 5.25H6c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h12c.41 0 .75.34.75.75s-.34.75-.75.75m-3-2.5H9c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h6c.41 0 .75.34.75.75s-.34.75-.75.75m-1.09 13.46c-.34 0-.62.28-.62.62s.28.62.62.62s.62-.28.62-.62s-.28-.62-.62-.62m-4.4 1.529c0-.34-.28-.61-.62-.61s-.62.28-.62.62s.28.62.62.62c.34-.01.62-.29.62-.63"/><path d="M18 7H6c-2.2 0-4 1.8-4 4v7c0 2.2 1.8 4 4 4h12c2.2 0 4-1.8 4-4v-7c0-2.2-1.8-4-4-4m-1.97 5.46v4.37c0 .02-.01.03-.01.05a2.12 2.12 0 0 1-2.11 2.07a2.121 2.121 0 0 1 0-4.24c.22 0 .42.04.62.1v-1.37l-3.52.96v3.34a2.121 2.121 0 0 1-4.24 0c0-1.17.95-2.12 2.12-2.12c.22 0 .42.04.62.1v-3.5c0-.89.55-1.61 1.4-1.83l2.73-.75c.88-.23 1.42 0 1.73.24c.3.23.66.7.66 1.59z"/></g></svg>
</template>

CSS

.icon-music-playlist-filled {
  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%20d%3D%22M18%205.25H6c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h12c.41%200%20.75.34.75.75s-.34.75-.75.75m-3-2.5H9c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h6c.41%200%20.75.34.75.75s-.34.75-.75.75m-1.09%2013.46c-.34%200-.62.28-.62.62s.28.62.62.62s.62-.28.62-.62s-.28-.62-.62-.62m-4.4%201.529c0-.34-.28-.61-.62-.61s-.62.28-.62.62s.28.62.62.62c.34-.01.62-.29.62-.63%22%2F%3E%3Cpath%20d%3D%22M18%207H6c-2.2%200-4%201.8-4%204v7c0%202.2%201.8%204%204%204h12c2.2%200%204-1.8%204-4v-7c0-2.2-1.8-4-4-4m-1.97%205.46v4.37c0%20.02-.01.03-.01.05a2.12%202.12%200%200%201-2.11%202.07a2.121%202.121%200%200%201%200-4.24c.22%200%20.42.04.62.1v-1.37l-3.52.96v3.34a2.121%202.121%200%200%201-4.24%200c0-1.17.95-2.12%202.12-2.12c.22%200%20.42.04.62.1v-3.5c0-.89.55-1.61%201.4-1.83l2.73-.75c.88-.23%201.42%200%201.73.24c.3.23.66.7.66%201.59z%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%20d%3D%22M18%205.25H6c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h12c.41%200%20.75.34.75.75s-.34.75-.75.75m-3-2.5H9c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h6c.41%200%20.75.34.75.75s-.34.75-.75.75m-1.09%2013.46c-.34%200-.62.28-.62.62s.28.62.62.62s.62-.28.62-.62s-.28-.62-.62-.62m-4.4%201.529c0-.34-.28-.61-.62-.61s-.62.28-.62.62s.28.62.62.62c.34-.01.62-.29.62-.63%22%2F%3E%3Cpath%20d%3D%22M18%207H6c-2.2%200-4%201.8-4%204v7c0%202.2%201.8%204%204%204h12c2.2%200%204-1.8%204-4v-7c0-2.2-1.8-4-4-4m-1.97%205.46v4.37c0%20.02-.01.03-.01.05a2.12%202.12%200%200%201-2.11%202.07a2.121%202.121%200%200%201%200-4.24c.22%200%20.42.04.62.1v-1.37l-3.52.96v3.34a2.121%202.121%200%200%201-4.24%200c0-1.17.95-2.12%202.12-2.12c.22%200%20.42.04.62.1v-3.5c0-.89.55-1.61%201.4-1.83l2.73-.75c.88-.23%201.42%200%201.73.24c.3.23.66.7.66%201.59z%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/music-playlist-filled.svg?color=%231a73e8&size=48

Music Playlist filled icon — Reicon · IconsDB