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

Name
hdr-24-filled
Set
Fluent UI System Icons
Style
24 Filled
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.5zM8.378 8.993a.625.625 0 0 0-.618.532l-.007.093v1.768H6.272V9.635l-.007-.093a.625.625 0 0 0-1.236 0l-.007.093v4.752l.007.092a.625.625 0 0 0 1.236 0l.007-.092v-1.751h1.48l.001 1.734l.007.092a.625.625 0 0 0 1.237 0l.006-.092V9.618l-.006-.093a.625.625 0 0 0-.619-.532m8.823.022H15.63l-.093.007a.625.625 0 0 0-.524.516l-.008.103l.005 4.735l.008.108l.023.103c.182.582 1.113.549 1.21-.099l.01-.113l-.002-1.751h.743l.8 1.984l.045.091a.625.625 0 0 0 1.145-.46l-.03-.098l-.74-1.833a1.804 1.804 0 0 0-.872-3.287zm-5.826-.01h-.75l-.093.007a.625.625 0 0 0-.524.516L10 9.63v4.742l.006.092c.04.268.25.48.516.525l.103.008h.75l.166-.005a2.625 2.625 0 0 0 2.454-2.454l.005-.166v-.742l-.005-.166a2.625 2.625 0 0 0-2.454-2.453zm0 1.25c.715 0 1.303.546 1.37 1.243l.005.133v.741l-.006.133a1.375 1.375 0 0 1-1.236 1.236l-.133.006h-.126v-3.492zm4.88.01h.946l.09.007a.554.554 0 0 1 0 1.095l-.09.007h-.945z"/></svg>

React

import type { SVGProps } from "react";

