play list favourite 02 icon

play-list-favourite-02 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
play-list-favourite-02
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the play list favourite 02 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-width="1.5"><path stroke-linecap="round" d="M21.5 12.5v-1.45c0-4.03 0-6.046-1.252-7.298S16.98 2.5 12.95 2.5h-1.9c-4.03 0-6.046 0-7.298 1.252S2.5 7.02 2.5 11.05v1.9c0 4.03 0 6.046 1.252 7.298S7.02 21.5 11.05 21.5h1.45"/><path stroke-linecap="round" d="M15.452 15.859c1.005-.594 1.883-.355 2.41.027c.216.156.324.234.388.234s.172-.078.388-.234c.527-.382 1.405-.621 2.41-.027c1.32.78 1.619 3.351-1.425 5.521c-.58.413-.87.62-1.373.62s-.793-.207-1.373-.62c-3.044-2.17-2.745-4.741-1.425-5.521Z"/><path stroke-linejoin="round" d="M14.96 11.782c-.125.448-.722.764-1.915 1.397c-1.154.611-1.73.917-2.195.794a1.2 1.2 0 0 1-.508-.28C10 13.37 10 12.748 10 11.5s0-1.871.341-2.193a1.2 1.2 0 0 1 .509-.28c.465-.123 1.041.183 2.195.794c1.193.633 1.79.95 1.916 1.397c.052.185.052.38 0 .564Z"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsPlayListFavourite02(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" strokeWidth="1.5"><path strokeLinecap="round" d="M21.5 12.5v-1.45c0-4.03 0-6.046-1.252-7.298S16.98 2.5 12.95 2.5h-1.9c-4.03 0-6.046 0-7.298 1.252S2.5 7.02 2.5 11.05v1.9c0 4.03 0 6.046 1.252 7.298S7.02 21.5 11.05 21.5h1.45"/><path strokeLinecap="round" d="M15.452 15.859c1.005-.594 1.883-.355 2.41.027c.216.156.324.234.388.234s.172-.078.388-.234c.527-.382 1.405-.621 2.41-.027c1.32.78 1.619 3.351-1.425 5.521c-.58.413-.87.62-1.373.62s-.793-.207-1.373-.62c-3.044-2.17-2.745-4.741-1.425-5.521Z"/><path strokeLinejoin="round" d="M14.96 11.782c-.125.448-.722.764-1.915 1.397c-1.154.611-1.73.917-2.195.794a1.2 1.2 0 0 1-.508-.28C10 13.37 10 12.748 10 11.5s0-1.871.341-2.193a1.2 1.2 0 0 1 .509-.28c.465-.123 1.041.183 2.195.794c1.193.633 1.79.95 1.916 1.397c.052.185.052.38 0 .564Z"/></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-width="1.5"><path stroke-linecap="round" d="M21.5 12.5v-1.45c0-4.03 0-6.046-1.252-7.298S16.98 2.5 12.95 2.5h-1.9c-4.03 0-6.046 0-7.298 1.252S2.5 7.02 2.5 11.05v1.9c0 4.03 0 6.046 1.252 7.298S7.02 21.5 11.05 21.5h1.45"/><path stroke-linecap="round" d="M15.452 15.859c1.005-.594 1.883-.355 2.41.027c.216.156.324.234.388.234s.172-.078.388-.234c.527-.382 1.405-.621 2.41-.027c1.32.78 1.619 3.351-1.425 5.521c-.58.413-.87.62-1.373.62s-.793-.207-1.373-.62c-3.044-2.17-2.745-4.741-1.425-5.521Z"/><path stroke-linejoin="round" d="M14.96 11.782c-.125.448-.722.764-1.915 1.397c-1.154.611-1.73.917-2.195.794a1.2 1.2 0 0 1-.508-.28C10 13.37 10 12.748 10 11.5s0-1.871.341-2.193a1.2 1.2 0 0 1 .509-.28c.465-.123 1.041.183 2.195.794c1.193.633 1.79.95 1.916 1.397c.052.185.052.38 0 .564Z"/></g></svg>
</template>

CSS

.icon-play-list-favourite-02 {
  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-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M21.5%2012.5v-1.45c0-4.03%200-6.046-1.252-7.298S16.98%202.5%2012.95%202.5h-1.9c-4.03%200-6.046%200-7.298%201.252S2.5%207.02%202.5%2011.05v1.9c0%204.03%200%206.046%201.252%207.298S7.02%2021.5%2011.05%2021.5h1.45%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M15.452%2015.859c1.005-.594%201.883-.355%202.41.027c.216.156.324.234.388.234s.172-.078.388-.234c.527-.382%201.405-.621%202.41-.027c1.32.78%201.619%203.351-1.425%205.521c-.58.413-.87.62-1.373.62s-.793-.207-1.373-.62c-3.044-2.17-2.745-4.741-1.425-5.521Z%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M14.96%2011.782c-.125.448-.722.764-1.915%201.397c-1.154.611-1.73.917-2.195.794a1.2%201.2%200%200%201-.508-.28C10%2013.37%2010%2012.748%2010%2011.5s0-1.871.341-2.193a1.2%201.2%200%200%201%20.509-.28c.465-.123%201.041.183%202.195.794c1.193.633%201.79.95%201.916%201.397c.052.185.052.38%200%20.564Z%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-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M21.5%2012.5v-1.45c0-4.03%200-6.046-1.252-7.298S16.98%202.5%2012.95%202.5h-1.9c-4.03%200-6.046%200-7.298%201.252S2.5%207.02%202.5%2011.05v1.9c0%204.03%200%206.046%201.252%207.298S7.02%2021.5%2011.05%2021.5h1.45%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M15.452%2015.859c1.005-.594%201.883-.355%202.41.027c.216.156.324.234.388.234s.172-.078.388-.234c.527-.382%201.405-.621%202.41-.027c1.32.78%201.619%203.351-1.425%205.521c-.58.413-.87.62-1.373.62s-.793-.207-1.373-.62c-3.044-2.17-2.745-4.741-1.425-5.521Z%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M14.96%2011.782c-.125.448-.722.764-1.915%201.397c-1.154.611-1.73.917-2.195.794a1.2%201.2%200%200%201-.508-.28C10%2013.37%2010%2012.748%2010%2011.5s0-1.871.341-2.193a1.2%201.2%200%200%201%20.509-.28c.465-.123%201.041.183%202.195.794c1.193.633%201.79.95%201.916%201.397c.052.185.052.38%200%20.564Z%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/play-list-favourite-02.svg?color=%231a73e8&size=48