file question mark icon

file-question-mark-bold from Solar by 480 Design · Bold · Files · CC-BY-4.0 Attribution required.

Name
file-question-mark-bold
Set
Solar
Style
Bold
Category
Files
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More files icons from Solar

Use the file question mark icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M10.0303 2C10.6361 2 11.1218 1.99994 11.5303 2.0166C11.5168 2.09653 11.5091 2.1783 11.5088 2.26074L11.5 5.09473C11.4999 6.19183 11.4994 7.16184 11.6045 7.94336C11.7184 8.79041 11.9807 9.6369 12.6719 10.3281C13.3631 11.0193 14.2096 11.2816 15.0566 11.3955C15.8382 11.5006 16.8082 11.5001 17.9053 11.5H21.957C21.9996 12.0342 22 12.6899 22 13.5625V14C22 17.7712 21.9997 19.6566 20.8281 20.8281C19.6566 21.9997 17.7712 22 14 22H10C6.22876 22 4.34345 21.9997 3.17188 20.8281C2.0003 19.6566 2 17.7712 2 14V10C2 6.22876 2.0003 4.34345 3.17188 3.17188C4.34345 2.0003 6.23918 2 10.0303 2ZM9.00684 17.75C8.59262 17.75 8.25684 18.0858 8.25684 18.5C8.25684 18.9142 8.59262 19.25 9.00684 19.25C9.42083 19.2497 9.75684 18.9141 9.75684 18.5C9.75684 18.0859 9.42083 17.7503 9.00684 17.75ZM9.00684 11.25C7.84474 11.25 6.90234 12.1924 6.90234 13.3545C6.90252 13.7686 7.23824 14.1045 7.65234 14.1045C8.06622 14.1042 8.40217 13.7684 8.40234 13.3545C8.40234 13.0208 8.67316 12.75 9.00684 12.75C9.34013 12.7504 9.61035 13.0211 9.61035 13.3545C9.61024 13.5747 9.49278 13.7686 9.31348 13.875C9.10099 14.0007 8.85268 14.1787 8.65039 14.417C8.44498 14.659 8.25684 15.0015 8.25684 15.4307V16.333C8.25684 16.7472 8.59262 17.083 9.00684 17.083C9.42068 17.0826 9.75684 16.747 9.75684 16.333V15.4404C9.76094 15.4318 9.77125 15.4145 9.79395 15.3877C9.85009 15.3216 9.94658 15.2433 10.0771 15.166C10.6939 14.8009 11.1102 14.1265 11.1104 13.3545C11.1104 12.1927 10.1686 11.2504 9.00684 11.25Z" clip-rule="evenodd"/><path d="M13.0088 2.26562C13.7007 2.53113 14.2649 3.03877 15.3926 4.05371L19.3516 7.61621C20.5682 8.71115 21.2175 9.29582 21.5801 10H18C15.643 10 14.4647 9.99981 13.7324 9.26758C13.0002 8.53534 13 7.35697 13 5L13.0088 2.26562Z"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarFileQuestionMarkBold(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M10.0303 2C10.6361 2 11.1218 1.99994 11.5303 2.0166C11.5168 2.09653 11.5091 2.1783 11.5088 2.26074L11.5 5.09473C11.4999 6.19183 11.4994 7.16184 11.6045 7.94336C11.7184 8.79041 11.9807 9.6369 12.6719 10.3281C13.3631 11.0193 14.2096 11.2816 15.0566 11.3955C15.8382 11.5006 16.8082 11.5001 17.9053 11.5H21.957C21.9996 12.0342 22 12.6899 22 13.5625V14C22 17.7712 21.9997 19.6566 20.8281 20.8281C19.6566 21.9997 17.7712 22 14 22H10C6.22876 22 4.34345 21.9997 3.17188 20.8281C2.0003 19.6566 2 17.7712 2 14V10C2 6.22876 2.0003 4.34345 3.17188 3.17188C4.34345 2.0003 6.23918 2 10.0303 2ZM9.00684 17.75C8.59262 17.75 8.25684 18.0858 8.25684 18.5C8.25684 18.9142 8.59262 19.25 9.00684 19.25C9.42083 19.2497 9.75684 18.9141 9.75684 18.5C9.75684 18.0859 9.42083 17.7503 9.00684 17.75ZM9.00684 11.25C7.84474 11.25 6.90234 12.1924 6.90234 13.3545C6.90252 13.7686 7.23824 14.1045 7.65234 14.1045C8.06622 14.1042 8.40217 13.7684 8.40234 13.3545C8.40234 13.0208 8.67316 12.75 9.00684 12.75C9.34013 12.7504 9.61035 13.0211 9.61035 13.3545C9.61024 13.5747 9.49278 13.7686 9.31348 13.875C9.10099 14.0007 8.85268 14.1787 8.65039 14.417C8.44498 14.659 8.25684 15.0015 8.25684 15.4307V16.333C8.25684 16.7472 8.59262 17.083 9.00684 17.083C9.42068 17.0826 9.75684 16.747 9.75684 16.333V15.4404C9.76094 15.4318 9.77125 15.4145 9.79395 15.3877C9.85009 15.3216 9.94658 15.2433 10.0771 15.166C10.6939 14.8009 11.1102 14.1265 11.1104 13.3545C11.1104 12.1927 10.1686 11.2504 9.00684 11.25Z" clipRule="evenodd"/><path d="M13.0088 2.26562C13.7007 2.53113 14.2649 3.03877 15.3926 4.05371L19.3516 7.61621C20.5682 8.71115 21.2175 9.29582 21.5801 10H18C15.643 10 14.4647 9.99981 13.7324 9.26758C13.0002 8.53534 13 7.35697 13 5L13.0088 2.26562Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M10.0303 2C10.6361 2 11.1218 1.99994 11.5303 2.0166C11.5168 2.09653 11.5091 2.1783 11.5088 2.26074L11.5 5.09473C11.4999 6.19183 11.4994 7.16184 11.6045 7.94336C11.7184 8.79041 11.9807 9.6369 12.6719 10.3281C13.3631 11.0193 14.2096 11.2816 15.0566 11.3955C15.8382 11.5006 16.8082 11.5001 17.9053 11.5H21.957C21.9996 12.0342 22 12.6899 22 13.5625V14C22 17.7712 21.9997 19.6566 20.8281 20.8281C19.6566 21.9997 17.7712 22 14 22H10C6.22876 22 4.34345 21.9997 3.17188 20.8281C2.0003 19.6566 2 17.7712 2 14V10C2 6.22876 2.0003 4.34345 3.17188 3.17188C4.34345 2.0003 6.23918 2 10.0303 2ZM9.00684 17.75C8.59262 17.75 8.25684 18.0858 8.25684 18.5C8.25684 18.9142 8.59262 19.25 9.00684 19.25C9.42083 19.2497 9.75684 18.9141 9.75684 18.5C9.75684 18.0859 9.42083 17.7503 9.00684 17.75ZM9.00684 11.25C7.84474 11.25 6.90234 12.1924 6.90234 13.3545C6.90252 13.7686 7.23824 14.1045 7.65234 14.1045C8.06622 14.1042 8.40217 13.7684 8.40234 13.3545C8.40234 13.0208 8.67316 12.75 9.00684 12.75C9.34013 12.7504 9.61035 13.0211 9.61035 13.3545C9.61024 13.5747 9.49278 13.7686 9.31348 13.875C9.10099 14.0007 8.85268 14.1787 8.65039 14.417C8.44498 14.659 8.25684 15.0015 8.25684 15.4307V16.333C8.25684 16.7472 8.59262 17.083 9.00684 17.083C9.42068 17.0826 9.75684 16.747 9.75684 16.333V15.4404C9.76094 15.4318 9.77125 15.4145 9.79395 15.3877C9.85009 15.3216 9.94658 15.2433 10.0771 15.166C10.6939 14.8009 11.1102 14.1265 11.1104 13.3545C11.1104 12.1927 10.1686 11.2504 9.00684 11.25Z" clip-rule="evenodd"/><path d="M13.0088 2.26562C13.7007 2.53113 14.2649 3.03877 15.3926 4.05371L19.3516 7.61621C20.5682 8.71115 21.2175 9.29582 21.5801 10H18C15.643 10 14.4647 9.99981 13.7324 9.26758C13.0002 8.53534 13 7.35697 13 5L13.0088 2.26562Z"/></g></svg>
</template>

