Filmstrip Music Note 2 icon
The Filmstrip Music Note 2 icon is part of Microsoft's Fluent UI System Icons, available here in regular and filled styles on a 20 px grid. Download it as SVG or PNG, or copy it as code — it's free to use under the MIT License.
Every size and style
Microsoft draws each size separately so icons stay crisp, rather than scaling one drawing. Pick a style and size to preview it, download it, or copy the code for your platform.
Regular, 20 px
ic_fluent_filmstrip_music_note_2_20_regular.svg
Filmstrip Music Note 2 icon in React
npm install @fluentui/react-icons
import { FilmstripMusicNote220Regular } from "@fluentui/react-icons";
export function Example() {
return <FilmstripMusicNote220Regular aria-label="Filmstrip Music Note 2" />;
}Use the Filmstrip Music Note 2 icon in React
Install Microsoft's @fluentui/react-icons package, then import the component. Icons inherit the current text color, and you can size them with CSS.
npm install @fluentui/react-icons
import { FilmstripMusicNote220Regular, FilmstripMusicNote220Filled } from "@fluentui/react-icons";
export function Example() {
return <FilmstripMusicNote220Regular aria-label="Filmstrip Music Note 2" />;
}Use it in HTML
Reference the SVG file directly:
<img src="https://fluenticons.co/icons/ic_fluent_filmstrip_music_note_2_20_regular.svg" width="20" height="20" alt="Filmstrip Music Note 2"> Or paste the SVG markup inline. Setting fill="currentColor" makes the icon follow the text color of its parent:
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill="currentColor" d="M17.09 5.02c.46-.1.91.24.91.73V15a2 2 0 1 1-1-1.73V8.61l-6 2.14V16a2 2 0 1 1-1-1.73v-6.2c0-.32.2-.6.5-.7L17 5.04zM9 15a1 1 0 1 0 0 2 1 1 0 0 0 0-2m7-1a1 1 0 1 0 0 2 1 1 0 0 0 0-2M11.5 2A2.5 2.5 0 0 1 14 4.5v.55l-1 .36V4.5c0-.83-.67-1.5-1.5-1.5h-7C3.67 3 3 3.67 3 4.5v6c0 .83.67 1.5 1.5 1.5H9v1H4.5A2.5 2.5 0 0 1 2 10.5v-6A2.5 2.5 0 0 1 4.5 2zm-7 7.5c.28 0 .5.22.5.5v.5a.5.5 0 0 1-1 0V10c0-.28.22-.5.5-.5M11 8.25v1.44l6-2.14V6.1zm-6.5-1.5c.28 0 .5.22.5.5v.5a.5.5 0 0 1-1 0v-.5c0-.28.22-.5.5-.5M4.5 4c.28 0 .5.22.5.5V5a.5.5 0 0 1-1 0v-.5c0-.28.22-.5.5-.5m7 0c.28 0 .5.22.5.5V5a.5.5 0 0 1-1 0v-.5c0-.28.22-.5.5-.5"/></svg>Details
| Name | Filmstrip Music Note 2 |
|---|---|
| Styles | Regular (outlined), Filled |
| Sizes | 20 px |
| Regular (outlined) file | ic_fluent_filmstrip_music_note_2_20_regular.svg |
| Filled file | ic_fluent_filmstrip_music_note_2_20_filled.svg |
| React (Regular) | FilmstripMusicNote220Regular |
| React (Filled) | FilmstripMusicNote220Filled |
| License | MIT (© Microsoft Corporation) |