music playlist icon
music-playlist from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.
- Name
- music-playlist
- Set
- Reicon
- Style
- Outline
- 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="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path stroke-miterlimit="10" d="M17 22H7c-3 0-5-1.5-5-5v-5c0-3.5 2-5 5-5h10c3 0 5 1.5 5 5v5c0 3.5-2 5-5 5M6 4.5h12M9 2h6"/><path d="M8.89 19.11a1.37 1.37 0 1 0 0-2.74a1.37 1.37 0 0 0 0 2.74"/><path d="M15.28 16.83v-5.35c0-1.14-.71-1.3-1.44-1.1l-2.74.75c-.5.14-.84.53-.84 1.1v5.51"/><path d="M13.91 18.2a1.37 1.37 0 1 0 0-2.74a1.37 1.37 0 0 0 0 2.74m-3.65-4.37l5.02-1.37"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconMusicPlaylist(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" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path strokeMiterlimit="10" d="M17 22H7c-3 0-5-1.5-5-5v-5c0-3.5 2-5 5-5h10c3 0 5 1.5 5 5v5c0 3.5-2 5-5 5M6 4.5h12M9 2h6"/><path d="M8.89 19.11a1.37 1.37 0 1 0 0-2.74a1.37 1.37 0 0 0 0 2.74"/><path d="M15.28 16.83v-5.35c0-1.14-.71-1.3-1.44-1.1l-2.74.75c-.5.14-.84.53-.84 1.1v5.51"/><path d="M13.91 18.2a1.37 1.37 0 1 0 0-2.74a1.37 1.37 0 0 0 0 2.74m-3.65-4.37l5.02-1.37"/></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-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path stroke-miterlimit="10" d="M17 22H7c-3 0-5-1.5-5-5v-5c0-3.5 2-5 5-5h10c3 0 5 1.5 5 5v5c0 3.5-2 5-5 5M6 4.5h12M9 2h6"/><path d="M8.89 19.11a1.37 1.37 0 1 0 0-2.74a1.37 1.37 0 0 0 0 2.74"/><path d="M15.28 16.83v-5.35c0-1.14-.71-1.3-1.44-1.1l-2.74.75c-.5.14-.84.53-.84 1.1v5.51"/><path d="M13.91 18.2a1.37 1.37 0 1 0 0-2.74a1.37 1.37 0 0 0 0 2.74m-3.65-4.37l5.02-1.37"/></g></svg> </template>
CSS
.icon-music-playlist {
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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M17%2022H7c-3%200-5-1.5-5-5v-5c0-3.5%202-5%205-5h10c3%200%205%201.5%205%205v5c0%203.5-2%205-5%205M6%204.5h12M9%202h6%22%2F%3E%3Cpath%20d%3D%22M8.89%2019.11a1.37%201.37%200%201%200%200-2.74a1.37%201.37%200%200%200%200%202.74%22%2F%3E%3Cpath%20d%3D%22M15.28%2016.83v-5.35c0-1.14-.71-1.3-1.44-1.1l-2.74.75c-.5.14-.84.53-.84%201.1v5.51%22%2F%3E%3Cpath%20d%3D%22M13.91%2018.2a1.37%201.37%200%201%200%200-2.74a1.37%201.37%200%200%200%200%202.74m-3.65-4.37l5.02-1.37%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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M17%2022H7c-3%200-5-1.5-5-5v-5c0-3.5%202-5%205-5h10c3%200%205%201.5%205%205v5c0%203.5-2%205-5%205M6%204.5h12M9%202h6%22%2F%3E%3Cpath%20d%3D%22M8.89%2019.11a1.37%201.37%200%201%200%200-2.74a1.37%201.37%200%200%200%200%202.74%22%2F%3E%3Cpath%20d%3D%22M15.28%2016.83v-5.35c0-1.14-.71-1.3-1.44-1.1l-2.74.75c-.5.14-.84.53-.84%201.1v5.51%22%2F%3E%3Cpath%20d%3D%22M13.91%2018.2a1.37%201.37%200%201%200%200-2.74a1.37%201.37%200%200%200%200%202.74m-3.65-4.37l5.02-1.37%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.svg?color=%231a73e8&size=48