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

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

13 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the guest icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M20.25 2A2.75 2.75 0 0 1 23 4.75v18.5A2.75 2.75 0 0 1 20.25 26H7.75A2.75 2.75 0 0 1 5 23.25V4.75A2.75 2.75 0 0 1 7.75 2zM12 5.75c0 .414.336.75.75.75h2.5a.75.75 0 0 0 0-1.5h-2.5a.75.75 0 0 0-.75.75m-1.25 6a3.25 3.25 0 1 0 6.5 0a3.25 3.25 0 0 0-6.5 0m.09 4.25a2.34 2.34 0 0 0-2.34 2.34c0 1.4.644 2.48 1.69 3.18c1.013.68 2.363.98 3.81.98s2.797-.3 3.81-.98c1.046-.7 1.69-1.78 1.69-3.18A2.34 2.34 0 0 0 17.16 16z"/></svg>

React

import type { SVGProps } from "react";

export function FluentGuest28Filled(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="M20.25 2A2.75 2.75 0 0 1 23 4.75v18.5A2.75 2.75 0 0 1 20.25 26H7.75A2.75 2.75 0 0 1 5 23.25V4.75A2.75 2.75 0 0 1 7.75 2zM12 5.75c0 .414.336.75.75.75h2.5a.75.75 0 0 0 0-1.5h-2.5a.75.75 0 0 0-.75.75m-1.25 6a3.25 3.25 0 1 0 6.5 0a3.25 3.25 0 0 0-6.5 0m.09 4.25a2.34 2.34 0 0 0-2.34 2.34c0 1.4.644 2.48 1.69 3.18c1.013.68 2.363.98 3.81.98s2.797-.3 3.81-.98c1.046-.7 1.69-1.78 1.69-3.18A2.34 2.34 0 0 0 17.16 16z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M20.25 2A2.75 2.75 0 0 1 23 4.75v18.5A2.75 2.75 0 0 1 20.25 26H7.75A2.75 2.75 0 0 1 5 23.25V4.75A2.75 2.75 0 0 1 7.75 2zM12 5.75c0 .414.336.75.75.75h2.5a.75.75 0 0 0 0-1.5h-2.5a.75.75 0 0 0-.75.75m-1.25 6a3.25 3.25 0 1 0 6.5 0a3.25 3.25 0 0 0-6.5 0m.09 4.25a2.34 2.34 0 0 0-2.34 2.34c0 1.4.644 2.48 1.69 3.18c1.013.68 2.363.98 3.81.98s2.797-.3 3.81-.98c1.046-.7 1.69-1.78 1.69-3.18A2.34 2.34 0 0 0 17.16 16z"/></svg>
</template>

CSS

.icon-guest-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%22M20.25%202A2.75%202.75%200%200%201%2023%204.75v18.5A2.75%202.75%200%200%201%2020.25%2026H7.75A2.75%202.75%200%200%201%205%2023.25V4.75A2.75%202.75%200%200%201%207.75%202zM12%205.75c0%20.414.336.75.75.75h2.5a.75.75%200%200%200%200-1.5h-2.5a.75.75%200%200%200-.75.75m-1.25%206a3.25%203.25%200%201%200%206.5%200a3.25%203.25%200%200%200-6.5%200m.09%204.25a2.34%202.34%200%200%200-2.34%202.34c0%201.4.644%202.48%201.69%203.18c1.013.68%202.363.98%203.81.98s2.797-.3%203.81-.98c1.046-.7%201.69-1.78%201.69-3.18A2.34%202.34%200%200%200%2017.16%2016z%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%22M20.25%202A2.75%202.75%200%200%201%2023%204.75v18.5A2.75%202.75%200%200%201%2020.25%2026H7.75A2.75%202.75%200%200%201%205%2023.25V4.75A2.75%202.75%200%200%201%207.75%202zM12%205.75c0%20.414.336.75.75.75h2.5a.75.75%200%200%200%200-1.5h-2.5a.75.75%200%200%200-.75.75m-1.25%206a3.25%203.25%200%201%200%206.5%200a3.25%203.25%200%200%200-6.5%200m.09%204.25a2.34%202.34%200%200%200-2.34%202.34c0%201.4.644%202.48%201.69%203.18c1.013.68%202.363.98%203.81.98s2.797-.3%203.81-.98c1.046-.7%201.69-1.78%201.69-3.18A2.34%202.34%200%200%200%2017.16%2016z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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