list-music-solid from Flowbite Icons by Themesberg · Solid · Media · MIT Free for personal and commercial use.

Name
list-music-solid
Set
Flowbite Icons
Style
Solid
Category
Media
Viewbox
24×24
License
MIT

1 other variant in Flowbite Icons

The same icon in other sets

More media icons from Flowbite Icons

Use the list music icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M17.316 4.052a.99.99 0 0 0-.9.14c-.262.19-.416.495-.416.82v8.566a4.6 4.6 0 0 0-2-.464c-1.99 0-4 1.342-4 3.443S12.01 20 14 20s4-1.342 4-3.443V6.801c.538.5 1 1.219 1 2.262c0 .56.448 1.013 1 1.013s1-.453 1-1.013c0-1.905-.956-3.18-1.86-3.942a6.4 6.4 0 0 0-1.636-.998l-.166-.063l-.013-.005l-.005-.002h-.002zM4 5.012c-.552 0-1 .454-1 1.013c0 .56.448 1.013 1 1.013h9c.552 0 1-.453 1-1.013s-.448-1.012-1-1.012H4Zm0 4.051c-.552 0-1 .454-1 1.013c0 .56.448 1.013 1 1.013h9c.552 0 1-.454 1-1.013c0-.56-.448-1.013-1-1.013zm0 4.05c-.552 0-1 .454-1 1.014c0 .559.448 1.012 1 1.012h4c.552 0 1-.453 1-1.012c0-.56-.448-1.013-1-1.013z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function FlowbiteListMusicSolid(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M17.316 4.052a.99.99 0 0 0-.9.14c-.262.19-.416.495-.416.82v8.566a4.6 4.6 0 0 0-2-.464c-1.99 0-4 1.342-4 3.443S12.01 20 14 20s4-1.342 4-3.443V6.801c.538.5 1 1.219 1 2.262c0 .56.448 1.013 1 1.013s1-.453 1-1.013c0-1.905-.956-3.18-1.86-3.942a6.4 6.4 0 0 0-1.636-.998l-.166-.063l-.013-.005l-.005-.002h-.002zM4 5.012c-.552 0-1 .454-1 1.013c0 .56.448 1.013 1 1.013h9c.552 0 1-.453 1-1.013s-.448-1.012-1-1.012H4Zm0 4.051c-.552 0-1 .454-1 1.013c0 .56.448 1.013 1 1.013h9c.552 0 1-.454 1-1.013c0-.56-.448-1.013-1-1.013zm0 4.05c-.552 0-1 .454-1 1.014c0 .559.448 1.012 1 1.012h4c.552 0 1-.453 1-1.012c0-.56-.448-1.013-1-1.013z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M17.316 4.052a.99.99 0 0 0-.9.14c-.262.19-.416.495-.416.82v8.566a4.6 4.6 0 0 0-2-.464c-1.99 0-4 1.342-4 3.443S12.01 20 14 20s4-1.342 4-3.443V6.801c.538.5 1 1.219 1 2.262c0 .56.448 1.013 1 1.013s1-.453 1-1.013c0-1.905-.956-3.18-1.86-3.942a6.4 6.4 0 0 0-1.636-.998l-.166-.063l-.013-.005l-.005-.002h-.002zM4 5.012c-.552 0-1 .454-1 1.013c0 .56.448 1.013 1 1.013h9c.552 0 1-.453 1-1.013s-.448-1.012-1-1.012H4Zm0 4.051c-.552 0-1 .454-1 1.013c0 .56.448 1.013 1 1.013h9c.552 0 1-.454 1-1.013c0-.56-.448-1.013-1-1.013zm0 4.05c-.552 0-1 .454-1 1.014c0 .559.448 1.012 1 1.012h4c.552 0 1-.453 1-1.012c0-.56-.448-1.013-1-1.013z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-list-music-solid {
  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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M17.316%204.052a.99.99%200%200%200-.9.14c-.262.19-.416.495-.416.82v8.566a4.6%204.6%200%200%200-2-.464c-1.99%200-4%201.342-4%203.443S12.01%2020%2014%2020s4-1.342%204-3.443V6.801c.538.5%201%201.219%201%202.262c0%20.56.448%201.013%201%201.013s1-.453%201-1.013c0-1.905-.956-3.18-1.86-3.942a6.4%206.4%200%200%200-1.636-.998l-.166-.063l-.013-.005l-.005-.002h-.002zM4%205.012c-.552%200-1%20.454-1%201.013c0%20.56.448%201.013%201%201.013h9c.552%200%201-.453%201-1.013s-.448-1.012-1-1.012H4Zm0%204.051c-.552%200-1%20.454-1%201.013c0%20.56.448%201.013%201%201.013h9c.552%200%201-.454%201-1.013c0-.56-.448-1.013-1-1.013zm0%204.05c-.552%200-1%20.454-1%201.014c0%20.559.448%201.012%201%201.012h4c.552%200%201-.453%201-1.012c0-.56-.448-1.013-1-1.013z%22%20clip-rule%3D%22evenodd%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M17.316%204.052a.99.99%200%200%200-.9.14c-.262.19-.416.495-.416.82v8.566a4.6%204.6%200%200%200-2-.464c-1.99%200-4%201.342-4%203.443S12.01%2020%2014%2020s4-1.342%204-3.443V6.801c.538.5%201%201.219%201%202.262c0%20.56.448%201.013%201%201.013s1-.453%201-1.013c0-1.905-.956-3.18-1.86-3.942a6.4%206.4%200%200%200-1.636-.998l-.166-.063l-.013-.005l-.005-.002h-.002zM4%205.012c-.552%200-1%20.454-1%201.013c0%20.56.448%201.013%201%201.013h9c.552%200%201-.453%201-1.013s-.448-1.012-1-1.012H4Zm0%204.051c-.552%200-1%20.454-1%201.013c0%20.56.448%201.013%201%201.013h9c.552%200%201-.454%201-1.013c0-.56-.448-1.013-1-1.013zm0%204.05c-.552%200-1%20.454-1%201.014c0%20.559.448%201.012%201%201.012h4c.552%200%201-.453%201-1.012c0-.56-.448-1.013-1-1.013z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/flowbite/list-music-solid.svg?color=%231a73e8&size=48