piano-off-outline-rounded from Material Symbols Light by Google · Outline Rounded · Activities · Apache-2.0 Free for personal and commercial use.

Name
piano-off-outline-rounded
Set
Material Symbols Light
Style
Outline Rounded
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.479 20.9l-.944-.938q-.096.019-.173.029q-.077.009-.173.009H5.616q-.672 0-1.144-.472T4 18.385V5.81q0-.095.01-.172t.029-.173l-.945-.945q-.146-.146-.156-.347t.156-.366t.357-.166t.357.166l16.384 16.384q.146.147.156.345t-.156.363t-.357.166q-.19 0-.356-.166m.521-3.71l-1-1V5.616q0-.27-.173-.443T18.385 5h-1.789v8.346q0 .087-.018.183t-.055.183L13.212 10.4V5h-2.423v2.977L6.812 4h11.573q.67 0 1.143.472q.472.472.472 1.144zM5.616 19h3.038v-4.808H8.25q-.367 0-.607-.239q-.24-.24-.24-.607V8.831L5 6.427v11.958q0 .269.173.442t.443.173m3.923 0h4.922v-3.111l-3.684-3.685v1.211q-.023.345-.257.561q-.233.216-.578.216H9.54zm5.807 0h2.227l-2.227-2.227z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightPianoOffOutlineRounded(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.479 20.9l-.944-.938q-.096.019-.173.029q-.077.009-.173.009H5.616q-.672 0-1.144-.472T4 18.385V5.81q0-.095.01-.172t.029-.173l-.945-.945q-.146-.146-.156-.347t.156-.366t.357-.166t.357.166l16.384 16.384q.146.147.156.345t-.156.363t-.357.166q-.19 0-.356-.166m.521-3.71l-1-1V5.616q0-.27-.173-.443T18.385 5h-1.789v8.346q0 .087-.018.183t-.055.183L13.212 10.4V5h-2.423v2.977L6.812 4h11.573q.67 0 1.143.472q.472.472.472 1.144zM5.616 19h3.038v-4.808H8.25q-.367 0-.607-.239q-.24-.24-.24-.607V8.831L5 6.427v11.958q0 .269.173.442t.443.173m3.923 0h4.922v-3.111l-3.684-3.685v1.211q-.023.345-.257.561q-.233.216-.578.216H9.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.479 20.9l-.944-.938q-.096.019-.173.029q-.077.009-.173.009H5.616q-.672 0-1.144-.472T4 18.385V5.81q0-.095.01-.172t.029-.173l-.945-.945q-.146-.146-.156-.347t.156-.366t.357-.166t.357.166l16.384 16.384q.146.147.156.345t-.156.363t-.357.166q-.19 0-.356-.166m.521-3.71l-1-1V5.616q0-.27-.173-.443T18.385 5h-1.789v8.346q0 .087-.018.183t-.055.183L13.212 10.4V5h-2.423v2.977L6.812 4h11.573q.67 0 1.143.472q.472.472.472 1.144zM5.616 19h3.038v-4.808H8.25q-.367 0-.607-.239q-.24-.24-.24-.607V8.831L5 6.427v11.958q0 .269.173.442t.443.173m3.923 0h4.922v-3.111l-3.684-3.685v1.211q-.023.345-.257.561q-.233.216-.578.216H9.54zm5.807 0h2.227l-2.227-2.227z"/></svg>
</template>

CSS

.icon-piano-off-outline-rounded {
  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.479%2020.9l-.944-.938q-.096.019-.173.029q-.077.009-.173.009H5.616q-.672%200-1.144-.472T4%2018.385V5.81q0-.095.01-.172t.029-.173l-.945-.945q-.146-.146-.156-.347t.156-.366t.357-.166t.357.166l16.384%2016.384q.146.147.156.345t-.156.363t-.357.166q-.19%200-.356-.166m.521-3.71l-1-1V5.616q0-.27-.173-.443T18.385%205h-1.789v8.346q0%20.087-.018.183t-.055.183L13.212%2010.4V5h-2.423v2.977L6.812%204h11.573q.67%200%201.143.472q.472.472.472%201.144zM5.616%2019h3.038v-4.808H8.25q-.367%200-.607-.239q-.24-.24-.24-.607V8.831L5%206.427v11.958q0%20.269.173.442t.443.173m3.923%200h4.922v-3.111l-3.684-3.685v1.211q-.023.345-.257.561q-.233.216-.578.216H9.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.479%2020.9l-.944-.938q-.096.019-.173.029q-.077.009-.173.009H5.616q-.672%200-1.144-.472T4%2018.385V5.81q0-.095.01-.172t.029-.173l-.945-.945q-.146-.146-.156-.347t.156-.366t.357-.166t.357.166l16.384%2016.384q.146.147.156.345t-.156.363t-.357.166q-.19%200-.356-.166m.521-3.71l-1-1V5.616q0-.27-.173-.443T18.385%205h-1.789v8.346q0%20.087-.018.183t-.055.183L13.212%2010.4V5h-2.423v2.977L6.812%204h11.573q.67%200%201.143.472q.472.472.472%201.144zM5.616%2019h3.038v-4.808H8.25q-.367%200-.607-.239q-.24-.24-.24-.607V8.831L5%206.427v11.958q0%20.269.173.442t.443.173m3.923%200h4.922v-3.111l-3.684-3.685v1.211q-.023.345-.257.561q-.233.216-.578.216H9.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-outline-rounded.svg?color=%231a73e8&size=48