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

Name
hd-16-filled
Set
Fluent UI System Icons
Style
16 Filled
Viewbox
16×16
License
MIT

5 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the hd icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M11 8.417c0 .846-.664 1.538-1.5 1.58V6.003c.836.043 1.5.735 1.5 1.581zM4.5 2A2.5 2.5 0 0 0 2 4.5v7A2.5 2.5 0 0 0 4.5 14h7a2.5 2.5 0 0 0 2.5-2.5v-7A2.5 2.5 0 0 0 11.5 2zm0 3a.5.5 0 0 1 .5.5V8h1.5V5.5a.5.5 0 0 1 1 0v5a.5.5 0 0 1-1 0V9H5v1.5a.5.5 0 0 1-1 0v-5a.5.5 0 0 1 .5-.5M9 5h.417A2.583 2.583 0 0 1 12 7.583v.834A2.583 2.583 0 0 1 9.417 11H9a.5.5 0 0 1-.5-.5v-5A.5.5 0 0 1 9 5"/></svg>

React

import type { SVGProps } from "react";

export function FluentHd16Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M11 8.417c0 .846-.664 1.538-1.5 1.58V6.003c.836.043 1.5.735 1.5 1.581zM4.5 2A2.5 2.5 0 0 0 2 4.5v7A2.5 2.5 0 0 0 4.5 14h7a2.5 2.5 0 0 0 2.5-2.5v-7A2.5 2.5 0 0 0 11.5 2zm0 3a.5.5 0 0 1 .5.5V8h1.5V5.5a.5.5 0 0 1 1 0v5a.5.5 0 0 1-1 0V9H5v1.5a.5.5 0 0 1-1 0v-5a.5.5 0 0 1 .5-.5M9 5h.417A2.583 2.583 0 0 1 12 7.583v.834A2.583 2.583 0 0 1 9.417 11H9a.5.5 0 0 1-.5-.5v-5A.5.5 0 0 1 9 5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M11 8.417c0 .846-.664 1.538-1.5 1.58V6.003c.836.043 1.5.735 1.5 1.581zM4.5 2A2.5 2.5 0 0 0 2 4.5v7A2.5 2.5 0 0 0 4.5 14h7a2.5 2.5 0 0 0 2.5-2.5v-7A2.5 2.5 0 0 0 11.5 2zm0 3a.5.5 0 0 1 .5.5V8h1.5V5.5a.5.5 0 0 1 1 0v5a.5.5 0 0 1-1 0V9H5v1.5a.5.5 0 0 1-1 0v-5a.5.5 0 0 1 .5-.5M9 5h.417A2.583 2.583 0 0 1 12 7.583v.834A2.583 2.583 0 0 1 9.417 11H9a.5.5 0 0 1-.5-.5v-5A.5.5 0 0 1 9 5"/></svg>
</template>

CSS

.icon-hd-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11%208.417c0%20.846-.664%201.538-1.5%201.58V6.003c.836.043%201.5.735%201.5%201.581zM4.5%202A2.5%202.5%200%200%200%202%204.5v7A2.5%202.5%200%200%200%204.5%2014h7a2.5%202.5%200%200%200%202.5-2.5v-7A2.5%202.5%200%200%200%2011.5%202zm0%203a.5.5%200%200%201%20.5.5V8h1.5V5.5a.5.5%200%200%201%201%200v5a.5.5%200%200%201-1%200V9H5v1.5a.5.5%200%200%201-1%200v-5a.5.5%200%200%201%20.5-.5M9%205h.417A2.583%202.583%200%200%201%2012%207.583v.834A2.583%202.583%200%200%201%209.417%2011H9a.5.5%200%200%201-.5-.5v-5A.5.5%200%200%201%209%205%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11%208.417c0%20.846-.664%201.538-1.5%201.58V6.003c.836.043%201.5.735%201.5%201.581zM4.5%202A2.5%202.5%200%200%200%202%204.5v7A2.5%202.5%200%200%200%204.5%2014h7a2.5%202.5%200%200%200%202.5-2.5v-7A2.5%202.5%200%200%200%2011.5%202zm0%203a.5.5%200%200%201%20.5.5V8h1.5V5.5a.5.5%200%200%201%201%200v5a.5.5%200%200%201-1%200V9H5v1.5a.5.5%200%200%201-1%200v-5a.5.5%200%200%201%20.5-.5M9%205h.417A2.583%202.583%200%200%201%2012%207.583v.834A2.583%202.583%200%200%201%209.417%2011H9a.5.5%200%200%201-.5-.5v-5A.5.5%200%200%201%209%205%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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