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

Name
person-head-hint-16-regular
Set
Fluent UI System Icons
Style
16 Regular
Viewbox
16×16
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 16 16"><path fill="currentColor" d="M9.198 1.162c-.299-.082-.574.158-.574.468c0 .246.179.454.415.527q.309.096.59.245a.57.57 0 0 0 .666-.08c.219-.219.194-.583-.075-.736a4.5 4.5 0 0 0-1.022-.424M4.656 6.54c-.073-.236-.28-.415-.527-.415c-.31 0-.55.275-.468.574c.1.36.243.704.424 1.022c.153.27.517.294.736.075a.57.57 0 0 0 .08-.666a3.5 3.5 0 0 1-.245-.59m6.523-3.334c.219-.219.583-.194.736.075c.18.318.324.66.423 1.02c.082.3-.158.574-.468.574a.57.57 0 0 1-.527-.414a3.5 3.5 0 0 0-.245-.59a.57.57 0 0 1 .08-.665m1.16 3.493c.081-.299-.159-.574-.469-.574c-.247 0-.454.179-.527.415a3.5 3.5 0 0 1-.245.59a.57.57 0 0 0 .08.665c.22.219.584.194.737-.075c.18-.318.324-.66.423-1.021M4.655 4.461a.57.57 0 0 1-.527.414c-.31 0-.55-.275-.468-.573q.151-.543.424-1.022c.153-.27.517-.294.736-.075a.57.57 0 0 1 .08.666a3.5 3.5 0 0 0-.245.59M6.96 2.157a.57.57 0 0 0 .414-.527c0-.31-.275-.55-.573-.468c-.36.1-.703.242-1.02.423c-.27.153-.295.517-.076.736a.57.57 0 0 0 .666.08q.28-.147.59-.244M8 4a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3M5.5 5.5a2.5 2.5 0 1 1 5 0a2.5 2.5 0 0 1-5 0m6 3.5a1.5 1.5 0 0 1 1.5 1.5v.5c0 1.971-1.86 4-5 4s-5-2.029-5-4v-.5A1.5 1.5 0 0 1 4.5 9zm-7 1a.5.5 0 0 0-.5.5v.5c0 1.438 1.432 3 4 3s4-1.562 4-3v-.5a.5.5 0 0 0-.5-.5z"/></svg>

React

import type { SVGProps } from "react";

export function FluentPersonHeadHint16Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M9.198 1.162c-.299-.082-.574.158-.574.468c0 .246.179.454.415.527q.309.096.59.245a.57.57 0 0 0 .666-.08c.219-.219.194-.583-.075-.736a4.5 4.5 0 0 0-1.022-.424M4.656 6.54c-.073-.236-.28-.415-.527-.415c-.31 0-.55.275-.468.574c.1.36.243.704.424 1.022c.153.27.517.294.736.075a.57.57 0 0 0 .08-.666a3.5 3.5 0 0 1-.245-.59m6.523-3.334c.219-.219.583-.194.736.075c.18.318.324.66.423 1.02c.082.3-.158.574-.468.574a.57.57 0 0 1-.527-.414a3.5 3.5 0 0 0-.245-.59a.57.57 0 0 1 .08-.665m1.16 3.493c.081-.299-.159-.574-.469-.574c-.247 0-.454.179-.527.415a3.5 3.5 0 0 1-.245.59a.57.57 0 0 0 .08.665c.22.219.584.194.737-.075c.18-.318.324-.66.423-1.021M4.655 4.461a.57.57 0 0 1-.527.414c-.31 0-.55-.275-.468-.573q.151-.543.424-1.022c.153-.27.517-.294.736-.075a.57.57 0 0 1 .08.666a3.5 3.5 0 0 0-.245.59M6.96 2.157a.57.57 0 0 0 .414-.527c0-.31-.275-.55-.573-.468c-.36.1-.703.242-1.02.423c-.27.153-.295.517-.076.736a.57.57 0 0 0 .666.08q.28-.147.59-.244M8 4a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3M5.5 5.5a2.5 2.5 0 1 1 5 0a2.5 2.5 0 0 1-5 0m6 3.5a1.5 1.5 0 0 1 1.5 1.5v.5c0 1.971-1.86 4-5 4s-5-2.029-5-4v-.5A1.5 1.5 0 0 1 4.5 9zm-7 1a.5.5 0 0 0-.5.5v.5c0 1.438 1.432 3 4 3s4-1.562 4-3v-.5a.5.5 0 0 0-.5-.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M9.198 1.162c-.299-.082-.574.158-.574.468c0 .246.179.454.415.527q.309.096.59.245a.57.57 0 0 0 .666-.08c.219-.219.194-.583-.075-.736a4.5 4.5 0 0 0-1.022-.424M4.656 6.54c-.073-.236-.28-.415-.527-.415c-.31 0-.55.275-.468.574c.1.36.243.704.424 1.022c.153.27.517.294.736.075a.57.57 0 0 0 .08-.666a3.5 3.5 0 0 1-.245-.59m6.523-3.334c.219-.219.583-.194.736.075c.18.318.324.66.423 1.02c.082.3-.158.574-.468.574a.57.57 0 0 1-.527-.414a3.5 3.5 0 0 0-.245-.59a.57.57 0 0 1 .08-.665m1.16 3.493c.081-.299-.159-.574-.469-.574c-.247 0-.454.179-.527.415a3.5 3.5 0 0 1-.245.59a.57.57 0 0 0 .08.665c.22.219.584.194.737-.075c.18-.318.324-.66.423-1.021M4.655 4.461a.57.57 0 0 1-.527.414c-.31 0-.55-.275-.468-.573q.151-.543.424-1.022c.153-.27.517-.294.736-.075a.57.57 0 0 1 .08.666a3.5 3.5 0 0 0-.245.59M6.96 2.157a.57.57 0 0 0 .414-.527c0-.31-.275-.55-.573-.468c-.36.1-.703.242-1.02.423c-.27.153-.295.517-.076.736a.57.57 0 0 0 .666.08q.28-.147.59-.244M8 4a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3M5.5 5.5a2.5 2.5 0 1 1 5 0a2.5 2.5 0 0 1-5 0m6 3.5a1.5 1.5 0 0 1 1.5 1.5v.5c0 1.971-1.86 4-5 4s-5-2.029-5-4v-.5A1.5 1.5 0 0 1 4.5 9zm-7 1a.5.5 0 0 0-.5.5v.5c0 1.438 1.432 3 4 3s4-1.562 4-3v-.5a.5.5 0 0 0-.5-.5z"/></svg>
</template>

