backlight low icon

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

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

1 other variant in Material Symbols

The same icon in other sets

More android icons from Material Symbols

Use the backlight low icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 15q-.425 0-.712-.288T2 14t.288-.712T3 13h1q.425 0 .713.288T5 14t-.288.713T4 15zm3.35-5.675q-.425 0-.7-.275l-.725-.725q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l.725.725q.275.275.275.7t-.275.7t-.7.275M8.5 18q-.625 0-1.063-.437T7 16.5t.438-1.062T8.5 15h7q.625 0 1.063.438T17 16.5t-.437 1.063T15.5 18zm2.787-11.288Q11 6.425 11 6V5q0-.425.288-.712T12 4t.713.288T13 5v1q0 .425-.288.713T12 7t-.712-.288M16.95 9.05q-.275-.3-.288-.7t.288-.7l.725-.725q.3-.3.7-.287t.7.312q.275.3.288.7t-.288.7l-.725.725q-.3.3-.7.288t-.7-.313M20 15q-.425 0-.712-.288T19 14t.288-.712T20 13h1q.425 0 .713.288T22 14t-.288.713T21 15z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsBacklightLowRounded(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="M3 15q-.425 0-.712-.288T2 14t.288-.712T3 13h1q.425 0 .713.288T5 14t-.288.713T4 15zm3.35-5.675q-.425 0-.7-.275l-.725-.725q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l.725.725q.275.275.275.7t-.275.7t-.7.275M8.5 18q-.625 0-1.063-.437T7 16.5t.438-1.062T8.5 15h7q.625 0 1.063.438T17 16.5t-.437 1.063T15.5 18zm2.787-11.288Q11 6.425 11 6V5q0-.425.288-.712T12 4t.713.288T13 5v1q0 .425-.288.713T12 7t-.712-.288M16.95 9.05q-.275-.3-.288-.7t.288-.7l.725-.725q.3-.3.7-.287t.7.312q.275.3.288.7t-.288.7l-.725.725q-.3.3-.7.288t-.7-.313M20 15q-.425 0-.712-.288T19 14t.288-.712T20 13h1q.425 0 .713.288T22 14t-.288.713T21 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="M3 15q-.425 0-.712-.288T2 14t.288-.712T3 13h1q.425 0 .713.288T5 14t-.288.713T4 15zm3.35-5.675q-.425 0-.7-.275l-.725-.725q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l.725.725q.275.275.275.7t-.275.7t-.7.275M8.5 18q-.625 0-1.063-.437T7 16.5t.438-1.062T8.5 15h7q.625 0 1.063.438T17 16.5t-.437 1.063T15.5 18zm2.787-11.288Q11 6.425 11 6V5q0-.425.288-.712T12 4t.713.288T13 5v1q0 .425-.288.713T12 7t-.712-.288M16.95 9.05q-.275-.3-.288-.7t.288-.7l.725-.725q.3-.3.7-.287t.7.312q.275.3.288.7t-.288.7l-.725.725q-.3.3-.7.288t-.7-.313M20 15q-.425 0-.712-.288T19 14t.288-.712T20 13h1q.425 0 .713.288T22 14t-.288.713T21 15z"/></svg>
</template>

CSS

.icon-backlight-low-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%22M3%2015q-.425%200-.712-.288T2%2014t.288-.712T3%2013h1q.425%200%20.713.288T5%2014t-.288.713T4%2015zm3.35-5.675q-.425%200-.7-.275l-.725-.725q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l.725.725q.275.275.275.7t-.275.7t-.7.275M8.5%2018q-.625%200-1.063-.437T7%2016.5t.438-1.062T8.5%2015h7q.625%200%201.063.438T17%2016.5t-.437%201.063T15.5%2018zm2.787-11.288Q11%206.425%2011%206V5q0-.425.288-.712T12%204t.713.288T13%205v1q0%20.425-.288.713T12%207t-.712-.288M16.95%209.05q-.275-.3-.288-.7t.288-.7l.725-.725q.3-.3.7-.287t.7.312q.275.3.288.7t-.288.7l-.725.725q-.3.3-.7.288t-.7-.313M20%2015q-.425%200-.712-.288T19%2014t.288-.712T20%2013h1q.425%200%20.713.288T22%2014t-.288.713T21%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%22M3%2015q-.425%200-.712-.288T2%2014t.288-.712T3%2013h1q.425%200%20.713.288T5%2014t-.288.713T4%2015zm3.35-5.675q-.425%200-.7-.275l-.725-.725q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l.725.725q.275.275.275.7t-.275.7t-.7.275M8.5%2018q-.625%200-1.063-.437T7%2016.5t.438-1.062T8.5%2015h7q.625%200%201.063.438T17%2016.5t-.437%201.063T15.5%2018zm2.787-11.288Q11%206.425%2011%206V5q0-.425.288-.712T12%204t.713.288T13%205v1q0%20.425-.288.713T12%207t-.712-.288M16.95%209.05q-.275-.3-.288-.7t.288-.7l.725-.725q.3-.3.7-.287t.7.312q.275.3.288.7t-.288.7l-.725.725q-.3.3-.7.288t-.7-.313M20%2015q-.425%200-.712-.288T19%2014t.288-.712T20%2013h1q.425%200%20.713.288T22%2014t-.288.713T21%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-low-rounded.svg?color=%231a73e8&size=48