export function FluentHdr24Filled(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.5zM8.378 8.993a.625.625 0 0 0-.618.532l-.007.093v1.768H6.272V9.635l-.007-.093a.625.625 0 0 0-1.236 0l-.007.093v4.752l.007.092a.625.625 0 0 0 1.236 0l.007-.092v-1.751h1.48l.001 1.734l.007.092a.625.625 0 0 0 1.237 0l.006-.092V9.618l-.006-.093a.625.625 0 0 0-.619-.532m8.823.022H15.63l-.093.007a.625.625 0 0 0-.524.516l-.008.103l.005 4.735l.008.108l.023.103c.182.582 1.113.549 1.21-.099l.01-.113l-.002-1.751h.743l.8 1.984l.045.091a.625.625 0 0 0 1.145-.46l-.03-.098l-.74-1.833a1.804 1.804 0 0 0-.872-3.287zm-5.826-.01h-.75l-.093.007a.625.625 0 0 0-.524.516L10 9.63v4.742l.006.092c.04.268.25.48.516.525l.103.008h.75l.166-.005a2.625 2.625 0 0 0 2.454-2.454l.005-.166v-.742l-.005-.166a2.625 2.625 0 0 0-2.454-2.453zm0 1.25c.715 0 1.303.546 1.37 1.243l.005.133v.741l-.006.133a1.375 1.375 0 0 1-1.236 1.236l-.133.006h-.126v-3.492zm4.88.01h.946l.09.007a.554.554 0 0 1 0 1.095l-.09.007h-.945z"/></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.5zM8.378 8.993a.625.625 0 0 0-.618.532l-.007.093v1.768H6.272V9.635l-.007-.093a.625.625 0 0 0-1.236 0l-.007.093v4.752l.007.092a.625.625 0 0 0 1.236 0l.007-.092v-1.751h1.48l.001 1.734l.007.092a.625.625 0 0 0 1.237 0l.006-.092V9.618l-.006-.093a.625.625 0 0 0-.619-.532m8.823.022H15.63l-.093.007a.625.625 0 0 0-.524.516l-.008.103l.005 4.735l.008.108l.023.103c.182.582 1.113.549 1.21-.099l.01-.113l-.002-1.751h.743l.8 1.984l.045.091a.625.625 0 0 0 1.145-.46l-.03-.098l-.74-1.833a1.804 1.804 0 0 0-.872-3.287zm-5.826-.01h-.75l-.093.007a.625.625 0 0 0-.524.516L10 9.63v4.742l.006.092c.04.268.25.48.516.525l.103.008h.75l.166-.005a2.625 2.625 0 0 0 2.454-2.454l.005-.166v-.742l-.005-.166a2.625 2.625 0 0 0-2.454-2.453zm0 1.25c.715 0 1.303.546 1.37 1.243l.005.133v.741l-.006.133a1.375 1.375 0 0 1-1.236 1.236l-.133.006h-.126v-3.492zm4.88.01h.946l.09.007a.554.554 0 0 1 0 1.095l-.09.007h-.945z"/></svg>
</template>

CSS

.icon-hdr-24-filled {
  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.5zM8.378%208.993a.625.625%200%200%200-.618.532l-.007.093v1.768H6.272V9.635l-.007-.093a.625.625%200%200%200-1.236%200l-.007.093v4.752l.007.092a.625.625%200%200%200%201.236%200l.007-.092v-1.751h1.48l.001%201.734l.007.092a.625.625%200%200%200%201.237%200l.006-.092V9.618l-.006-.093a.625.625%200%200%200-.619-.532m8.823.022H15.63l-.093.007a.625.625%200%200%200-.524.516l-.008.103l.005%204.735l.008.108l.023.103c.182.582%201.113.549%201.21-.099l.01-.113l-.002-1.751h.743l.8%201.984l.045.091a.625.625%200%200%200%201.145-.46l-.03-.098l-.74-1.833a1.804%201.804%200%200%200-.872-3.287zm-5.826-.01h-.75l-.093.007a.625.625%200%200%200-.524.516L10%209.63v4.742l.006.092c.04.268.25.48.516.525l.103.008h.75l.166-.005a2.625%202.625%200%200%200%202.454-2.454l.005-.166v-.742l-.005-.166a2.625%202.625%200%200%200-2.454-2.453zm0%201.25c.715%200%201.303.546%201.37%201.243l.005.133v.741l-.006.133a1.375%201.375%200%200%201-1.236%201.236l-.133.006h-.126v-3.492zm4.88.01h.946l.09.007a.554.554%200%200%201%200%201.095l-.09.007h-.945z%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.5zM8.378%208.993a.625.625%200%200%200-.618.532l-.007.093v1.768H6.272V9.635l-.007-.093a.625.625%200%200%200-1.236%200l-.007.093v4.752l.007.092a.625.625%200%200%200%201.236%200l.007-.092v-1.751h1.48l.001%201.734l.007.092a.625.625%200%200%200%201.237%200l.006-.092V9.618l-.006-.093a.625.625%200%200%200-.619-.532m8.823.022H15.63l-.093.007a.625.625%200%200%200-.524.516l-.008.103l.005%204.735l.008.108l.023.103c.182.582%201.113.549%201.21-.099l.01-.113l-.002-1.751h.743l.8%201.984l.045.091a.625.625%200%200%200%201.145-.46l-.03-.098l-.74-1.833a1.804%201.804%200%200%200-.872-3.287zm-5.826-.01h-.75l-.093.007a.625.625%200%200%200-.524.516L10%209.63v4.742l.006.092c.04.268.25.48.516.525l.103.008h.75l.166-.005a2.625%202.625%200%200%200%202.454-2.454l.005-.166v-.742l-.005-.166a2.625%202.625%200%200%200-2.454-2.453zm0%201.25c.715%200%201.303.546%201.37%201.243l.005.133v.741l-.006.133a1.375%201.375%200%200%201-1.236%201.236l-.133.006h-.126v-3.492zm4.88.01h.946l.09.007a.554.554%200%200%201%200%201.095l-.09.007h-.945z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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