file contract icon

file-contract from Line Awesome by Icons8 · Line · Security · Apache-2.0 Free for personal and commercial use.

Name
file-contract
Set
Line Awesome
Style
Line
Category
Security
Viewbox
32×32
License
Apache 2.0
Aliases
file-contract-solid

The same icon in other sets

More security icons from Line Awesome

Use the file contract icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M6 3v26h20V9.6l-.3-.3l-6-6l-.3-.3zm2 2h10v6h6v16H8zm12 1.4L22.6 9H20zM10 9v2h6V9zm0 4v2h12v-2zm3.5 3c-.9 0-1.6.6-2 1.3s-.5 1.6-.5 2.6c0 .6.2 1.2.3 1.8c-.4.1-.8.4-1.3.4v2c.7 0 1.4-.1 2-.3c.1.2.1.3.3.5c.4.4 1 .7 1.7.7c1.6 0 2.6-1.1 3.3-1.9c.1-.2.2-.3.3-.4c0 .1 0 .2.1.3c.1.2.2.4.4.6s.6.4.9.4c.6 0 1-.4 1.2-.6s.4-.5.6-.7c.4-.4.7-.7 1.1-.7v-2c-1.2 0-2.1.7-2.6 1.3c0-.1 0-.2-.1-.3c-.1-.2-.2-.4-.4-.7s-.5-.3-.8-.3c-.8 0-1.1.5-1.4.8s-.6.7-.8 1.1c-.6.7-1 1.1-1.8 1.1c-.1 0-.1-.1-.2-.1c.1 0 .1-.1.2-.1c1.1-.9 2-2.1 2-3.7q0-1.2-.6-2.1c-.4-.6-1.1-1-1.9-1m-.1 2c.3 0 .3 0 .4.2s.2.5.2 1c0 .6-.3 1.2-.8 1.7c0-.3-.2-.7-.2-.9c0-.8.1-1.4.3-1.7c.1-.2.1-.3.1-.3"/></svg>

React

import type { SVGProps } from "react";

