guest-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.

Name
guest-32-regular
Set
Fluent UI System Icons
Style
32 Regular
Viewbox
32×32
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 32 32"><path fill="currentColor" d="M16 10a4 4 0 1 0 0 8a4 4 0 0 0 0-8m-2 4a2 2 0 1 1 4 0a2 2 0 0 1-4 0m-4.5 7.59A2.59 2.59 0 0 1 12.09 19h7.82a2.59 2.59 0 0 1 2.59 2.59c0 1.556-.837 2.71-2.07 3.423c-1.19.688-2.76.987-4.43.987s-3.24-.299-4.43-.987c-1.233-.713-2.07-1.867-2.07-3.422m2.59-.59a.59.59 0 0 0-.59.59c0 .718.341 1.27 1.072 1.692c.775.448 1.955.718 3.428.718s2.653-.27 3.428-.718c.73-.423 1.072-.974 1.072-1.691a.59.59 0 0 0-.59-.591zM14 6a1 1 0 1 0 0 2h4a1 1 0 1 0 0-2zm9.5-4A3.5 3.5 0 0 1 27 5.5v21a3.5 3.5 0 0 1-3.5 3.5h-15A3.5 3.5 0 0 1 5 26.5v-21A3.5 3.5 0 0 1 8.5 2zM7 5.5v21A1.5 1.5 0 0 0 8.5 28h15a1.5 1.5 0 0 0 1.5-1.5v-21A1.5 1.5 0 0 0 23.5 4h-15A1.5 1.5 0 0 0 7 5.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentGuest32Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 10a4 4 0 1 0 0 8a4 4 0 0 0 0-8m-2 4a2 2 0 1 1 4 0a2 2 0 0 1-4 0m-4.5 7.59A2.59 2.59 0 0 1 12.09 19h7.82a2.59 2.59 0 0 1 2.59 2.59c0 1.556-.837 2.71-2.07 3.423c-1.19.688-2.76.987-4.43.987s-3.24-.299-4.43-.987c-1.233-.713-2.07-1.867-2.07-3.422m2.59-.59a.59.59 0 0 0-.59.59c0 .718.341 1.27 1.072 1.692c.775.448 1.955.718 3.428.718s2.653-.27 3.428-.718c.73-.423 1.072-.974 1.072-1.691a.59.59 0 0 0-.59-.591zM14 6a1 1 0 1 0 0 2h4a1 1 0 1 0 0-2zm9.5-4A3.5 3.5 0 0 1 27 5.5v21a3.5 3.5 0 0 1-3.5 3.5h-15A3.5 3.5 0 0 1 5 26.5v-21A3.5 3.5 0 0 1 8.5 2zM7 5.5v21A1.5 1.5 0 0 0 8.5 28h15a1.5 1.5 0 0 0 1.5-1.5v-21A1.5 1.5 0 0 0 23.5 4h-15A1.5 1.5 0 0 0 7 5.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 10a4 4 0 1 0 0 8a4 4 0 0 0 0-8m-2 4a2 2 0 1 1 4 0a2 2 0 0 1-4 0m-4.5 7.59A2.59 2.59 0 0 1 12.09 19h7.82a2.59 2.59 0 0 1 2.59 2.59c0 1.556-.837 2.71-2.07 3.423c-1.19.688-2.76.987-4.43.987s-3.24-.299-4.43-.987c-1.233-.713-2.07-1.867-2.07-3.422m2.59-.59a.59.59 0 0 0-.59.59c0 .718.341 1.27 1.072 1.692c.775.448 1.955.718 3.428.718s2.653-.27 3.428-.718c.73-.423 1.072-.974 1.072-1.691a.59.59 0 0 0-.59-.591zM14 6a1 1 0 1 0 0 2h4a1 1 0 1 0 0-2zm9.5-4A3.5 3.5 0 0 1 27 5.5v21a3.5 3.5 0 0 1-3.5 3.5h-15A3.5 3.5 0 0 1 5 26.5v-21A3.5 3.5 0 0 1 8.5 2zM7 5.5v21A1.5 1.5 0 0 0 8.5 28h15a1.5 1.5 0 0 0 1.5-1.5v-21A1.5 1.5 0 0 0 23.5 4h-15A1.5 1.5 0 0 0 7 5.5"/></svg>
</template>

CSS

.icon-guest-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%2010a4%204%200%201%200%200%208a4%204%200%200%200%200-8m-2%204a2%202%200%201%201%204%200a2%202%200%200%201-4%200m-4.5%207.59A2.59%202.59%200%200%201%2012.09%2019h7.82a2.59%202.59%200%200%201%202.59%202.59c0%201.556-.837%202.71-2.07%203.423c-1.19.688-2.76.987-4.43.987s-3.24-.299-4.43-.987c-1.233-.713-2.07-1.867-2.07-3.422m2.59-.59a.59.59%200%200%200-.59.59c0%20.718.341%201.27%201.072%201.692c.775.448%201.955.718%203.428.718s2.653-.27%203.428-.718c.73-.423%201.072-.974%201.072-1.691a.59.59%200%200%200-.59-.591zM14%206a1%201%200%201%200%200%202h4a1%201%200%201%200%200-2zm9.5-4A3.5%203.5%200%200%201%2027%205.5v21a3.5%203.5%200%200%201-3.5%203.5h-15A3.5%203.5%200%200%201%205%2026.5v-21A3.5%203.5%200%200%201%208.5%202zM7%205.5v21A1.5%201.5%200%200%200%208.5%2028h15a1.5%201.5%200%200%200%201.5-1.5v-21A1.5%201.5%200%200%200%2023.5%204h-15A1.5%201.5%200%200%200%207%205.5%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%2010a4%204%200%201%200%200%208a4%204%200%200%200%200-8m-2%204a2%202%200%201%201%204%200a2%202%200%200%201-4%200m-4.5%207.59A2.59%202.59%200%200%201%2012.09%2019h7.82a2.59%202.59%200%200%201%202.59%202.59c0%201.556-.837%202.71-2.07%203.423c-1.19.688-2.76.987-4.43.987s-3.24-.299-4.43-.987c-1.233-.713-2.07-1.867-2.07-3.422m2.59-.59a.59.59%200%200%200-.59.59c0%20.718.341%201.27%201.072%201.692c.775.448%201.955.718%203.428.718s2.653-.27%203.428-.718c.73-.423%201.072-.974%201.072-1.691a.59.59%200%200%200-.59-.591zM14%206a1%201%200%201%200%200%202h4a1%201%200%201%200%200-2zm9.5-4A3.5%203.5%200%200%201%2027%205.5v21a3.5%203.5%200%200%201-3.5%203.5h-15A3.5%203.5%200%200%201%205%2026.5v-21A3.5%203.5%200%200%201%208.5%202zM7%205.5v21A1.5%201.5%200%200%200%208.5%2028h15a1.5%201.5%200%200%200%201.5-1.5v-21A1.5%201.5%200%200%200%2023.5%204h-15A1.5%201.5%200%200%200%207%205.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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