person tentative icon
person-tentative-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.
- Name
- person-tentative-32-regular
- Set
- Fluent UI System Icons
- Style
- 32 Regular
- Viewbox
- 32×32
- License
- MIT
7 other variants 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 tentative icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 16a7 7 0 1 0 0-14a7 7 0 0 0 0 14m0-12a5 5 0 1 1 0 10a5 5 0 0 1 0-10M4 21.5A3.5 3.5 0 0 1 7.5 18h8.876a9 9 0 0 0-1.17 2H7.5A1.5 1.5 0 0 0 6 21.5v.5c0 1.473.94 2.949 2.759 4.106c1.744 1.11 4.188 1.842 6.944 1.891a9 9 0 0 0 1.53 1.962q-.61.04-1.233.041c-3.198 0-6.14-.823-8.315-2.207C5.523 26.417 4 24.393 4 22zm13.537 6.55a7.5 7.5 0 0 1-1.113-2.06l9.567-9.566c.747.263 1.44.64 2.058 1.113zM23.5 16h.085L16 23.587V23.5a7.5 7.5 0 0 1 7.5-7.5m-4.549 13.463l10.512-10.512c.472.618.85 1.31 1.113 2.058l-9.567 9.567a7.5 7.5 0 0 1-2.058-1.113M23.415 31L31 23.415v.085a7.5 7.5 0 0 1-7.585 7.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentPersonTentative32Regular(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 16a7 7 0 1 0 0-14a7 7 0 0 0 0 14m0-12a5 5 0 1 1 0 10a5 5 0 0 1 0-10M4 21.5A3.5 3.5 0 0 1 7.5 18h8.876a9 9 0 0 0-1.17 2H7.5A1.5 1.5 0 0 0 6 21.5v.5c0 1.473.94 2.949 2.759 4.106c1.744 1.11 4.188 1.842 6.944 1.891a9 9 0 0 0 1.53 1.962q-.61.04-1.233.041c-3.198 0-6.14-.823-8.315-2.207C5.523 26.417 4 24.393 4 22zm13.537 6.55a7.5 7.5 0 0 1-1.113-2.06l9.567-9.566c.747.263 1.44.64 2.058 1.113zM23.5 16h.085L16 23.587V23.5a7.5 7.5 0 0 1 7.5-7.5m-4.549 13.463l10.512-10.512c.472.618.85 1.31 1.113 2.058l-9.567 9.567a7.5 7.5 0 0 1-2.058-1.113M23.415 31L31 23.415v.085a7.5 7.5 0 0 1-7.585 7.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 16a7 7 0 1 0 0-14a7 7 0 0 0 0 14m0-12a5 5 0 1 1 0 10a5 5 0 0 1 0-10M4 21.5A3.5 3.5 0 0 1 7.5 18h8.876a9 9 0 0 0-1.17 2H7.5A1.5 1.5 0 0 0 6 21.5v.5c0 1.473.94 2.949 2.759 4.106c1.744 1.11 4.188 1.842 6.944 1.891a9 9 0 0 0 1.53 1.962q-.61.04-1.233.041c-3.198 0-6.14-.823-8.315-2.207C5.523 26.417 4 24.393 4 22zm13.537 6.55a7.5 7.5 0 0 1-1.113-2.06l9.567-9.566c.747.263 1.44.64 2.058 1.113zM23.5 16h.085L16 23.587V23.5a7.5 7.5 0 0 1 7.5-7.5m-4.549 13.463l10.512-10.512c.472.618.85 1.31 1.113 2.058l-9.567 9.567a7.5 7.5 0 0 1-2.058-1.113M23.415 31L31 23.415v.085a7.5 7.5 0 0 1-7.585 7.5"/></svg> </template>
CSS
.icon-person-tentative-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%2016a7%207%200%201%200%200-14a7%207%200%200%200%200%2014m0-12a5%205%200%201%201%200%2010a5%205%200%200%201%200-10M4%2021.5A3.5%203.5%200%200%201%207.5%2018h8.876a9%209%200%200%200-1.17%202H7.5A1.5%201.5%200%200%200%206%2021.5v.5c0%201.473.94%202.949%202.759%204.106c1.744%201.11%204.188%201.842%206.944%201.891a9%209%200%200%200%201.53%201.962q-.61.04-1.233.041c-3.198%200-6.14-.823-8.315-2.207C5.523%2026.417%204%2024.393%204%2022zm13.537%206.55a7.5%207.5%200%200%201-1.113-2.06l9.567-9.566c.747.263%201.44.64%202.058%201.113zM23.5%2016h.085L16%2023.587V23.5a7.5%207.5%200%200%201%207.5-7.5m-4.549%2013.463l10.512-10.512c.472.618.85%201.31%201.113%202.058l-9.567%209.567a7.5%207.5%200%200%201-2.058-1.113M23.415%2031L31%2023.415v.085a7.5%207.5%200%200%201-7.585%207.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%2016a7%207%200%201%200%200-14a7%207%200%200%200%200%2014m0-12a5%205%200%201%201%200%2010a5%205%200%200%201%200-10M4%2021.5A3.5%203.5%200%200%201%207.5%2018h8.876a9%209%200%200%200-1.17%202H7.5A1.5%201.5%200%200%200%206%2021.5v.5c0%201.473.94%202.949%202.759%204.106c1.744%201.11%204.188%201.842%206.944%201.891a9%209%200%200%200%201.53%201.962q-.61.04-1.233.041c-3.198%200-6.14-.823-8.315-2.207C5.523%2026.417%204%2024.393%204%2022zm13.537%206.55a7.5%207.5%200%200%201-1.113-2.06l9.567-9.566c.747.263%201.44.64%202.058%201.113zM23.5%2016h.085L16%2023.587V23.5a7.5%207.5%200%200%201%207.5-7.5m-4.549%2013.463l10.512-10.512c.472.618.85%201.31%201.113%202.058l-9.567%209.567a7.5%207.5%200%200%201-2.058-1.113M23.415%2031L31%2023.415v.085a7.5%207.5%200%200%201-7.585%207.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/person-tentative-32-regular.svg?color=%231a73e8&size=48