playlist 01 icon
playlist-01 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- playlist-01
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the playlist 01 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 d="M3 15c0-2.809 0-4.213.674-5.222a4 4 0 0 1 1.104-1.104C5.787 8 7.19 8 10 8h4c2.809 0 4.213 0 5.222.674a4 4 0 0 1 1.104 1.104C21 10.787 21 12.19 21 15s0 4.213-.674 5.222a4 4 0 0 1-1.104 1.104C18.213 22 16.81 22 14 22h-4c-2.809 0-4.213 0-5.222-.674a4 4 0 0 1-1.104-1.104C3 19.213 3 17.81 3 15"/><path d="M12.5 16.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0m0 0v-5s.4 1.733 2 2M19 8c-.018-1.24-.11-1.943-.582-2.414C17.832 5 16.888 5 15.002 5H8.998c-1.887 0-2.83 0-3.416.586C5.11 6.057 5.018 6.76 5 8m12-3c0-.932 0-1.398-.152-1.765a2 2 0 0 0-1.083-1.083C15.398 2 14.932 2 14 2h-4c-.932 0-1.398 0-1.765.152a2 2 0 0 0-1.083 1.083C7 3.602 7 4.068 7 5"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsPlaylist01(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 d="M3 15c0-2.809 0-4.213.674-5.222a4 4 0 0 1 1.104-1.104C5.787 8 7.19 8 10 8h4c2.809 0 4.213 0 5.222.674a4 4 0 0 1 1.104 1.104C21 10.787 21 12.19 21 15s0 4.213-.674 5.222a4 4 0 0 1-1.104 1.104C18.213 22 16.81 22 14 22h-4c-2.809 0-4.213 0-5.222-.674a4 4 0 0 1-1.104-1.104C3 19.213 3 17.81 3 15"/><path d="M12.5 16.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0m0 0v-5s.4 1.733 2 2M19 8c-.018-1.24-.11-1.943-.582-2.414C17.832 5 16.888 5 15.002 5H8.998c-1.887 0-2.83 0-3.416.586C5.11 6.057 5.018 6.76 5 8m12-3c0-.932 0-1.398-.152-1.765a2 2 0 0 0-1.083-1.083C15.398 2 14.932 2 14 2h-4c-.932 0-1.398 0-1.765.152a2 2 0 0 0-1.083 1.083C7 3.602 7 4.068 7 5"/></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 d="M3 15c0-2.809 0-4.213.674-5.222a4 4 0 0 1 1.104-1.104C5.787 8 7.19 8 10 8h4c2.809 0 4.213 0 5.222.674a4 4 0 0 1 1.104 1.104C21 10.787 21 12.19 21 15s0 4.213-.674 5.222a4 4 0 0 1-1.104 1.104C18.213 22 16.81 22 14 22h-4c-2.809 0-4.213 0-5.222-.674a4 4 0 0 1-1.104-1.104C3 19.213 3 17.81 3 15"/><path d="M12.5 16.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0m0 0v-5s.4 1.733 2 2M19 8c-.018-1.24-.11-1.943-.582-2.414C17.832 5 16.888 5 15.002 5H8.998c-1.887 0-2.83 0-3.416.586C5.11 6.057 5.018 6.76 5 8m12-3c0-.932 0-1.398-.152-1.765a2 2 0 0 0-1.083-1.083C15.398 2 14.932 2 14 2h-4c-.932 0-1.398 0-1.765.152a2 2 0 0 0-1.083 1.083C7 3.602 7 4.068 7 5"/></g></svg> </template>
CSS
.icon-playlist-01 {
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%20d%3D%22M3%2015c0-2.809%200-4.213.674-5.222a4%204%200%200%201%201.104-1.104C5.787%208%207.19%208%2010%208h4c2.809%200%204.213%200%205.222.674a4%204%200%200%201%201.104%201.104C21%2010.787%2021%2012.19%2021%2015s0%204.213-.674%205.222a4%204%200%200%201-1.104%201.104C18.213%2022%2016.81%2022%2014%2022h-4c-2.809%200-4.213%200-5.222-.674a4%204%200%200%201-1.104-1.104C3%2019.213%203%2017.81%203%2015%22%2F%3E%3Cpath%20d%3D%22M12.5%2016.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200m0%200v-5s.4%201.733%202%202M19%208c-.018-1.24-.11-1.943-.582-2.414C17.832%205%2016.888%205%2015.002%205H8.998c-1.887%200-2.83%200-3.416.586C5.11%206.057%205.018%206.76%205%208m12-3c0-.932%200-1.398-.152-1.765a2%202%200%200%200-1.083-1.083C15.398%202%2014.932%202%2014%202h-4c-.932%200-1.398%200-1.765.152a2%202%200%200%200-1.083%201.083C7%203.602%207%204.068%207%205%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%20d%3D%22M3%2015c0-2.809%200-4.213.674-5.222a4%204%200%200%201%201.104-1.104C5.787%208%207.19%208%2010%208h4c2.809%200%204.213%200%205.222.674a4%204%200%200%201%201.104%201.104C21%2010.787%2021%2012.19%2021%2015s0%204.213-.674%205.222a4%204%200%200%201-1.104%201.104C18.213%2022%2016.81%2022%2014%2022h-4c-2.809%200-4.213%200-5.222-.674a4%204%200%200%201-1.104-1.104C3%2019.213%203%2017.81%203%2015%22%2F%3E%3Cpath%20d%3D%22M12.5%2016.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200m0%200v-5s.4%201.733%202%202M19%208c-.018-1.24-.11-1.943-.582-2.414C17.832%205%2016.888%205%2015.002%205H8.998c-1.887%200-2.83%200-3.416.586C5.11%206.057%205.018%206.76%205%208m12-3c0-.932%200-1.398-.152-1.765a2%202%200%200%200-1.083-1.083C15.398%202%2014.932%202%2014%202h-4c-.932%200-1.398%200-1.765.152a2%202%200%200%200-1.083%201.083C7%203.602%207%204.068%207%205%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-01.svg?color=%231a73e8&size=48