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

Name
person-board-28-filled
Set
Fluent UI System Icons
Style
28 Filled
Viewbox
28×28
License
MIT

11 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the person board icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M6.75 3A3.75 3.75 0 0 0 3 6.75v11.5A3.75 3.75 0 0 0 6.75 22h11.5A3.75 3.75 0 0 0 22 18.25V6.75A3.75 3.75 0 0 0 18.25 3zm2.125 11h7.25C17.16 14 18 14.77 18 15.719c0 1.28-.682 2.26-1.73 2.89c-1.019.613-2.364.891-3.77.891s-2.751-.278-3.77-.89C7.682 17.978 7 17 7 15.718C7 14.769 7.84 14 8.875 14M15.5 9a3 3 0 1 1-6 0a3 3 0 0 1 6 0M9.25 24.5a3.75 3.75 0 0 1-3.021-1.528q.256.028.522.028H18.75A4.25 4.25 0 0 0 23 18.75v-12q0-.264-.028-.52A3.75 3.75 0 0 1 24.5 9.25v9.5a5.75 5.75 0 0 1-5.75 5.75z"/></svg>

React

import type { SVGProps } from "react";

export function FluentPersonBoard28Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M6.75 3A3.75 3.75 0 0 0 3 6.75v11.5A3.75 3.75 0 0 0 6.75 22h11.5A3.75 3.75 0 0 0 22 18.25V6.75A3.75 3.75 0 0 0 18.25 3zm2.125 11h7.25C17.16 14 18 14.77 18 15.719c0 1.28-.682 2.26-1.73 2.89c-1.019.613-2.364.891-3.77.891s-2.751-.278-3.77-.89C7.682 17.978 7 17 7 15.718C7 14.769 7.84 14 8.875 14M15.5 9a3 3 0 1 1-6 0a3 3 0 0 1 6 0M9.25 24.5a3.75 3.75 0 0 1-3.021-1.528q.256.028.522.028H18.75A4.25 4.25 0 0 0 23 18.75v-12q0-.264-.028-.52A3.75 3.75 0 0 1 24.5 9.25v9.5a5.75 5.75 0 0 1-5.75 5.75z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M6.75 3A3.75 3.75 0 0 0 3 6.75v11.5A3.75 3.75 0 0 0 6.75 22h11.5A3.75 3.75 0 0 0 22 18.25V6.75A3.75 3.75 0 0 0 18.25 3zm2.125 11h7.25C17.16 14 18 14.77 18 15.719c0 1.28-.682 2.26-1.73 2.89c-1.019.613-2.364.891-3.77.891s-2.751-.278-3.77-.89C7.682 17.978 7 17 7 15.718C7 14.769 7.84 14 8.875 14M15.5 9a3 3 0 1 1-6 0a3 3 0 0 1 6 0M9.25 24.5a3.75 3.75 0 0 1-3.021-1.528q.256.028.522.028H18.75A4.25 4.25 0 0 0 23 18.75v-12q0-.264-.028-.52A3.75 3.75 0 0 1 24.5 9.25v9.5a5.75 5.75 0 0 1-5.75 5.75z"/></svg>
</template>

CSS

.icon-person-board-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.75%203A3.75%203.75%200%200%200%203%206.75v11.5A3.75%203.75%200%200%200%206.75%2022h11.5A3.75%203.75%200%200%200%2022%2018.25V6.75A3.75%203.75%200%200%200%2018.25%203zm2.125%2011h7.25C17.16%2014%2018%2014.77%2018%2015.719c0%201.28-.682%202.26-1.73%202.89c-1.019.613-2.364.891-3.77.891s-2.751-.278-3.77-.89C7.682%2017.978%207%2017%207%2015.718C7%2014.769%207.84%2014%208.875%2014M15.5%209a3%203%200%201%201-6%200a3%203%200%200%201%206%200M9.25%2024.5a3.75%203.75%200%200%201-3.021-1.528q.256.028.522.028H18.75A4.25%204.25%200%200%200%2023%2018.75v-12q0-.264-.028-.52A3.75%203.75%200%200%201%2024.5%209.25v9.5a5.75%205.75%200%200%201-5.75%205.75z%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.75%203A3.75%203.75%200%200%200%203%206.75v11.5A3.75%203.75%200%200%200%206.75%2022h11.5A3.75%203.75%200%200%200%2022%2018.25V6.75A3.75%203.75%200%200%200%2018.25%203zm2.125%2011h7.25C17.16%2014%2018%2014.77%2018%2015.719c0%201.28-.682%202.26-1.73%202.89c-1.019.613-2.364.891-3.77.891s-2.751-.278-3.77-.89C7.682%2017.978%207%2017%207%2015.718C7%2014.769%207.84%2014%208.875%2014M15.5%209a3%203%200%201%201-6%200a3%203%200%200%201%206%200M9.25%2024.5a3.75%203.75%200%200%201-3.021-1.528q.256.028.522.028H18.75A4.25%204.25%200%200%200%2023%2018.75v-12q0-.264-.028-.52A3.75%203.75%200%200%201%2024.5%209.25v9.5a5.75%205.75%200%200%201-5.75%205.75z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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