hdr-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
hdr-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

3 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the hdr icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.75 3.5A3.25 3.25 0 0 1 22 6.75v10.503a3.25 3.25 0 0 1-3.25 3.25H5.25A3.25 3.25 0 0 1 2 17.253V6.75A3.25 3.25 0 0 1 5.25 3.5zm0 1.5H5.25A1.75 1.75 0 0 0 3.5 6.75v10.503c0 .966.784 1.75 1.75 1.75h13.5a1.75 1.75 0 0 0 1.75-1.75V6.75A1.75 1.75 0 0 0 18.75 5M8.378 8.993c.314 0 .574.23.619.532l.006.093v4.752a.625.625 0 0 1-1.243.092l-.007-.092v-1.734H6.272v1.75a.625.625 0 0 1-1.243.093l-.007-.092V9.635a.625.625 0 0 1 1.243-.093l.007.093v1.75h1.48l.001-1.767c0-.346.28-.625.625-.625m8.823.022a1.804 1.804 0 0 1 1.02 3.293l.74 1.833a.625.625 0 0 1-1.115.558l-.045-.09l-.8-1.986h-.742v1.752c0 .755-1.027.826-1.22.212l-.022-.103l-.008-.108l-.005-4.735c0-.314.23-.574.532-.62l.093-.006zm-5.826-.01a2.625 2.625 0 0 1 2.62 2.46l.005.165v.742a2.625 2.625 0 0 1-2.459 2.62l-.166.005h-.75a.625.625 0 0 1-.619-.533L10 14.372V9.63c0-.313.23-.573.532-.618l.093-.007zm0 1.25h-.126v3.491l.126.001c.715 0 1.303-.545 1.37-1.242l.005-.133v-.742c0-.714-.545-1.302-1.242-1.368zm4.88.01v1.108h.946a.554.554 0 0 0 .09-1.1l-.09-.008z"/></svg>

React

import type { SVGProps } from "react";

