person head hint icon
person-head-hint-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- person-head-hint-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- License
- MIT
5 other variants in Fluent UI System Icons
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 head hint icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10.748 1.633c0-.308.273-.547.572-.473a5.5 5.5 0 0 1 1.52.63c.264.16.288.521.07.739a.55.55 0 0 1-.665.071a4.5 4.5 0 0 0-1.077-.446a.55.55 0 0 1-.42-.521M5.131 7.25c.248 0 .457.18.52.42a4.5 4.5 0 0 0 .447 1.077a.55.55 0 0 1-.071.665c-.218.218-.58.194-.738-.07a5.5 5.5 0 0 1-.631-1.52c-.074-.3.165-.572.473-.572m9.578-3.59c-.16-.264-.52-.288-.739-.07a.55.55 0 0 0-.071.665c.192.334.344.694.446 1.075a.55.55 0 0 0 .52.42c.309 0 .547-.272.473-.571a5.5 5.5 0 0 0-.63-1.52m.157 3.59c.308 0 .546.273.473.571a5.5 5.5 0 0 1-.63 1.52c-.16.263-.52.287-.739.07a.55.55 0 0 1-.071-.665a4.5 4.5 0 0 0 .446-1.076a.55.55 0 0 1 .52-.42M5.13 5.75c.248 0 .457-.18.52-.42c.103-.38.254-.742.447-1.077a.55.55 0 0 0-.071-.665c-.218-.217-.58-.193-.738.07a5.5 5.5 0 0 0-.631 1.521c-.074.299.165.571.473.571m4.117-4.117a.55.55 0 0 1-.42.52a4.5 4.5 0 0 0-1.075.447a.55.55 0 0 1-.665-.072c-.218-.218-.194-.58.07-.738a5.5 5.5 0 0 1 1.519-.63c.299-.074.571.165.571.473M5.008 11A2 2 0 0 0 3 13c0 1.691.833 2.966 2.135 3.797C6.417 17.614 8.145 18 10 18s3.583-.386 4.865-1.203C16.167 15.967 17 14.69 17 13a2 2 0 0 0-2-2zM10 9.5a3 3 0 1 0 0-6a3 3 0 0 0 0 6"/></svg>
React
import type { SVGProps } from "react";
export function FluentPersonHeadHint20Filled(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="M10.748 1.633c0-.308.273-.547.572-.473a5.5 5.5 0 0 1 1.52.63c.264.16.288.521.07.739a.55.55 0 0 1-.665.071a4.5 4.5 0 0 0-1.077-.446a.55.55 0 0 1-.42-.521M5.131 7.25c.248 0 .457.18.52.42a4.5 4.5 0 0 0 .447 1.077a.55.55 0 0 1-.071.665c-.218.218-.58.194-.738-.07a5.5 5.5 0 0 1-.631-1.52c-.074-.3.165-.572.473-.572m9.578-3.59c-.16-.264-.52-.288-.739-.07a.55.55 0 0 0-.071.665c.192.334.344.694.446 1.075a.55.55 0 0 0 .52.42c.309 0 .547-.272.473-.571a5.5 5.5 0 0 0-.63-1.52m.157 3.59c.308 0 .546.273.473.571a5.5 5.5 0 0 1-.63 1.52c-.16.263-.52.287-.739.07a.55.55 0 0 1-.071-.665a4.5 4.5 0 0 0 .446-1.076a.55.55 0 0 1 .52-.42M5.13 5.75c.248 0 .457-.18.52-.42c.103-.38.254-.742.447-1.077a.55.55 0 0 0-.071-.665c-.218-.217-.58-.193-.738.07a5.5 5.5 0 0 0-.631 1.521c-.074.299.165.571.473.571m4.117-4.117a.55.55 0 0 1-.42.52a4.5 4.5 0 0 0-1.075.447a.55.55 0 0 1-.665-.072c-.218-.218-.194-.58.07-.738a5.5 5.5 0 0 1 1.519-.63c.299-.074.571.165.571.473M5.008 11A2 2 0 0 0 3 13c0 1.691.833 2.966 2.135 3.797C6.417 17.614 8.145 18 10 18s3.583-.386 4.865-1.203C16.167 15.967 17 14.69 17 13a2 2 0 0 0-2-2zM10 9.5a3 3 0 1 0 0-6a3 3 0 0 0 0 6"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10.748 1.633c0-.308.273-.547.572-.473a5.5 5.5 0 0 1 1.52.63c.264.16.288.521.07.739a.55.55 0 0 1-.665.071a4.5 4.5 0 0 0-1.077-.446a.55.55 0 0 1-.42-.521M5.131 7.25c.248 0 .457.18.52.42a4.5 4.5 0 0 0 .447 1.077a.55.55 0 0 1-.071.665c-.218.218-.58.194-.738-.07a5.5 5.5 0 0 1-.631-1.52c-.074-.3.165-.572.473-.572m9.578-3.59c-.16-.264-.52-.288-.739-.07a.55.55 0 0 0-.071.665c.192.334.344.694.446 1.075a.55.55 0 0 0 .52.42c.309 0 .547-.272.473-.571a5.5 5.5 0 0 0-.63-1.52m.157 3.59c.308 0 .546.273.473.571a5.5 5.5 0 0 1-.63 1.52c-.16.263-.52.287-.739.07a.55.55 0 0 1-.071-.665a4.5 4.5 0 0 0 .446-1.076a.55.55 0 0 1 .52-.42M5.13 5.75c.248 0 .457-.18.52-.42c.103-.38.254-.742.447-1.077a.55.55 0 0 0-.071-.665c-.218-.217-.58-.193-.738.07a5.5 5.5 0 0 0-.631 1.521c-.074.299.165.571.473.571m4.117-4.117a.55.55 0 0 1-.42.52a4.5 4.5 0 0 0-1.075.447a.55.55 0 0 1-.665-.072c-.218-.218-.194-.58.07-.738a5.5 5.5 0 0 1 1.519-.63c.299-.074.571.165.571.473M5.008 11A2 2 0 0 0 3 13c0 1.691.833 2.966 2.135 3.797C6.417 17.614 8.145 18 10 18s3.583-.386 4.865-1.203C16.167 15.967 17 14.69 17 13a2 2 0 0 0-2-2zM10 9.5a3 3 0 1 0 0-6a3 3 0 0 0 0 6"/></svg> </template>
CSS
.icon-person-head-hint-20-filled {
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%22M10.748%201.633c0-.308.273-.547.572-.473a5.5%205.5%200%200%201%201.52.63c.264.16.288.521.07.739a.55.55%200%200%201-.665.071a4.5%204.5%200%200%200-1.077-.446a.55.55%200%200%201-.42-.521M5.131%207.25c.248%200%20.457.18.52.42a4.5%204.5%200%200%200%20.447%201.077a.55.55%200%200%201-.071.665c-.218.218-.58.194-.738-.07a5.5%205.5%200%200%201-.631-1.52c-.074-.3.165-.572.473-.572m9.578-3.59c-.16-.264-.52-.288-.739-.07a.55.55%200%200%200-.071.665c.192.334.344.694.446%201.075a.55.55%200%200%200%20.52.42c.309%200%20.547-.272.473-.571a5.5%205.5%200%200%200-.63-1.52m.157%203.59c.308%200%20.546.273.473.571a5.5%205.5%200%200%201-.63%201.52c-.16.263-.52.287-.739.07a.55.55%200%200%201-.071-.665a4.5%204.5%200%200%200%20.446-1.076a.55.55%200%200%201%20.52-.42M5.13%205.75c.248%200%20.457-.18.52-.42c.103-.38.254-.742.447-1.077a.55.55%200%200%200-.071-.665c-.218-.217-.58-.193-.738.07a5.5%205.5%200%200%200-.631%201.521c-.074.299.165.571.473.571m4.117-4.117a.55.55%200%200%201-.42.52a4.5%204.5%200%200%200-1.075.447a.55.55%200%200%201-.665-.072c-.218-.218-.194-.58.07-.738a5.5%205.5%200%200%201%201.519-.63c.299-.074.571.165.571.473M5.008%2011A2%202%200%200%200%203%2013c0%201.691.833%202.966%202.135%203.797C6.417%2017.614%208.145%2018%2010%2018s3.583-.386%204.865-1.203C16.167%2015.967%2017%2014.69%2017%2013a2%202%200%200%200-2-2zM10%209.5a3%203%200%201%200%200-6a3%203%200%200%200%200%206%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%22M10.748%201.633c0-.308.273-.547.572-.473a5.5%205.5%200%200%201%201.52.63c.264.16.288.521.07.739a.55.55%200%200%201-.665.071a4.5%204.5%200%200%200-1.077-.446a.55.55%200%200%201-.42-.521M5.131%207.25c.248%200%20.457.18.52.42a4.5%204.5%200%200%200%20.447%201.077a.55.55%200%200%201-.071.665c-.218.218-.58.194-.738-.07a5.5%205.5%200%200%201-.631-1.52c-.074-.3.165-.572.473-.572m9.578-3.59c-.16-.264-.52-.288-.739-.07a.55.55%200%200%200-.071.665c.192.334.344.694.446%201.075a.55.55%200%200%200%20.52.42c.309%200%20.547-.272.473-.571a5.5%205.5%200%200%200-.63-1.52m.157%203.59c.308%200%20.546.273.473.571a5.5%205.5%200%200%201-.63%201.52c-.16.263-.52.287-.739.07a.55.55%200%200%201-.071-.665a4.5%204.5%200%200%200%20.446-1.076a.55.55%200%200%201%20.52-.42M5.13%205.75c.248%200%20.457-.18.52-.42c.103-.38.254-.742.447-1.077a.55.55%200%200%200-.071-.665c-.218-.217-.58-.193-.738.07a5.5%205.5%200%200%200-.631%201.521c-.074.299.165.571.473.571m4.117-4.117a.55.55%200%200%201-.42.52a4.5%204.5%200%200%200-1.075.447a.55.55%200%200%201-.665-.072c-.218-.218-.194-.58.07-.738a5.5%205.5%200%200%201%201.519-.63c.299-.074.571.165.571.473M5.008%2011A2%202%200%200%200%203%2013c0%201.691.833%202.966%202.135%203.797C6.417%2017.614%208.145%2018%2010%2018s3.583-.386%204.865-1.203C16.167%2015.967%2017%2014.69%2017%2013a2%202%200%200%200-2-2zM10%209.5a3%203%200%201%200%200-6a3%203%200%200%200%200%206%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/person-head-hint-20-filled.svg?color=%231a73e8&size=48