export function LaFileContract(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M6 3v26h20V9.6l-.3-.3l-6-6l-.3-.3zm2 2h10v6h6v16H8zm12 1.4L22.6 9H20zM10 9v2h6V9zm0 4v2h12v-2zm3.5 3c-.9 0-1.6.6-2 1.3s-.5 1.6-.5 2.6c0 .6.2 1.2.3 1.8c-.4.1-.8.4-1.3.4v2c.7 0 1.4-.1 2-.3c.1.2.1.3.3.5c.4.4 1 .7 1.7.7c1.6 0 2.6-1.1 3.3-1.9c.1-.2.2-.3.3-.4c0 .1 0 .2.1.3c.1.2.2.4.4.6s.6.4.9.4c.6 0 1-.4 1.2-.6s.4-.5.6-.7c.4-.4.7-.7 1.1-.7v-2c-1.2 0-2.1.7-2.6 1.3c0-.1 0-.2-.1-.3c-.1-.2-.2-.4-.4-.7s-.5-.3-.8-.3c-.8 0-1.1.5-1.4.8s-.6.7-.8 1.1c-.6.7-1 1.1-1.8 1.1c-.1 0-.1-.1-.2-.1c.1 0 .1-.1.2-.1c1.1-.9 2-2.1 2-3.7q0-1.2-.6-2.1c-.4-.6-1.1-1-1.9-1m-.1 2c.3 0 .3 0 .4.2s.2.5.2 1c0 .6-.3 1.2-.8 1.7c0-.3-.2-.7-.2-.9c0-.8.1-1.4.3-1.7c.1-.2.1-.3.1-.3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M6 3v26h20V9.6l-.3-.3l-6-6l-.3-.3zm2 2h10v6h6v16H8zm12 1.4L22.6 9H20zM10 9v2h6V9zm0 4v2h12v-2zm3.5 3c-.9 0-1.6.6-2 1.3s-.5 1.6-.5 2.6c0 .6.2 1.2.3 1.8c-.4.1-.8.4-1.3.4v2c.7 0 1.4-.1 2-.3c.1.2.1.3.3.5c.4.4 1 .7 1.7.7c1.6 0 2.6-1.1 3.3-1.9c.1-.2.2-.3.3-.4c0 .1 0 .2.1.3c.1.2.2.4.4.6s.6.4.9.4c.6 0 1-.4 1.2-.6s.4-.5.6-.7c.4-.4.7-.7 1.1-.7v-2c-1.2 0-2.1.7-2.6 1.3c0-.1 0-.2-.1-.3c-.1-.2-.2-.4-.4-.7s-.5-.3-.8-.3c-.8 0-1.1.5-1.4.8s-.6.7-.8 1.1c-.6.7-1 1.1-1.8 1.1c-.1 0-.1-.1-.2-.1c.1 0 .1-.1.2-.1c1.1-.9 2-2.1 2-3.7q0-1.2-.6-2.1c-.4-.6-1.1-1-1.9-1m-.1 2c.3 0 .3 0 .4.2s.2.5.2 1c0 .6-.3 1.2-.8 1.7c0-.3-.2-.7-.2-.9c0-.8.1-1.4.3-1.7c.1-.2.1-.3.1-.3"/></svg>
</template>

CSS

.icon-file-contract {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%203v26h20V9.6l-.3-.3l-6-6l-.3-.3zm2%202h10v6h6v16H8zm12%201.4L22.6%209H20zM10%209v2h6V9zm0%204v2h12v-2zm3.5%203c-.9%200-1.6.6-2%201.3s-.5%201.6-.5%202.6c0%20.6.2%201.2.3%201.8c-.4.1-.8.4-1.3.4v2c.7%200%201.4-.1%202-.3c.1.2.1.3.3.5c.4.4%201%20.7%201.7.7c1.6%200%202.6-1.1%203.3-1.9c.1-.2.2-.3.3-.4c0%20.1%200%20.2.1.3c.1.2.2.4.4.6s.6.4.9.4c.6%200%201-.4%201.2-.6s.4-.5.6-.7c.4-.4.7-.7%201.1-.7v-2c-1.2%200-2.1.7-2.6%201.3c0-.1%200-.2-.1-.3c-.1-.2-.2-.4-.4-.7s-.5-.3-.8-.3c-.8%200-1.1.5-1.4.8s-.6.7-.8%201.1c-.6.7-1%201.1-1.8%201.1c-.1%200-.1-.1-.2-.1c.1%200%20.1-.1.2-.1c1.1-.9%202-2.1%202-3.7q0-1.2-.6-2.1c-.4-.6-1.1-1-1.9-1m-.1%202c.3%200%20.3%200%20.4.2s.2.5.2%201c0%20.6-.3%201.2-.8%201.7c0-.3-.2-.7-.2-.9c0-.8.1-1.4.3-1.7c.1-.2.1-.3.1-.3%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%203v26h20V9.6l-.3-.3l-6-6l-.3-.3zm2%202h10v6h6v16H8zm12%201.4L22.6%209H20zM10%209v2h6V9zm0%204v2h12v-2zm3.5%203c-.9%200-1.6.6-2%201.3s-.5%201.6-.5%202.6c0%20.6.2%201.2.3%201.8c-.4.1-.8.4-1.3.4v2c.7%200%201.4-.1%202-.3c.1.2.1.3.3.5c.4.4%201%20.7%201.7.7c1.6%200%202.6-1.1%203.3-1.9c.1-.2.2-.3.3-.4c0%20.1%200%20.2.1.3c.1.2.2.4.4.6s.6.4.9.4c.6%200%201-.4%201.2-.6s.4-.5.6-.7c.4-.4.7-.7%201.1-.7v-2c-1.2%200-2.1.7-2.6%201.3c0-.1%200-.2-.1-.3c-.1-.2-.2-.4-.4-.7s-.5-.3-.8-.3c-.8%200-1.1.5-1.4.8s-.6.7-.8%201.1c-.6.7-1%201.1-1.8%201.1c-.1%200-.1-.1-.2-.1c.1%200%20.1-.1.2-.1c1.1-.9%202-2.1%202-3.7q0-1.2-.6-2.1c-.4-.6-1.1-1-1.9-1m-.1%202c.3%200%20.3%200%20.4.2s.2.5.2%201c0%20.6-.3%201.2-.8%201.7c0-.3-.2-.7-.2-.9c0-.8.1-1.4.3-1.7c.1-.2.1-.3.1-.3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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