export function FluentHdr24Regular(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="M18.75 3.5A3.25 3.25 0 0 1 22 6.75v10.503a3.25 3.25 0 0 1-3.25 3.25H5.25A3.25 3.25 0 0 1 2 17.253V6.75A3.25 3.25 0 0 1 5.25 3.5zm0 1.5H5.25A1.75 1.75 0 0 0 3.5 6.75v10.503c0 .966.784 1.75 1.75 1.75h13.5a1.75 1.75 0 0 0 1.75-1.75V6.75A1.75 1.75 0 0 0 18.75 5M8.378 8.993c.314 0 .574.23.619.532l.006.093v4.752a.625.625 0 0 1-1.243.092l-.007-.092v-1.734H6.272v1.75a.625.625 0 0 1-1.243.093l-.007-.092V9.635a.625.625 0 0 1 1.243-.093l.007.093v1.75h1.48l.001-1.767c0-.346.28-.625.625-.625m8.823.022a1.804 1.804 0 0 1 1.02 3.293l.74 1.833a.625.625 0 0 1-1.115.558l-.045-.09l-.8-1.986h-.742v1.752c0 .755-1.027.826-1.22.212l-.022-.103l-.008-.108l-.005-4.735c0-.314.23-.574.532-.62l.093-.006zm-5.826-.01a2.625 2.625 0 0 1 2.62 2.46l.005.165v.742a2.625 2.625 0 0 1-2.459 2.62l-.166.005h-.75a.625.625 0 0 1-.619-.533L10 14.372V9.63c0-.313.23-.573.532-.618l.093-.007zm0 1.25h-.126v3.491l.126.001c.715 0 1.303-.545 1.37-1.242l.005-.133v-.742c0-.714-.545-1.302-1.242-1.368zm4.88.01v1.108h.946a.554.554 0 0 0 .09-1.1l-.09-.008z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.75 3.5A3.25 3.25 0 0 1 22 6.75v10.503a3.25 3.25 0 0 1-3.25 3.25H5.25A3.25 3.25 0 0 1 2 17.253V6.75A3.25 3.25 0 0 1 5.25 3.5zm0 1.5H5.25A1.75 1.75 0 0 0 3.5 6.75v10.503c0 .966.784 1.75 1.75 1.75h13.5a1.75 1.75 0 0 0 1.75-1.75V6.75A1.75 1.75 0 0 0 18.75 5M8.378 8.993c.314 0 .574.23.619.532l.006.093v4.752a.625.625 0 0 1-1.243.092l-.007-.092v-1.734H6.272v1.75a.625.625 0 0 1-1.243.093l-.007-.092V9.635a.625.625 0 0 1 1.243-.093l.007.093v1.75h1.48l.001-1.767c0-.346.28-.625.625-.625m8.823.022a1.804 1.804 0 0 1 1.02 3.293l.74 1.833a.625.625 0 0 1-1.115.558l-.045-.09l-.8-1.986h-.742v1.752c0 .755-1.027.826-1.22.212l-.022-.103l-.008-.108l-.005-4.735c0-.314.23-.574.532-.62l.093-.006zm-5.826-.01a2.625 2.625 0 0 1 2.62 2.46l.005.165v.742a2.625 2.625 0 0 1-2.459 2.62l-.166.005h-.75a.625.625 0 0 1-.619-.533L10 14.372V9.63c0-.313.23-.573.532-.618l.093-.007zm0 1.25h-.126v3.491l.126.001c.715 0 1.303-.545 1.37-1.242l.005-.133v-.742c0-.714-.545-1.302-1.242-1.368zm4.88.01v1.108h.946a.554.554 0 0 0 .09-1.1l-.09-.008z"/></svg>
</template>

CSS

.icon-hdr-24-regular {
  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%22M18.75%203.5A3.25%203.25%200%200%201%2022%206.75v10.503a3.25%203.25%200%200%201-3.25%203.25H5.25A3.25%203.25%200%200%201%202%2017.253V6.75A3.25%203.25%200%200%201%205.25%203.5zm0%201.5H5.25A1.75%201.75%200%200%200%203.5%206.75v10.503c0%20.966.784%201.75%201.75%201.75h13.5a1.75%201.75%200%200%200%201.75-1.75V6.75A1.75%201.75%200%200%200%2018.75%205M8.378%208.993c.314%200%20.574.23.619.532l.006.093v4.752a.625.625%200%200%201-1.243.092l-.007-.092v-1.734H6.272v1.75a.625.625%200%200%201-1.243.093l-.007-.092V9.635a.625.625%200%200%201%201.243-.093l.007.093v1.75h1.48l.001-1.767c0-.346.28-.625.625-.625m8.823.022a1.804%201.804%200%200%201%201.02%203.293l.74%201.833a.625.625%200%200%201-1.115.558l-.045-.09l-.8-1.986h-.742v1.752c0%20.755-1.027.826-1.22.212l-.022-.103l-.008-.108l-.005-4.735c0-.314.23-.574.532-.62l.093-.006zm-5.826-.01a2.625%202.625%200%200%201%202.62%202.46l.005.165v.742a2.625%202.625%200%200%201-2.459%202.62l-.166.005h-.75a.625.625%200%200%201-.619-.533L10%2014.372V9.63c0-.313.23-.573.532-.618l.093-.007zm0%201.25h-.126v3.491l.126.001c.715%200%201.303-.545%201.37-1.242l.005-.133v-.742c0-.714-.545-1.302-1.242-1.368zm4.88.01v1.108h.946a.554.554%200%200%200%20.09-1.1l-.09-.008z%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%22M18.75%203.5A3.25%203.25%200%200%201%2022%206.75v10.503a3.25%203.25%200%200%201-3.25%203.25H5.25A3.25%203.25%200%200%201%202%2017.253V6.75A3.25%203.25%200%200%201%205.25%203.5zm0%201.5H5.25A1.75%201.75%200%200%200%203.5%206.75v10.503c0%20.966.784%201.75%201.75%201.75h13.5a1.75%201.75%200%200%200%201.75-1.75V6.75A1.75%201.75%200%200%200%2018.75%205M8.378%208.993c.314%200%20.574.23.619.532l.006.093v4.752a.625.625%200%200%201-1.243.092l-.007-.092v-1.734H6.272v1.75a.625.625%200%200%201-1.243.093l-.007-.092V9.635a.625.625%200%200%201%201.243-.093l.007.093v1.75h1.48l.001-1.767c0-.346.28-.625.625-.625m8.823.022a1.804%201.804%200%200%201%201.02%203.293l.74%201.833a.625.625%200%200%201-1.115.558l-.045-.09l-.8-1.986h-.742v1.752c0%20.755-1.027.826-1.22.212l-.022-.103l-.008-.108l-.005-4.735c0-.314.23-.574.532-.62l.093-.006zm-5.826-.01a2.625%202.625%200%200%201%202.62%202.46l.005.165v.742a2.625%202.625%200%200%201-2.459%202.62l-.166.005h-.75a.625.625%200%200%201-.619-.533L10%2014.372V9.63c0-.313.23-.573.532-.618l.093-.007zm0%201.25h-.126v3.491l.126.001c.715%200%201.303-.545%201.37-1.242l.005-.133v-.742c0-.714-.545-1.302-1.242-1.368zm4.88.01v1.108h.946a.554.554%200%200%200%20.09-1.1l-.09-.008z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/hdr-24-regular.svg?color=%231a73e8&size=48