piano off icon
piano-off-sharp from Material Symbols Light by Google · Sharp · Activities · Apache-2.0 Free for personal and commercial use.
- Name
- piano-off-sharp
- Set
- Material Symbols Light
- Style
- Sharp
- Category
- Activities
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More activities icons from Material Symbols Light
Use the piano off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.833 21.26L18.573 20H4V5.427l-1.26-1.26l.714-.713l17.092 17.092zM20 17.188l-1-1V5h-2.404v8.785L13.212 10.4V5h-2.423v2.977L6.812 4H20zM5 19h3.654v-4.808h-1.25V8.831L5 6.427zm4.539 0h4.922v-3.111l-3.684-3.685l.115 1.988H9.54zm5.807 0h2.227l-2.227-2.227z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightPianoOffSharp(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="M19.833 21.26L18.573 20H4V5.427l-1.26-1.26l.714-.713l17.092 17.092zM20 17.188l-1-1V5h-2.404v8.785L13.212 10.4V5h-2.423v2.977L6.812 4H20zM5 19h3.654v-4.808h-1.25V8.831L5 6.427zm4.539 0h4.922v-3.111l-3.684-3.685l.115 1.988H9.54zm5.807 0h2.227l-2.227-2.227z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.833 21.26L18.573 20H4V5.427l-1.26-1.26l.714-.713l17.092 17.092zM20 17.188l-1-1V5h-2.404v8.785L13.212 10.4V5h-2.423v2.977L6.812 4H20zM5 19h3.654v-4.808h-1.25V8.831L5 6.427zm4.539 0h4.922v-3.111l-3.684-3.685l.115 1.988H9.54zm5.807 0h2.227l-2.227-2.227z"/></svg> </template>
CSS
.icon-piano-off-sharp {
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%22M19.833%2021.26L18.573%2020H4V5.427l-1.26-1.26l.714-.713l17.092%2017.092zM20%2017.188l-1-1V5h-2.404v8.785L13.212%2010.4V5h-2.423v2.977L6.812%204H20zM5%2019h3.654v-4.808h-1.25V8.831L5%206.427zm4.539%200h4.922v-3.111l-3.684-3.685l.115%201.988H9.54zm5.807%200h2.227l-2.227-2.227z%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%22M19.833%2021.26L18.573%2020H4V5.427l-1.26-1.26l.714-.713l17.092%2017.092zM20%2017.188l-1-1V5h-2.404v8.785L13.212%2010.4V5h-2.423v2.977L6.812%204H20zM5%2019h3.654v-4.808h-1.25V8.831L5%206.427zm4.539%200h4.922v-3.111l-3.684-3.685l.115%201.988H9.54zm5.807%200h2.227l-2.227-2.227z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/piano-off-sharp.svg?color=%231a73e8&size=48