question mark icon

question-mark-linear from Solar by 480 Design · Linear · UI · CC-BY-4.0 Attribution required.

Name
question-mark-linear
Set
Solar
Style
Linear
Category
UI
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More ui icons from Solar

Use the question mark icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M8 6.2969C8 3.92379 9.95877 2 12.375 2C14.7913 2 16.7501 3.92379 16.7501 6.2969C16.7501 7.87231 15.8868 9.2497 14.5996 9.99769C13.4905 10.6422 12.375 11.6198 12.375 12.8855V15.7501"/><path stroke-linejoin="round" d="M12 22H12.0001"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarQuestionMarkLinear(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path d="M8 6.2969C8 3.92379 9.95877 2 12.375 2C14.7913 2 16.7501 3.92379 16.7501 6.2969C16.7501 7.87231 15.8868 9.2497 14.5996 9.99769C13.4905 10.6422 12.375 11.6198 12.375 12.8855V15.7501"/><path strokeLinejoin="round" d="M12 22H12.0001"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M8 6.2969C8 3.92379 9.95877 2 12.375 2C14.7913 2 16.7501 3.92379 16.7501 6.2969C16.7501 7.87231 15.8868 9.2497 14.5996 9.99769C13.4905 10.6422 12.375 11.6198 12.375 12.8855V15.7501"/><path stroke-linejoin="round" d="M12 22H12.0001"/></g></svg>
</template>

CSS

.icon-question-mark-linear {
  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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M8%206.2969C8%203.92379%209.95877%202%2012.375%202C14.7913%202%2016.7501%203.92379%2016.7501%206.2969C16.7501%207.87231%2015.8868%209.2497%2014.5996%209.99769C13.4905%2010.6422%2012.375%2011.6198%2012.375%2012.8855V15.7501%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M12%2022H12.0001%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M8%206.2969C8%203.92379%209.95877%202%2012.375%202C14.7913%202%2016.7501%203.92379%2016.7501%206.2969C16.7501%207.87231%2015.8868%209.2497%2014.5996%209.99769C13.4905%2010.6422%2012.375%2011.6198%2012.375%2012.8855V15.7501%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M12%2022H12.0001%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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