question-lg from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.

Name
question-lg
Set
Bootstrap Icons
Style
Outline
Viewbox
16×16
License
MIT

Related icons in Bootstrap Icons

Use the question lg icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" fill-rule="evenodd" d="M4.475 5.458c-.284 0-.514-.237-.47-.517C4.28 3.24 5.576 2 7.825 2c2.25 0 3.767 1.36 3.767 3.215c0 1.344-.665 2.288-1.79 2.973c-1.1.659-1.414 1.118-1.414 2.01v.03a.5.5 0 0 1-.5.5h-.77a.5.5 0 0 1-.5-.495l-.003-.2c-.043-1.221.477-2.001 1.645-2.712c1.03-.632 1.397-1.135 1.397-2.028c0-.979-.758-1.698-1.926-1.698c-1.009 0-1.71.529-1.938 1.402c-.066.254-.278.461-.54.461h-.777ZM7.496 14c.622 0 1.095-.474 1.095-1.09c0-.618-.473-1.092-1.095-1.092c-.606 0-1.087.474-1.087 1.091S6.89 14 7.496 14"/></svg>

React

import type { SVGProps } from "react";

export function BiQuestionLg(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" fillRule="evenodd" d="M4.475 5.458c-.284 0-.514-.237-.47-.517C4.28 3.24 5.576 2 7.825 2c2.25 0 3.767 1.36 3.767 3.215c0 1.344-.665 2.288-1.79 2.973c-1.1.659-1.414 1.118-1.414 2.01v.03a.5.5 0 0 1-.5.5h-.77a.5.5 0 0 1-.5-.495l-.003-.2c-.043-1.221.477-2.001 1.645-2.712c1.03-.632 1.397-1.135 1.397-2.028c0-.979-.758-1.698-1.926-1.698c-1.009 0-1.71.529-1.938 1.402c-.066.254-.278.461-.54.461h-.777ZM7.496 14c.622 0 1.095-.474 1.095-1.09c0-.618-.473-1.092-1.095-1.092c-.606 0-1.087.474-1.087 1.091S6.89 14 7.496 14"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" fill-rule="evenodd" d="M4.475 5.458c-.284 0-.514-.237-.47-.517C4.28 3.24 5.576 2 7.825 2c2.25 0 3.767 1.36 3.767 3.215c0 1.344-.665 2.288-1.79 2.973c-1.1.659-1.414 1.118-1.414 2.01v.03a.5.5 0 0 1-.5.5h-.77a.5.5 0 0 1-.5-.495l-.003-.2c-.043-1.221.477-2.001 1.645-2.712c1.03-.632 1.397-1.135 1.397-2.028c0-.979-.758-1.698-1.926-1.698c-1.009 0-1.71.529-1.938 1.402c-.066.254-.278.461-.54.461h-.777ZM7.496 14c.622 0 1.095-.474 1.095-1.09c0-.618-.473-1.092-1.095-1.092c-.606 0-1.087.474-1.087 1.091S6.89 14 7.496 14"/></svg>
</template>

CSS

.icon-question-lg {
  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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M4.475%205.458c-.284%200-.514-.237-.47-.517C4.28%203.24%205.576%202%207.825%202c2.25%200%203.767%201.36%203.767%203.215c0%201.344-.665%202.288-1.79%202.973c-1.1.659-1.414%201.118-1.414%202.01v.03a.5.5%200%200%201-.5.5h-.77a.5.5%200%200%201-.5-.495l-.003-.2c-.043-1.221.477-2.001%201.645-2.712c1.03-.632%201.397-1.135%201.397-2.028c0-.979-.758-1.698-1.926-1.698c-1.009%200-1.71.529-1.938%201.402c-.066.254-.278.461-.54.461h-.777ZM7.496%2014c.622%200%201.095-.474%201.095-1.09c0-.618-.473-1.092-1.095-1.092c-.606%200-1.087.474-1.087%201.091S6.89%2014%207.496%2014%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M4.475%205.458c-.284%200-.514-.237-.47-.517C4.28%203.24%205.576%202%207.825%202c2.25%200%203.767%201.36%203.767%203.215c0%201.344-.665%202.288-1.79%202.973c-1.1.659-1.414%201.118-1.414%202.01v.03a.5.5%200%200%201-.5.5h-.77a.5.5%200%200%201-.5-.495l-.003-.2c-.043-1.221.477-2.001%201.645-2.712c1.03-.632%201.397-1.135%201.397-2.028c0-.979-.758-1.698-1.926-1.698c-1.009%200-1.71.529-1.938%201.402c-.066.254-.278.461-.54.461h-.777ZM7.496%2014c.622%200%201.095-.474%201.095-1.09c0-.618-.473-1.092-1.095-1.092c-.606%200-1.087.474-1.087%201.091S6.89%2014%207.496%2014%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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