question circle icon

question-circle-24px from Health Icons by Resolve to Save Lives · Filled 24px · Symbols · MIT Free for personal and commercial use.

Name
question-circle-24px
Set
Health Icons
Style
Filled 24px
Category
Symbols
Viewbox
24×24
License
MIT

3 other variants in Health Icons

The same icon in other sets

More symbols icons from Health Icons

Use the question circle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" stroke="currentColor" stroke-width="2" d="M12 3a9 9 0 1 1 0 18a9 9 0 0 1 0-18Zm.06 2C9.466 5 6.75 6.839 6.75 9.8a2 2 0 1 0 4 0c0-.163.285-.8 1.31-.8c1.024 0 1.308.637 1.308.8c0 .066-.206.783-1.527.8a2.06 2.06 0 0 0-2.036 2.06V14c0 .585.252 1.109.652 1.475a2 2 0 1 0 2.64.05c.362-.308.611-.74.683-1.233c1.929-.622 3.588-2.191 3.588-4.492c0-2.961-2.715-4.8-5.308-4.8Z"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsQuestionCircle24px(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" stroke="currentColor" strokeWidth="2" d="M12 3a9 9 0 1 1 0 18a9 9 0 0 1 0-18Zm.06 2C9.466 5 6.75 6.839 6.75 9.8a2 2 0 1 0 4 0c0-.163.285-.8 1.31-.8c1.024 0 1.308.637 1.308.8c0 .066-.206.783-1.527.8a2.06 2.06 0 0 0-2.036 2.06V14c0 .585.252 1.109.652 1.475a2 2 0 1 0 2.64.05c.362-.308.611-.74.683-1.233c1.929-.622 3.588-2.191 3.588-4.492c0-2.961-2.715-4.8-5.308-4.8Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" stroke="currentColor" stroke-width="2" d="M12 3a9 9 0 1 1 0 18a9 9 0 0 1 0-18Zm.06 2C9.466 5 6.75 6.839 6.75 9.8a2 2 0 1 0 4 0c0-.163.285-.8 1.31-.8c1.024 0 1.308.637 1.308.8c0 .066-.206.783-1.527.8a2.06 2.06 0 0 0-2.036 2.06V14c0 .585.252 1.109.652 1.475a2 2 0 1 0 2.64.05c.362-.308.611-.74.683-1.233c1.929-.622 3.588-2.191 3.588-4.492c0-2.961-2.715-4.8-5.308-4.8Z"/></svg>
</template>

CSS

.icon-question-circle-24px {
  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%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20d%3D%22M12%203a9%209%200%201%201%200%2018a9%209%200%200%201%200-18Zm.06%202C9.466%205%206.75%206.839%206.75%209.8a2%202%200%201%200%204%200c0-.163.285-.8%201.31-.8c1.024%200%201.308.637%201.308.8c0%20.066-.206.783-1.527.8a2.06%202.06%200%200%200-2.036%202.06V14c0%20.585.252%201.109.652%201.475a2%202%200%201%200%202.64.05c.362-.308.611-.74.683-1.233c1.929-.622%203.588-2.191%203.588-4.492c0-2.961-2.715-4.8-5.308-4.8Z%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%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20d%3D%22M12%203a9%209%200%201%201%200%2018a9%209%200%200%201%200-18Zm.06%202C9.466%205%206.75%206.839%206.75%209.8a2%202%200%201%200%204%200c0-.163.285-.8%201.31-.8c1.024%200%201.308.637%201.308.8c0%20.066-.206.783-1.527.8a2.06%202.06%200%200%200-2.036%202.06V14c0%20.585.252%201.109.652%201.475a2%202%200%201%200%202.64.05c.362-.308.611-.74.683-1.233c1.929-.622%203.588-2.191%203.588-4.492c0-2.961-2.715-4.8-5.308-4.8Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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