inbox question mark icon
inbox-question-mark-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- inbox-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 inbox 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="M22 10.412v4.862a6.72 6.72 0 0 1-1.98 4.753A6.77 6.77 0 0 1 15.25 22h-6.5a6.77 6.77 0 0 1-4.77-1.973A6.72 6.72 0 0 1 2 15.274V8.797a6.72 6.72 0 0 1 1.98-4.753a6.77 6.77 0 0 1 4.77-1.972h4.87a.75.75 0 0 1 .75.747a.746.746 0 0 1-.75.747H8.75a5.26 5.26 0 0 0-3.712 1.532a5.22 5.22 0 0 0-1.538 3.7v2.49H6a2.73 2.73 0 0 1 1.94.798c.512.518.803 1.215.81 1.943A1.25 1.25 0 0 0 10 15.274h4a1.22 1.22 0 0 0 .88-.368c.234-.233.367-.548.37-.877a2.7 2.7 0 0 1 .8-1.944A2.73 2.73 0 0 1 18 11.29h2.5v-.877a.746.746 0 0 1 .75-.748a.75.75 0 0 1 .75.748"/><path fill="currentColor" d="M18.83 6.844a.75.75 0 0 1-.75-.747v-.299a1.6 1.6 0 0 1 1-1.445a.6.6 0 0 0 .16-.09a.4.4 0 0 0 .09-.129q.015-.075 0-.15a.26.26 0 0 0 0-.149a.44.44 0 0 0-.15-.16a.5.5 0 0 0-.23-.099a.6.6 0 0 0-.4 0a.64.64 0 0 0-.26.28a.75.75 0 0 1-.716.459a.75.75 0 0 1-.686-.503a.75.75 0 0 1 .042-.585c.19-.426.517-.776.93-.996a2.16 2.16 0 0 1 1.34-.2c.308.053.599.175.85.36a1.844 1.844 0 0 1 .22 2.899a1.9 1.9 0 0 1-.67.399v.338a.734.734 0 0 1-.458.764a.74.74 0 0 1-.312.053m0 1.704a.75.75 0 0 1-.75-.747a.746.746 0 0 1 .75-.747a.75.75 0 0 1 .75.747a.746.746 0 0 1-.75.747"/></svg>
React
import type { SVGProps } from "react";
export function MageInboxQuestionMarkFill(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="M22 10.412v4.862a6.72 6.72 0 0 1-1.98 4.753A6.77 6.77 0 0 1 15.25 22h-6.5a6.77 6.77 0 0 1-4.77-1.973A6.72 6.72 0 0 1 2 15.274V8.797a6.72 6.72 0 0 1 1.98-4.753a6.77 6.77 0 0 1 4.77-1.972h4.87a.75.75 0 0 1 .75.747a.746.746 0 0 1-.75.747H8.75a5.26 5.26 0 0 0-3.712 1.532a5.22 5.22 0 0 0-1.538 3.7v2.49H6a2.73 2.73 0 0 1 1.94.798c.512.518.803 1.215.81 1.943A1.25 1.25 0 0 0 10 15.274h4a1.22 1.22 0 0 0 .88-.368c.234-.233.367-.548.37-.877a2.7 2.7 0 0 1 .8-1.944A2.73 2.73 0 0 1 18 11.29h2.5v-.877a.746.746 0 0 1 .75-.748a.75.75 0 0 1 .75.748"/><path fill="currentColor" d="M18.83 6.844a.75.75 0 0 1-.75-.747v-.299a1.6 1.6 0 0 1 1-1.445a.6.6 0 0 0 .16-.09a.4.4 0 0 0 .09-.129q.015-.075 0-.15a.26.26 0 0 0 0-.149a.44.44 0 0 0-.15-.16a.5.5 0 0 0-.23-.099a.6.6 0 0 0-.4 0a.64.64 0 0 0-.26.28a.75.75 0 0 1-.716.459a.75.75 0 0 1-.686-.503a.75.75 0 0 1 .042-.585c.19-.426.517-.776.93-.996a2.16 2.16 0 0 1 1.34-.2c.308.053.599.175.85.36a1.844 1.844 0 0 1 .22 2.899a1.9 1.9 0 0 1-.67.399v.338a.734.734 0 0 1-.458.764a.74.74 0 0 1-.312.053m0 1.704a.75.75 0 0 1-.75-.747a.746.746 0 0 1 .75-.747a.75.75 0 0 1 .75.747a.746.746 0 0 1-.75.747"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 10.412v4.862a6.72 6.72 0 0 1-1.98 4.753A6.77 6.77 0 0 1 15.25 22h-6.5a6.77 6.77 0 0 1-4.77-1.973A6.72 6.72 0 0 1 2 15.274V8.797a6.72 6.72 0 0 1 1.98-4.753a6.77 6.77 0 0 1 4.77-1.972h4.87a.75.75 0 0 1 .75.747a.746.746 0 0 1-.75.747H8.75a5.26 5.26 0 0 0-3.712 1.532a5.22 5.22 0 0 0-1.538 3.7v2.49H6a2.73 2.73 0 0 1 1.94.798c.512.518.803 1.215.81 1.943A1.25 1.25 0 0 0 10 15.274h4a1.22 1.22 0 0 0 .88-.368c.234-.233.367-.548.37-.877a2.7 2.7 0 0 1 .8-1.944A2.73 2.73 0 0 1 18 11.29h2.5v-.877a.746.746 0 0 1 .75-.748a.75.75 0 0 1 .75.748"/><path fill="currentColor" d="M18.83 6.844a.75.75 0 0 1-.75-.747v-.299a1.6 1.6 0 0 1 1-1.445a.6.6 0 0 0 .16-.09a.4.4 0 0 0 .09-.129q.015-.075 0-.15a.26.26 0 0 0 0-.149a.44.44 0 0 0-.15-.16a.5.5 0 0 0-.23-.099a.6.6 0 0 0-.4 0a.64.64 0 0 0-.26.28a.75.75 0 0 1-.716.459a.75.75 0 0 1-.686-.503a.75.75 0 0 1 .042-.585c.19-.426.517-.776.93-.996a2.16 2.16 0 0 1 1.34-.2c.308.053.599.175.85.36a1.844 1.844 0 0 1 .22 2.899a1.9 1.9 0 0 1-.67.399v.338a.734.734 0 0 1-.458.764a.74.74 0 0 1-.312.053m0 1.704a.75.75 0 0 1-.75-.747a.746.746 0 0 1 .75-.747a.75.75 0 0 1 .75.747a.746.746 0 0 1-.75.747"/></svg> </template>
CSS
.icon-inbox-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%22M22%2010.412v4.862a6.72%206.72%200%200%201-1.98%204.753A6.77%206.77%200%200%201%2015.25%2022h-6.5a6.77%206.77%200%200%201-4.77-1.973A6.72%206.72%200%200%201%202%2015.274V8.797a6.72%206.72%200%200%201%201.98-4.753a6.77%206.77%200%200%201%204.77-1.972h4.87a.75.75%200%200%201%20.75.747a.746.746%200%200%201-.75.747H8.75a5.26%205.26%200%200%200-3.712%201.532a5.22%205.22%200%200%200-1.538%203.7v2.49H6a2.73%202.73%200%200%201%201.94.798c.512.518.803%201.215.81%201.943A1.25%201.25%200%200%200%2010%2015.274h4a1.22%201.22%200%200%200%20.88-.368c.234-.233.367-.548.37-.877a2.7%202.7%200%200%201%20.8-1.944A2.73%202.73%200%200%201%2018%2011.29h2.5v-.877a.746.746%200%200%201%20.75-.748a.75.75%200%200%201%20.75.748%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.83%206.844a.75.75%200%200%201-.75-.747v-.299a1.6%201.6%200%200%201%201-1.445a.6.6%200%200%200%20.16-.09a.4.4%200%200%200%20.09-.129q.015-.075%200-.15a.26.26%200%200%200%200-.149a.44.44%200%200%200-.15-.16a.5.5%200%200%200-.23-.099a.6.6%200%200%200-.4%200a.64.64%200%200%200-.26.28a.75.75%200%200%201-.716.459a.75.75%200%200%201-.686-.503a.75.75%200%200%201%20.042-.585c.19-.426.517-.776.93-.996a2.16%202.16%200%200%201%201.34-.2c.308.053.599.175.85.36a1.844%201.844%200%200%201%20.22%202.899a1.9%201.9%200%200%201-.67.399v.338a.734.734%200%200%201-.458.764a.74.74%200%200%201-.312.053m0%201.704a.75.75%200%200%201-.75-.747a.746.746%200%200%201%20.75-.747a.75.75%200%200%201%20.75.747a.746.746%200%200%201-.75.747%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%22M22%2010.412v4.862a6.72%206.72%200%200%201-1.98%204.753A6.77%206.77%200%200%201%2015.25%2022h-6.5a6.77%206.77%200%200%201-4.77-1.973A6.72%206.72%200%200%201%202%2015.274V8.797a6.72%206.72%200%200%201%201.98-4.753a6.77%206.77%200%200%201%204.77-1.972h4.87a.75.75%200%200%201%20.75.747a.746.746%200%200%201-.75.747H8.75a5.26%205.26%200%200%200-3.712%201.532a5.22%205.22%200%200%200-1.538%203.7v2.49H6a2.73%202.73%200%200%201%201.94.798c.512.518.803%201.215.81%201.943A1.25%201.25%200%200%200%2010%2015.274h4a1.22%201.22%200%200%200%20.88-.368c.234-.233.367-.548.37-.877a2.7%202.7%200%200%201%20.8-1.944A2.73%202.73%200%200%201%2018%2011.29h2.5v-.877a.746.746%200%200%201%20.75-.748a.75.75%200%200%201%20.75.748%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.83%206.844a.75.75%200%200%201-.75-.747v-.299a1.6%201.6%200%200%201%201-1.445a.6.6%200%200%200%20.16-.09a.4.4%200%200%200%20.09-.129q.015-.075%200-.15a.26.26%200%200%200%200-.149a.44.44%200%200%200-.15-.16a.5.5%200%200%200-.23-.099a.6.6%200%200%200-.4%200a.64.64%200%200%200-.26.28a.75.75%200%200%201-.716.459a.75.75%200%200%201-.686-.503a.75.75%200%200%201%20.042-.585c.19-.426.517-.776.93-.996a2.16%202.16%200%200%201%201.34-.2c.308.053.599.175.85.36a1.844%201.844%200%200%201%20.22%202.899a1.9%201.9%200%200%201-.67.399v.338a.734.734%200%200%201-.458.764a.74.74%200%200%201-.312.053m0%201.704a.75.75%200%200%201-.75-.747a.746.746%200%200%201%20.75-.747a.75.75%200%200%201%20.75.747a.746.746%200%200%201-.75.747%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/inbox-question-mark-fill.svg?color=%231a73e8&size=48