question square icon

question-square-fill from Framework7 Icons by Vladimir Kharlampidi · Fill · MIT Free for personal and commercial use.

Name
question-square-fill
Set
Framework7 Icons
Style
Fill
Viewbox
56×56
License
MIT

1 other variant in Framework7 Icons

The same icon in other sets

Related icons in Framework7 Icons

Use the question square icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M13.785 49.574h28.453c4.899 0 7.336-2.437 7.336-7.265V13.69c0-4.828-2.437-7.265-7.336-7.265H13.785c-4.875 0-7.36 2.414-7.36 7.265v28.62c0 4.851 2.485 7.265 7.36 7.265M27.59 33.051c-1.29 0-1.969-.657-1.969-1.922V30.8c0-2.414 1.313-3.727 3.07-4.945c2.18-1.477 3.188-2.32 3.188-4.008c0-1.852-1.453-3.117-3.68-3.117c-1.64 0-2.883.82-3.633 2.156c-.796.937-1.03 1.664-2.414 1.664c-.82 0-1.687-.586-1.687-1.688c0-.422.07-.82.187-1.218c.633-2.274 3.469-4.243 7.688-4.243c4.195 0 7.828 2.18 7.828 6.258c0 2.953-1.711 4.36-4.102 5.977c-1.687 1.148-2.508 1.992-2.508 3.375v.304c0 .961-.75 1.735-1.968 1.735m.07 7.054c-1.336 0-2.625-1.078-2.625-2.53c0-1.454 1.266-2.532 2.625-2.532c1.383 0 2.625 1.055 2.625 2.531s-1.265 2.532-2.625 2.532"/></svg>

React

import type { SVGProps } from "react";

export function F7QuestionSquareFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M13.785 49.574h28.453c4.899 0 7.336-2.437 7.336-7.265V13.69c0-4.828-2.437-7.265-7.336-7.265H13.785c-4.875 0-7.36 2.414-7.36 7.265v28.62c0 4.851 2.485 7.265 7.36 7.265M27.59 33.051c-1.29 0-1.969-.657-1.969-1.922V30.8c0-2.414 1.313-3.727 3.07-4.945c2.18-1.477 3.188-2.32 3.188-4.008c0-1.852-1.453-3.117-3.68-3.117c-1.64 0-2.883.82-3.633 2.156c-.796.937-1.03 1.664-2.414 1.664c-.82 0-1.687-.586-1.687-1.688c0-.422.07-.82.187-1.218c.633-2.274 3.469-4.243 7.688-4.243c4.195 0 7.828 2.18 7.828 6.258c0 2.953-1.711 4.36-4.102 5.977c-1.687 1.148-2.508 1.992-2.508 3.375v.304c0 .961-.75 1.735-1.968 1.735m.07 7.054c-1.336 0-2.625-1.078-2.625-2.53c0-1.454 1.266-2.532 2.625-2.532c1.383 0 2.625 1.055 2.625 2.531s-1.265 2.532-2.625 2.532"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M13.785 49.574h28.453c4.899 0 7.336-2.437 7.336-7.265V13.69c0-4.828-2.437-7.265-7.336-7.265H13.785c-4.875 0-7.36 2.414-7.36 7.265v28.62c0 4.851 2.485 7.265 7.36 7.265M27.59 33.051c-1.29 0-1.969-.657-1.969-1.922V30.8c0-2.414 1.313-3.727 3.07-4.945c2.18-1.477 3.188-2.32 3.188-4.008c0-1.852-1.453-3.117-3.68-3.117c-1.64 0-2.883.82-3.633 2.156c-.796.937-1.03 1.664-2.414 1.664c-.82 0-1.687-.586-1.687-1.688c0-.422.07-.82.187-1.218c.633-2.274 3.469-4.243 7.688-4.243c4.195 0 7.828 2.18 7.828 6.258c0 2.953-1.711 4.36-4.102 5.977c-1.687 1.148-2.508 1.992-2.508 3.375v.304c0 .961-.75 1.735-1.968 1.735m.07 7.054c-1.336 0-2.625-1.078-2.625-2.53c0-1.454 1.266-2.532 2.625-2.532c1.383 0 2.625 1.055 2.625 2.531s-1.265 2.532-2.625 2.532"/></svg>
</template>

CSS

.icon-question-square-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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.785%2049.574h28.453c4.899%200%207.336-2.437%207.336-7.265V13.69c0-4.828-2.437-7.265-7.336-7.265H13.785c-4.875%200-7.36%202.414-7.36%207.265v28.62c0%204.851%202.485%207.265%207.36%207.265M27.59%2033.051c-1.29%200-1.969-.657-1.969-1.922V30.8c0-2.414%201.313-3.727%203.07-4.945c2.18-1.477%203.188-2.32%203.188-4.008c0-1.852-1.453-3.117-3.68-3.117c-1.64%200-2.883.82-3.633%202.156c-.796.937-1.03%201.664-2.414%201.664c-.82%200-1.687-.586-1.687-1.688c0-.422.07-.82.187-1.218c.633-2.274%203.469-4.243%207.688-4.243c4.195%200%207.828%202.18%207.828%206.258c0%202.953-1.711%204.36-4.102%205.977c-1.687%201.148-2.508%201.992-2.508%203.375v.304c0%20.961-.75%201.735-1.968%201.735m.07%207.054c-1.336%200-2.625-1.078-2.625-2.53c0-1.454%201.266-2.532%202.625-2.532c1.383%200%202.625%201.055%202.625%202.531s-1.265%202.532-2.625%202.532%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.785%2049.574h28.453c4.899%200%207.336-2.437%207.336-7.265V13.69c0-4.828-2.437-7.265-7.336-7.265H13.785c-4.875%200-7.36%202.414-7.36%207.265v28.62c0%204.851%202.485%207.265%207.36%207.265M27.59%2033.051c-1.29%200-1.969-.657-1.969-1.922V30.8c0-2.414%201.313-3.727%203.07-4.945c2.18-1.477%203.188-2.32%203.188-4.008c0-1.852-1.453-3.117-3.68-3.117c-1.64%200-2.883.82-3.633%202.156c-.796.937-1.03%201.664-2.414%201.664c-.82%200-1.687-.586-1.687-1.688c0-.422.07-.82.187-1.218c.633-2.274%203.469-4.243%207.688-4.243c4.195%200%207.828%202.18%207.828%206.258c0%202.953-1.711%204.36-4.102%205.977c-1.687%201.148-2.508%201.992-2.508%203.375v.304c0%20.961-.75%201.735-1.968%201.735m.07%207.054c-1.336%200-2.625-1.078-2.625-2.53c0-1.454%201.266-2.532%202.625-2.532c1.383%200%202.625%201.055%202.625%202.531s-1.265%202.532-2.625%202.532%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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