filing icon
filing from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- filing
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
Use the filing icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M381 128.6H132.1c-12.1 0-19.5 0-19.5 20.4v28.1h288V149c0-20.4-7.4-20.4-19.6-20.4z" fill="currentColor"/><path d="M333 96.5H180c-13.1 0-19.5.3-19.5 18.7h192c-.1-18.4-6.4-18.7-19.5-18.7z" fill="currentColor"/><path d="M432.4 169.6l-15.9-9.4v32.3h-321v-32.3l-15.2 9.4c-14.3 8.9-17.8 15.3-15 40.9l17.5 184.8c3.7 20.7 15.9 21.2 24 21.2h299.9c8.1 0 20.2-.5 23.9-21.2l17.2-184.4c2.3-24.4-2-32.8-15.4-41.3z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonFiling(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M381 128.6H132.1c-12.1 0-19.5 0-19.5 20.4v28.1h288V149c0-20.4-7.4-20.4-19.6-20.4z" fill="currentColor"/><path d="M333 96.5H180c-13.1 0-19.5.3-19.5 18.7h192c-.1-18.4-6.4-18.7-19.5-18.7z" fill="currentColor"/><path d="M432.4 169.6l-15.9-9.4v32.3h-321v-32.3l-15.2 9.4c-14.3 8.9-17.8 15.3-15 40.9l17.5 184.8c3.7 20.7 15.9 21.2 24 21.2h299.9c8.1 0 20.2-.5 23.9-21.2l17.2-184.4c2.3-24.4-2-32.8-15.4-41.3z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M381 128.6H132.1c-12.1 0-19.5 0-19.5 20.4v28.1h288V149c0-20.4-7.4-20.4-19.6-20.4z" fill="currentColor"/><path d="M333 96.5H180c-13.1 0-19.5.3-19.5 18.7h192c-.1-18.4-6.4-18.7-19.5-18.7z" fill="currentColor"/><path d="M432.4 169.6l-15.9-9.4v32.3h-321v-32.3l-15.2 9.4c-14.3 8.9-17.8 15.3-15 40.9l17.5 184.8c3.7 20.7 15.9 21.2 24 21.2h299.9c8.1 0 20.2-.5 23.9-21.2l17.2-184.4c2.3-24.4-2-32.8-15.4-41.3z" fill="currentColor"/></svg> </template>
CSS
.icon-filing {
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%20512%20512%22%3E%3Cpath%20d%3D%22M381%20128.6H132.1c-12.1%200-19.5%200-19.5%2020.4v28.1h288V149c0-20.4-7.4-20.4-19.6-20.4z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M333%2096.5H180c-13.1%200-19.5.3-19.5%2018.7h192c-.1-18.4-6.4-18.7-19.5-18.7z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M432.4%20169.6l-15.9-9.4v32.3h-321v-32.3l-15.2%209.4c-14.3%208.9-17.8%2015.3-15%2040.9l17.5%20184.8c3.7%2020.7%2015.9%2021.2%2024%2021.2h299.9c8.1%200%2020.2-.5%2023.9-21.2l17.2-184.4c2.3-24.4-2-32.8-15.4-41.3z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M381%20128.6H132.1c-12.1%200-19.5%200-19.5%2020.4v28.1h288V149c0-20.4-7.4-20.4-19.6-20.4z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M333%2096.5H180c-13.1%200-19.5.3-19.5%2018.7h192c-.1-18.4-6.4-18.7-19.5-18.7z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M432.4%20169.6l-15.9-9.4v32.3h-321v-32.3l-15.2%209.4c-14.3%208.9-17.8%2015.3-15%2040.9l17.5%20184.8c3.7%2020.7%2015.9%2021.2%2024%2021.2h299.9c8.1%200%2020.2-.5%2023.9-21.2l17.2-184.4c2.3-24.4-2-32.8-15.4-41.3z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/filing.svg?color=%231a73e8&size=48