music-note-1-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
music-note-1-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT
Aliases
music-note-24-regular

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the music note 1 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.513 2.048a.75.75 0 0 0-1.013.702v12.127a4 4 0 1 0 1.476 3.56a.8.8 0 0 0 .024-.187V8.832l6.987 2.62A.75.75 0 0 0 20 10.75V7.483a3.25 3.25 0 0 0-2.109-3.044zM10.5 18a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0m8-8.332L12 7.23V3.832l5.365 2.012A1.75 1.75 0 0 1 18.5 7.483z"/></svg>

React

import type { SVGProps } from "react";

export function FluentMusicNote124Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.513 2.048a.75.75 0 0 0-1.013.702v12.127a4 4 0 1 0 1.476 3.56a.8.8 0 0 0 .024-.187V8.832l6.987 2.62A.75.75 0 0 0 20 10.75V7.483a3.25 3.25 0 0 0-2.109-3.044zM10.5 18a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0m8-8.332L12 7.23V3.832l5.365 2.012A1.75 1.75 0 0 1 18.5 7.483z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.513 2.048a.75.75 0 0 0-1.013.702v12.127a4 4 0 1 0 1.476 3.56a.8.8 0 0 0 .024-.187V8.832l6.987 2.62A.75.75 0 0 0 20 10.75V7.483a3.25 3.25 0 0 0-2.109-3.044zM10.5 18a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0m8-8.332L12 7.23V3.832l5.365 2.012A1.75 1.75 0 0 1 18.5 7.483z"/></svg>
</template>

CSS

.icon-music-note-1-24-regular {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.513%202.048a.75.75%200%200%200-1.013.702v12.127a4%204%200%201%200%201.476%203.56a.8.8%200%200%200%20.024-.187V8.832l6.987%202.62A.75.75%200%200%200%2020%2010.75V7.483a3.25%203.25%200%200%200-2.109-3.044zM10.5%2018a2.5%202.5%200%201%201-5%200a2.5%202.5%200%200%201%205%200m8-8.332L12%207.23V3.832l5.365%202.012A1.75%201.75%200%200%201%2018.5%207.483z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.513%202.048a.75.75%200%200%200-1.013.702v12.127a4%204%200%201%200%201.476%203.56a.8.8%200%200%200%20.024-.187V8.832l6.987%202.62A.75.75%200%200%200%2020%2010.75V7.483a3.25%203.25%200%200%200-2.109-3.044zM10.5%2018a2.5%202.5%200%201%201-5%200a2.5%202.5%200%200%201%205%200m8-8.332L12%207.23V3.832l5.365%202.012A1.75%201.75%200%200%201%2018.5%207.483z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/music-note-1-24-regular.svg?color=%231a73e8&size=48