question icon
question-outline from Health Icons by Resolve to Save Lives · Outline · Symbols · MIT Free for personal and commercial use.
- Name
- question-outline
- Set
- Health Icons
- Style
- Outline
- Category
- Symbols
- Viewbox
- 48×48
- License
- MIT
- Aliases
- question2x-outline
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"><path fill="currentColor" fill-rule="evenodd" d="M24.5 29.253a2 2 0 0 1 1.562-1.951c1.694-.38 3.55-1.047 5.192-2.096C33.857 23.546 36 20.87 36 16.845c0-3.557-1.356-6.247-3.48-8.06c-2.097-1.79-4.872-2.664-7.656-2.773c-2.634-.103-5.586.52-8.01 1.906c-2.394 1.37-4.2 3.433-4.83 6.25a1 1 0 0 0 1.952.437c.943-4.215 5.785-6.792 10.81-6.595c2.443.096 4.755.862 6.437 2.297C32.879 11.721 34 13.844 34 16.845c0 3.175-1.64 5.283-3.821 6.675c-2.21 1.41-4.912 2.032-6.749 2.16a1 1 0 0 0-.93.998V32a1 1 0 1 0 2 0zm1.04 4.946c.59-.547.96-1.33.96-2.2v-2.746c1.863-.418 3.947-1.159 5.83-2.36c3.023-1.93 5.67-5.175 5.67-10.048c0-4.114-1.59-7.37-4.18-9.58c-2.515-2.146-5.754-3.13-8.878-3.252c-5.941-.233-13.317 2.778-14.87 9.718a3 3 0 1 0 5.856 1.31c.647-2.893 4.271-5.209 8.78-5.032c2.1.082 3.949.738 5.216 1.82C31.116 12.844 32 14.402 32 16.844c0 2.338-1.147 3.872-2.897 4.99c-1.858 1.185-4.213 1.738-5.812 1.85a3 3 0 0 0-2.791 2.993V32a2.996 2.996 0 0 0 3 3q.255 0 .5-.042a3 3 0 0 0 1.54-.759m.273 2.235a4 4 0 0 0-2.313-.403A3.996 3.996 0 0 0 20 40a4 4 0 1 0 5.813-3.567M24 38a2 2 0 1 0 0 4a2 2 0 0 0 0-4" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsQuestionOutline(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.5 29.253a2 2 0 0 1 1.562-1.951c1.694-.38 3.55-1.047 5.192-2.096C33.857 23.546 36 20.87 36 16.845c0-3.557-1.356-6.247-3.48-8.06c-2.097-1.79-4.872-2.664-7.656-2.773c-2.634-.103-5.586.52-8.01 1.906c-2.394 1.37-4.2 3.433-4.83 6.25a1 1 0 0 0 1.952.437c.943-4.215 5.785-6.792 10.81-6.595c2.443.096 4.755.862 6.437 2.297C32.879 11.721 34 13.844 34 16.845c0 3.175-1.64 5.283-3.821 6.675c-2.21 1.41-4.912 2.032-6.749 2.16a1 1 0 0 0-.93.998V32a1 1 0 1 0 2 0zm1.04 4.946c.59-.547.96-1.33.96-2.2v-2.746c1.863-.418 3.947-1.159 5.83-2.36c3.023-1.93 5.67-5.175 5.67-10.048c0-4.114-1.59-7.37-4.18-9.58c-2.515-2.146-5.754-3.13-8.878-3.252c-5.941-.233-13.317 2.778-14.87 9.718a3 3 0 1 0 5.856 1.31c.647-2.893 4.271-5.209 8.78-5.032c2.1.082 3.949.738 5.216 1.82C31.116 12.844 32 14.402 32 16.844c0 2.338-1.147 3.872-2.897 4.99c-1.858 1.185-4.213 1.738-5.812 1.85a3 3 0 0 0-2.791 2.993V32a2.996 2.996 0 0 0 3 3q.255 0 .5-.042a3 3 0 0 0 1.54-.759m.273 2.235a4 4 0 0 0-2.313-.403A3.996 3.996 0 0 0 20 40a4 4 0 1 0 5.813-3.567M24 38a2 2 0 1 0 0 4a2 2 0 0 0 0-4" 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.5 29.253a2 2 0 0 1 1.562-1.951c1.694-.38 3.55-1.047 5.192-2.096C33.857 23.546 36 20.87 36 16.845c0-3.557-1.356-6.247-3.48-8.06c-2.097-1.79-4.872-2.664-7.656-2.773c-2.634-.103-5.586.52-8.01 1.906c-2.394 1.37-4.2 3.433-4.83 6.25a1 1 0 0 0 1.952.437c.943-4.215 5.785-6.792 10.81-6.595c2.443.096 4.755.862 6.437 2.297C32.879 11.721 34 13.844 34 16.845c0 3.175-1.64 5.283-3.821 6.675c-2.21 1.41-4.912 2.032-6.749 2.16a1 1 0 0 0-.93.998V32a1 1 0 1 0 2 0zm1.04 4.946c.59-.547.96-1.33.96-2.2v-2.746c1.863-.418 3.947-1.159 5.83-2.36c3.023-1.93 5.67-5.175 5.67-10.048c0-4.114-1.59-7.37-4.18-9.58c-2.515-2.146-5.754-3.13-8.878-3.252c-5.941-.233-13.317 2.778-14.87 9.718a3 3 0 1 0 5.856 1.31c.647-2.893 4.271-5.209 8.78-5.032c2.1.082 3.949.738 5.216 1.82C31.116 12.844 32 14.402 32 16.844c0 2.338-1.147 3.872-2.897 4.99c-1.858 1.185-4.213 1.738-5.812 1.85a3 3 0 0 0-2.791 2.993V32a2.996 2.996 0 0 0 3 3q.255 0 .5-.042a3 3 0 0 0 1.54-.759m.273 2.235a4 4 0 0 0-2.313-.403A3.996 3.996 0 0 0 20 40a4 4 0 1 0 5.813-3.567M24 38a2 2 0 1 0 0 4a2 2 0 0 0 0-4" clip-rule="evenodd"/></svg> </template>
CSS
.icon-question-outline {
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.5%2029.253a2%202%200%200%201%201.562-1.951c1.694-.38%203.55-1.047%205.192-2.096C33.857%2023.546%2036%2020.87%2036%2016.845c0-3.557-1.356-6.247-3.48-8.06c-2.097-1.79-4.872-2.664-7.656-2.773c-2.634-.103-5.586.52-8.01%201.906c-2.394%201.37-4.2%203.433-4.83%206.25a1%201%200%200%200%201.952.437c.943-4.215%205.785-6.792%2010.81-6.595c2.443.096%204.755.862%206.437%202.297C32.879%2011.721%2034%2013.844%2034%2016.845c0%203.175-1.64%205.283-3.821%206.675c-2.21%201.41-4.912%202.032-6.749%202.16a1%201%200%200%200-.93.998V32a1%201%200%201%200%202%200zm1.04%204.946c.59-.547.96-1.33.96-2.2v-2.746c1.863-.418%203.947-1.159%205.83-2.36c3.023-1.93%205.67-5.175%205.67-10.048c0-4.114-1.59-7.37-4.18-9.58c-2.515-2.146-5.754-3.13-8.878-3.252c-5.941-.233-13.317%202.778-14.87%209.718a3%203%200%201%200%205.856%201.31c.647-2.893%204.271-5.209%208.78-5.032c2.1.082%203.949.738%205.216%201.82C31.116%2012.844%2032%2014.402%2032%2016.844c0%202.338-1.147%203.872-2.897%204.99c-1.858%201.185-4.213%201.738-5.812%201.85a3%203%200%200%200-2.791%202.993V32a2.996%202.996%200%200%200%203%203q.255%200%20.5-.042a3%203%200%200%200%201.54-.759m.273%202.235a4%204%200%200%200-2.313-.403A3.996%203.996%200%200%200%2020%2040a4%204%200%201%200%205.813-3.567M24%2038a2%202%200%201%200%200%204a2%202%200%200%200%200-4%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.5%2029.253a2%202%200%200%201%201.562-1.951c1.694-.38%203.55-1.047%205.192-2.096C33.857%2023.546%2036%2020.87%2036%2016.845c0-3.557-1.356-6.247-3.48-8.06c-2.097-1.79-4.872-2.664-7.656-2.773c-2.634-.103-5.586.52-8.01%201.906c-2.394%201.37-4.2%203.433-4.83%206.25a1%201%200%200%200%201.952.437c.943-4.215%205.785-6.792%2010.81-6.595c2.443.096%204.755.862%206.437%202.297C32.879%2011.721%2034%2013.844%2034%2016.845c0%203.175-1.64%205.283-3.821%206.675c-2.21%201.41-4.912%202.032-6.749%202.16a1%201%200%200%200-.93.998V32a1%201%200%201%200%202%200zm1.04%204.946c.59-.547.96-1.33.96-2.2v-2.746c1.863-.418%203.947-1.159%205.83-2.36c3.023-1.93%205.67-5.175%205.67-10.048c0-4.114-1.59-7.37-4.18-9.58c-2.515-2.146-5.754-3.13-8.878-3.252c-5.941-.233-13.317%202.778-14.87%209.718a3%203%200%201%200%205.856%201.31c.647-2.893%204.271-5.209%208.78-5.032c2.1.082%203.949.738%205.216%201.82C31.116%2012.844%2032%2014.402%2032%2016.844c0%202.338-1.147%203.872-2.897%204.99c-1.858%201.185-4.213%201.738-5.812%201.85a3%203%200%200%200-2.791%202.993V32a2.996%202.996%200%200%200%203%203q.255%200%20.5-.042a3%203%200%200%200%201.54-.759m.273%202.235a4%204%200%200%200-2.313-.403A3.996%203.996%200%200%200%2020%2040a4%204%200%201%200%205.813-3.567M24%2038a2%202%200%201%200%200%204a2%202%200%200%200%200-4%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-outline.svg?color=%231a73e8&size=48