music note off icon
music-note-off-outline from Material Design Icons by Pictogrammers · Outline · Music · Apache-2.0 Free for personal and commercial use.
- Name
- music-note-off-outline
- Set
- Material Design Icons
- Style
- Outline
- Category
- Music
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Material Design Icons
More music icons from Material Design Icons
archive-musicbook-music-outlinebookmark-musiccassettedisceight-trackguitar-acousticguitar-electricguitar-pickinstrument-trianglemetronomemetronome-tickmicrophonemicrophone-offmicrophone-variantmicrophone-variant-offmidi-portmusic-accidental-double-flatmusic-accidental-double-sharpmusic-accidental-flatmusic-accidental-naturalmusic-accidental-sharpmusic-box-multiplemusic-clef-alto
Use the music note off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14 7h4V3h-6v4.61l2 2m-2 .83L4.41 2.86L3 4.27l9 9v.28a3.94 3.94 0 0 0-3.33-.32a4 4 0 0 0 1.98 7.72a4.1 4.1 0 0 0 3.35-4.1v-1.58L19.73 21l1.41-1.41M10 19a2 2 0 1 1 2-2a2 2 0 0 1-2 2"/></svg>
React
import type { SVGProps } from "react";
export function MdiMusicNoteOffOutline(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="M14 7h4V3h-6v4.61l2 2m-2 .83L4.41 2.86L3 4.27l9 9v.28a3.94 3.94 0 0 0-3.33-.32a4 4 0 0 0 1.98 7.72a4.1 4.1 0 0 0 3.35-4.1v-1.58L19.73 21l1.41-1.41M10 19a2 2 0 1 1 2-2a2 2 0 0 1-2 2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14 7h4V3h-6v4.61l2 2m-2 .83L4.41 2.86L3 4.27l9 9v.28a3.94 3.94 0 0 0-3.33-.32a4 4 0 0 0 1.98 7.72a4.1 4.1 0 0 0 3.35-4.1v-1.58L19.73 21l1.41-1.41M10 19a2 2 0 1 1 2-2a2 2 0 0 1-2 2"/></svg> </template>
CSS
.icon-music-note-off-outline {
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%22M14%207h4V3h-6v4.61l2%202m-2%20.83L4.41%202.86L3%204.27l9%209v.28a3.94%203.94%200%200%200-3.33-.32a4%204%200%200%200%201.98%207.72a4.1%204.1%200%200%200%203.35-4.1v-1.58L19.73%2021l1.41-1.41M10%2019a2%202%200%201%201%202-2a2%202%200%200%201-2%202%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%22M14%207h4V3h-6v4.61l2%202m-2%20.83L4.41%202.86L3%204.27l9%209v.28a3.94%203.94%200%200%200-3.33-.32a4%204%200%200%200%201.98%207.72a4.1%204.1%200%200%200%203.35-4.1v-1.58L19.73%2021l1.41-1.41M10%2019a2%202%200%201%201%202-2a2%202%200%200%201-2%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/music-note-off-outline.svg?color=%231a73e8&size=48