file question alt icon

file-question-alt from Unicons by Iconscout · Line · File And Folder · Apache-2.0 Free for personal and commercial use.

Name
file-question-alt
Set
Unicons
Style
Line
Category
File And Folder
Viewbox
24×24
License
Apache 2.0

More file and folder icons from Unicons

Use the file question alt icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.07 12h-5a1 1 0 0 0 0 2h5a1 1 0 0 0 0-2m1 8h-8a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h5v3a3 3 0 0 0 3 3h3v1a1 1 0 0 0 2 0V9a.14.14 0 0 0 0-.06a.9.9 0 0 0-.07-.27v-.09a1 1 0 0 0-.19-.28l-6-6a1 1 0 0 0-.29-.19s-.05 0-.08 0a.9.9 0 0 0-.32-.11h-6a3 3 0 0 0-3 3v14a3 3 0 0 0 3 3h8a1 1 0 0 0 0-2Zm-1-14.59L15.65 8h-1.58a1 1 0 0 1-1-1Zm5.57 14.88a2 2 0 0 0-.15-.12a1.1 1.1 0 0 0-.36-.15a1 1 0 0 0-.9.27a1 1 0 0 0 0 1.42a1 1 0 0 0 .7.29a1 1 0 0 0 .93-1.38a1.2 1.2 0 0 0-.22-.33M13.07 16h-5a1 1 0 0 0 0 2h5a1 1 0 0 0 0-2m4.86-3a3 3 0 0 0-2.6 1.5a1 1 0 1 0 1.74 1a1 1 0 1 1 .86 1.5a1 1 0 0 0 0 2a3 3 0 0 0 0-6m-9.86-3h1a1 1 0 0 0 0-2h-1a1 1 0 0 0 0 2"/></svg>

React

import type { SVGProps } from "react";

