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

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

1 other variant in Flowbite Icons

More media icons from Flowbite Icons

Use the music alt icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M9.5 13a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7"/><path fill-rule="evenodd" d="M11 5a1 1 0 0 1 1-1c1.544 0 3.324.754 4.515 2.168c1.235 1.467 1.789 3.584.934 6.148a1 1 0 0 1-1.898-.632c.646-1.936.2-3.319-.566-4.227A4.24 4.24 0 0 0 13 6.158V16.5a1 1 0 1 1-2 0z" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function FlowbiteMusicAltSolid(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="M9.5 13a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7"/><path fillRule="evenodd" d="M11 5a1 1 0 0 1 1-1c1.544 0 3.324.754 4.515 2.168c1.235 1.467 1.789 3.584.934 6.148a1 1 0 0 1-1.898-.632c.646-1.936.2-3.319-.566-4.227A4.24 4.24 0 0 0 13 6.158V16.5a1 1 0 1 1-2 0z" clipRule="evenodd"/></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="M9.5 13a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7"/><path fill-rule="evenodd" d="M11 5a1 1 0 0 1 1-1c1.544 0 3.324.754 4.515 2.168c1.235 1.467 1.789 3.584.934 6.148a1 1 0 0 1-1.898-.632c.646-1.936.2-3.319-.566-4.227A4.24 4.24 0 0 0 13 6.158V16.5a1 1 0 1 1-2 0z" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-music-alt-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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M9.5%2013a3.5%203.5%200%201%200%200%207a3.5%203.5%200%200%200%200-7%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M11%205a1%201%200%200%201%201-1c1.544%200%203.324.754%204.515%202.168c1.235%201.467%201.789%203.584.934%206.148a1%201%200%200%201-1.898-.632c.646-1.936.2-3.319-.566-4.227A4.24%204.24%200%200%200%2013%206.158V16.5a1%201%200%201%201-2%200z%22%20clip-rule%3D%22evenodd%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%22M9.5%2013a3.5%203.5%200%201%200%200%207a3.5%203.5%200%200%200%200-7%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M11%205a1%201%200%200%201%201-1c1.544%200%203.324.754%204.515%202.168c1.235%201.467%201.789%203.584.934%206.148a1%201%200%200%201-1.898-.632c.646-1.936.2-3.319-.566-4.227A4.24%204.24%200%200%200%2013%206.158V16.5a1%201%200%201%201-2%200z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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