music note off 1 icon
music-note-off-1-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- music-note-off-1-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- License
- MIT
3 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the music note off 1 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12 13.06l8.72 8.72a.75.75 0 0 0 1.06-1.06L3.28 2.22a.75.75 0 1 0-1.06 1.06l8.28 8.28v3.317a4 4 0 1 0 1.476 3.56a.8.8 0 0 0 .024-.187zM10.5 18a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0m8.487-6.548l-6.964-2.611L10.5 7.318V2.75a.75.75 0 0 1 1.013-.702l6.378 2.391A3.25 3.25 0 0 1 20 7.483v3.267a.75.75 0 0 1-1.013.702M18.5 9.668V7.483a1.75 1.75 0 0 0-1.136-1.64L12 3.834V7.23z"/></svg>
React
import type { SVGProps } from "react";
export function FluentMusicNoteOff124Regular(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="m12 13.06l8.72 8.72a.75.75 0 0 0 1.06-1.06L3.28 2.22a.75.75 0 1 0-1.06 1.06l8.28 8.28v3.317a4 4 0 1 0 1.476 3.56a.8.8 0 0 0 .024-.187zM10.5 18a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0m8.487-6.548l-6.964-2.611L10.5 7.318V2.75a.75.75 0 0 1 1.013-.702l6.378 2.391A3.25 3.25 0 0 1 20 7.483v3.267a.75.75 0 0 1-1.013.702M18.5 9.668V7.483a1.75 1.75 0 0 0-1.136-1.64L12 3.834V7.23z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12 13.06l8.72 8.72a.75.75 0 0 0 1.06-1.06L3.28 2.22a.75.75 0 1 0-1.06 1.06l8.28 8.28v3.317a4 4 0 1 0 1.476 3.56a.8.8 0 0 0 .024-.187zM10.5 18a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0m8.487-6.548l-6.964-2.611L10.5 7.318V2.75a.75.75 0 0 1 1.013-.702l6.378 2.391A3.25 3.25 0 0 1 20 7.483v3.267a.75.75 0 0 1-1.013.702M18.5 9.668V7.483a1.75 1.75 0 0 0-1.136-1.64L12 3.834V7.23z"/></svg> </template>
CSS
.icon-music-note-off-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%22m12%2013.06l8.72%208.72a.75.75%200%200%200%201.06-1.06L3.28%202.22a.75.75%200%201%200-1.06%201.06l8.28%208.28v3.317a4%204%200%201%200%201.476%203.56a.8.8%200%200%200%20.024-.187zM10.5%2018a2.5%202.5%200%201%201-5%200a2.5%202.5%200%200%201%205%200m8.487-6.548l-6.964-2.611L10.5%207.318V2.75a.75.75%200%200%201%201.013-.702l6.378%202.391A3.25%203.25%200%200%201%2020%207.483v3.267a.75.75%200%200%201-1.013.702M18.5%209.668V7.483a1.75%201.75%200%200%200-1.136-1.64L12%203.834V7.23z%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%22m12%2013.06l8.72%208.72a.75.75%200%200%200%201.06-1.06L3.28%202.22a.75.75%200%201%200-1.06%201.06l8.28%208.28v3.317a4%204%200%201%200%201.476%203.56a.8.8%200%200%200%20.024-.187zM10.5%2018a2.5%202.5%200%201%201-5%200a2.5%202.5%200%200%201%205%200m8.487-6.548l-6.964-2.611L10.5%207.318V2.75a.75.75%200%200%201%201.013-.702l6.378%202.391A3.25%203.25%200%200%201%2020%207.483v3.267a.75.75%200%200%201-1.013.702M18.5%209.668V7.483a1.75%201.75%200%200%200-1.136-1.64L12%203.834V7.23z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/music-note-off-1-24-regular.svg?color=%231a73e8&size=48