music notes minus icon

music-notes-minus-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.

Name
music-notes-minus-light
Set
Phosphor
Style
Light
Viewbox
256×256
License
MIT

5 other variants in Phosphor

Related icons in Phosphor

Use the music notes minus icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M230 48a6 6 0 0 1-6 6h-48a6 6 0 0 1 0-12h48a6 6 0 0 1 6 6m-16 40v76a34.06 34.06 0 1 1-12-25.89V88a6 6 0 0 1 12 0m-12 76a22 22 0 1 0-22 22a22 22 0 0 0 22-22M86 108.69V196a34.06 34.06 0 1 1-12-25.89V56a6 6 0 0 1 4.54-5.82l56-14a6 6 0 1 1 2.92 11.64L86 60.68v35.63l72.54-18.13a6 6 0 1 1 2.92 11.64ZM74 196a22 22 0 1 0-22 22a22 22 0 0 0 22-22"/></svg>

React

import type { SVGProps } from "react";

export function PhMusicNotesMinusLight(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="M230 48a6 6 0 0 1-6 6h-48a6 6 0 0 1 0-12h48a6 6 0 0 1 6 6m-16 40v76a34.06 34.06 0 1 1-12-25.89V88a6 6 0 0 1 12 0m-12 76a22 22 0 1 0-22 22a22 22 0 0 0 22-22M86 108.69V196a34.06 34.06 0 1 1-12-25.89V56a6 6 0 0 1 4.54-5.82l56-14a6 6 0 1 1 2.92 11.64L86 60.68v35.63l72.54-18.13a6 6 0 1 1 2.92 11.64ZM74 196a22 22 0 1 0-22 22a22 22 0 0 0 22-22"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M230 48a6 6 0 0 1-6 6h-48a6 6 0 0 1 0-12h48a6 6 0 0 1 6 6m-16 40v76a34.06 34.06 0 1 1-12-25.89V88a6 6 0 0 1 12 0m-12 76a22 22 0 1 0-22 22a22 22 0 0 0 22-22M86 108.69V196a34.06 34.06 0 1 1-12-25.89V56a6 6 0 0 1 4.54-5.82l56-14a6 6 0 1 1 2.92 11.64L86 60.68v35.63l72.54-18.13a6 6 0 1 1 2.92 11.64ZM74 196a22 22 0 1 0-22 22a22 22 0 0 0 22-22"/></svg>
</template>

CSS

.icon-music-notes-minus-light {
  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%22M230%2048a6%206%200%200%201-6%206h-48a6%206%200%200%201%200-12h48a6%206%200%200%201%206%206m-16%2040v76a34.06%2034.06%200%201%201-12-25.89V88a6%206%200%200%201%2012%200m-12%2076a22%2022%200%201%200-22%2022a22%2022%200%200%200%2022-22M86%20108.69V196a34.06%2034.06%200%201%201-12-25.89V56a6%206%200%200%201%204.54-5.82l56-14a6%206%200%201%201%202.92%2011.64L86%2060.68v35.63l72.54-18.13a6%206%200%201%201%202.92%2011.64ZM74%20196a22%2022%200%201%200-22%2022a22%2022%200%200%200%2022-22%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%22M230%2048a6%206%200%200%201-6%206h-48a6%206%200%200%201%200-12h48a6%206%200%200%201%206%206m-16%2040v76a34.06%2034.06%200%201%201-12-25.89V88a6%206%200%200%201%2012%200m-12%2076a22%2022%200%201%200-22%2022a22%2022%200%200%200%2022-22M86%20108.69V196a34.06%2034.06%200%201%201-12-25.89V56a6%206%200%200%201%204.54-5.82l56-14a6%206%200%201%201%202.92%2011.64L86%2060.68v35.63l72.54-18.13a6%206%200%201%201%202.92%2011.64ZM74%20196a22%2022%200%201%200-22%2022a22%2022%200%200%200%2022-22%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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