question icon
question from Health Icons by Resolve to Save Lives · Filled · Symbols · MIT Free for personal and commercial use.
- Name
- question
- Set
- Health Icons
- Style
- Filled
- Category
- Symbols
- Viewbox
- 48×48
- License
- MIT
3 other variants in Health Icons
The same icon in other sets
questionAkar Iconsquestion-outlinedAnt Design IconsquestionBootstrap IconsquestionCodiconsquestionFramework7 IconsquestionFont Awesome 6 SolidquestionFont Awesome Solidquestion-16-filledFluent UI System IconsquestionHuge IconsquestionLine AwesomequestionMaterial Line Iconsquestion-fillMingCute IconquestionMyna UI IconsquestionOcticonsquestionPhosphorquestionPrime Iconsquestion-fillRemix Iconquestion-outlineTeenyiconsquestionUnicons
More symbols icons from Health Icons
Use the question icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M37.5 16.845c0-3.974-1.532-7.09-4.005-9.2c-2.41-2.057-5.533-3.013-8.572-3.132c-5.822-.228-12.885 2.725-14.363 9.328a2.5 2.5 0 1 0 4.88 1.091c.722-3.23 4.66-5.604 9.287-5.423c2.186.086 4.15.769 5.522 1.94c1.308 1.115 2.251 2.815 2.251 5.396c0 2.549-1.272 4.226-3.128 5.41c-1.946 1.242-4.388 1.813-6.046 1.929A2.5 2.5 0 0 0 21 26.678V31a2.5 2.5 0 1 0 5 0v-2.151c1.91-.388 4.102-1.128 6.062-2.378c2.916-1.861 5.438-4.964 5.438-9.626M24 36a4 4 0 1 0 0 8a4 4 0 0 0 0-8"/><path fill-rule="evenodd" d="M24 28.849a2 2 0 0 1 1.602-1.96c1.735-.353 3.68-1.017 5.384-2.104c2.495-1.593 4.514-4.126 4.514-7.94c0-3.418-1.297-5.966-3.303-7.679c-1.995-1.702-4.654-2.549-7.352-2.654c-2.574-.101-5.417.508-7.738 1.838c-2.295 1.315-4.003 3.28-4.595 5.927a.5.5 0 1 0 .976.219c1.02-4.558 6.182-7.187 11.317-6.985c2.529.099 4.956.892 6.742 2.416c1.774 1.513 2.953 3.779 2.953 6.918c0 3.388-1.766 5.638-4.052 7.097c-2.298 1.466-5.086 2.105-6.983 2.237a.5.5 0 0 0-.465.499V31a.5.5 0 1 0 1 0zM24 38a2 2 0 1 0 0 4a2 2 0 0 0 0-4m9.495-30.355c2.473 2.11 4.005 5.226 4.005 9.2c0 4.662-2.522 7.765-5.438 9.626c-1.96 1.25-4.151 1.99-6.062 2.378V31a2.5 2.5 0 0 1-5 0v-4.322a2.5 2.5 0 0 1 2.326-2.494c1.658-.116 4.1-.687 6.046-1.928c1.856-1.185 3.128-2.862 3.128-5.411c0-2.581-.943-4.28-2.25-5.397c-1.372-1.17-3.337-1.853-5.523-1.939c-4.628-.181-8.565 2.193-9.287 5.423a2.5 2.5 0 1 1-4.88-1.091c1.478-6.603 8.54-9.556 14.363-9.328c3.039.12 6.162 1.075 8.572 3.132M20 40a4 4 0 1 1 8 0a4 4 0 0 1-8 0" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsQuestion(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M37.5 16.845c0-3.974-1.532-7.09-4.005-9.2c-2.41-2.057-5.533-3.013-8.572-3.132c-5.822-.228-12.885 2.725-14.363 9.328a2.5 2.5 0 1 0 4.88 1.091c.722-3.23 4.66-5.604 9.287-5.423c2.186.086 4.15.769 5.522 1.94c1.308 1.115 2.251 2.815 2.251 5.396c0 2.549-1.272 4.226-3.128 5.41c-1.946 1.242-4.388 1.813-6.046 1.929A2.5 2.5 0 0 0 21 26.678V31a2.5 2.5 0 1 0 5 0v-2.151c1.91-.388 4.102-1.128 6.062-2.378c2.916-1.861 5.438-4.964 5.438-9.626M24 36a4 4 0 1 0 0 8a4 4 0 0 0 0-8"/><path fillRule="evenodd" d="M24 28.849a2 2 0 0 1 1.602-1.96c1.735-.353 3.68-1.017 5.384-2.104c2.495-1.593 4.514-4.126 4.514-7.94c0-3.418-1.297-5.966-3.303-7.679c-1.995-1.702-4.654-2.549-7.352-2.654c-2.574-.101-5.417.508-7.738 1.838c-2.295 1.315-4.003 3.28-4.595 5.927a.5.5 0 1 0 .976.219c1.02-4.558 6.182-7.187 11.317-6.985c2.529.099 4.956.892 6.742 2.416c1.774 1.513 2.953 3.779 2.953 6.918c0 3.388-1.766 5.638-4.052 7.097c-2.298 1.466-5.086 2.105-6.983 2.237a.5.5 0 0 0-.465.499V31a.5.5 0 1 0 1 0zM24 38a2 2 0 1 0 0 4a2 2 0 0 0 0-4m9.495-30.355c2.473 2.11 4.005 5.226 4.005 9.2c0 4.662-2.522 7.765-5.438 9.626c-1.96 1.25-4.151 1.99-6.062 2.378V31a2.5 2.5 0 0 1-5 0v-4.322a2.5 2.5 0 0 1 2.326-2.494c1.658-.116 4.1-.687 6.046-1.928c1.856-1.185 3.128-2.862 3.128-5.411c0-2.581-.943-4.28-2.25-5.397c-1.372-1.17-3.337-1.853-5.523-1.939c-4.628-.181-8.565 2.193-9.287 5.423a2.5 2.5 0 1 1-4.88-1.091c1.478-6.603 8.54-9.556 14.363-9.328c3.039.12 6.162 1.075 8.572 3.132M20 40a4 4 0 1 1 8 0a4 4 0 0 1-8 0" clipRule="evenodd"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M37.5 16.845c0-3.974-1.532-7.09-4.005-9.2c-2.41-2.057-5.533-3.013-8.572-3.132c-5.822-.228-12.885 2.725-14.363 9.328a2.5 2.5 0 1 0 4.88 1.091c.722-3.23 4.66-5.604 9.287-5.423c2.186.086 4.15.769 5.522 1.94c1.308 1.115 2.251 2.815 2.251 5.396c0 2.549-1.272 4.226-3.128 5.41c-1.946 1.242-4.388 1.813-6.046 1.929A2.5 2.5 0 0 0 21 26.678V31a2.5 2.5 0 1 0 5 0v-2.151c1.91-.388 4.102-1.128 6.062-2.378c2.916-1.861 5.438-4.964 5.438-9.626M24 36a4 4 0 1 0 0 8a4 4 0 0 0 0-8"/><path fill-rule="evenodd" d="M24 28.849a2 2 0 0 1 1.602-1.96c1.735-.353 3.68-1.017 5.384-2.104c2.495-1.593 4.514-4.126 4.514-7.94c0-3.418-1.297-5.966-3.303-7.679c-1.995-1.702-4.654-2.549-7.352-2.654c-2.574-.101-5.417.508-7.738 1.838c-2.295 1.315-4.003 3.28-4.595 5.927a.5.5 0 1 0 .976.219c1.02-4.558 6.182-7.187 11.317-6.985c2.529.099 4.956.892 6.742 2.416c1.774 1.513 2.953 3.779 2.953 6.918c0 3.388-1.766 5.638-4.052 7.097c-2.298 1.466-5.086 2.105-6.983 2.237a.5.5 0 0 0-.465.499V31a.5.5 0 1 0 1 0zM24 38a2 2 0 1 0 0 4a2 2 0 0 0 0-4m9.495-30.355c2.473 2.11 4.005 5.226 4.005 9.2c0 4.662-2.522 7.765-5.438 9.626c-1.96 1.25-4.151 1.99-6.062 2.378V31a2.5 2.5 0 0 1-5 0v-4.322a2.5 2.5 0 0 1 2.326-2.494c1.658-.116 4.1-.687 6.046-1.928c1.856-1.185 3.128-2.862 3.128-5.411c0-2.581-.943-4.28-2.25-5.397c-1.372-1.17-3.337-1.853-5.523-1.939c-4.628-.181-8.565 2.193-9.287 5.423a2.5 2.5 0 1 1-4.88-1.091c1.478-6.603 8.54-9.556 14.363-9.328c3.039.12 6.162 1.075 8.572 3.132M20 40a4 4 0 1 1 8 0a4 4 0 0 1-8 0" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M37.5%2016.845c0-3.974-1.532-7.09-4.005-9.2c-2.41-2.057-5.533-3.013-8.572-3.132c-5.822-.228-12.885%202.725-14.363%209.328a2.5%202.5%200%201%200%204.88%201.091c.722-3.23%204.66-5.604%209.287-5.423c2.186.086%204.15.769%205.522%201.94c1.308%201.115%202.251%202.815%202.251%205.396c0%202.549-1.272%204.226-3.128%205.41c-1.946%201.242-4.388%201.813-6.046%201.929A2.5%202.5%200%200%200%2021%2026.678V31a2.5%202.5%200%201%200%205%200v-2.151c1.91-.388%204.102-1.128%206.062-2.378c2.916-1.861%205.438-4.964%205.438-9.626M24%2036a4%204%200%201%200%200%208a4%204%200%200%200%200-8%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M24%2028.849a2%202%200%200%201%201.602-1.96c1.735-.353%203.68-1.017%205.384-2.104c2.495-1.593%204.514-4.126%204.514-7.94c0-3.418-1.297-5.966-3.303-7.679c-1.995-1.702-4.654-2.549-7.352-2.654c-2.574-.101-5.417.508-7.738%201.838c-2.295%201.315-4.003%203.28-4.595%205.927a.5.5%200%201%200%20.976.219c1.02-4.558%206.182-7.187%2011.317-6.985c2.529.099%204.956.892%206.742%202.416c1.774%201.513%202.953%203.779%202.953%206.918c0%203.388-1.766%205.638-4.052%207.097c-2.298%201.466-5.086%202.105-6.983%202.237a.5.5%200%200%200-.465.499V31a.5.5%200%201%200%201%200zM24%2038a2%202%200%201%200%200%204a2%202%200%200%200%200-4m9.495-30.355c2.473%202.11%204.005%205.226%204.005%209.2c0%204.662-2.522%207.765-5.438%209.626c-1.96%201.25-4.151%201.99-6.062%202.378V31a2.5%202.5%200%200%201-5%200v-4.322a2.5%202.5%200%200%201%202.326-2.494c1.658-.116%204.1-.687%206.046-1.928c1.856-1.185%203.128-2.862%203.128-5.411c0-2.581-.943-4.28-2.25-5.397c-1.372-1.17-3.337-1.853-5.523-1.939c-4.628-.181-8.565%202.193-9.287%205.423a2.5%202.5%200%201%201-4.88-1.091c1.478-6.603%208.54-9.556%2014.363-9.328c3.039.12%206.162%201.075%208.572%203.132M20%2040a4%204%200%201%201%208%200a4%204%200%200%201-8%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M37.5%2016.845c0-3.974-1.532-7.09-4.005-9.2c-2.41-2.057-5.533-3.013-8.572-3.132c-5.822-.228-12.885%202.725-14.363%209.328a2.5%202.5%200%201%200%204.88%201.091c.722-3.23%204.66-5.604%209.287-5.423c2.186.086%204.15.769%205.522%201.94c1.308%201.115%202.251%202.815%202.251%205.396c0%202.549-1.272%204.226-3.128%205.41c-1.946%201.242-4.388%201.813-6.046%201.929A2.5%202.5%200%200%200%2021%2026.678V31a2.5%202.5%200%201%200%205%200v-2.151c1.91-.388%204.102-1.128%206.062-2.378c2.916-1.861%205.438-4.964%205.438-9.626M24%2036a4%204%200%201%200%200%208a4%204%200%200%200%200-8%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M24%2028.849a2%202%200%200%201%201.602-1.96c1.735-.353%203.68-1.017%205.384-2.104c2.495-1.593%204.514-4.126%204.514-7.94c0-3.418-1.297-5.966-3.303-7.679c-1.995-1.702-4.654-2.549-7.352-2.654c-2.574-.101-5.417.508-7.738%201.838c-2.295%201.315-4.003%203.28-4.595%205.927a.5.5%200%201%200%20.976.219c1.02-4.558%206.182-7.187%2011.317-6.985c2.529.099%204.956.892%206.742%202.416c1.774%201.513%202.953%203.779%202.953%206.918c0%203.388-1.766%205.638-4.052%207.097c-2.298%201.466-5.086%202.105-6.983%202.237a.5.5%200%200%200-.465.499V31a.5.5%200%201%200%201%200zM24%2038a2%202%200%201%200%200%204a2%202%200%200%200%200-4m9.495-30.355c2.473%202.11%204.005%205.226%204.005%209.2c0%204.662-2.522%207.765-5.438%209.626c-1.96%201.25-4.151%201.99-6.062%202.378V31a2.5%202.5%200%200%201-5%200v-4.322a2.5%202.5%200%200%201%202.326-2.494c1.658-.116%204.1-.687%206.046-1.928c1.856-1.185%203.128-2.862%203.128-5.411c0-2.581-.943-4.28-2.25-5.397c-1.372-1.17-3.337-1.853-5.523-1.939c-4.628-.181-8.565%202.193-9.287%205.423a2.5%202.5%200%201%201-4.88-1.091c1.478-6.603%208.54-9.556%2014.363-9.328c3.039.12%206.162%201.075%208.572%203.132M20%2040a4%204%200%201%201%208%200a4%204%200%200%201-8%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/question.svg?color=%231a73e8&size=48