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

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

The same icon in other sets

More images icons from Material Symbols Light

Use the hdr strong icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.616 15q-1.238 0-2.12-.881q-.88-.881-.88-2.119t.88-2.119Q4.379 9 5.617 9t2.118.881T8.616 12t-.882 2.119T5.616 15m1.412-1.588q.588-.587.588-1.412t-.588-1.412T5.616 10t-1.413.588T3.616 12t.587 1.413T5.616 14t1.412-.587m5.818 2.13q-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.457"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightHdrStrong(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="M5.616 15q-1.238 0-2.12-.881q-.88-.881-.88-2.119t.88-2.119Q4.379 9 5.617 9t2.118.881T8.616 12t-.882 2.119T5.616 15m1.412-1.588q.588-.587.588-1.412t-.588-1.412T5.616 10t-1.413.588T3.616 12t.587 1.413T5.616 14t1.412-.587m5.818 2.13q-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.457"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.616 15q-1.238 0-2.12-.881q-.88-.881-.88-2.119t.88-2.119Q4.379 9 5.617 9t2.118.881T8.616 12t-.882 2.119T5.616 15m1.412-1.588q.588-.587.588-1.412t-.588-1.412T5.616 10t-1.413.588T3.616 12t.587 1.413T5.616 14t1.412-.587m5.818 2.13q-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.457"/></svg>
</template>

CSS

.icon-hdr-strong {
  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%22M5.616%2015q-1.238%200-2.12-.881q-.88-.881-.88-2.119t.88-2.119Q4.379%209%205.617%209t2.118.881T8.616%2012t-.882%202.119T5.616%2015m1.412-1.588q.588-.587.588-1.412t-.588-1.412T5.616%2010t-1.413.588T3.616%2012t.587%201.413T5.616%2014t1.412-.587m5.818%202.13q-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.457%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%22M5.616%2015q-1.238%200-2.12-.881q-.88-.881-.88-2.119t.88-2.119Q4.379%209%205.617%209t2.118.881T8.616%2012t-.882%202.119T5.616%2015m1.412-1.588q.588-.587.588-1.412t-.588-1.412T5.616%2010t-1.413.588T3.616%2012t.587%201.413T5.616%2014t1.412-.587m5.818%202.13q-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.457%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-strong.svg?color=%231a73e8&size=48