question mark icon

question-mark from Radix Icons by WorkOS · Outline · MIT Free for personal and commercial use.

Name
question-mark
Set
Radix Icons
Style
Outline
Viewbox
15×15
License
MIT

The same icon in other sets

Related icons in Radix Icons

Use the question mark icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M7.5 11.607a.876.876 0 1 1 0 1.751a.876.876 0 0 1 0-1.75M7.5.775c1.719 0 3.575 1.353 3.575 3.325c0 1.653-.942 2.474-1.693 3.14c-.752.667-1.307 1.176-1.307 2.26a.575.575 0 0 1-1.15 0c0-1.642.946-2.457 1.693-3.12c.75-.665 1.307-1.181 1.307-2.28c0-1.189-1.182-2.174-2.425-2.175S5.075 2.911 5.075 4.1a.576.576 0 0 1-1.15 0C3.925 2.128 5.782.775 7.5.775"/></svg>

React

import type { SVGProps } from "react";

export function RadixIconsQuestionMark(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M7.5 11.607a.876.876 0 1 1 0 1.751a.876.876 0 0 1 0-1.75M7.5.775c1.719 0 3.575 1.353 3.575 3.325c0 1.653-.942 2.474-1.693 3.14c-.752.667-1.307 1.176-1.307 2.26a.575.575 0 0 1-1.15 0c0-1.642.946-2.457 1.693-3.12c.75-.665 1.307-1.181 1.307-2.28c0-1.189-1.182-2.174-2.425-2.175S5.075 2.911 5.075 4.1a.576.576 0 0 1-1.15 0C3.925 2.128 5.782.775 7.5.775"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M7.5 11.607a.876.876 0 1 1 0 1.751a.876.876 0 0 1 0-1.75M7.5.775c1.719 0 3.575 1.353 3.575 3.325c0 1.653-.942 2.474-1.693 3.14c-.752.667-1.307 1.176-1.307 2.26a.575.575 0 0 1-1.15 0c0-1.642.946-2.457 1.693-3.12c.75-.665 1.307-1.181 1.307-2.28c0-1.189-1.182-2.174-2.425-2.175S5.075 2.911 5.075 4.1a.576.576 0 0 1-1.15 0C3.925 2.128 5.782.775 7.5.775"/></svg>
</template>

CSS

.icon-question-mark {
  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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.5%2011.607a.876.876%200%201%201%200%201.751a.876.876%200%200%201%200-1.75M7.5.775c1.719%200%203.575%201.353%203.575%203.325c0%201.653-.942%202.474-1.693%203.14c-.752.667-1.307%201.176-1.307%202.26a.575.575%200%200%201-1.15%200c0-1.642.946-2.457%201.693-3.12c.75-.665%201.307-1.181%201.307-2.28c0-1.189-1.182-2.174-2.425-2.175S5.075%202.911%205.075%204.1a.576.576%200%200%201-1.15%200C3.925%202.128%205.782.775%207.5.775%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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.5%2011.607a.876.876%200%201%201%200%201.751a.876.876%200%200%201%200-1.75M7.5.775c1.719%200%203.575%201.353%203.575%203.325c0%201.653-.942%202.474-1.693%203.14c-.752.667-1.307%201.176-1.307%202.26a.575.575%200%200%201-1.15%200c0-1.642.946-2.457%201.693-3.12c.75-.665%201.307-1.181%201.307-2.28c0-1.189-1.182-2.174-2.425-2.175S5.075%202.911%205.075%204.1a.576.576%200%200%201-1.15%200C3.925%202.128%205.782.775%207.5.775%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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