hdr-weak from Material Symbols Light by Google · Regular · Images · Apache-2.0 Free for personal and commercial use.

Name
hdr-weak
Set
Material Symbols Light
Style
Regular
Category
Images
Viewbox
24×24
License
Apache 2.0
Aliases
hdr-weak-outline, hdr-weak-outline-rounded, hdr-weak-outline-sharp, hdr-weak-rounded, hdr-weak-sharp

The same icon in other sets

More images icons from Material Symbols Light

Use the hdr weak icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.492 14.123q-.877-.877-.877-2.123t.877-2.123T5.616 9t2.123.877T8.616 12t-.877 2.123T5.616 15q-1.247 0-2.124-.877m9.354 1.42q-1.461-1.457-1.461-3.538t1.457-3.544T16.38 7q2.082 0 3.543 1.457t1.462 3.539t-1.457 3.542T16.389 17t-3.543-1.457m6.364-.718Q20.385 13.65 20.385 12T19.21 9.175T16.385 8T13.56 9.175T12.385 12t1.175 2.825T16.385 16t2.825-1.175"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightHdrWeak(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.492 14.123q-.877-.877-.877-2.123t.877-2.123T5.616 9t2.123.877T8.616 12t-.877 2.123T5.616 15q-1.247 0-2.124-.877m9.354 1.42q-1.461-1.457-1.461-3.538t1.457-3.544T16.38 7q2.082 0 3.543 1.457t1.462 3.539t-1.457 3.542T16.389 17t-3.543-1.457m6.364-.718Q20.385 13.65 20.385 12T19.21 9.175T16.385 8T13.56 9.175T12.385 12t1.175 2.825T16.385 16t2.825-1.175"/></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.492 14.123q-.877-.877-.877-2.123t.877-2.123T5.616 9t2.123.877T8.616 12t-.877 2.123T5.616 15q-1.247 0-2.124-.877m9.354 1.42q-1.461-1.457-1.461-3.538t1.457-3.544T16.38 7q2.082 0 3.543 1.457t1.462 3.539t-1.457 3.542T16.389 17t-3.543-1.457m6.364-.718Q20.385 13.65 20.385 12T19.21 9.175T16.385 8T13.56 9.175T12.385 12t1.175 2.825T16.385 16t2.825-1.175"/></svg>
</template>

CSS

.icon-hdr-weak {
  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.492%2014.123q-.877-.877-.877-2.123t.877-2.123T5.616%209t2.123.877T8.616%2012t-.877%202.123T5.616%2015q-1.247%200-2.124-.877m9.354%201.42q-1.461-1.457-1.461-3.538t1.457-3.544T16.38%207q2.082%200%203.543%201.457t1.462%203.539t-1.457%203.542T16.389%2017t-3.543-1.457m6.364-.718Q20.385%2013.65%2020.385%2012T19.21%209.175T16.385%208T13.56%209.175T12.385%2012t1.175%202.825T16.385%2016t2.825-1.175%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.492%2014.123q-.877-.877-.877-2.123t.877-2.123T5.616%209t2.123.877T8.616%2012t-.877%202.123T5.616%2015q-1.247%200-2.124-.877m9.354%201.42q-1.461-1.457-1.461-3.538t1.457-3.544T16.38%207q2.082%200%203.543%201.457t1.462%203.539t-1.457%203.542T16.389%2017t-3.543-1.457m6.364-.718Q20.385%2013.65%2020.385%2012T19.21%209.175T16.385%208T13.56%209.175T12.385%2012t1.175%202.825T16.385%2016t2.825-1.175%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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