person standing icon
person-standing-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- person-standing-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- Viewbox
- 16×16
- License
- MIT
1 other variant in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
person-5-20-filledperson-6-20-filledperson-account-16-filledperson-accounts-20-filledperson-add-16-filledperson-alert-16-filledperson-alert-off-16-filledperson-arrow-back-16-filledperson-arrow-left-16-filledperson-arrow-right-16-filledperson-available-16-filledperson-board-12-filledperson-board-add-16-filledperson-briefcase-16-filledperson-call-16-filledperson-chat-16-filledperson-circle-12-filledperson-circle-off-12-filledperson-clock-16-filledperson-delete-16-filledperson-desktop-20-filledperson-edit-16-filledperson-error-16-filledperson-feedback-16-filled
Use the person standing icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M9.342 4.535c.255-.365.408-.807.408-1.285C9.75 2.009 8.74 1 7.5 1a2.253 2.253 0 0 0-2.25 2.25c0 .478.152.92.408 1.285A2 2 0 0 0 4 6.5v3c0 .551.448 1 1 1v3c0 .827.673 1.5 1.5 1.5h2c.827 0 1.5-.673 1.5-1.5v-3c.552 0 1-.449 1-1v-3c0-.986-.718-1.802-1.658-1.965M7.5 2c.689 0 1.25.561 1.25 1.25S8.189 4.5 7.5 4.5s-1.25-.561-1.25-1.25S6.811 2 7.5 2M10 9.5H9v4a.5.5 0 0 1-.5.5H8v-3a.5.5 0 0 0-1 0v3h-.5a.5.5 0 0 1-.5-.5v-4H5v-3c0-.551.448-1 1-1h3c.552 0 1 .449 1 1z"/></svg>
React
import type { SVGProps } from "react";
export function FluentPersonStanding16Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M9.342 4.535c.255-.365.408-.807.408-1.285C9.75 2.009 8.74 1 7.5 1a2.253 2.253 0 0 0-2.25 2.25c0 .478.152.92.408 1.285A2 2 0 0 0 4 6.5v3c0 .551.448 1 1 1v3c0 .827.673 1.5 1.5 1.5h2c.827 0 1.5-.673 1.5-1.5v-3c.552 0 1-.449 1-1v-3c0-.986-.718-1.802-1.658-1.965M7.5 2c.689 0 1.25.561 1.25 1.25S8.189 4.5 7.5 4.5s-1.25-.561-1.25-1.25S6.811 2 7.5 2M10 9.5H9v4a.5.5 0 0 1-.5.5H8v-3a.5.5 0 0 0-1 0v3h-.5a.5.5 0 0 1-.5-.5v-4H5v-3c0-.551.448-1 1-1h3c.552 0 1 .449 1 1z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M9.342 4.535c.255-.365.408-.807.408-1.285C9.75 2.009 8.74 1 7.5 1a2.253 2.253 0 0 0-2.25 2.25c0 .478.152.92.408 1.285A2 2 0 0 0 4 6.5v3c0 .551.448 1 1 1v3c0 .827.673 1.5 1.5 1.5h2c.827 0 1.5-.673 1.5-1.5v-3c.552 0 1-.449 1-1v-3c0-.986-.718-1.802-1.658-1.965M7.5 2c.689 0 1.25.561 1.25 1.25S8.189 4.5 7.5 4.5s-1.25-.561-1.25-1.25S6.811 2 7.5 2M10 9.5H9v4a.5.5 0 0 1-.5.5H8v-3a.5.5 0 0 0-1 0v3h-.5a.5.5 0 0 1-.5-.5v-4H5v-3c0-.551.448-1 1-1h3c.552 0 1 .449 1 1z"/></svg> </template>
CSS
.icon-person-standing-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.342%204.535c.255-.365.408-.807.408-1.285C9.75%202.009%208.74%201%207.5%201a2.253%202.253%200%200%200-2.25%202.25c0%20.478.152.92.408%201.285A2%202%200%200%200%204%206.5v3c0%20.551.448%201%201%201v3c0%20.827.673%201.5%201.5%201.5h2c.827%200%201.5-.673%201.5-1.5v-3c.552%200%201-.449%201-1v-3c0-.986-.718-1.802-1.658-1.965M7.5%202c.689%200%201.25.561%201.25%201.25S8.189%204.5%207.5%204.5s-1.25-.561-1.25-1.25S6.811%202%207.5%202M10%209.5H9v4a.5.5%200%200%201-.5.5H8v-3a.5.5%200%200%200-1%200v3h-.5a.5.5%200%200%201-.5-.5v-4H5v-3c0-.551.448-1%201-1h3c.552%200%201%20.449%201%201z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.342%204.535c.255-.365.408-.807.408-1.285C9.75%202.009%208.74%201%207.5%201a2.253%202.253%200%200%200-2.25%202.25c0%20.478.152.92.408%201.285A2%202%200%200%200%204%206.5v3c0%20.551.448%201%201%201v3c0%20.827.673%201.5%201.5%201.5h2c.827%200%201.5-.673%201.5-1.5v-3c.552%200%201-.449%201-1v-3c0-.986-.718-1.802-1.658-1.965M7.5%202c.689%200%201.25.561%201.25%201.25S8.189%204.5%207.5%204.5s-1.25-.561-1.25-1.25S6.811%202%207.5%202M10%209.5H9v4a.5.5%200%200%201-.5.5H8v-3a.5.5%200%200%200-1%200v3h-.5a.5.5%200%200%201-.5-.5v-4H5v-3c0-.551.448-1%201-1h3c.552%200%201%20.449%201%201z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/person-standing-16-regular.svg?color=%231a73e8&size=48