CSS

.icon-file-question-mark-bold {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M10.0303%202C10.6361%202%2011.1218%201.99994%2011.5303%202.0166C11.5168%202.09653%2011.5091%202.1783%2011.5088%202.26074L11.5%205.09473C11.4999%206.19183%2011.4994%207.16184%2011.6045%207.94336C11.7184%208.79041%2011.9807%209.6369%2012.6719%2010.3281C13.3631%2011.0193%2014.2096%2011.2816%2015.0566%2011.3955C15.8382%2011.5006%2016.8082%2011.5001%2017.9053%2011.5H21.957C21.9996%2012.0342%2022%2012.6899%2022%2013.5625V14C22%2017.7712%2021.9997%2019.6566%2020.8281%2020.8281C19.6566%2021.9997%2017.7712%2022%2014%2022H10C6.22876%2022%204.34345%2021.9997%203.17188%2020.8281C2.0003%2019.6566%202%2017.7712%202%2014V10C2%206.22876%202.0003%204.34345%203.17188%203.17188C4.34345%202.0003%206.23918%202%2010.0303%202ZM9.00684%2017.75C8.59262%2017.75%208.25684%2018.0858%208.25684%2018.5C8.25684%2018.9142%208.59262%2019.25%209.00684%2019.25C9.42083%2019.2497%209.75684%2018.9141%209.75684%2018.5C9.75684%2018.0859%209.42083%2017.7503%209.00684%2017.75ZM9.00684%2011.25C7.84474%2011.25%206.90234%2012.1924%206.90234%2013.3545C6.90252%2013.7686%207.23824%2014.1045%207.65234%2014.1045C8.06622%2014.1042%208.40217%2013.7684%208.40234%2013.3545C8.40234%2013.0208%208.67316%2012.75%209.00684%2012.75C9.34013%2012.7504%209.61035%2013.0211%209.61035%2013.3545C9.61024%2013.5747%209.49278%2013.7686%209.31348%2013.875C9.10099%2014.0007%208.85268%2014.1787%208.65039%2014.417C8.44498%2014.659%208.25684%2015.0015%208.25684%2015.4307V16.333C8.25684%2016.7472%208.59262%2017.083%209.00684%2017.083C9.42068%2017.0826%209.75684%2016.747%209.75684%2016.333V15.4404C9.76094%2015.4318%209.77125%2015.4145%209.79395%2015.3877C9.85009%2015.3216%209.94658%2015.2433%2010.0771%2015.166C10.6939%2014.8009%2011.1102%2014.1265%2011.1104%2013.3545C11.1104%2012.1927%2010.1686%2011.2504%209.00684%2011.25Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M13.0088%202.26562C13.7007%202.53113%2014.2649%203.03877%2015.3926%204.05371L19.3516%207.61621C20.5682%208.71115%2021.2175%209.29582%2021.5801%2010H18C15.643%2010%2014.4647%209.99981%2013.7324%209.26758C13.0002%208.53534%2013%207.35697%2013%205L13.0088%202.26562Z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M10.0303%202C10.6361%202%2011.1218%201.99994%2011.5303%202.0166C11.5168%202.09653%2011.5091%202.1783%2011.5088%202.26074L11.5%205.09473C11.4999%206.19183%2011.4994%207.16184%2011.6045%207.94336C11.7184%208.79041%2011.9807%209.6369%2012.6719%2010.3281C13.3631%2011.0193%2014.2096%2011.2816%2015.0566%2011.3955C15.8382%2011.5006%2016.8082%2011.5001%2017.9053%2011.5H21.957C21.9996%2012.0342%2022%2012.6899%2022%2013.5625V14C22%2017.7712%2021.9997%2019.6566%2020.8281%2020.8281C19.6566%2021.9997%2017.7712%2022%2014%2022H10C6.22876%2022%204.34345%2021.9997%203.17188%2020.8281C2.0003%2019.6566%202%2017.7712%202%2014V10C2%206.22876%202.0003%204.34345%203.17188%203.17188C4.34345%202.0003%206.23918%202%2010.0303%202ZM9.00684%2017.75C8.59262%2017.75%208.25684%2018.0858%208.25684%2018.5C8.25684%2018.9142%208.59262%2019.25%209.00684%2019.25C9.42083%2019.2497%209.75684%2018.9141%209.75684%2018.5C9.75684%2018.0859%209.42083%2017.7503%209.00684%2017.75ZM9.00684%2011.25C7.84474%2011.25%206.90234%2012.1924%206.90234%2013.3545C6.90252%2013.7686%207.23824%2014.1045%207.65234%2014.1045C8.06622%2014.1042%208.40217%2013.7684%208.40234%2013.3545C8.40234%2013.0208%208.67316%2012.75%209.00684%2012.75C9.34013%2012.7504%209.61035%2013.0211%209.61035%2013.3545C9.61024%2013.5747%209.49278%2013.7686%209.31348%2013.875C9.10099%2014.0007%208.85268%2014.1787%208.65039%2014.417C8.44498%2014.659%208.25684%2015.0015%208.25684%2015.4307V16.333C8.25684%2016.7472%208.59262%2017.083%209.00684%2017.083C9.42068%2017.0826%209.75684%2016.747%209.75684%2016.333V15.4404C9.76094%2015.4318%209.77125%2015.4145%209.79395%2015.3877C9.85009%2015.3216%209.94658%2015.2433%2010.0771%2015.166C10.6939%2014.8009%2011.1102%2014.1265%2011.1104%2013.3545C11.1104%2012.1927%2010.1686%2011.2504%209.00684%2011.25Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M13.0088%202.26562C13.7007%202.53113%2014.2649%203.03877%2015.3926%204.05371L19.3516%207.61621C20.5682%208.71115%2021.2175%209.29582%2021.5801%2010H18C15.643%2010%2014.4647%209.99981%2013.7324%209.26758C13.0002%208.53534%2013%207.35697%2013%205L13.0088%202.26562Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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