person head hint icon
person-head-hint-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- person-head-hint-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- 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 24 24"><path fill="currentColor" d="M18.047 9c.466 0 .826.415.703.864a7 7 0 0 1-.66 1.59c-.23.405-.777.443-1.107.114c-.26-.261-.293-.669-.12-.995a5.5 5.5 0 0 0 .395-.954c.109-.353.42-.619.79-.619m0-2c.466 0 .826-.414.703-.863a7 7 0 0 0-.66-1.59c-.23-.405-.778-.443-1.107-.114c-.261.261-.293.669-.12.995q.241.454.395.954c.109.353.42.618.79.618m-5.046-5.046c0-.466.414-.826.863-.703a7 7 0 0 1 1.591.66c.405.23.443.778.114 1.108c-.26.26-.669.293-.995.12a5.5 5.5 0 0 0-.955-.396c-.353-.109-.618-.42-.618-.79m-2 0c0 .369-.266.68-.62.789a5.5 5.5 0 0 0-.953.395c-.326.173-.734.14-.995-.12c-.33-.33-.291-.878.114-1.108a7 7 0 0 1 1.59-.659c.45-.124.864.237.864.703M5.91 4.545c.23-.405.778-.443 1.108-.113c.26.26.293.668.12.995q-.242.454-.396.955c-.109.353-.42.618-.79.618c-.465 0-.826-.414-.702-.863a7 7 0 0 1 .66-1.592M5.954 9c-.466 0-.827.415-.703.864a7 7 0 0 0 .66 1.592c.23.404.778.442 1.108.113c.26-.26.293-.669.12-.995a5.5 5.5 0 0 1-.397-.955C6.635 9.266 6.323 9 5.954 9m11.8 5a2.25 2.25 0 0 1 2.25 2.249v.918a2.75 2.75 0 0 1-.513 1.6C17.945 20.93 15.42 22 12 22c-3.422 0-5.945-1.072-7.487-3.236a2.75 2.75 0 0 1-.51-1.596v-.92A2.25 2.25 0 0 1 6.253 14zM12 12a4 4 0 1 0 0-8a4 4 0 0 0 0 8"/></svg>
React
import type { SVGProps } from "react";
export function FluentPersonHeadHint24Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.047 9c.466 0 .826.415.703.864a7 7 0 0 1-.66 1.59c-.23.405-.777.443-1.107.114c-.26-.261-.293-.669-.12-.995a5.5 5.5 0 0 0 .395-.954c.109-.353.42-.619.79-.619m0-2c.466 0 .826-.414.703-.863a7 7 0 0 0-.66-1.59c-.23-.405-.778-.443-1.107-.114c-.261.261-.293.669-.12.995q.241.454.395.954c.109.353.42.618.79.618m-5.046-5.046c0-.466.414-.826.863-.703a7 7 0 0 1 1.591.66c.405.23.443.778.114 1.108c-.26.26-.669.293-.995.12a5.5 5.5 0 0 0-.955-.396c-.353-.109-.618-.42-.618-.79m-2 0c0 .369-.266.68-.62.789a5.5 5.5 0 0 0-.953.395c-.326.173-.734.14-.995-.12c-.33-.33-.291-.878.114-1.108a7 7 0 0 1 1.59-.659c.45-.124.864.237.864.703M5.91 4.545c.23-.405.778-.443 1.108-.113c.26.26.293.668.12.995q-.242.454-.396.955c-.109.353-.42.618-.79.618c-.465 0-.826-.414-.702-.863a7 7 0 0 1 .66-1.592M5.954 9c-.466 0-.827.415-.703.864a7 7 0 0 0 .66 1.592c.23.404.778.442 1.108.113c.26-.26.293-.669.12-.995a5.5 5.5 0 0 1-.397-.955C6.635 9.266 6.323 9 5.954 9m11.8 5a2.25 2.25 0 0 1 2.25 2.249v.918a2.75 2.75 0 0 1-.513 1.6C17.945 20.93 15.42 22 12 22c-3.422 0-5.945-1.072-7.487-3.236a2.75 2.75 0 0 1-.51-1.596v-.92A2.25 2.25 0 0 1 6.253 14zM12 12a4 4 0 1 0 0-8a4 4 0 0 0 0 8"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.047 9c.466 0 .826.415.703.864a7 7 0 0 1-.66 1.59c-.23.405-.777.443-1.107.114c-.26-.261-.293-.669-.12-.995a5.5 5.5 0 0 0 .395-.954c.109-.353.42-.619.79-.619m0-2c.466 0 .826-.414.703-.863a7 7 0 0 0-.66-1.59c-.23-.405-.778-.443-1.107-.114c-.261.261-.293.669-.12.995q.241.454.395.954c.109.353.42.618.79.618m-5.046-5.046c0-.466.414-.826.863-.703a7 7 0 0 1 1.591.66c.405.23.443.778.114 1.108c-.26.26-.669.293-.995.12a5.5 5.5 0 0 0-.955-.396c-.353-.109-.618-.42-.618-.79m-2 0c0 .369-.266.68-.62.789a5.5 5.5 0 0 0-.953.395c-.326.173-.734.14-.995-.12c-.33-.33-.291-.878.114-1.108a7 7 0 0 1 1.59-.659c.45-.124.864.237.864.703M5.91 4.545c.23-.405.778-.443 1.108-.113c.26.26.293.668.12.995q-.242.454-.396.955c-.109.353-.42.618-.79.618c-.465 0-.826-.414-.702-.863a7 7 0 0 1 .66-1.592M5.954 9c-.466 0-.827.415-.703.864a7 7 0 0 0 .66 1.592c.23.404.778.442 1.108.113c.26-.26.293-.669.12-.995a5.5 5.5 0 0 1-.397-.955C6.635 9.266 6.323 9 5.954 9m11.8 5a2.25 2.25 0 0 1 2.25 2.249v.918a2.75 2.75 0 0 1-.513 1.6C17.945 20.93 15.42 22 12 22c-3.422 0-5.945-1.072-7.487-3.236a2.75 2.75 0 0 1-.51-1.596v-.92A2.25 2.25 0 0 1 6.253 14zM12 12a4 4 0 1 0 0-8a4 4 0 0 0 0 8"/></svg> </template>
CSS
.icon-person-head-hint-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.047%209c.466%200%20.826.415.703.864a7%207%200%200%201-.66%201.59c-.23.405-.777.443-1.107.114c-.26-.261-.293-.669-.12-.995a5.5%205.5%200%200%200%20.395-.954c.109-.353.42-.619.79-.619m0-2c.466%200%20.826-.414.703-.863a7%207%200%200%200-.66-1.59c-.23-.405-.778-.443-1.107-.114c-.261.261-.293.669-.12.995q.241.454.395.954c.109.353.42.618.79.618m-5.046-5.046c0-.466.414-.826.863-.703a7%207%200%200%201%201.591.66c.405.23.443.778.114%201.108c-.26.26-.669.293-.995.12a5.5%205.5%200%200%200-.955-.396c-.353-.109-.618-.42-.618-.79m-2%200c0%20.369-.266.68-.62.789a5.5%205.5%200%200%200-.953.395c-.326.173-.734.14-.995-.12c-.33-.33-.291-.878.114-1.108a7%207%200%200%201%201.59-.659c.45-.124.864.237.864.703M5.91%204.545c.23-.405.778-.443%201.108-.113c.26.26.293.668.12.995q-.242.454-.396.955c-.109.353-.42.618-.79.618c-.465%200-.826-.414-.702-.863a7%207%200%200%201%20.66-1.592M5.954%209c-.466%200-.827.415-.703.864a7%207%200%200%200%20.66%201.592c.23.404.778.442%201.108.113c.26-.26.293-.669.12-.995a5.5%205.5%200%200%201-.397-.955C6.635%209.266%206.323%209%205.954%209m11.8%205a2.25%202.25%200%200%201%202.25%202.249v.918a2.75%202.75%200%200%201-.513%201.6C17.945%2020.93%2015.42%2022%2012%2022c-3.422%200-5.945-1.072-7.487-3.236a2.75%202.75%200%200%201-.51-1.596v-.92A2.25%202.25%200%200%201%206.253%2014zM12%2012a4%204%200%201%200%200-8a4%204%200%200%200%200%208%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.047%209c.466%200%20.826.415.703.864a7%207%200%200%201-.66%201.59c-.23.405-.777.443-1.107.114c-.26-.261-.293-.669-.12-.995a5.5%205.5%200%200%200%20.395-.954c.109-.353.42-.619.79-.619m0-2c.466%200%20.826-.414.703-.863a7%207%200%200%200-.66-1.59c-.23-.405-.778-.443-1.107-.114c-.261.261-.293.669-.12.995q.241.454.395.954c.109.353.42.618.79.618m-5.046-5.046c0-.466.414-.826.863-.703a7%207%200%200%201%201.591.66c.405.23.443.778.114%201.108c-.26.26-.669.293-.995.12a5.5%205.5%200%200%200-.955-.396c-.353-.109-.618-.42-.618-.79m-2%200c0%20.369-.266.68-.62.789a5.5%205.5%200%200%200-.953.395c-.326.173-.734.14-.995-.12c-.33-.33-.291-.878.114-1.108a7%207%200%200%201%201.59-.659c.45-.124.864.237.864.703M5.91%204.545c.23-.405.778-.443%201.108-.113c.26.26.293.668.12.995q-.242.454-.396.955c-.109.353-.42.618-.79.618c-.465%200-.826-.414-.702-.863a7%207%200%200%201%20.66-1.592M5.954%209c-.466%200-.827.415-.703.864a7%207%200%200%200%20.66%201.592c.23.404.778.442%201.108.113c.26-.26.293-.669.12-.995a5.5%205.5%200%200%201-.397-.955C6.635%209.266%206.323%209%205.954%209m11.8%205a2.25%202.25%200%200%201%202.25%202.249v.918a2.75%202.75%200%200%201-.513%201.6C17.945%2020.93%2015.42%2022%2012%2022c-3.422%200-5.945-1.072-7.487-3.236a2.75%202.75%200%200%201-.51-1.596v-.92A2.25%202.25%200%200%201%206.253%2014zM12%2012a4%204%200%201%200%200-8a4%204%200%200%200%200%208%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-24-filled.svg?color=%231a73e8&size=48