person-head-hint-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
person-head-hint-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

5 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

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.575c0 .895-.32 1.76-.902 2.439C17.532 21.096 15.146 22 12 22c-3.145 0-5.532-.905-7.098-2.74a3.75 3.75 0 0 1-.898-2.434v-.578A2.25 2.25 0 0 1 6.253 14zm0 1.5h-11.5a.75.75 0 0 0-.75.749v.578c0 .535.192 1.053.54 1.46c1.253 1.468 3.22 2.214 5.957 2.214c2.739 0 4.706-.746 5.963-2.214a2.25 2.25 0 0 0 .54-1.463v-.575a.75.75 0 0 0-.748-.749M9.5 8a2.5 2.5 0 1 1 5 0a2.5 2.5 0 0 1-5 0M12 4a4 4 0 1 0 0 8a4 4 0 0 0 0-8"/></svg>

React

import type { SVGProps } from "react";

export function FluentPersonHeadHint24Regular(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.575c0 .895-.32 1.76-.902 2.439C17.532 21.096 15.146 22 12 22c-3.145 0-5.532-.905-7.098-2.74a3.75 3.75 0 0 1-.898-2.434v-.578A2.25 2.25 0 0 1 6.253 14zm0 1.5h-11.5a.75.75 0 0 0-.75.749v.578c0 .535.192 1.053.54 1.46c1.253 1.468 3.22 2.214 5.957 2.214c2.739 0 4.706-.746 5.963-2.214a2.25 2.25 0 0 0 .54-1.463v-.575a.75.75 0 0 0-.748-.749M9.5 8a2.5 2.5 0 1 1 5 0a2.5 2.5 0 0 1-5 0M12 4a4 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.575c0 .895-.32 1.76-.902 2.439C17.532 21.096 15.146 22 12 22c-3.145 0-5.532-.905-7.098-2.74a3.75 3.75 0 0 1-.898-2.434v-.578A2.25 2.25 0 0 1 6.253 14zm0 1.5h-11.5a.75.75 0 0 0-.75.749v.578c0 .535.192 1.053.54 1.46c1.253 1.468 3.22 2.214 5.957 2.214c2.739 0 4.706-.746 5.963-2.214a2.25 2.25 0 0 0 .54-1.463v-.575a.75.75 0 0 0-.748-.749M9.5 8a2.5 2.5 0 1 1 5 0a2.5 2.5 0 0 1-5 0M12 4a4 4 0 1 0 0 8a4 4 0 0 0 0-8"/></svg>
</template>

CSS

.icon-person-head-hint-24-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%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.575c0%20.895-.32%201.76-.902%202.439C17.532%2021.096%2015.146%2022%2012%2022c-3.145%200-5.532-.905-7.098-2.74a3.75%203.75%200%200%201-.898-2.434v-.578A2.25%202.25%200%200%201%206.253%2014zm0%201.5h-11.5a.75.75%200%200%200-.75.749v.578c0%20.535.192%201.053.54%201.46c1.253%201.468%203.22%202.214%205.957%202.214c2.739%200%204.706-.746%205.963-2.214a2.25%202.25%200%200%200%20.54-1.463v-.575a.75.75%200%200%200-.748-.749M9.5%208a2.5%202.5%200%201%201%205%200a2.5%202.5%200%200%201-5%200M12%204a4%204%200%201%200%200%208a4%204%200%200%200%200-8%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.575c0%20.895-.32%201.76-.902%202.439C17.532%2021.096%2015.146%2022%2012%2022c-3.145%200-5.532-.905-7.098-2.74a3.75%203.75%200%200%201-.898-2.434v-.578A2.25%202.25%200%200%201%206.253%2014zm0%201.5h-11.5a.75.75%200%200%200-.75.749v.578c0%20.535.192%201.053.54%201.46c1.253%201.468%203.22%202.214%205.957%202.214c2.739%200%204.706-.746%205.963-2.214a2.25%202.25%200%200%200%20.54-1.463v-.575a.75.75%200%200%200-.748-.749M9.5%208a2.5%202.5%200%201%201%205%200a2.5%202.5%200%200%201-5%200M12%204a4%204%200%201%200%200%208a4%204%200%200%200%200-8%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-regular.svg?color=%231a73e8&size=48