export function UilFileQuestionAlt(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="M13.07 12h-5a1 1 0 0 0 0 2h5a1 1 0 0 0 0-2m1 8h-8a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h5v3a3 3 0 0 0 3 3h3v1a1 1 0 0 0 2 0V9a.14.14 0 0 0 0-.06a.9.9 0 0 0-.07-.27v-.09a1 1 0 0 0-.19-.28l-6-6a1 1 0 0 0-.29-.19s-.05 0-.08 0a.9.9 0 0 0-.32-.11h-6a3 3 0 0 0-3 3v14a3 3 0 0 0 3 3h8a1 1 0 0 0 0-2Zm-1-14.59L15.65 8h-1.58a1 1 0 0 1-1-1Zm5.57 14.88a2 2 0 0 0-.15-.12a1.1 1.1 0 0 0-.36-.15a1 1 0 0 0-.9.27a1 1 0 0 0 0 1.42a1 1 0 0 0 .7.29a1 1 0 0 0 .93-1.38a1.2 1.2 0 0 0-.22-.33M13.07 16h-5a1 1 0 0 0 0 2h5a1 1 0 0 0 0-2m4.86-3a3 3 0 0 0-2.6 1.5a1 1 0 1 0 1.74 1a1 1 0 1 1 .86 1.5a1 1 0 0 0 0 2a3 3 0 0 0 0-6m-9.86-3h1a1 1 0 0 0 0-2h-1a1 1 0 0 0 0 2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.07 12h-5a1 1 0 0 0 0 2h5a1 1 0 0 0 0-2m1 8h-8a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h5v3a3 3 0 0 0 3 3h3v1a1 1 0 0 0 2 0V9a.14.14 0 0 0 0-.06a.9.9 0 0 0-.07-.27v-.09a1 1 0 0 0-.19-.28l-6-6a1 1 0 0 0-.29-.19s-.05 0-.08 0a.9.9 0 0 0-.32-.11h-6a3 3 0 0 0-3 3v14a3 3 0 0 0 3 3h8a1 1 0 0 0 0-2Zm-1-14.59L15.65 8h-1.58a1 1 0 0 1-1-1Zm5.57 14.88a2 2 0 0 0-.15-.12a1.1 1.1 0 0 0-.36-.15a1 1 0 0 0-.9.27a1 1 0 0 0 0 1.42a1 1 0 0 0 .7.29a1 1 0 0 0 .93-1.38a1.2 1.2 0 0 0-.22-.33M13.07 16h-5a1 1 0 0 0 0 2h5a1 1 0 0 0 0-2m4.86-3a3 3 0 0 0-2.6 1.5a1 1 0 1 0 1.74 1a1 1 0 1 1 .86 1.5a1 1 0 0 0 0 2a3 3 0 0 0 0-6m-9.86-3h1a1 1 0 0 0 0-2h-1a1 1 0 0 0 0 2"/></svg>
</template>

CSS

.icon-file-question-alt {
  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%22M13.07%2012h-5a1%201%200%200%200%200%202h5a1%201%200%200%200%200-2m1%208h-8a1%201%200%200%201-1-1V5a1%201%200%200%201%201-1h5v3a3%203%200%200%200%203%203h3v1a1%201%200%200%200%202%200V9a.14.14%200%200%200%200-.06a.9.9%200%200%200-.07-.27v-.09a1%201%200%200%200-.19-.28l-6-6a1%201%200%200%200-.29-.19s-.05%200-.08%200a.9.9%200%200%200-.32-.11h-6a3%203%200%200%200-3%203v14a3%203%200%200%200%203%203h8a1%201%200%200%200%200-2Zm-1-14.59L15.65%208h-1.58a1%201%200%200%201-1-1Zm5.57%2014.88a2%202%200%200%200-.15-.12a1.1%201.1%200%200%200-.36-.15a1%201%200%200%200-.9.27a1%201%200%200%200%200%201.42a1%201%200%200%200%20.7.29a1%201%200%200%200%20.93-1.38a1.2%201.2%200%200%200-.22-.33M13.07%2016h-5a1%201%200%200%200%200%202h5a1%201%200%200%200%200-2m4.86-3a3%203%200%200%200-2.6%201.5a1%201%200%201%200%201.74%201a1%201%200%201%201%20.86%201.5a1%201%200%200%200%200%202a3%203%200%200%200%200-6m-9.86-3h1a1%201%200%200%200%200-2h-1a1%201%200%200%200%200%202%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%22M13.07%2012h-5a1%201%200%200%200%200%202h5a1%201%200%200%200%200-2m1%208h-8a1%201%200%200%201-1-1V5a1%201%200%200%201%201-1h5v3a3%203%200%200%200%203%203h3v1a1%201%200%200%200%202%200V9a.14.14%200%200%200%200-.06a.9.9%200%200%200-.07-.27v-.09a1%201%200%200%200-.19-.28l-6-6a1%201%200%200%200-.29-.19s-.05%200-.08%200a.9.9%200%200%200-.32-.11h-6a3%203%200%200%200-3%203v14a3%203%200%200%200%203%203h8a1%201%200%200%200%200-2Zm-1-14.59L15.65%208h-1.58a1%201%200%200%201-1-1Zm5.57%2014.88a2%202%200%200%200-.15-.12a1.1%201.1%200%200%200-.36-.15a1%201%200%200%200-.9.27a1%201%200%200%200%200%201.42a1%201%200%200%200%20.7.29a1%201%200%200%200%20.93-1.38a1.2%201.2%200%200%200-.22-.33M13.07%2016h-5a1%201%200%200%200%200%202h5a1%201%200%200%200%200-2m4.86-3a3%203%200%200%200-2.6%201.5a1%201%200%201%200%201.74%201a1%201%200%201%201%20.86%201.5a1%201%200%200%200%200%202a3%203%200%200%200%200-6m-9.86-3h1a1%201%200%200%200%200-2h-1a1%201%200%200%200%200%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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