question mark icon
question-mark-outline from Health Icons by Resolve to Save Lives · Outline · Typography · MIT Free for personal and commercial use.
- Name
- question-mark-outline
- Set
- Health Icons
- Style
- Outline
- Category
- Typography
- Viewbox
- 48×48
- License
- MIT
- Aliases
- question-mark2x-outline
1 other variant in Health Icons
The same icon in other sets
More typography icons from Health Icons
Use the question mark 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.119 9.001L24.032 9h-.064l-.087.001C18.977 9.081 15 13.065 15 18a3 3 0 0 0 6 0c0-1.632 1.326-2.983 3-3c1.674.017 3 1.368 3 3c0 1.642-1.343 3-3.032 3a3 3 0 0 0-3 3v4a3 3 0 0 0 6 0v-1.509C30.474 25.261 33 21.933 33 18c0-4.935-3.977-8.918-8.881-8.999M24.032 11h.048c3.828.06 6.92 3.167 6.92 7c0 3.266-2.245 6.006-5.28 6.78a1 1 0 0 0-.752.97V28a1 1 0 1 1-2 0v-4a1 1 0 0 1 1-1C26.753 23 29 20.756 29 18c0-2.742-2.226-4.978-4.992-5h-.016C21.226 13.021 19 15.258 19 18a1 1 0 1 1-2 0c0-3.833 3.093-6.94 6.92-7zM24 35a1 1 0 1 0 0 2a1 1 0 0 0 0-2m-3 1a3 3 0 1 1 6 0a3 3 0 0 1-6 0" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsQuestionMarkOutline(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.119 9.001L24.032 9h-.064l-.087.001C18.977 9.081 15 13.065 15 18a3 3 0 0 0 6 0c0-1.632 1.326-2.983 3-3c1.674.017 3 1.368 3 3c0 1.642-1.343 3-3.032 3a3 3 0 0 0-3 3v4a3 3 0 0 0 6 0v-1.509C30.474 25.261 33 21.933 33 18c0-4.935-3.977-8.918-8.881-8.999M24.032 11h.048c3.828.06 6.92 3.167 6.92 7c0 3.266-2.245 6.006-5.28 6.78a1 1 0 0 0-.752.97V28a1 1 0 1 1-2 0v-4a1 1 0 0 1 1-1C26.753 23 29 20.756 29 18c0-2.742-2.226-4.978-4.992-5h-.016C21.226 13.021 19 15.258 19 18a1 1 0 1 1-2 0c0-3.833 3.093-6.94 6.92-7zM24 35a1 1 0 1 0 0 2a1 1 0 0 0 0-2m-3 1a3 3 0 1 1 6 0a3 3 0 0 1-6 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.119 9.001L24.032 9h-.064l-.087.001C18.977 9.081 15 13.065 15 18a3 3 0 0 0 6 0c0-1.632 1.326-2.983 3-3c1.674.017 3 1.368 3 3c0 1.642-1.343 3-3.032 3a3 3 0 0 0-3 3v4a3 3 0 0 0 6 0v-1.509C30.474 25.261 33 21.933 33 18c0-4.935-3.977-8.918-8.881-8.999M24.032 11h.048c3.828.06 6.92 3.167 6.92 7c0 3.266-2.245 6.006-5.28 6.78a1 1 0 0 0-.752.97V28a1 1 0 1 1-2 0v-4a1 1 0 0 1 1-1C26.753 23 29 20.756 29 18c0-2.742-2.226-4.978-4.992-5h-.016C21.226 13.021 19 15.258 19 18a1 1 0 1 1-2 0c0-3.833 3.093-6.94 6.92-7zM24 35a1 1 0 1 0 0 2a1 1 0 0 0 0-2m-3 1a3 3 0 1 1 6 0a3 3 0 0 1-6 0" clip-rule="evenodd"/></svg> </template>
CSS
.icon-question-mark-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.119%209.001L24.032%209h-.064l-.087.001C18.977%209.081%2015%2013.065%2015%2018a3%203%200%200%200%206%200c0-1.632%201.326-2.983%203-3c1.674.017%203%201.368%203%203c0%201.642-1.343%203-3.032%203a3%203%200%200%200-3%203v4a3%203%200%200%200%206%200v-1.509C30.474%2025.261%2033%2021.933%2033%2018c0-4.935-3.977-8.918-8.881-8.999M24.032%2011h.048c3.828.06%206.92%203.167%206.92%207c0%203.266-2.245%206.006-5.28%206.78a1%201%200%200%200-.752.97V28a1%201%200%201%201-2%200v-4a1%201%200%200%201%201-1C26.753%2023%2029%2020.756%2029%2018c0-2.742-2.226-4.978-4.992-5h-.016C21.226%2013.021%2019%2015.258%2019%2018a1%201%200%201%201-2%200c0-3.833%203.093-6.94%206.92-7zM24%2035a1%201%200%201%200%200%202a1%201%200%200%200%200-2m-3%201a3%203%200%201%201%206%200a3%203%200%200%201-6%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.119%209.001L24.032%209h-.064l-.087.001C18.977%209.081%2015%2013.065%2015%2018a3%203%200%200%200%206%200c0-1.632%201.326-2.983%203-3c1.674.017%203%201.368%203%203c0%201.642-1.343%203-3.032%203a3%203%200%200%200-3%203v4a3%203%200%200%200%206%200v-1.509C30.474%2025.261%2033%2021.933%2033%2018c0-4.935-3.977-8.918-8.881-8.999M24.032%2011h.048c3.828.06%206.92%203.167%206.92%207c0%203.266-2.245%206.006-5.28%206.78a1%201%200%200%200-.752.97V28a1%201%200%201%201-2%200v-4a1%201%200%200%201%201-1C26.753%2023%2029%2020.756%2029%2018c0-2.742-2.226-4.978-4.992-5h-.016C21.226%2013.021%2019%2015.258%2019%2018a1%201%200%201%201-2%200c0-3.833%203.093-6.94%206.92-7zM24%2035a1%201%200%201%200%200%202a1%201%200%200%200%200-2m-3%201a3%203%200%201%201%206%200a3%203%200%200%201-6%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-mark-outline.svg?color=%231a73e8&size=48