question circle icon

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

Name
question-circle
Set
Health Icons
Style
Filled
Category
Symbols
Viewbox
48×48
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 48 48"><path fill="currentColor" fill-rule="evenodd" d="M24 44c11.046 0 20-8.954 20-20S35.046 4 24 4S4 12.954 4 24s8.954 20 20 20m7.663-31.697C33.69 13.868 35 16.23 35 19.29c0 3.52-1.954 5.954-4.19 7.445c-1.527 1.02-3.258 1.66-4.81 1.994V30a2 2 0 1 1-4 0v-3a2 2 0 0 1 1.874-1.996c1.302-.082 3.2-.584 4.716-1.596C30.054 22.431 31 21.11 31 19.29c0-1.794-.714-2.997-1.782-3.822c-1.133-.875-2.776-1.396-4.614-1.461c-1.83-.065-3.673.33-5.103 1.08c-1.43.751-2.286 1.756-2.56 2.863a2 2 0 1 1-3.883-.96c.627-2.535 2.472-4.336 4.585-5.444c2.114-1.11 4.659-1.623 7.103-1.537c2.437.087 4.956.78 6.917 2.294M22 36a2 2 0 1 1 4 0a2 2 0 0 1-4 0" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsQuestionCircle(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fillRule="evenodd" d="M24 44c11.046 0 20-8.954 20-20S35.046 4 24 4S4 12.954 4 24s8.954 20 20 20m7.663-31.697C33.69 13.868 35 16.23 35 19.29c0 3.52-1.954 5.954-4.19 7.445c-1.527 1.02-3.258 1.66-4.81 1.994V30a2 2 0 1 1-4 0v-3a2 2 0 0 1 1.874-1.996c1.302-.082 3.2-.584 4.716-1.596C30.054 22.431 31 21.11 31 19.29c0-1.794-.714-2.997-1.782-3.822c-1.133-.875-2.776-1.396-4.614-1.461c-1.83-.065-3.673.33-5.103 1.08c-1.43.751-2.286 1.756-2.56 2.863a2 2 0 1 1-3.883-.96c.627-2.535 2.472-4.336 4.585-5.444c2.114-1.11 4.659-1.623 7.103-1.537c2.437.087 4.956.78 6.917 2.294M22 36a2 2 0 1 1 4 0a2 2 0 0 1-4 0" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M24 44c11.046 0 20-8.954 20-20S35.046 4 24 4S4 12.954 4 24s8.954 20 20 20m7.663-31.697C33.69 13.868 35 16.23 35 19.29c0 3.52-1.954 5.954-4.19 7.445c-1.527 1.02-3.258 1.66-4.81 1.994V30a2 2 0 1 1-4 0v-3a2 2 0 0 1 1.874-1.996c1.302-.082 3.2-.584 4.716-1.596C30.054 22.431 31 21.11 31 19.29c0-1.794-.714-2.997-1.782-3.822c-1.133-.875-2.776-1.396-4.614-1.461c-1.83-.065-3.673.33-5.103 1.08c-1.43.751-2.286 1.756-2.56 2.863a2 2 0 1 1-3.883-.96c.627-2.535 2.472-4.336 4.585-5.444c2.114-1.11 4.659-1.623 7.103-1.537c2.437.087 4.956.78 6.917 2.294M22 36a2 2 0 1 1 4 0a2 2 0 0 1-4 0" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-question-circle {
  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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M24%2044c11.046%200%2020-8.954%2020-20S35.046%204%2024%204S4%2012.954%204%2024s8.954%2020%2020%2020m7.663-31.697C33.69%2013.868%2035%2016.23%2035%2019.29c0%203.52-1.954%205.954-4.19%207.445c-1.527%201.02-3.258%201.66-4.81%201.994V30a2%202%200%201%201-4%200v-3a2%202%200%200%201%201.874-1.996c1.302-.082%203.2-.584%204.716-1.596C30.054%2022.431%2031%2021.11%2031%2019.29c0-1.794-.714-2.997-1.782-3.822c-1.133-.875-2.776-1.396-4.614-1.461c-1.83-.065-3.673.33-5.103%201.08c-1.43.751-2.286%201.756-2.56%202.863a2%202%200%201%201-3.883-.96c.627-2.535%202.472-4.336%204.585-5.444c2.114-1.11%204.659-1.623%207.103-1.537c2.437.087%204.956.78%206.917%202.294M22%2036a2%202%200%201%201%204%200a2%202%200%200%201-4%200%22%20clip-rule%3D%22evenodd%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M24%2044c11.046%200%2020-8.954%2020-20S35.046%204%2024%204S4%2012.954%204%2024s8.954%2020%2020%2020m7.663-31.697C33.69%2013.868%2035%2016.23%2035%2019.29c0%203.52-1.954%205.954-4.19%207.445c-1.527%201.02-3.258%201.66-4.81%201.994V30a2%202%200%201%201-4%200v-3a2%202%200%200%201%201.874-1.996c1.302-.082%203.2-.584%204.716-1.596C30.054%2022.431%2031%2021.11%2031%2019.29c0-1.794-.714-2.997-1.782-3.822c-1.133-.875-2.776-1.396-4.614-1.461c-1.83-.065-3.673.33-5.103%201.08c-1.43.751-2.286%201.756-2.56%202.863a2%202%200%201%201-3.883-.96c.627-2.535%202.472-4.336%204.585-5.444c2.114-1.11%204.659-1.623%207.103-1.537c2.437.087%204.956.78%206.917%202.294M22%2036a2%202%200%201%201%204%200a2%202%200%200%201-4%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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