music filter icon

music-filter from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.

Name
music-filter
Set
Reicon
Style
Outline
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

More newicons icons from Reicon

Use the music filter 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 stroke-miterlimit="10" d="M2 3h20M2 9h9m-9 6h6m-6 6h4"/><path d="M11.84 22a2.18 2.18 0 1 0 0-4.36a2.18 2.18 0 0 0 0 4.36"/><path d="M22 18.37V9.86c0-1.81-1.14-2.06-2.29-1.75L15.36 9.3c-.79.22-1.34.84-1.34 1.75v8.77"/><path d="M19.82 20.55a2.18 2.18 0 1 0 0-4.36a2.18 2.18 0 0 0 0 4.36m-5.8-6.95L22 11.42"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconMusicFilter(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 strokeMiterlimit="10" d="M2 3h20M2 9h9m-9 6h6m-6 6h4"/><path d="M11.84 22a2.18 2.18 0 1 0 0-4.36a2.18 2.18 0 0 0 0 4.36"/><path d="M22 18.37V9.86c0-1.81-1.14-2.06-2.29-1.75L15.36 9.3c-.79.22-1.34.84-1.34 1.75v8.77"/><path d="M19.82 20.55a2.18 2.18 0 1 0 0-4.36a2.18 2.18 0 0 0 0 4.36m-5.8-6.95L22 11.42"/></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 stroke-miterlimit="10" d="M2 3h20M2 9h9m-9 6h6m-6 6h4"/><path d="M11.84 22a2.18 2.18 0 1 0 0-4.36a2.18 2.18 0 0 0 0 4.36"/><path d="M22 18.37V9.86c0-1.81-1.14-2.06-2.29-1.75L15.36 9.3c-.79.22-1.34.84-1.34 1.75v8.77"/><path d="M19.82 20.55a2.18 2.18 0 1 0 0-4.36a2.18 2.18 0 0 0 0 4.36m-5.8-6.95L22 11.42"/></g></svg>
</template>

CSS

.icon-music-filter {
  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%20stroke-miterlimit%3D%2210%22%20d%3D%22M2%203h20M2%209h9m-9%206h6m-6%206h4%22%2F%3E%3Cpath%20d%3D%22M11.84%2022a2.18%202.18%200%201%200%200-4.36a2.18%202.18%200%200%200%200%204.36%22%2F%3E%3Cpath%20d%3D%22M22%2018.37V9.86c0-1.81-1.14-2.06-2.29-1.75L15.36%209.3c-.79.22-1.34.84-1.34%201.75v8.77%22%2F%3E%3Cpath%20d%3D%22M19.82%2020.55a2.18%202.18%200%201%200%200-4.36a2.18%202.18%200%200%200%200%204.36m-5.8-6.95L22%2011.42%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%20stroke-miterlimit%3D%2210%22%20d%3D%22M2%203h20M2%209h9m-9%206h6m-6%206h4%22%2F%3E%3Cpath%20d%3D%22M11.84%2022a2.18%202.18%200%201%200%200-4.36a2.18%202.18%200%200%200%200%204.36%22%2F%3E%3Cpath%20d%3D%22M22%2018.37V9.86c0-1.81-1.14-2.06-2.29-1.75L15.36%209.3c-.79.22-1.34.84-1.34%201.75v8.77%22%2F%3E%3Cpath%20d%3D%22M19.82%2020.55a2.18%202.18%200%201%200%200-4.36a2.18%202.18%200%200%200%200%204.36m-5.8-6.95L22%2011.42%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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