backlight high icon

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

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

1 other variant in Material Symbols

The same icon in other sets

More android icons from Material Symbols

Use the backlight high icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 15q-.425 0-.712-.288T1 14t.288-.712T2 13h2q.425 0 .713.288T5 14t-.288.713T4 15zm4.35-5.675q-.425 0-.7-.275L4.225 7.625q-.275-.275-.275-.688t.275-.712q.3-.3.7-.3t.7.3L7.05 7.65q.275.275.275.7t-.275.7t-.7.275M8.5 18q-.625 0-1.062-.437T7 16.5t.438-1.062T8.5 15h7q.625 0 1.063.438T17 16.5t-.437 1.063T15.5 18zm2.788-11.288Q11 6.425 11 6V3q0-.425.288-.712T12 2t.713.288T13 3v3q0 .425-.288.713T12 7t-.712-.288M16.95 9.05q-.275-.275-.275-.7t.275-.7l1.425-1.425q.275-.275.688-.275t.712.275q.3.3.3.7t-.3.7L18.35 9.05q-.275.275-.7.275t-.7-.275M20 15q-.425 0-.712-.287T19 14t.288-.712T20 13h2q.425 0 .713.288T23 14t-.288.713T22 15z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsBacklightHighRounded(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="M2 15q-.425 0-.712-.288T1 14t.288-.712T2 13h2q.425 0 .713.288T5 14t-.288.713T4 15zm4.35-5.675q-.425 0-.7-.275L4.225 7.625q-.275-.275-.275-.688t.275-.712q.3-.3.7-.3t.7.3L7.05 7.65q.275.275.275.7t-.275.7t-.7.275M8.5 18q-.625 0-1.062-.437T7 16.5t.438-1.062T8.5 15h7q.625 0 1.063.438T17 16.5t-.437 1.063T15.5 18zm2.788-11.288Q11 6.425 11 6V3q0-.425.288-.712T12 2t.713.288T13 3v3q0 .425-.288.713T12 7t-.712-.288M16.95 9.05q-.275-.275-.275-.7t.275-.7l1.425-1.425q.275-.275.688-.275t.712.275q.3.3.3.7t-.3.7L18.35 9.05q-.275.275-.7.275t-.7-.275M20 15q-.425 0-.712-.287T19 14t.288-.712T20 13h2q.425 0 .713.288T23 14t-.288.713T22 15z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 15q-.425 0-.712-.288T1 14t.288-.712T2 13h2q.425 0 .713.288T5 14t-.288.713T4 15zm4.35-5.675q-.425 0-.7-.275L4.225 7.625q-.275-.275-.275-.688t.275-.712q.3-.3.7-.3t.7.3L7.05 7.65q.275.275.275.7t-.275.7t-.7.275M8.5 18q-.625 0-1.062-.437T7 16.5t.438-1.062T8.5 15h7q.625 0 1.063.438T17 16.5t-.437 1.063T15.5 18zm2.788-11.288Q11 6.425 11 6V3q0-.425.288-.712T12 2t.713.288T13 3v3q0 .425-.288.713T12 7t-.712-.288M16.95 9.05q-.275-.275-.275-.7t.275-.7l1.425-1.425q.275-.275.688-.275t.712.275q.3.3.3.7t-.3.7L18.35 9.05q-.275.275-.7.275t-.7-.275M20 15q-.425 0-.712-.287T19 14t.288-.712T20 13h2q.425 0 .713.288T23 14t-.288.713T22 15z"/></svg>
</template>

CSS

.icon-backlight-high-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%22M2%2015q-.425%200-.712-.288T1%2014t.288-.712T2%2013h2q.425%200%20.713.288T5%2014t-.288.713T4%2015zm4.35-5.675q-.425%200-.7-.275L4.225%207.625q-.275-.275-.275-.688t.275-.712q.3-.3.7-.3t.7.3L7.05%207.65q.275.275.275.7t-.275.7t-.7.275M8.5%2018q-.625%200-1.062-.437T7%2016.5t.438-1.062T8.5%2015h7q.625%200%201.063.438T17%2016.5t-.437%201.063T15.5%2018zm2.788-11.288Q11%206.425%2011%206V3q0-.425.288-.712T12%202t.713.288T13%203v3q0%20.425-.288.713T12%207t-.712-.288M16.95%209.05q-.275-.275-.275-.7t.275-.7l1.425-1.425q.275-.275.688-.275t.712.275q.3.3.3.7t-.3.7L18.35%209.05q-.275.275-.7.275t-.7-.275M20%2015q-.425%200-.712-.287T19%2014t.288-.712T20%2013h2q.425%200%20.713.288T23%2014t-.288.713T22%2015z%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%22M2%2015q-.425%200-.712-.288T1%2014t.288-.712T2%2013h2q.425%200%20.713.288T5%2014t-.288.713T4%2015zm4.35-5.675q-.425%200-.7-.275L4.225%207.625q-.275-.275-.275-.688t.275-.712q.3-.3.7-.3t.7.3L7.05%207.65q.275.275.275.7t-.275.7t-.7.275M8.5%2018q-.625%200-1.062-.437T7%2016.5t.438-1.062T8.5%2015h7q.625%200%201.063.438T17%2016.5t-.437%201.063T15.5%2018zm2.788-11.288Q11%206.425%2011%206V3q0-.425.288-.712T12%202t.713.288T13%203v3q0%20.425-.288.713T12%207t-.712-.288M16.95%209.05q-.275-.275-.275-.7t.275-.7l1.425-1.425q.275-.275.688-.275t.712.275q.3.3.3.7t-.3.7L18.35%209.05q-.275.275-.7.275t-.7-.275M20%2015q-.425%200-.712-.287T19%2014t.288-.712T20%2013h2q.425%200%20.713.288T23%2014t-.288.713T22%2015z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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