music notes icon

music-notes-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.

Name
music-notes-thin
Set
Phosphor
Style
Thin
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Related icons in Phosphor

Use the music notes icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M210.46 20.85a4 4 0 0 0-3.43-.73l-128 32A4 4 0 0 0 76 56v118.87A32 32 0 1 0 84 196v-88.88l120-30v65.75a32 32 0 1 0 8 21.13V24a4 4 0 0 0-1.54-3.15M52 220a24 24 0 1 1 24-24a24 24 0 0 1-24 24m128-32a24 24 0 1 1 24-24a24 24 0 0 1-24 24M84 98.88V59.12l120-30v39.76Z"/></svg>

React

import type { SVGProps } from "react";

export function PhMusicNotesThin(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M210.46 20.85a4 4 0 0 0-3.43-.73l-128 32A4 4 0 0 0 76 56v118.87A32 32 0 1 0 84 196v-88.88l120-30v65.75a32 32 0 1 0 8 21.13V24a4 4 0 0 0-1.54-3.15M52 220a24 24 0 1 1 24-24a24 24 0 0 1-24 24m128-32a24 24 0 1 1 24-24a24 24 0 0 1-24 24M84 98.88V59.12l120-30v39.76Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M210.46 20.85a4 4 0 0 0-3.43-.73l-128 32A4 4 0 0 0 76 56v118.87A32 32 0 1 0 84 196v-88.88l120-30v65.75a32 32 0 1 0 8 21.13V24a4 4 0 0 0-1.54-3.15M52 220a24 24 0 1 1 24-24a24 24 0 0 1-24 24m128-32a24 24 0 1 1 24-24a24 24 0 0 1-24 24M84 98.88V59.12l120-30v39.76Z"/></svg>
</template>

CSS

.icon-music-notes-thin {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M210.46%2020.85a4%204%200%200%200-3.43-.73l-128%2032A4%204%200%200%200%2076%2056v118.87A32%2032%200%201%200%2084%20196v-88.88l120-30v65.75a32%2032%200%201%200%208%2021.13V24a4%204%200%200%200-1.54-3.15M52%20220a24%2024%200%201%201%2024-24a24%2024%200%200%201-24%2024m128-32a24%2024%200%201%201%2024-24a24%2024%200%200%201-24%2024M84%2098.88V59.12l120-30v39.76Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M210.46%2020.85a4%204%200%200%200-3.43-.73l-128%2032A4%204%200%200%200%2076%2056v118.87A32%2032%200%201%200%2084%20196v-88.88l120-30v65.75a32%2032%200%201%200%208%2021.13V24a4%204%200%200%200-1.54-3.15M52%20220a24%2024%200%201%201%2024-24a24%2024%200%200%201-24%2024m128-32a24%2024%200%201%201%2024-24a24%2024%200%200%201-24%2024M84%2098.88V59.12l120-30v39.76Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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