file question mark icon
file-question-mark-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- file-question-mark-fill
- Set
- Mage Icons
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Mage Icons
The same icon in other sets
Related icons in Mage Icons
Use the file 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="M20.65 7.041c-.4-.999-3.12-3.136-3.89-3.936a4.13 4.13 0 0 0-2.42-1.078c0-.06-5.95 0-6.13 0a5.005 5.005 0 0 0-4.77 2.937A5 5 0 0 0 3 6.88v10.29a4.99 4.99 0 0 0 3.285 4.528a5 5 0 0 0 1.945.297h7.56a5.005 5.005 0 0 0 4.77-2.937A5 5 0 0 0 21 17.14V8.58a3.8 3.8 0 0 0-.35-1.539M11.5 18.32a1 1 0 0 1-1-1a.999.999 0 0 1 1.707-.706a.999.999 0 0 1-.707 1.706m2.61-5.264a2.54 2.54 0 0 1-1.52 1.418c0 .68-.22 1.518-1.06 1.508c-1.81-.18-1-3.046.38-3.386a.55.55 0 0 0 .35-.77a.87.87 0 0 0-1.49.11a1.002 1.002 0 0 1-1.82-.838c1.38-3.157 6.48-1.379 5.16 1.918zm1.92-5.584c-1.67 0-.94-2.627-1.09-3.726a25 25 0 0 1 4.21 3.726z"/></svg>
React
import type { SVGProps } from "react";
export function MageFileQuestionMarkFill(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="M20.65 7.041c-.4-.999-3.12-3.136-3.89-3.936a4.13 4.13 0 0 0-2.42-1.078c0-.06-5.95 0-6.13 0a5.005 5.005 0 0 0-4.77 2.937A5 5 0 0 0 3 6.88v10.29a4.99 4.99 0 0 0 3.285 4.528a5 5 0 0 0 1.945.297h7.56a5.005 5.005 0 0 0 4.77-2.937A5 5 0 0 0 21 17.14V8.58a3.8 3.8 0 0 0-.35-1.539M11.5 18.32a1 1 0 0 1-1-1a.999.999 0 0 1 1.707-.706a.999.999 0 0 1-.707 1.706m2.61-5.264a2.54 2.54 0 0 1-1.52 1.418c0 .68-.22 1.518-1.06 1.508c-1.81-.18-1-3.046.38-3.386a.55.55 0 0 0 .35-.77a.87.87 0 0 0-1.49.11a1.002 1.002 0 0 1-1.82-.838c1.38-3.157 6.48-1.379 5.16 1.918zm1.92-5.584c-1.67 0-.94-2.627-1.09-3.726a25 25 0 0 1 4.21 3.726z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.65 7.041c-.4-.999-3.12-3.136-3.89-3.936a4.13 4.13 0 0 0-2.42-1.078c0-.06-5.95 0-6.13 0a5.005 5.005 0 0 0-4.77 2.937A5 5 0 0 0 3 6.88v10.29a4.99 4.99 0 0 0 3.285 4.528a5 5 0 0 0 1.945.297h7.56a5.005 5.005 0 0 0 4.77-2.937A5 5 0 0 0 21 17.14V8.58a3.8 3.8 0 0 0-.35-1.539M11.5 18.32a1 1 0 0 1-1-1a.999.999 0 0 1 1.707-.706a.999.999 0 0 1-.707 1.706m2.61-5.264a2.54 2.54 0 0 1-1.52 1.418c0 .68-.22 1.518-1.06 1.508c-1.81-.18-1-3.046.38-3.386a.55.55 0 0 0 .35-.77a.87.87 0 0 0-1.49.11a1.002 1.002 0 0 1-1.82-.838c1.38-3.157 6.48-1.379 5.16 1.918zm1.92-5.584c-1.67 0-.94-2.627-1.09-3.726a25 25 0 0 1 4.21 3.726z"/></svg> </template>
CSS
.icon-file-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%22M20.65%207.041c-.4-.999-3.12-3.136-3.89-3.936a4.13%204.13%200%200%200-2.42-1.078c0-.06-5.95%200-6.13%200a5.005%205.005%200%200%200-4.77%202.937A5%205%200%200%200%203%206.88v10.29a4.99%204.99%200%200%200%203.285%204.528a5%205%200%200%200%201.945.297h7.56a5.005%205.005%200%200%200%204.77-2.937A5%205%200%200%200%2021%2017.14V8.58a3.8%203.8%200%200%200-.35-1.539M11.5%2018.32a1%201%200%200%201-1-1a.999.999%200%200%201%201.707-.706a.999.999%200%200%201-.707%201.706m2.61-5.264a2.54%202.54%200%200%201-1.52%201.418c0%20.68-.22%201.518-1.06%201.508c-1.81-.18-1-3.046.38-3.386a.55.55%200%200%200%20.35-.77a.87.87%200%200%200-1.49.11a1.002%201.002%200%200%201-1.82-.838c1.38-3.157%206.48-1.379%205.16%201.918zm1.92-5.584c-1.67%200-.94-2.627-1.09-3.726a25%2025%200%200%201%204.21%203.726z%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%22M20.65%207.041c-.4-.999-3.12-3.136-3.89-3.936a4.13%204.13%200%200%200-2.42-1.078c0-.06-5.95%200-6.13%200a5.005%205.005%200%200%200-4.77%202.937A5%205%200%200%200%203%206.88v10.29a4.99%204.99%200%200%200%203.285%204.528a5%205%200%200%200%201.945.297h7.56a5.005%205.005%200%200%200%204.77-2.937A5%205%200%200%200%2021%2017.14V8.58a3.8%203.8%200%200%200-.35-1.539M11.5%2018.32a1%201%200%200%201-1-1a.999.999%200%200%201%201.707-.706a.999.999%200%200%201-.707%201.706m2.61-5.264a2.54%202.54%200%200%201-1.52%201.418c0%20.68-.22%201.518-1.06%201.508c-1.81-.18-1-3.046.38-3.386a.55.55%200%200%200%20.35-.77a.87.87%200%200%200-1.49.11a1.002%201.002%200%200%201-1.82-.838c1.38-3.157%206.48-1.379%205.16%201.918zm1.92-5.584c-1.67%200-.94-2.627-1.09-3.726a25%2025%200%200%201%204.21%203.726z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/file-question-mark-fill.svg?color=%231a73e8&size=48