CSS

.icon-person-head-hint-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.198%201.162c-.299-.082-.574.158-.574.468c0%20.246.179.454.415.527q.309.096.59.245a.57.57%200%200%200%20.666-.08c.219-.219.194-.583-.075-.736a4.5%204.5%200%200%200-1.022-.424M4.656%206.54c-.073-.236-.28-.415-.527-.415c-.31%200-.55.275-.468.574c.1.36.243.704.424%201.022c.153.27.517.294.736.075a.57.57%200%200%200%20.08-.666a3.5%203.5%200%200%201-.245-.59m6.523-3.334c.219-.219.583-.194.736.075c.18.318.324.66.423%201.02c.082.3-.158.574-.468.574a.57.57%200%200%201-.527-.414a3.5%203.5%200%200%200-.245-.59a.57.57%200%200%201%20.08-.665m1.16%203.493c.081-.299-.159-.574-.469-.574c-.247%200-.454.179-.527.415a3.5%203.5%200%200%201-.245.59a.57.57%200%200%200%20.08.665c.22.219.584.194.737-.075c.18-.318.324-.66.423-1.021M4.655%204.461a.57.57%200%200%201-.527.414c-.31%200-.55-.275-.468-.573q.151-.543.424-1.022c.153-.27.517-.294.736-.075a.57.57%200%200%201%20.08.666a3.5%203.5%200%200%200-.245.59M6.96%202.157a.57.57%200%200%200%20.414-.527c0-.31-.275-.55-.573-.468c-.36.1-.703.242-1.02.423c-.27.153-.295.517-.076.736a.57.57%200%200%200%20.666.08q.28-.147.59-.244M8%204a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3M5.5%205.5a2.5%202.5%200%201%201%205%200a2.5%202.5%200%200%201-5%200m6%203.5a1.5%201.5%200%200%201%201.5%201.5v.5c0%201.971-1.86%204-5%204s-5-2.029-5-4v-.5A1.5%201.5%200%200%201%204.5%209zm-7%201a.5.5%200%200%200-.5.5v.5c0%201.438%201.432%203%204%203s4-1.562%204-3v-.5a.5.5%200%200%200-.5-.5z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.198%201.162c-.299-.082-.574.158-.574.468c0%20.246.179.454.415.527q.309.096.59.245a.57.57%200%200%200%20.666-.08c.219-.219.194-.583-.075-.736a4.5%204.5%200%200%200-1.022-.424M4.656%206.54c-.073-.236-.28-.415-.527-.415c-.31%200-.55.275-.468.574c.1.36.243.704.424%201.022c.153.27.517.294.736.075a.57.57%200%200%200%20.08-.666a3.5%203.5%200%200%201-.245-.59m6.523-3.334c.219-.219.583-.194.736.075c.18.318.324.66.423%201.02c.082.3-.158.574-.468.574a.57.57%200%200%201-.527-.414a3.5%203.5%200%200%200-.245-.59a.57.57%200%200%201%20.08-.665m1.16%203.493c.081-.299-.159-.574-.469-.574c-.247%200-.454.179-.527.415a3.5%203.5%200%200%201-.245.59a.57.57%200%200%200%20.08.665c.22.219.584.194.737-.075c.18-.318.324-.66.423-1.021M4.655%204.461a.57.57%200%200%201-.527.414c-.31%200-.55-.275-.468-.573q.151-.543.424-1.022c.153-.27.517-.294.736-.075a.57.57%200%200%201%20.08.666a3.5%203.5%200%200%200-.245.59M6.96%202.157a.57.57%200%200%200%20.414-.527c0-.31-.275-.55-.573-.468c-.36.1-.703.242-1.02.423c-.27.153-.295.517-.076.736a.57.57%200%200%200%20.666.08q.28-.147.59-.244M8%204a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3M5.5%205.5a2.5%202.5%200%201%201%205%200a2.5%202.5%200%200%201-5%200m6%203.5a1.5%201.5%200%200%201%201.5%201.5v.5c0%201.971-1.86%204-5%204s-5-2.029-5-4v-.5A1.5%201.5%200%200%201%204.5%209zm-7%201a.5.5%200%200%200-.5.5v.5c0%201.438%201.432%203%204%203s4-1.562%204-3v-.5a.5.5%200%200%200-.5-.5z%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-16-regular.svg?color=%231a73e8&size=48