question mark icon
question-mark-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- question-mark-light
- Set
- Phosphor
- Style
- Light
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Use the question mark icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M190 96c0 28-24.62 51.11-56 53.75V160a6 6 0 0 1-12 0v-16a6 6 0 0 1 6-6c27.57 0 50-18.84 50-42s-22.43-42-50-42s-50 18.84-50 42a6 6 0 0 1-12 0c0-29.78 27.81-54 62-54s62 24.22 62 54m-62 98a14 14 0 1 0 14 14a14 14 0 0 0-14-14"/></svg>
React
import type { SVGProps } from "react";
export function PhQuestionMarkLight(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M190 96c0 28-24.62 51.11-56 53.75V160a6 6 0 0 1-12 0v-16a6 6 0 0 1 6-6c27.57 0 50-18.84 50-42s-22.43-42-50-42s-50 18.84-50 42a6 6 0 0 1-12 0c0-29.78 27.81-54 62-54s62 24.22 62 54m-62 98a14 14 0 1 0 14 14a14 14 0 0 0-14-14"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M190 96c0 28-24.62 51.11-56 53.75V160a6 6 0 0 1-12 0v-16a6 6 0 0 1 6-6c27.57 0 50-18.84 50-42s-22.43-42-50-42s-50 18.84-50 42a6 6 0 0 1-12 0c0-29.78 27.81-54 62-54s62 24.22 62 54m-62 98a14 14 0 1 0 14 14a14 14 0 0 0-14-14"/></svg> </template>
CSS
.icon-question-mark-light {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M190%2096c0%2028-24.62%2051.11-56%2053.75V160a6%206%200%200%201-12%200v-16a6%206%200%200%201%206-6c27.57%200%2050-18.84%2050-42s-22.43-42-50-42s-50%2018.84-50%2042a6%206%200%200%201-12%200c0-29.78%2027.81-54%2062-54s62%2024.22%2062%2054m-62%2098a14%2014%200%201%200%2014%2014a14%2014%200%200%200-14-14%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M190%2096c0%2028-24.62%2051.11-56%2053.75V160a6%206%200%200%201-12%200v-16a6%206%200%200%201%206-6c27.57%200%2050-18.84%2050-42s-22.43-42-50-42s-50%2018.84-50%2042a6%206%200%200%201-12%200c0-29.78%2027.81-54%2062-54s62%2024.22%2062%2054m-62%2098a14%2014%200%201%200%2014%2014a14%2014%200%200%200-14-14%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/question-mark-light.svg?color=%231a73e8&size=48