question mark square icon
question-mark-square-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- question-mark-square-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 question mark square icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.25 2h-6.5A6.76 6.76 0 0 0 2 8.75v6.5A6.76 6.76 0 0 0 8.75 22h6.5A6.76 6.76 0 0 0 22 15.25v-6.5A6.76 6.76 0 0 0 15.25 2m-3.28 16.58a1 1 0 1 1 0-2a1 1 0 0 1 0 2m3.79-7.59a3.7 3.7 0 0 1-.91 1.29a3.6 3.6 0 0 1-1.35.81a1 1 0 0 0-.63.93v.73a1 1 0 0 1-2 0v-.77a3.06 3.06 0 0 1 .56-1.7a3.13 3.13 0 0 1 1.39-1.07a1.8 1.8 0 0 0 .67-.39c.186-.17.332-.378.43-.61a1.8 1.8 0 0 0 .13-.72a1.8 1.8 0 0 0-.16-.72a2.3 2.3 0 0 0-.65-.72c-.279-.2-.6-.33-.94-.38a2.29 2.29 0 0 0-2.51 1.29a1.002 1.002 0 0 1-1.82-.84a4.35 4.35 0 0 1 1.92-2a4.27 4.27 0 0 1 2.74-.41a4.1 4.1 0 0 1 1.77.72c.53.379.964.875 1.27 1.45c.24.493.37 1.032.38 1.58a3.55 3.55 0 0 1-.29 1.53"/></svg>
React
import type { SVGProps } from "react";
export function MageQuestionMarkSquareFill(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="M15.25 2h-6.5A6.76 6.76 0 0 0 2 8.75v6.5A6.76 6.76 0 0 0 8.75 22h6.5A6.76 6.76 0 0 0 22 15.25v-6.5A6.76 6.76 0 0 0 15.25 2m-3.28 16.58a1 1 0 1 1 0-2a1 1 0 0 1 0 2m3.79-7.59a3.7 3.7 0 0 1-.91 1.29a3.6 3.6 0 0 1-1.35.81a1 1 0 0 0-.63.93v.73a1 1 0 0 1-2 0v-.77a3.06 3.06 0 0 1 .56-1.7a3.13 3.13 0 0 1 1.39-1.07a1.8 1.8 0 0 0 .67-.39c.186-.17.332-.378.43-.61a1.8 1.8 0 0 0 .13-.72a1.8 1.8 0 0 0-.16-.72a2.3 2.3 0 0 0-.65-.72c-.279-.2-.6-.33-.94-.38a2.29 2.29 0 0 0-2.51 1.29a1.002 1.002 0 0 1-1.82-.84a4.35 4.35 0 0 1 1.92-2a4.27 4.27 0 0 1 2.74-.41a4.1 4.1 0 0 1 1.77.72c.53.379.964.875 1.27 1.45c.24.493.37 1.032.38 1.58a3.55 3.55 0 0 1-.29 1.53"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.25 2h-6.5A6.76 6.76 0 0 0 2 8.75v6.5A6.76 6.76 0 0 0 8.75 22h6.5A6.76 6.76 0 0 0 22 15.25v-6.5A6.76 6.76 0 0 0 15.25 2m-3.28 16.58a1 1 0 1 1 0-2a1 1 0 0 1 0 2m3.79-7.59a3.7 3.7 0 0 1-.91 1.29a3.6 3.6 0 0 1-1.35.81a1 1 0 0 0-.63.93v.73a1 1 0 0 1-2 0v-.77a3.06 3.06 0 0 1 .56-1.7a3.13 3.13 0 0 1 1.39-1.07a1.8 1.8 0 0 0 .67-.39c.186-.17.332-.378.43-.61a1.8 1.8 0 0 0 .13-.72a1.8 1.8 0 0 0-.16-.72a2.3 2.3 0 0 0-.65-.72c-.279-.2-.6-.33-.94-.38a2.29 2.29 0 0 0-2.51 1.29a1.002 1.002 0 0 1-1.82-.84a4.35 4.35 0 0 1 1.92-2a4.27 4.27 0 0 1 2.74-.41a4.1 4.1 0 0 1 1.77.72c.53.379.964.875 1.27 1.45c.24.493.37 1.032.38 1.58a3.55 3.55 0 0 1-.29 1.53"/></svg> </template>
CSS
.icon-question-mark-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.25%202h-6.5A6.76%206.76%200%200%200%202%208.75v6.5A6.76%206.76%200%200%200%208.75%2022h6.5A6.76%206.76%200%200%200%2022%2015.25v-6.5A6.76%206.76%200%200%200%2015.25%202m-3.28%2016.58a1%201%200%201%201%200-2a1%201%200%200%201%200%202m3.79-7.59a3.7%203.7%200%200%201-.91%201.29a3.6%203.6%200%200%201-1.35.81a1%201%200%200%200-.63.93v.73a1%201%200%200%201-2%200v-.77a3.06%203.06%200%200%201%20.56-1.7a3.13%203.13%200%200%201%201.39-1.07a1.8%201.8%200%200%200%20.67-.39c.186-.17.332-.378.43-.61a1.8%201.8%200%200%200%20.13-.72a1.8%201.8%200%200%200-.16-.72a2.3%202.3%200%200%200-.65-.72c-.279-.2-.6-.33-.94-.38a2.29%202.29%200%200%200-2.51%201.29a1.002%201.002%200%200%201-1.82-.84a4.35%204.35%200%200%201%201.92-2a4.27%204.27%200%200%201%202.74-.41a4.1%204.1%200%200%201%201.77.72c.53.379.964.875%201.27%201.45c.24.493.37%201.032.38%201.58a3.55%203.55%200%200%201-.29%201.53%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%22M15.25%202h-6.5A6.76%206.76%200%200%200%202%208.75v6.5A6.76%206.76%200%200%200%208.75%2022h6.5A6.76%206.76%200%200%200%2022%2015.25v-6.5A6.76%206.76%200%200%200%2015.25%202m-3.28%2016.58a1%201%200%201%201%200-2a1%201%200%200%201%200%202m3.79-7.59a3.7%203.7%200%200%201-.91%201.29a3.6%203.6%200%200%201-1.35.81a1%201%200%200%200-.63.93v.73a1%201%200%200%201-2%200v-.77a3.06%203.06%200%200%201%20.56-1.7a3.13%203.13%200%200%201%201.39-1.07a1.8%201.8%200%200%200%20.67-.39c.186-.17.332-.378.43-.61a1.8%201.8%200%200%200%20.13-.72a1.8%201.8%200%200%200-.16-.72a2.3%202.3%200%200%200-.65-.72c-.279-.2-.6-.33-.94-.38a2.29%202.29%200%200%200-2.51%201.29a1.002%201.002%200%200%201-1.82-.84a4.35%204.35%200%200%201%201.92-2a4.27%204.27%200%200%201%202.74-.41a4.1%204.1%200%200%201%201.77.72c.53.379.964.875%201.27%201.45c.24.493.37%201.032.38%201.58a3.55%203.55%200%200%201-.29%201.53%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/question-mark-square-fill.svg?color=%231a73e8&size=48