guest icon
guest-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.
- Name
- guest-28-regular
- Set
- Fluent UI System Icons
- Style
- 28 Regular
- 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="M14 8.5a3.25 3.25 0 1 0 0 6.5a3.25 3.25 0 0 0 0-6.5m-1.75 3.25a1.75 1.75 0 1 1 3.5 0a1.75 1.75 0 0 1-3.5 0M8.5 18.34A2.34 2.34 0 0 1 10.84 16h6.32a2.34 2.34 0 0 1 2.34 2.34c0 1.4-.644 2.48-1.69 3.18c-1.013.68-2.363.98-3.81.98s-2.797-.3-3.81-.98c-1.046-.7-1.69-1.78-1.69-3.18m2.34-.84a.84.84 0 0 0-.84.84c0 .875.374 1.499 1.024 1.935c.684.458 1.709.725 2.976.725s2.292-.267 2.976-.725c.65-.436 1.024-1.06 1.024-1.934a.84.84 0 0 0-.84-.841zM12.75 5a.75.75 0 0 0 0 1.5h2.5a.75.75 0 0 0 0-1.5zm7.5-3H7.75A2.75 2.75 0 0 0 5 4.75v18.5A2.75 2.75 0 0 0 7.75 26h12.5A2.75 2.75 0 0 0 23 23.25V4.75A2.75 2.75 0 0 0 20.25 2M6.5 4.75c0-.69.56-1.25 1.25-1.25h12.5c.69 0 1.25.56 1.25 1.25v18.5c0 .69-.56 1.25-1.25 1.25H7.75c-.69 0-1.25-.56-1.25-1.25z"/></svg>
React
import type { SVGProps } from "react";
export function FluentGuest28Regular(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="M14 8.5a3.25 3.25 0 1 0 0 6.5a3.25 3.25 0 0 0 0-6.5m-1.75 3.25a1.75 1.75 0 1 1 3.5 0a1.75 1.75 0 0 1-3.5 0M8.5 18.34A2.34 2.34 0 0 1 10.84 16h6.32a2.34 2.34 0 0 1 2.34 2.34c0 1.4-.644 2.48-1.69 3.18c-1.013.68-2.363.98-3.81.98s-2.797-.3-3.81-.98c-1.046-.7-1.69-1.78-1.69-3.18m2.34-.84a.84.84 0 0 0-.84.84c0 .875.374 1.499 1.024 1.935c.684.458 1.709.725 2.976.725s2.292-.267 2.976-.725c.65-.436 1.024-1.06 1.024-1.934a.84.84 0 0 0-.84-.841zM12.75 5a.75.75 0 0 0 0 1.5h2.5a.75.75 0 0 0 0-1.5zm7.5-3H7.75A2.75 2.75 0 0 0 5 4.75v18.5A2.75 2.75 0 0 0 7.75 26h12.5A2.75 2.75 0 0 0 23 23.25V4.75A2.75 2.75 0 0 0 20.25 2M6.5 4.75c0-.69.56-1.25 1.25-1.25h12.5c.69 0 1.25.56 1.25 1.25v18.5c0 .69-.56 1.25-1.25 1.25H7.75c-.69 0-1.25-.56-1.25-1.25z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M14 8.5a3.25 3.25 0 1 0 0 6.5a3.25 3.25 0 0 0 0-6.5m-1.75 3.25a1.75 1.75 0 1 1 3.5 0a1.75 1.75 0 0 1-3.5 0M8.5 18.34A2.34 2.34 0 0 1 10.84 16h6.32a2.34 2.34 0 0 1 2.34 2.34c0 1.4-.644 2.48-1.69 3.18c-1.013.68-2.363.98-3.81.98s-2.797-.3-3.81-.98c-1.046-.7-1.69-1.78-1.69-3.18m2.34-.84a.84.84 0 0 0-.84.84c0 .875.374 1.499 1.024 1.935c.684.458 1.709.725 2.976.725s2.292-.267 2.976-.725c.65-.436 1.024-1.06 1.024-1.934a.84.84 0 0 0-.84-.841zM12.75 5a.75.75 0 0 0 0 1.5h2.5a.75.75 0 0 0 0-1.5zm7.5-3H7.75A2.75 2.75 0 0 0 5 4.75v18.5A2.75 2.75 0 0 0 7.75 26h12.5A2.75 2.75 0 0 0 23 23.25V4.75A2.75 2.75 0 0 0 20.25 2M6.5 4.75c0-.69.56-1.25 1.25-1.25h12.5c.69 0 1.25.56 1.25 1.25v18.5c0 .69-.56 1.25-1.25 1.25H7.75c-.69 0-1.25-.56-1.25-1.25z"/></svg> </template>
CSS
.icon-guest-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%208.5a3.25%203.25%200%201%200%200%206.5a3.25%203.25%200%200%200%200-6.5m-1.75%203.25a1.75%201.75%200%201%201%203.5%200a1.75%201.75%200%200%201-3.5%200M8.5%2018.34A2.34%202.34%200%200%201%2010.84%2016h6.32a2.34%202.34%200%200%201%202.34%202.34c0%201.4-.644%202.48-1.69%203.18c-1.013.68-2.363.98-3.81.98s-2.797-.3-3.81-.98c-1.046-.7-1.69-1.78-1.69-3.18m2.34-.84a.84.84%200%200%200-.84.84c0%20.875.374%201.499%201.024%201.935c.684.458%201.709.725%202.976.725s2.292-.267%202.976-.725c.65-.436%201.024-1.06%201.024-1.934a.84.84%200%200%200-.84-.841zM12.75%205a.75.75%200%200%200%200%201.5h2.5a.75.75%200%200%200%200-1.5zm7.5-3H7.75A2.75%202.75%200%200%200%205%204.75v18.5A2.75%202.75%200%200%200%207.75%2026h12.5A2.75%202.75%200%200%200%2023%2023.25V4.75A2.75%202.75%200%200%200%2020.25%202M6.5%204.75c0-.69.56-1.25%201.25-1.25h12.5c.69%200%201.25.56%201.25%201.25v18.5c0%20.69-.56%201.25-1.25%201.25H7.75c-.69%200-1.25-.56-1.25-1.25z%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%22M14%208.5a3.25%203.25%200%201%200%200%206.5a3.25%203.25%200%200%200%200-6.5m-1.75%203.25a1.75%201.75%200%201%201%203.5%200a1.75%201.75%200%200%201-3.5%200M8.5%2018.34A2.34%202.34%200%200%201%2010.84%2016h6.32a2.34%202.34%200%200%201%202.34%202.34c0%201.4-.644%202.48-1.69%203.18c-1.013.68-2.363.98-3.81.98s-2.797-.3-3.81-.98c-1.046-.7-1.69-1.78-1.69-3.18m2.34-.84a.84.84%200%200%200-.84.84c0%20.875.374%201.499%201.024%201.935c.684.458%201.709.725%202.976.725s2.292-.267%202.976-.725c.65-.436%201.024-1.06%201.024-1.934a.84.84%200%200%200-.84-.841zM12.75%205a.75.75%200%200%200%200%201.5h2.5a.75.75%200%200%200%200-1.5zm7.5-3H7.75A2.75%202.75%200%200%200%205%204.75v18.5A2.75%202.75%200%200%200%207.75%2026h12.5A2.75%202.75%200%200%200%2023%2023.25V4.75A2.75%202.75%200%200%200%2020.25%202M6.5%204.75c0-.69.56-1.25%201.25-1.25h12.5c.69%200%201.25.56%201.25%201.25v18.5c0%20.69-.56%201.25-1.25%201.25H7.75c-.69%200-1.25-.56-1.25-1.25z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/guest-28-regular.svg?color=%231a73e8&size=48