box question mark icon

box-question-mark-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.

Name
box-question-mark-fill
Set
Mage Icons
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in Mage Icons

Related icons in Mage Icons

Use the box question mark icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.62 2.725H4.39A2.37 2.37 0 0 0 2 5.065v2.12a2.38 2.38 0 0 0 1.64 2.29v7.86a3.9 3.9 0 0 0 1.18 2.79a4 4 0 0 0 2.83 1.15h8.71a4 4 0 0 0 2.83-1.15a3.9 3.9 0 0 0 1.18-2.79v-7.86A2.38 2.38 0 0 0 22 7.235v-2.12a2.36 2.36 0 0 0-2.38-2.39m-7.69 15.65a.75.75 0 1 1 0-1.5a.75.75 0 0 1 0 1.5m2.16-4.52a2.05 2.05 0 0 1-.51.72a2 2 0 0 1-.75.45l-.08.08a.2.2 0 0 0 0 .13v.35a.75.75 0 1 1-1.5 0v-.37c.005-.36.12-.708.33-1c.197-.284.476-.5.8-.62a.7.7 0 0 0 .16-.12a.6.6 0 0 0 .14-.2a.7.7 0 0 0 .05-.25a.5.5 0 0 0-.06-.24a.8.8 0 0 0-.23-.25a.9.9 0 0 0-.9-.06a.82.82 0 0 0-.38.4a.75.75 0 1 1-1.36-.63a2.36 2.36 0 0 1 2.56-1.33a2.32 2.32 0 0 1 1.66 1.2a2.2 2.2 0 0 1 .22.88a2.1 2.1 0 0 1-.15.86m6.41-6.67a.86.86 0 0 1-.88.85H4.39a.87.87 0 0 1-.89-.85v-2.12a.86.86 0 0 1 .89-.84h15.23a.85.85 0 0 1 .88.84z"/></svg>

React

import type { SVGProps } from "react";

