Guest Add icon

Used to represent employee badge & information & guest account in products. The Guest Add icon is part of Microsoft's Fluent UI System Icons, available here in filled and regular (outlined) styles on a 24 px grid. Download it as SVG or PNG, or copy it as code — it's free to use under the MIT License.

Regular (outlined)

SVG

Filled

SVG

Use the Guest Add icon in React

Install Microsoft's @fluentui/react-icons package, then import the component. Icons inherit the current text color, and you can size them with CSS.

npm install @fluentui/react-icons

import { GuestAdd24Regular, GuestAdd24Filled } from "@fluentui/react-icons";

export function Example() {
  return <GuestAdd24Regular aria-label="Guest Add" />;
}

Use it in HTML

Reference the SVG file directly:

<img src="https://fluenticons.co/icons/ic_fluent_guest_add_24_regular.svg" width="24" height="24" alt="Guest Add">

Or paste the SVG markup inline. Setting fill="currentColor" makes the icon follow the text color of its parent:

<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.25 2C5.00736 2 4 3.00736 4 4.25V19.75C4 20.9926 5.00736 22 6.25 22H12.8096C12.3832 21.5557 12.0194 21.051 11.7322 20.5H6.25C5.83579 20.5 5.5 20.1642 5.5 19.75V4.25C5.5 3.83579 5.83579 3.5 6.25 3.5H17.75C18.1642 3.5 18.5 3.83579 18.5 4.25V11.0764C19.0232 11.1572 19.5258 11.3004 20 11.4982V4.25C20 3.00736 18.9926 2 17.75 2H6.25ZM9.75 13H12.8096C12.3832 13.4443 12.0194 13.949 11.7322 14.5H9.75C9.61193 14.5 9.5 14.6119 9.5 14.75C9.5 15.2703 9.70699 15.6761 10.0855 15.9705C10.3294 16.1602 10.6639 16.317 11.0911 16.4095C11.0312 16.7641 11 17.1284 11 17.5C11 17.6415 11.0045 17.782 11.0134 17.9213C10.3014 17.8023 9.67015 17.5478 9.16454 17.1545C8.41801 16.5739 8 15.7297 8 14.75C8 13.7835 8.7835 13 9.75 13ZM12 8.5C11.4477 8.5 11 8.94772 11 9.5C11 10.0523 11.4477 10.5 12 10.5C12.5523 10.5 13 10.0523 13 9.5C13 8.94772 12.5523 8.5 12 8.5ZM9.5 9.5C9.5 8.11929 10.6193 7 12 7C13.3807 7 14.5 8.11929 14.5 9.5C14.5 10.8807 13.3807 12 12 12C10.6193 12 9.5 10.8807 9.5 9.5ZM10.25 4.5C9.83579 4.5 9.5 4.83579 9.5 5.25C9.5 5.66421 9.83579 6 10.25 6H13.75C14.1642 6 14.5 5.66421 14.5 5.25C14.5 4.83579 14.1642 4.5 13.75 4.5H10.25ZM23 17.5C23 14.4624 20.5376 12 17.5 12C14.4624 12 12 14.4624 12 17.5C12 20.5376 14.4624 23 17.5 23C20.5376 23 23 20.5376 23 17.5ZM18.0006 18L18.0011 20.5035C18.0011 20.7797 17.7773 21.0035 17.5011 21.0035C17.225 21.0035 17.0011 20.7797 17.0011 20.5035L17.0006 18H14.4956C14.2197 18 13.9961 17.7762 13.9961 17.5C13.9961 17.2239 14.2197 17 14.4956 17H17.0005L17 14.4993C17 14.2231 17.2239 13.9993 17.5 13.9993C17.7761 13.9993 18 14.2231 18 14.4993L18.0005 17H20.4966C20.7725 17 20.9961 17.2239 20.9961 17.5C20.9961 17.7762 20.7725 18 20.4966 18H18.0006Z" fill="currentColor"/></svg>

Use it from the SVG package

Microsoft's @fluentui/svg-icons package contains the raw SVG files, which works well with bundlers that import SVGs:

npm install @fluentui/svg-icons

import icon from "@fluentui/svg-icons/icons/guest_add_24_regular.svg";

Details

NameGuest Add
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_guest_add_24_regular.svg
Filled fileic_fluent_guest_add_24_filled.svg
React componentsGuestAdd24Regular, GuestAdd24Filled
LicenseMIT (© Microsoft Corporation)

Keywords

personbadgevisitoremployee

Related icons