person circle question icon

person-circle-question from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.

Name
person-circle-question
Set
Font Awesome 6 Solid
Style
Regular
Viewbox
576×512
License
CC BY 4.0

The same icon in other sets

Related icons in Font Awesome 6 Solid

Use the person circle question icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M112 48a48 48 0 1 1 96 0a48 48 0 1 1-96 0m40 304v128c0 17.7-14.3 32-32 32s-32-14.3-32-32V256.9l-28.6 47.6c-9.1 15.1-28.8 20-43.9 10.9s-20-28.8-10.9-43.9l58.3-97c17.4-28.9 48.6-46.6 82.3-46.6h29.7c33.7 0 64.9 17.7 82.3 46.6l44.9 74.7c-16.1 17.6-28.6 38.5-36.6 61.5c-1.9-1.8-3.5-3.9-4.9-6.3L232 256.9V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V352zm280-128a144 144 0 1 1 0 288a144 144 0 1 1 0-288m0 240a24 24 0 1 0 0-48a24 24 0 1 0 0 48m-64-142.4v6.4c0 8.8 7.2 16 16 16s16-7.2 16-16v-6.4c0-5.3 4.3-9.6 9.6-9.6h40.5c7.7 0 13.9 6.2 13.9 13.9c0 5.2-2.9 9.9-7.4 12.3l-32 16.8c-5.3 2.8-8.6 8.2-8.6 14.2V384c0 8.8 7.2 16 16 16s16-7.2 16-16v-5.1l23.5-12.3C486.6 358.7 496 343 496 326c0-25.4-20.6-45.9-45.9-45.9h-40.5c-23 0-41.6 18.6-41.6 41.6z"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidPersonCircleQuestion(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M112 48a48 48 0 1 1 96 0a48 48 0 1 1-96 0m40 304v128c0 17.7-14.3 32-32 32s-32-14.3-32-32V256.9l-28.6 47.6c-9.1 15.1-28.8 20-43.9 10.9s-20-28.8-10.9-43.9l58.3-97c17.4-28.9 48.6-46.6 82.3-46.6h29.7c33.7 0 64.9 17.7 82.3 46.6l44.9 74.7c-16.1 17.6-28.6 38.5-36.6 61.5c-1.9-1.8-3.5-3.9-4.9-6.3L232 256.9V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V352zm280-128a144 144 0 1 1 0 288a144 144 0 1 1 0-288m0 240a24 24 0 1 0 0-48a24 24 0 1 0 0 48m-64-142.4v6.4c0 8.8 7.2 16 16 16s16-7.2 16-16v-6.4c0-5.3 4.3-9.6 9.6-9.6h40.5c7.7 0 13.9 6.2 13.9 13.9c0 5.2-2.9 9.9-7.4 12.3l-32 16.8c-5.3 2.8-8.6 8.2-8.6 14.2V384c0 8.8 7.2 16 16 16s16-7.2 16-16v-5.1l23.5-12.3C486.6 358.7 496 343 496 326c0-25.4-20.6-45.9-45.9-45.9h-40.5c-23 0-41.6 18.6-41.6 41.6z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M112 48a48 48 0 1 1 96 0a48 48 0 1 1-96 0m40 304v128c0 17.7-14.3 32-32 32s-32-14.3-32-32V256.9l-28.6 47.6c-9.1 15.1-28.8 20-43.9 10.9s-20-28.8-10.9-43.9l58.3-97c17.4-28.9 48.6-46.6 82.3-46.6h29.7c33.7 0 64.9 17.7 82.3 46.6l44.9 74.7c-16.1 17.6-28.6 38.5-36.6 61.5c-1.9-1.8-3.5-3.9-4.9-6.3L232 256.9V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V352zm280-128a144 144 0 1 1 0 288a144 144 0 1 1 0-288m0 240a24 24 0 1 0 0-48a24 24 0 1 0 0 48m-64-142.4v6.4c0 8.8 7.2 16 16 16s16-7.2 16-16v-6.4c0-5.3 4.3-9.6 9.6-9.6h40.5c7.7 0 13.9 6.2 13.9 13.9c0 5.2-2.9 9.9-7.4 12.3l-32 16.8c-5.3 2.8-8.6 8.2-8.6 14.2V384c0 8.8 7.2 16 16 16s16-7.2 16-16v-5.1l23.5-12.3C486.6 358.7 496 343 496 326c0-25.4-20.6-45.9-45.9-45.9h-40.5c-23 0-41.6 18.6-41.6 41.6z"/></svg>
</template>

CSS

.icon-person-circle-question {
  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%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M112%2048a48%2048%200%201%201%2096%200a48%2048%200%201%201-96%200m40%20304v128c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32V256.9l-28.6%2047.6c-9.1%2015.1-28.8%2020-43.9%2010.9s-20-28.8-10.9-43.9l58.3-97c17.4-28.9%2048.6-46.6%2082.3-46.6h29.7c33.7%200%2064.9%2017.7%2082.3%2046.6l44.9%2074.7c-16.1%2017.6-28.6%2038.5-36.6%2061.5c-1.9-1.8-3.5-3.9-4.9-6.3L232%20256.9V480c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32V352zm280-128a144%20144%200%201%201%200%20288a144%20144%200%201%201%200-288m0%20240a24%2024%200%201%200%200-48a24%2024%200%201%200%200%2048m-64-142.4v6.4c0%208.8%207.2%2016%2016%2016s16-7.2%2016-16v-6.4c0-5.3%204.3-9.6%209.6-9.6h40.5c7.7%200%2013.9%206.2%2013.9%2013.9c0%205.2-2.9%209.9-7.4%2012.3l-32%2016.8c-5.3%202.8-8.6%208.2-8.6%2014.2V384c0%208.8%207.2%2016%2016%2016s16-7.2%2016-16v-5.1l23.5-12.3C486.6%20358.7%20496%20343%20496%20326c0-25.4-20.6-45.9-45.9-45.9h-40.5c-23%200-41.6%2018.6-41.6%2041.6z%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%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M112%2048a48%2048%200%201%201%2096%200a48%2048%200%201%201-96%200m40%20304v128c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32V256.9l-28.6%2047.6c-9.1%2015.1-28.8%2020-43.9%2010.9s-20-28.8-10.9-43.9l58.3-97c17.4-28.9%2048.6-46.6%2082.3-46.6h29.7c33.7%200%2064.9%2017.7%2082.3%2046.6l44.9%2074.7c-16.1%2017.6-28.6%2038.5-36.6%2061.5c-1.9-1.8-3.5-3.9-4.9-6.3L232%20256.9V480c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32V352zm280-128a144%20144%200%201%201%200%20288a144%20144%200%201%201%200-288m0%20240a24%2024%200%201%200%200-48a24%2024%200%201%200%200%2048m-64-142.4v6.4c0%208.8%207.2%2016%2016%2016s16-7.2%2016-16v-6.4c0-5.3%204.3-9.6%209.6-9.6h40.5c7.7%200%2013.9%206.2%2013.9%2013.9c0%205.2-2.9%209.9-7.4%2012.3l-32%2016.8c-5.3%202.8-8.6%208.2-8.6%2014.2V384c0%208.8%207.2%2016%2016%2016s16-7.2%2016-16v-5.1l23.5-12.3C486.6%20358.7%20496%20343%20496%20326c0-25.4-20.6-45.9-45.9-45.9h-40.5c-23%200-41.6%2018.6-41.6%2041.6z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/person-circle-question.svg?color=%231a73e8&size=48