music from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.

Name
music
Set
Jam Icons
Style
Outline
Viewbox
24×24
License
MIT

1 other variant in Jam Icons

The same icon in other sets

Use the music icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-7 -2 24 24"><path fill="currentColor" d="M7.954 12.304V1a1 1 0 0 1 1-1h.028a1 1 0 0 1 1 1v14.065c.197 1.969-1.42 3.99-3.874 4.693c-2.69.772-5.368-.333-5.98-2.468s1.073-4.491 3.764-5.263c1.47-.421 2.935-.283 4.062.277m-2.4 5.521c1.698-.487 2.645-1.81 2.37-2.77c-.276-.961-1.78-1.582-3.478-1.095s-2.645 1.81-2.37 2.771c.276.96 1.78 1.581 3.478 1.094"/></svg>

React

import type { SVGProps } from "react";

export function JamMusic(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-7 -2 24 24"><path fill="currentColor" d="M7.954 12.304V1a1 1 0 0 1 1-1h.028a1 1 0 0 1 1 1v14.065c.197 1.969-1.42 3.99-3.874 4.693c-2.69.772-5.368-.333-5.98-2.468s1.073-4.491 3.764-5.263c1.47-.421 2.935-.283 4.062.277m-2.4 5.521c1.698-.487 2.645-1.81 2.37-2.77c-.276-.961-1.78-1.582-3.478-1.095s-2.645 1.81-2.37 2.771c.276.96 1.78 1.581 3.478 1.094"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-7 -2 24 24"><path fill="currentColor" d="M7.954 12.304V1a1 1 0 0 1 1-1h.028a1 1 0 0 1 1 1v14.065c.197 1.969-1.42 3.99-3.874 4.693c-2.69.772-5.368-.333-5.98-2.468s1.073-4.491 3.764-5.263c1.47-.421 2.935-.283 4.062.277m-2.4 5.521c1.698-.487 2.645-1.81 2.37-2.77c-.276-.961-1.78-1.582-3.478-1.095s-2.645 1.81-2.37 2.771c.276.96 1.78 1.581 3.478 1.094"/></svg>
</template>

CSS

.icon-music {
  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%22-7%20-2%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.954%2012.304V1a1%201%200%200%201%201-1h.028a1%201%200%200%201%201%201v14.065c.197%201.969-1.42%203.99-3.874%204.693c-2.69.772-5.368-.333-5.98-2.468s1.073-4.491%203.764-5.263c1.47-.421%202.935-.283%204.062.277m-2.4%205.521c1.698-.487%202.645-1.81%202.37-2.77c-.276-.961-1.78-1.582-3.478-1.095s-2.645%201.81-2.37%202.771c.276.96%201.78%201.581%203.478%201.094%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%22-7%20-2%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.954%2012.304V1a1%201%200%200%201%201-1h.028a1%201%200%200%201%201%201v14.065c.197%201.969-1.42%203.99-3.874%204.693c-2.69.772-5.368-.333-5.98-2.468s1.073-4.491%203.764-5.263c1.47-.421%202.935-.283%204.062.277m-2.4%205.521c1.698-.487%202.645-1.81%202.37-2.77c-.276-.961-1.78-1.582-3.478-1.095s-2.645%201.81-2.37%202.771c.276.96%201.78%201.581%203.478%201.094%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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