file contract icon
file-contract from Unicons by Iconscout · Line · File And Folder · Apache-2.0 Free for personal and commercial use.
- Name
- file-contract
- Set
- Unicons
- Style
- Line
- Category
- File And Folder
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
More file and folder icons from Unicons
Use the file contract icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.2 15c-.2.1-.4.1-.6.2c-.1-.2-.2-.4-.3-.5c-.8-.7-2-.8-3-.2C8.5 15 8 16 8 17c0 .5.5 1 1 .9c.5 0 1-.5 1-1c0-.3.1-.5.3-.7c.1 0 .2-.1.3-.1c-.3.6-.1 1.3.5 1.7c.2.1.3.1.5.1c.4 0 .8-.2 1.1-.5c.1-.1.3-.2.5-.3c.1.4.5.8 1 .8h.8c.6 0 1-.4 1-1c0-.5-.4-.9-.9-1c-.1-.2-.1-.3-.3-.5c-.3-.3-1-.5-1.6-.4M20 8.9c0-.1 0-.2-.1-.3v-.1c0-.1-.1-.2-.2-.3l-6-6c-.1-.1-.2-.1-.3-.2h-.1c-.1 0-.2 0-.3-.1H7C5.3 2 4 3.3 4 5v14c0 1.7 1.3 3 3 3h10c1.7 0 3-1.3 3-3zq0 .15 0 0m-6-3.5L16.6 8H15c-.6 0-1-.4-1-1zM18 19c0 .6-.4 1-1 1H7c-.6 0-1-.4-1-1V5c0-.6.4-1 1-1h5v3c0 1.7 1.3 3 3 3h3zm-9-9h1c.6 0 1-.4 1-1s-.4-1-1-1H9c-.6 0-1 .4-1 1s.4 1 1 1"/></svg>
React
import type { SVGProps } from "react";
export function UilFileContract(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.2 15c-.2.1-.4.1-.6.2c-.1-.2-.2-.4-.3-.5c-.8-.7-2-.8-3-.2C8.5 15 8 16 8 17c0 .5.5 1 1 .9c.5 0 1-.5 1-1c0-.3.1-.5.3-.7c.1 0 .2-.1.3-.1c-.3.6-.1 1.3.5 1.7c.2.1.3.1.5.1c.4 0 .8-.2 1.1-.5c.1-.1.3-.2.5-.3c.1.4.5.8 1 .8h.8c.6 0 1-.4 1-1c0-.5-.4-.9-.9-1c-.1-.2-.1-.3-.3-.5c-.3-.3-1-.5-1.6-.4M20 8.9c0-.1 0-.2-.1-.3v-.1c0-.1-.1-.2-.2-.3l-6-6c-.1-.1-.2-.1-.3-.2h-.1c-.1 0-.2 0-.3-.1H7C5.3 2 4 3.3 4 5v14c0 1.7 1.3 3 3 3h10c1.7 0 3-1.3 3-3zq0 .15 0 0m-6-3.5L16.6 8H15c-.6 0-1-.4-1-1zM18 19c0 .6-.4 1-1 1H7c-.6 0-1-.4-1-1V5c0-.6.4-1 1-1h5v3c0 1.7 1.3 3 3 3h3zm-9-9h1c.6 0 1-.4 1-1s-.4-1-1-1H9c-.6 0-1 .4-1 1s.4 1 1 1"/></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.2 15c-.2.1-.4.1-.6.2c-.1-.2-.2-.4-.3-.5c-.8-.7-2-.8-3-.2C8.5 15 8 16 8 17c0 .5.5 1 1 .9c.5 0 1-.5 1-1c0-.3.1-.5.3-.7c.1 0 .2-.1.3-.1c-.3.6-.1 1.3.5 1.7c.2.1.3.1.5.1c.4 0 .8-.2 1.1-.5c.1-.1.3-.2.5-.3c.1.4.5.8 1 .8h.8c.6 0 1-.4 1-1c0-.5-.4-.9-.9-1c-.1-.2-.1-.3-.3-.5c-.3-.3-1-.5-1.6-.4M20 8.9c0-.1 0-.2-.1-.3v-.1c0-.1-.1-.2-.2-.3l-6-6c-.1-.1-.2-.1-.3-.2h-.1c-.1 0-.2 0-.3-.1H7C5.3 2 4 3.3 4 5v14c0 1.7 1.3 3 3 3h10c1.7 0 3-1.3 3-3zq0 .15 0 0m-6-3.5L16.6 8H15c-.6 0-1-.4-1-1zM18 19c0 .6-.4 1-1 1H7c-.6 0-1-.4-1-1V5c0-.6.4-1 1-1h5v3c0 1.7 1.3 3 3 3h3zm-9-9h1c.6 0 1-.4 1-1s-.4-1-1-1H9c-.6 0-1 .4-1 1s.4 1 1 1"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.2%2015c-.2.1-.4.1-.6.2c-.1-.2-.2-.4-.3-.5c-.8-.7-2-.8-3-.2C8.5%2015%208%2016%208%2017c0%20.5.5%201%201%20.9c.5%200%201-.5%201-1c0-.3.1-.5.3-.7c.1%200%20.2-.1.3-.1c-.3.6-.1%201.3.5%201.7c.2.1.3.1.5.1c.4%200%20.8-.2%201.1-.5c.1-.1.3-.2.5-.3c.1.4.5.8%201%20.8h.8c.6%200%201-.4%201-1c0-.5-.4-.9-.9-1c-.1-.2-.1-.3-.3-.5c-.3-.3-1-.5-1.6-.4M20%208.9c0-.1%200-.2-.1-.3v-.1c0-.1-.1-.2-.2-.3l-6-6c-.1-.1-.2-.1-.3-.2h-.1c-.1%200-.2%200-.3-.1H7C5.3%202%204%203.3%204%205v14c0%201.7%201.3%203%203%203h10c1.7%200%203-1.3%203-3zq0%20.15%200%200m-6-3.5L16.6%208H15c-.6%200-1-.4-1-1zM18%2019c0%20.6-.4%201-1%201H7c-.6%200-1-.4-1-1V5c0-.6.4-1%201-1h5v3c0%201.7%201.3%203%203%203h3zm-9-9h1c.6%200%201-.4%201-1s-.4-1-1-1H9c-.6%200-1%20.4-1%201s.4%201%201%201%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.2%2015c-.2.1-.4.1-.6.2c-.1-.2-.2-.4-.3-.5c-.8-.7-2-.8-3-.2C8.5%2015%208%2016%208%2017c0%20.5.5%201%201%20.9c.5%200%201-.5%201-1c0-.3.1-.5.3-.7c.1%200%20.2-.1.3-.1c-.3.6-.1%201.3.5%201.7c.2.1.3.1.5.1c.4%200%20.8-.2%201.1-.5c.1-.1.3-.2.5-.3c.1.4.5.8%201%20.8h.8c.6%200%201-.4%201-1c0-.5-.4-.9-.9-1c-.1-.2-.1-.3-.3-.5c-.3-.3-1-.5-1.6-.4M20%208.9c0-.1%200-.2-.1-.3v-.1c0-.1-.1-.2-.2-.3l-6-6c-.1-.1-.2-.1-.3-.2h-.1c-.1%200-.2%200-.3-.1H7C5.3%202%204%203.3%204%205v14c0%201.7%201.3%203%203%203h10c1.7%200%203-1.3%203-3zq0%20.15%200%200m-6-3.5L16.6%208H15c-.6%200-1-.4-1-1zM18%2019c0%20.6-.4%201-1%201H7c-.6%200-1-.4-1-1V5c0-.6.4-1%201-1h5v3c0%201.7%201.3%203%203%203h3zm-9-9h1c.6%200%201-.4%201-1s-.4-1-1-1H9c-.6%200-1%20.4-1%201s.4%201%201%201%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/file-contract.svg?color=%231a73e8&size=48