graphic eq off icon

graphic-eq-off-rounded from Material Symbols by Google · Rounded · Android · Apache-2.0 Free for personal and commercial use.

Name
graphic-eq-off-rounded
Set
Material Symbols
Style
Rounded
Category
Android
Viewbox
24×24
License
Apache 2.0
Aliases
graphic-eq-off-outline-rounded

1 other variant in Material Symbols

The same icon in other sets

More android icons from Material Symbols

Use the graphic eq off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.288 21.713Q11 21.425 11 21v-7.15l-2-2V17q0 .425-.288.713T8 18t-.712-.288T7 17V9.85L2.075 4.925q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l17 17q.3.3.3.7t-.3.7t-.712.3t-.713-.3L13 15.85V21q0 .425-.288.713T12 22t-.712-.288m-8-8Q3 13.425 3 13v-2q0-.425.288-.712T4 10t.713.288T5 11v2q0 .425-.288.713T4 14t-.712-.288M12 8.75q-.375 0-.687-.262T11 7.725V3q0-.425.288-.712T12 2t.713.288T13 3v4.75q0 .5-.312.75T12 8.75m4 4q-.375 0-.687-.262T15 11.725V7q0-.425.288-.712T16 6t.713.288T17 7v4.75q0 .5-.312.75t-.688.25m3.288.963Q19 13.425 19 13v-2q0-.425.288-.712T20 10t.713.288T21 11v2q0 .425-.288.713T20 14t-.712-.288"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsGraphicEqOffRounded(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="M11.288 21.713Q11 21.425 11 21v-7.15l-2-2V17q0 .425-.288.713T8 18t-.712-.288T7 17V9.85L2.075 4.925q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l17 17q.3.3.3.7t-.3.7t-.712.3t-.713-.3L13 15.85V21q0 .425-.288.713T12 22t-.712-.288m-8-8Q3 13.425 3 13v-2q0-.425.288-.712T4 10t.713.288T5 11v2q0 .425-.288.713T4 14t-.712-.288M12 8.75q-.375 0-.687-.262T11 7.725V3q0-.425.288-.712T12 2t.713.288T13 3v4.75q0 .5-.312.75T12 8.75m4 4q-.375 0-.687-.262T15 11.725V7q0-.425.288-.712T16 6t.713.288T17 7v4.75q0 .5-.312.75t-.688.25m3.288.963Q19 13.425 19 13v-2q0-.425.288-.712T20 10t.713.288T21 11v2q0 .425-.288.713T20 14t-.712-.288"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.288 21.713Q11 21.425 11 21v-7.15l-2-2V17q0 .425-.288.713T8 18t-.712-.288T7 17V9.85L2.075 4.925q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l17 17q.3.3.3.7t-.3.7t-.712.3t-.713-.3L13 15.85V21q0 .425-.288.713T12 22t-.712-.288m-8-8Q3 13.425 3 13v-2q0-.425.288-.712T4 10t.713.288T5 11v2q0 .425-.288.713T4 14t-.712-.288M12 8.75q-.375 0-.687-.262T11 7.725V3q0-.425.288-.712T12 2t.713.288T13 3v4.75q0 .5-.312.75T12 8.75m4 4q-.375 0-.687-.262T15 11.725V7q0-.425.288-.712T16 6t.713.288T17 7v4.75q0 .5-.312.75t-.688.25m3.288.963Q19 13.425 19 13v-2q0-.425.288-.712T20 10t.713.288T21 11v2q0 .425-.288.713T20 14t-.712-.288"/></svg>
</template>

CSS

.icon-graphic-eq-off-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%22M11.288%2021.713Q11%2021.425%2011%2021v-7.15l-2-2V17q0%20.425-.288.713T8%2018t-.712-.288T7%2017V9.85L2.075%204.925q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l17%2017q.3.3.3.7t-.3.7t-.712.3t-.713-.3L13%2015.85V21q0%20.425-.288.713T12%2022t-.712-.288m-8-8Q3%2013.425%203%2013v-2q0-.425.288-.712T4%2010t.713.288T5%2011v2q0%20.425-.288.713T4%2014t-.712-.288M12%208.75q-.375%200-.687-.262T11%207.725V3q0-.425.288-.712T12%202t.713.288T13%203v4.75q0%20.5-.312.75T12%208.75m4%204q-.375%200-.687-.262T15%2011.725V7q0-.425.288-.712T16%206t.713.288T17%207v4.75q0%20.5-.312.75t-.688.25m3.288.963Q19%2013.425%2019%2013v-2q0-.425.288-.712T20%2010t.713.288T21%2011v2q0%20.425-.288.713T20%2014t-.712-.288%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%22M11.288%2021.713Q11%2021.425%2011%2021v-7.15l-2-2V17q0%20.425-.288.713T8%2018t-.712-.288T7%2017V9.85L2.075%204.925q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l17%2017q.3.3.3.7t-.3.7t-.712.3t-.713-.3L13%2015.85V21q0%20.425-.288.713T12%2022t-.712-.288m-8-8Q3%2013.425%203%2013v-2q0-.425.288-.712T4%2010t.713.288T5%2011v2q0%20.425-.288.713T4%2014t-.712-.288M12%208.75q-.375%200-.687-.262T11%207.725V3q0-.425.288-.712T12%202t.713.288T13%203v4.75q0%20.5-.312.75T12%208.75m4%204q-.375%200-.687-.262T15%2011.725V7q0-.425.288-.712T16%206t.713.288T17%207v4.75q0%20.5-.312.75t-.688.25m3.288.963Q19%2013.425%2019%2013v-2q0-.425.288-.712T20%2010t.713.288T21%2011v2q0%20.425-.288.713T20%2014t-.712-.288%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/graphic-eq-off-rounded.svg?color=%231a73e8&size=48