high quality off icon

high-quality-off-rounded from Material Symbols by Google · Rounded · Audio & Video · Apache-2.0 Free for personal and commercial use.

Name
high-quality-off-rounded
Set
Material Symbols
Style
Rounded
Category
Audio & Video
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More audio & video icons from Material Symbols

Use the high quality off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.5 13h2v1.25q0 .325.213.538t.537.212t.538-.213t.212-.537V11L9.5 9.5v2h-2V9.75q0-.325-.213-.537T6.75 9t-.537.213T6 9.75v4.5q0 .325.213.538T6.75 15t.538-.213t.212-.537zM18 15.15V10q0-.425-.288-.712T17 9h-3q-.425 0-.712.35t-.288.8l1.5 1.5V10.5h2v3.15zM22 6v10.725q0 .675-.612.938T20.3 17.45L8.55 5.7q-.475-.475-.213-1.088T9.276 4H20q.825 0 1.413.588T22 6M4 20q-.825 0-1.412-.587T2 18V6q0-.825.588-1.412T4 4l11 11h-2.8L1.6 4.4q-.275-.275-.275-.7T1.6 3t.7-.275T3 3l17.5 17.5q.275.275.288.688t-.288.712q-.275.275-.687.288t-.713-.263L17.15 20z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsHighQualityOffRounded(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.5 13h2v1.25q0 .325.213.538t.537.212t.538-.213t.212-.537V11L9.5 9.5v2h-2V9.75q0-.325-.213-.537T6.75 9t-.537.213T6 9.75v4.5q0 .325.213.538T6.75 15t.538-.213t.212-.537zM18 15.15V10q0-.425-.288-.712T17 9h-3q-.425 0-.712.35t-.288.8l1.5 1.5V10.5h2v3.15zM22 6v10.725q0 .675-.612.938T20.3 17.45L8.55 5.7q-.475-.475-.213-1.088T9.276 4H20q.825 0 1.413.588T22 6M4 20q-.825 0-1.412-.587T2 18V6q0-.825.588-1.412T4 4l11 11h-2.8L1.6 4.4q-.275-.275-.275-.7T1.6 3t.7-.275T3 3l17.5 17.5q.275.275.288.688t-.288.712q-.275.275-.687.288t-.713-.263L17.15 20z"/></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.5 13h2v1.25q0 .325.213.538t.537.212t.538-.213t.212-.537V11L9.5 9.5v2h-2V9.75q0-.325-.213-.537T6.75 9t-.537.213T6 9.75v4.5q0 .325.213.538T6.75 15t.538-.213t.212-.537zM18 15.15V10q0-.425-.288-.712T17 9h-3q-.425 0-.712.35t-.288.8l1.5 1.5V10.5h2v3.15zM22 6v10.725q0 .675-.612.938T20.3 17.45L8.55 5.7q-.475-.475-.213-1.088T9.276 4H20q.825 0 1.413.588T22 6M4 20q-.825 0-1.412-.587T2 18V6q0-.825.588-1.412T4 4l11 11h-2.8L1.6 4.4q-.275-.275-.275-.7T1.6 3t.7-.275T3 3l17.5 17.5q.275.275.288.688t-.288.712q-.275.275-.687.288t-.713-.263L17.15 20z"/></svg>
</template>

CSS

.icon-high-quality-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%22M7.5%2013h2v1.25q0%20.325.213.538t.537.212t.538-.213t.212-.537V11L9.5%209.5v2h-2V9.75q0-.325-.213-.537T6.75%209t-.537.213T6%209.75v4.5q0%20.325.213.538T6.75%2015t.538-.213t.212-.537zM18%2015.15V10q0-.425-.288-.712T17%209h-3q-.425%200-.712.35t-.288.8l1.5%201.5V10.5h2v3.15zM22%206v10.725q0%20.675-.612.938T20.3%2017.45L8.55%205.7q-.475-.475-.213-1.088T9.276%204H20q.825%200%201.413.588T22%206M4%2020q-.825%200-1.412-.587T2%2018V6q0-.825.588-1.412T4%204l11%2011h-2.8L1.6%204.4q-.275-.275-.275-.7T1.6%203t.7-.275T3%203l17.5%2017.5q.275.275.288.688t-.288.712q-.275.275-.687.288t-.713-.263L17.15%2020z%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.5%2013h2v1.25q0%20.325.213.538t.537.212t.538-.213t.212-.537V11L9.5%209.5v2h-2V9.75q0-.325-.213-.537T6.75%209t-.537.213T6%209.75v4.5q0%20.325.213.538T6.75%2015t.538-.213t.212-.537zM18%2015.15V10q0-.425-.288-.712T17%209h-3q-.425%200-.712.35t-.288.8l1.5%201.5V10.5h2v3.15zM22%206v10.725q0%20.675-.612.938T20.3%2017.45L8.55%205.7q-.475-.475-.213-1.088T9.276%204H20q.825%200%201.413.588T22%206M4%2020q-.825%200-1.412-.587T2%2018V6q0-.825.588-1.412T4%204l11%2011h-2.8L1.6%204.4q-.275-.275-.275-.7T1.6%203t.7-.275T3%203l17.5%2017.5q.275.275.288.688t-.288.712q-.275.275-.687.288t-.713-.263L17.15%2020z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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