backlight high off icon

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

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

1 other variant in Material Symbols

The same icon in other sets

More android icons from Material Symbols

Use the backlight high off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.15 18H8.5q-.625 0-1.062-.437T7 16.5t.438-1.062T8.5 15h3.65L2.075 4.925q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l17 17q.3.3.3.7t-.3.7t-.712.3t-.713-.3zM2 15q-.425 0-.712-.288T1 14t.288-.712T2 13h2q.425 0 .713.288T5 14t-.288.713T4 15zm9.288-8.287Q11 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 MaterialSymbolsBacklightHighOffRounded(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="M15.15 18H8.5q-.625 0-1.062-.437T7 16.5t.438-1.062T8.5 15h3.65L2.075 4.925q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l17 17q.3.3.3.7t-.3.7t-.712.3t-.713-.3zM2 15q-.425 0-.712-.288T1 14t.288-.712T2 13h2q.425 0 .713.288T5 14t-.288.713T4 15zm9.288-8.287Q11 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="M15.15 18H8.5q-.625 0-1.062-.437T7 16.5t.438-1.062T8.5 15h3.65L2.075 4.925q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l17 17q.3.3.3.7t-.3.7t-.712.3t-.713-.3zM2 15q-.425 0-.712-.288T1 14t.288-.712T2 13h2q.425 0 .713.288T5 14t-.288.713T4 15zm9.288-8.287Q11 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-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%22M15.15%2018H8.5q-.625%200-1.062-.437T7%2016.5t.438-1.062T8.5%2015h3.65L2.075%204.925q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l17%2017q.3.3.3.7t-.3.7t-.712.3t-.713-.3zM2%2015q-.425%200-.712-.288T1%2014t.288-.712T2%2013h2q.425%200%20.713.288T5%2014t-.288.713T4%2015zm9.288-8.287Q11%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%22M15.15%2018H8.5q-.625%200-1.062-.437T7%2016.5t.438-1.062T8.5%2015h3.65L2.075%204.925q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l17%2017q.3.3.3.7t-.3.7t-.712.3t-.713-.3zM2%2015q-.425%200-.712-.288T1%2014t.288-.712T2%2013h2q.425%200%20.713.288T5%2014t-.288.713T4%2015zm9.288-8.287Q11%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-off-rounded.svg?color=%231a73e8&size=48