file graph icon
file-graph from Unicons by Iconscout · Line · File And Folder · Apache-2.0 Free for personal and commercial use.
- Name
- file-graph
- 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 graph icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 10h1a1 1 0 0 0 0-2H9a1 1 0 0 0 0 2m5.21 2.386l-1.673 2.152l-.868-.781a1 1 0 0 0-1.45.118l-2 2.5a1 1 0 1 0 1.562 1.25l1.338-1.673l.879.791a1 1 0 0 0 1.458-.13l2.334-3a1 1 0 0 0-1.58-1.227m5.778-3.448a1 1 0 0 0-.28-.643l-.001-.002l-6-6l-.001-.001a1 1 0 0 0-.287-.193c-.03-.014-.06-.022-.092-.033a1 1 0 0 0-.267-.054C13.04 2.011 13.021 2 13 2H7a3.003 3.003 0 0 0-3 3v14a3.003 3.003 0 0 0 3 3h10a3.003 3.003 0 0 0 3-3V9c0-.022-.011-.04-.012-.062M14 5.414L16.586 8H15a1 1 0 0 1-1-1ZM18 19a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h5v3a3.003 3.003 0 0 0 3 3h3Z"/></svg>
React
import type { SVGProps } from "react";
export function UilFileGraph(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="M9 10h1a1 1 0 0 0 0-2H9a1 1 0 0 0 0 2m5.21 2.386l-1.673 2.152l-.868-.781a1 1 0 0 0-1.45.118l-2 2.5a1 1 0 1 0 1.562 1.25l1.338-1.673l.879.791a1 1 0 0 0 1.458-.13l2.334-3a1 1 0 0 0-1.58-1.227m5.778-3.448a1 1 0 0 0-.28-.643l-.001-.002l-6-6l-.001-.001a1 1 0 0 0-.287-.193c-.03-.014-.06-.022-.092-.033a1 1 0 0 0-.267-.054C13.04 2.011 13.021 2 13 2H7a3.003 3.003 0 0 0-3 3v14a3.003 3.003 0 0 0 3 3h10a3.003 3.003 0 0 0 3-3V9c0-.022-.011-.04-.012-.062M14 5.414L16.586 8H15a1 1 0 0 1-1-1ZM18 19a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h5v3a3.003 3.003 0 0 0 3 3h3Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 10h1a1 1 0 0 0 0-2H9a1 1 0 0 0 0 2m5.21 2.386l-1.673 2.152l-.868-.781a1 1 0 0 0-1.45.118l-2 2.5a1 1 0 1 0 1.562 1.25l1.338-1.673l.879.791a1 1 0 0 0 1.458-.13l2.334-3a1 1 0 0 0-1.58-1.227m5.778-3.448a1 1 0 0 0-.28-.643l-.001-.002l-6-6l-.001-.001a1 1 0 0 0-.287-.193c-.03-.014-.06-.022-.092-.033a1 1 0 0 0-.267-.054C13.04 2.011 13.021 2 13 2H7a3.003 3.003 0 0 0-3 3v14a3.003 3.003 0 0 0 3 3h10a3.003 3.003 0 0 0 3-3V9c0-.022-.011-.04-.012-.062M14 5.414L16.586 8H15a1 1 0 0 1-1-1ZM18 19a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h5v3a3.003 3.003 0 0 0 3 3h3Z"/></svg> </template>
CSS
.icon-file-graph {
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%22M9%2010h1a1%201%200%200%200%200-2H9a1%201%200%200%200%200%202m5.21%202.386l-1.673%202.152l-.868-.781a1%201%200%200%200-1.45.118l-2%202.5a1%201%200%201%200%201.562%201.25l1.338-1.673l.879.791a1%201%200%200%200%201.458-.13l2.334-3a1%201%200%200%200-1.58-1.227m5.778-3.448a1%201%200%200%200-.28-.643l-.001-.002l-6-6l-.001-.001a1%201%200%200%200-.287-.193c-.03-.014-.06-.022-.092-.033a1%201%200%200%200-.267-.054C13.04%202.011%2013.021%202%2013%202H7a3.003%203.003%200%200%200-3%203v14a3.003%203.003%200%200%200%203%203h10a3.003%203.003%200%200%200%203-3V9c0-.022-.011-.04-.012-.062M14%205.414L16.586%208H15a1%201%200%200%201-1-1ZM18%2019a1%201%200%200%201-1%201H7a1%201%200%200%201-1-1V5a1%201%200%200%201%201-1h5v3a3.003%203.003%200%200%200%203%203h3Z%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%22M9%2010h1a1%201%200%200%200%200-2H9a1%201%200%200%200%200%202m5.21%202.386l-1.673%202.152l-.868-.781a1%201%200%200%200-1.45.118l-2%202.5a1%201%200%201%200%201.562%201.25l1.338-1.673l.879.791a1%201%200%200%200%201.458-.13l2.334-3a1%201%200%200%200-1.58-1.227m5.778-3.448a1%201%200%200%200-.28-.643l-.001-.002l-6-6l-.001-.001a1%201%200%200%200-.287-.193c-.03-.014-.06-.022-.092-.033a1%201%200%200%200-.267-.054C13.04%202.011%2013.021%202%2013%202H7a3.003%203.003%200%200%200-3%203v14a3.003%203.003%200%200%200%203%203h10a3.003%203.003%200%200%200%203-3V9c0-.022-.011-.04-.012-.062M14%205.414L16.586%208H15a1%201%200%200%201-1-1ZM18%2019a1%201%200%200%201-1%201H7a1%201%200%200%201-1-1V5a1%201%200%200%201%201-1h5v3a3.003%203.003%200%200%200%203%203h3Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/file-graph.svg?color=%231a73e8&size=48