export function MageBoxQuestionMarkFill(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="M19.62 2.725H4.39A2.37 2.37 0 0 0 2 5.065v2.12a2.38 2.38 0 0 0 1.64 2.29v7.86a3.9 3.9 0 0 0 1.18 2.79a4 4 0 0 0 2.83 1.15h8.71a4 4 0 0 0 2.83-1.15a3.9 3.9 0 0 0 1.18-2.79v-7.86A2.38 2.38 0 0 0 22 7.235v-2.12a2.36 2.36 0 0 0-2.38-2.39m-7.69 15.65a.75.75 0 1 1 0-1.5a.75.75 0 0 1 0 1.5m2.16-4.52a2.05 2.05 0 0 1-.51.72a2 2 0 0 1-.75.45l-.08.08a.2.2 0 0 0 0 .13v.35a.75.75 0 1 1-1.5 0v-.37c.005-.36.12-.708.33-1c.197-.284.476-.5.8-.62a.7.7 0 0 0 .16-.12a.6.6 0 0 0 .14-.2a.7.7 0 0 0 .05-.25a.5.5 0 0 0-.06-.24a.8.8 0 0 0-.23-.25a.9.9 0 0 0-.9-.06a.82.82 0 0 0-.38.4a.75.75 0 1 1-1.36-.63a2.36 2.36 0 0 1 2.56-1.33a2.32 2.32 0 0 1 1.66 1.2a2.2 2.2 0 0 1 .22.88a2.1 2.1 0 0 1-.15.86m6.41-6.67a.86.86 0 0 1-.88.85H4.39a.87.87 0 0 1-.89-.85v-2.12a.86.86 0 0 1 .89-.84h15.23a.85.85 0 0 1 .88.84z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.62 2.725H4.39A2.37 2.37 0 0 0 2 5.065v2.12a2.38 2.38 0 0 0 1.64 2.29v7.86a3.9 3.9 0 0 0 1.18 2.79a4 4 0 0 0 2.83 1.15h8.71a4 4 0 0 0 2.83-1.15a3.9 3.9 0 0 0 1.18-2.79v-7.86A2.38 2.38 0 0 0 22 7.235v-2.12a2.36 2.36 0 0 0-2.38-2.39m-7.69 15.65a.75.75 0 1 1 0-1.5a.75.75 0 0 1 0 1.5m2.16-4.52a2.05 2.05 0 0 1-.51.72a2 2 0 0 1-.75.45l-.08.08a.2.2 0 0 0 0 .13v.35a.75.75 0 1 1-1.5 0v-.37c.005-.36.12-.708.33-1c.197-.284.476-.5.8-.62a.7.7 0 0 0 .16-.12a.6.6 0 0 0 .14-.2a.7.7 0 0 0 .05-.25a.5.5 0 0 0-.06-.24a.8.8 0 0 0-.23-.25a.9.9 0 0 0-.9-.06a.82.82 0 0 0-.38.4a.75.75 0 1 1-1.36-.63a2.36 2.36 0 0 1 2.56-1.33a2.32 2.32 0 0 1 1.66 1.2a2.2 2.2 0 0 1 .22.88a2.1 2.1 0 0 1-.15.86m6.41-6.67a.86.86 0 0 1-.88.85H4.39a.87.87 0 0 1-.89-.85v-2.12a.86.86 0 0 1 .89-.84h15.23a.85.85 0 0 1 .88.84z"/></svg>
</template>

CSS

.icon-box-question-mark-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%22M19.62%202.725H4.39A2.37%202.37%200%200%200%202%205.065v2.12a2.38%202.38%200%200%200%201.64%202.29v7.86a3.9%203.9%200%200%200%201.18%202.79a4%204%200%200%200%202.83%201.15h8.71a4%204%200%200%200%202.83-1.15a3.9%203.9%200%200%200%201.18-2.79v-7.86A2.38%202.38%200%200%200%2022%207.235v-2.12a2.36%202.36%200%200%200-2.38-2.39m-7.69%2015.65a.75.75%200%201%201%200-1.5a.75.75%200%200%201%200%201.5m2.16-4.52a2.05%202.05%200%200%201-.51.72a2%202%200%200%201-.75.45l-.08.08a.2.2%200%200%200%200%20.13v.35a.75.75%200%201%201-1.5%200v-.37c.005-.36.12-.708.33-1c.197-.284.476-.5.8-.62a.7.7%200%200%200%20.16-.12a.6.6%200%200%200%20.14-.2a.7.7%200%200%200%20.05-.25a.5.5%200%200%200-.06-.24a.8.8%200%200%200-.23-.25a.9.9%200%200%200-.9-.06a.82.82%200%200%200-.38.4a.75.75%200%201%201-1.36-.63a2.36%202.36%200%200%201%202.56-1.33a2.32%202.32%200%200%201%201.66%201.2a2.2%202.2%200%200%201%20.22.88a2.1%202.1%200%200%201-.15.86m6.41-6.67a.86.86%200%200%201-.88.85H4.39a.87.87%200%200%201-.89-.85v-2.12a.86.86%200%200%201%20.89-.84h15.23a.85.85%200%200%201%20.88.84z%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%22M19.62%202.725H4.39A2.37%202.37%200%200%200%202%205.065v2.12a2.38%202.38%200%200%200%201.64%202.29v7.86a3.9%203.9%200%200%200%201.18%202.79a4%204%200%200%200%202.83%201.15h8.71a4%204%200%200%200%202.83-1.15a3.9%203.9%200%200%200%201.18-2.79v-7.86A2.38%202.38%200%200%200%2022%207.235v-2.12a2.36%202.36%200%200%200-2.38-2.39m-7.69%2015.65a.75.75%200%201%201%200-1.5a.75.75%200%200%201%200%201.5m2.16-4.52a2.05%202.05%200%200%201-.51.72a2%202%200%200%201-.75.45l-.08.08a.2.2%200%200%200%200%20.13v.35a.75.75%200%201%201-1.5%200v-.37c.005-.36.12-.708.33-1c.197-.284.476-.5.8-.62a.7.7%200%200%200%20.16-.12a.6.6%200%200%200%20.14-.2a.7.7%200%200%200%20.05-.25a.5.5%200%200%200-.06-.24a.8.8%200%200%200-.23-.25a.9.9%200%200%200-.9-.06a.82.82%200%200%200-.38.4a.75.75%200%201%201-1.36-.63a2.36%202.36%200%200%201%202.56-1.33a2.32%202.32%200%200%201%201.66%201.2a2.2%202.2%200%200%201%20.22.88a2.1%202.1%200%200%201-.15.86m6.41-6.67a.86.86%200%200%201-.88.85H4.39a.87.87%200%200%201-.89-.85v-2.12a.86.86%200%200%201%20.89-.84h15.23a.85.85%200%200%201%20.88.84z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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