question-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
question-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

The same icon in other sets

Related icons in MingCute Icon

Use the question icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2m0 14a1 1 0 1 0 0 2h.002a1 1 0 0 0 0-2zm0-9.5a3.625 3.625 0 0 0-3.625 3.625a1 1 0 1 0 2 0a1.625 1.625 0 1 1 2.23 1.509c-.675.27-1.605.963-1.605 2.116V14a1 1 0 1 0 2 0v-.246a.2.2 0 0 1 .043-.063a.8.8 0 0 1 .306-.2A3.626 3.626 0 0 0 12 6.5"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteQuestionFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2m0 14a1 1 0 1 0 0 2h.002a1 1 0 0 0 0-2zm0-9.5a3.625 3.625 0 0 0-3.625 3.625a1 1 0 1 0 2 0a1.625 1.625 0 1 1 2.23 1.509c-.675.27-1.605.963-1.605 2.116V14a1 1 0 1 0 2 0v-.246a.2.2 0 0 1 .043-.063a.8.8 0 0 1 .306-.2A3.626 3.626 0 0 0 12 6.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2m0 14a1 1 0 1 0 0 2h.002a1 1 0 0 0 0-2zm0-9.5a3.625 3.625 0 0 0-3.625 3.625a1 1 0 1 0 2 0a1.625 1.625 0 1 1 2.23 1.509c-.675.27-1.605.963-1.605 2.116V14a1 1 0 1 0 2 0v-.246a.2.2 0 0 1 .043-.063a.8.8 0 0 1 .306-.2A3.626 3.626 0 0 0 12 6.5"/></svg>
</template>

CSS

.icon-question-fill {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%202c5.523%200%2010%204.477%2010%2010s-4.477%2010-10%2010S2%2017.523%202%2012S6.477%202%2012%202m0%2014a1%201%200%201%200%200%202h.002a1%201%200%200%200%200-2zm0-9.5a3.625%203.625%200%200%200-3.625%203.625a1%201%200%201%200%202%200a1.625%201.625%200%201%201%202.23%201.509c-.675.27-1.605.963-1.605%202.116V14a1%201%200%201%200%202%200v-.246a.2.2%200%200%201%20.043-.063a.8.8%200%200%201%20.306-.2A3.626%203.626%200%200%200%2012%206.5%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%202c5.523%200%2010%204.477%2010%2010s-4.477%2010-10%2010S2%2017.523%202%2012S6.477%202%2012%202m0%2014a1%201%200%201%200%200%202h.002a1%201%200%200%200%200-2zm0-9.5a3.625%203.625%200%200%200-3.625%203.625a1%201%200%201%200%202%200a1.625%201.625%200%201%201%202.23%201.509c-.675.27-1.605.963-1.605%202.116V14a1%201%200%201%200%202%200v-.246a.2.2%200%200%201%20.043-.063a.8.8%200%200%201%20.306-.2A3.626%203.626%200%200%200%2012%206.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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