question mark icon

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

Name
question-mark-broken
Set
Solar
Style
Broken
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 2"/><path d="M12.375 15.7501V12.8855C12.375 11.6198 13.4904 10.6422 14.5995 9.99769C15.8868 9.2497 16.75 7.87231 16.75 6.2969C16.75 5.22875 16.3532 4.25163 15.6964 3.5"/><path stroke-linejoin="round" d="M12.9998 22H12.9999"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarQuestionMarkBroken(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 2"/><path d="M12.375 15.7501V12.8855C12.375 11.6198 13.4904 10.6422 14.5995 9.99769C15.8868 9.2497 16.75 7.87231 16.75 6.2969C16.75 5.22875 16.3532 4.25163 15.6964 3.5"/><path strokeLinejoin="round" d="M12.9998 22H12.9999"/></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 2"/><path d="M12.375 15.7501V12.8855C12.375 11.6198 13.4904 10.6422 14.5995 9.99769C15.8868 9.2497 16.75 7.87231 16.75 6.2969C16.75 5.22875 16.3532 4.25163 15.6964 3.5"/><path stroke-linejoin="round" d="M12.9998 22H12.9999"/></g></svg>
</template>

CSS

.icon-question-mark-broken {
  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%202%22%2F%3E%3Cpath%20d%3D%22M12.375%2015.7501V12.8855C12.375%2011.6198%2013.4904%2010.6422%2014.5995%209.99769C15.8868%209.2497%2016.75%207.87231%2016.75%206.2969C16.75%205.22875%2016.3532%204.25163%2015.6964%203.5%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M12.9998%2022H12.9999%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%202%22%2F%3E%3Cpath%20d%3D%22M12.375%2015.7501V12.8855C12.375%2011.6198%2013.4904%2010.6422%2014.5995%209.99769C15.8868%209.2497%2016.75%207.87231%2016.75%206.2969C16.75%205.22875%2016.3532%204.25163%2015.6964%203.5%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M12.9998%2022H12.9999%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-broken.svg?color=%231a73e8&size=48