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

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

1 other variant in Material Symbols

The same icon in other sets

More android icons from Material Symbols

Use the graphic eq icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 17V7q0-.425.288-.712T8 6t.713.288T9 7v10q0 .425-.288.713T8 18t-.712-.288T7 17m4 4V3q0-.425.288-.712T12 2t.713.288T13 3v18q0 .425-.288.713T12 22t-.712-.288T11 21m-8-8v-2q0-.425.288-.712T4 10t.713.288T5 11v2q0 .425-.288.713T4 14t-.712-.288T3 13m12 4V7q0-.425.288-.712T16 6t.713.288T17 7v10q0 .425-.288.713T16 18t-.712-.288T15 17m4-4v-2q0-.425.288-.712T20 10t.713.288T21 11v2q0 .425-.288.713T20 14t-.712-.288T19 13"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsGraphicEqRounded(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="M7 17V7q0-.425.288-.712T8 6t.713.288T9 7v10q0 .425-.288.713T8 18t-.712-.288T7 17m4 4V3q0-.425.288-.712T12 2t.713.288T13 3v18q0 .425-.288.713T12 22t-.712-.288T11 21m-8-8v-2q0-.425.288-.712T4 10t.713.288T5 11v2q0 .425-.288.713T4 14t-.712-.288T3 13m12 4V7q0-.425.288-.712T16 6t.713.288T17 7v10q0 .425-.288.713T16 18t-.712-.288T15 17m4-4v-2q0-.425.288-.712T20 10t.713.288T21 11v2q0 .425-.288.713T20 14t-.712-.288T19 13"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 17V7q0-.425.288-.712T8 6t.713.288T9 7v10q0 .425-.288.713T8 18t-.712-.288T7 17m4 4V3q0-.425.288-.712T12 2t.713.288T13 3v18q0 .425-.288.713T12 22t-.712-.288T11 21m-8-8v-2q0-.425.288-.712T4 10t.713.288T5 11v2q0 .425-.288.713T4 14t-.712-.288T3 13m12 4V7q0-.425.288-.712T16 6t.713.288T17 7v10q0 .425-.288.713T16 18t-.712-.288T15 17m4-4v-2q0-.425.288-.712T20 10t.713.288T21 11v2q0 .425-.288.713T20 14t-.712-.288T19 13"/></svg>
</template>

CSS

.icon-graphic-eq-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%22M7%2017V7q0-.425.288-.712T8%206t.713.288T9%207v10q0%20.425-.288.713T8%2018t-.712-.288T7%2017m4%204V3q0-.425.288-.712T12%202t.713.288T13%203v18q0%20.425-.288.713T12%2022t-.712-.288T11%2021m-8-8v-2q0-.425.288-.712T4%2010t.713.288T5%2011v2q0%20.425-.288.713T4%2014t-.712-.288T3%2013m12%204V7q0-.425.288-.712T16%206t.713.288T17%207v10q0%20.425-.288.713T16%2018t-.712-.288T15%2017m4-4v-2q0-.425.288-.712T20%2010t.713.288T21%2011v2q0%20.425-.288.713T20%2014t-.712-.288T19%2013%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%22M7%2017V7q0-.425.288-.712T8%206t.713.288T9%207v10q0%20.425-.288.713T8%2018t-.712-.288T7%2017m4%204V3q0-.425.288-.712T12%202t.713.288T13%203v18q0%20.425-.288.713T12%2022t-.712-.288T11%2021m-8-8v-2q0-.425.288-.712T4%2010t.713.288T5%2011v2q0%20.425-.288.713T4%2014t-.712-.288T3%2013m12%204V7q0-.425.288-.712T16%206t.713.288T17%207v10q0%20.425-.288.713T16%2018t-.712-.288T15%2017m4-4v-2q0-.425.288-.712T20%2010t.713.288T21%2011v2q0%20.425-.288.713T20%2014t-.712-.288T19%2013%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-rounded.svg?color=%231a73e8&size=48