person running icon
person-running-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- person-running-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- 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 running icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M13.5 6a1.5 1.5 0 1 1 0-3a1.5 1.5 0 0 1 0 3m1.326.62A2.5 2.5 0 1 0 11 4.5H8A2.5 2.5 0 0 0 5.5 7v1.75c0 .688.397 1.283.974 1.569L5.793 11H2.75a1.75 1.75 0 1 0 0 3.5h2.936c.637 0 1.256-.207 1.765-.588l1.002-.752L10 14.707v1.543a1.75 1.75 0 1 0 3.5 0V13a.5.5 0 0 0-.146-.354L11.707 11l.793-.793l.097.097c.446.446 1.05.696 1.68.696h2.973a1.75 1.75 0 1 0 0-3.5h-1.543zm-1.048.365l1.368 1.369a.5.5 0 0 0 .354.146h1.75a.75.75 0 0 1 0 1.5h-2.973c-.365 0-.715-.145-.973-.403l-.45-.45a.5.5 0 0 0-.708 0l-1.5 1.5a.5.5 0 0 0 0 .707l1.854 1.853v3.043a.75.75 0 0 1-1.5 0V14.5a.5.5 0 0 0-.146-.354l-2-2A.5.5 0 0 0 8.2 12.1l-1.349 1.012a1.94 1.94 0 0 1-1.165.388H2.75a.75.75 0 0 1 0-1.5H6a.5.5 0 0 0 .354-.146l1.439-1.44A1.75 1.75 0 0 0 9 8.75V8h1a.5.5 0 0 0 0-1H8.5a.5.5 0 0 0-.5.5v1.25a.75.75 0 0 1-1.5 0V7A1.5 1.5 0 0 1 8 5.5h3.208a2.5 2.5 0 0 0 2.57 1.485"/></svg>
React
import type { SVGProps } from "react";
export function FluentPersonRunning20Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M13.5 6a1.5 1.5 0 1 1 0-3a1.5 1.5 0 0 1 0 3m1.326.62A2.5 2.5 0 1 0 11 4.5H8A2.5 2.5 0 0 0 5.5 7v1.75c0 .688.397 1.283.974 1.569L5.793 11H2.75a1.75 1.75 0 1 0 0 3.5h2.936c.637 0 1.256-.207 1.765-.588l1.002-.752L10 14.707v1.543a1.75 1.75 0 1 0 3.5 0V13a.5.5 0 0 0-.146-.354L11.707 11l.793-.793l.097.097c.446.446 1.05.696 1.68.696h2.973a1.75 1.75 0 1 0 0-3.5h-1.543zm-1.048.365l1.368 1.369a.5.5 0 0 0 .354.146h1.75a.75.75 0 0 1 0 1.5h-2.973c-.365 0-.715-.145-.973-.403l-.45-.45a.5.5 0 0 0-.708 0l-1.5 1.5a.5.5 0 0 0 0 .707l1.854 1.853v3.043a.75.75 0 0 1-1.5 0V14.5a.5.5 0 0 0-.146-.354l-2-2A.5.5 0 0 0 8.2 12.1l-1.349 1.012a1.94 1.94 0 0 1-1.165.388H2.75a.75.75 0 0 1 0-1.5H6a.5.5 0 0 0 .354-.146l1.439-1.44A1.75 1.75 0 0 0 9 8.75V8h1a.5.5 0 0 0 0-1H8.5a.5.5 0 0 0-.5.5v1.25a.75.75 0 0 1-1.5 0V7A1.5 1.5 0 0 1 8 5.5h3.208a2.5 2.5 0 0 0 2.57 1.485"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M13.5 6a1.5 1.5 0 1 1 0-3a1.5 1.5 0 0 1 0 3m1.326.62A2.5 2.5 0 1 0 11 4.5H8A2.5 2.5 0 0 0 5.5 7v1.75c0 .688.397 1.283.974 1.569L5.793 11H2.75a1.75 1.75 0 1 0 0 3.5h2.936c.637 0 1.256-.207 1.765-.588l1.002-.752L10 14.707v1.543a1.75 1.75 0 1 0 3.5 0V13a.5.5 0 0 0-.146-.354L11.707 11l.793-.793l.097.097c.446.446 1.05.696 1.68.696h2.973a1.75 1.75 0 1 0 0-3.5h-1.543zm-1.048.365l1.368 1.369a.5.5 0 0 0 .354.146h1.75a.75.75 0 0 1 0 1.5h-2.973c-.365 0-.715-.145-.973-.403l-.45-.45a.5.5 0 0 0-.708 0l-1.5 1.5a.5.5 0 0 0 0 .707l1.854 1.853v3.043a.75.75 0 0 1-1.5 0V14.5a.5.5 0 0 0-.146-.354l-2-2A.5.5 0 0 0 8.2 12.1l-1.349 1.012a1.94 1.94 0 0 1-1.165.388H2.75a.75.75 0 0 1 0-1.5H6a.5.5 0 0 0 .354-.146l1.439-1.44A1.75 1.75 0 0 0 9 8.75V8h1a.5.5 0 0 0 0-1H8.5a.5.5 0 0 0-.5.5v1.25a.75.75 0 0 1-1.5 0V7A1.5 1.5 0 0 1 8 5.5h3.208a2.5 2.5 0 0 0 2.57 1.485"/></svg> </template>
CSS
.icon-person-running-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.5%206a1.5%201.5%200%201%201%200-3a1.5%201.5%200%200%201%200%203m1.326.62A2.5%202.5%200%201%200%2011%204.5H8A2.5%202.5%200%200%200%205.5%207v1.75c0%20.688.397%201.283.974%201.569L5.793%2011H2.75a1.75%201.75%200%201%200%200%203.5h2.936c.637%200%201.256-.207%201.765-.588l1.002-.752L10%2014.707v1.543a1.75%201.75%200%201%200%203.5%200V13a.5.5%200%200%200-.146-.354L11.707%2011l.793-.793l.097.097c.446.446%201.05.696%201.68.696h2.973a1.75%201.75%200%201%200%200-3.5h-1.543zm-1.048.365l1.368%201.369a.5.5%200%200%200%20.354.146h1.75a.75.75%200%200%201%200%201.5h-2.973c-.365%200-.715-.145-.973-.403l-.45-.45a.5.5%200%200%200-.708%200l-1.5%201.5a.5.5%200%200%200%200%20.707l1.854%201.853v3.043a.75.75%200%200%201-1.5%200V14.5a.5.5%200%200%200-.146-.354l-2-2A.5.5%200%200%200%208.2%2012.1l-1.349%201.012a1.94%201.94%200%200%201-1.165.388H2.75a.75.75%200%200%201%200-1.5H6a.5.5%200%200%200%20.354-.146l1.439-1.44A1.75%201.75%200%200%200%209%208.75V8h1a.5.5%200%200%200%200-1H8.5a.5.5%200%200%200-.5.5v1.25a.75.75%200%200%201-1.5%200V7A1.5%201.5%200%200%201%208%205.5h3.208a2.5%202.5%200%200%200%202.57%201.485%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.5%206a1.5%201.5%200%201%201%200-3a1.5%201.5%200%200%201%200%203m1.326.62A2.5%202.5%200%201%200%2011%204.5H8A2.5%202.5%200%200%200%205.5%207v1.75c0%20.688.397%201.283.974%201.569L5.793%2011H2.75a1.75%201.75%200%201%200%200%203.5h2.936c.637%200%201.256-.207%201.765-.588l1.002-.752L10%2014.707v1.543a1.75%201.75%200%201%200%203.5%200V13a.5.5%200%200%200-.146-.354L11.707%2011l.793-.793l.097.097c.446.446%201.05.696%201.68.696h2.973a1.75%201.75%200%201%200%200-3.5h-1.543zm-1.048.365l1.368%201.369a.5.5%200%200%200%20.354.146h1.75a.75.75%200%200%201%200%201.5h-2.973c-.365%200-.715-.145-.973-.403l-.45-.45a.5.5%200%200%200-.708%200l-1.5%201.5a.5.5%200%200%200%200%20.707l1.854%201.853v3.043a.75.75%200%200%201-1.5%200V14.5a.5.5%200%200%200-.146-.354l-2-2A.5.5%200%200%200%208.2%2012.1l-1.349%201.012a1.94%201.94%200%200%201-1.165.388H2.75a.75.75%200%200%201%200-1.5H6a.5.5%200%200%200%20.354-.146l1.439-1.44A1.75%201.75%200%200%200%209%208.75V8h1a.5.5%200%200%200%200-1H8.5a.5.5%200%200%200-.5.5v1.25a.75.75%200%200%201-1.5%200V7A1.5%201.5%200%200%201%208%205.5h3.208a2.5%202.5%200%200%200%202.57%201.485%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/person-running-20-regular.svg?color=%231a73e8&size=48