file add icon
file-add from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- file-add
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge Icons
Use the file add icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M4 12v2.545c0 3.245 0 4.867.886 5.966a4 4 0 0 0 .603.603C6.59 22 8.211 22 11.456 22c.705 0 1.058 0 1.381-.113q.1-.037.197-.082c.31-.148.559-.398 1.058-.896l4.736-4.737c.579-.578.867-.867 1.02-1.235c.152-.367.152-.776.152-1.593V10c0-3.772 0-5.657-1.172-6.829c-1.059-1.06-2.701-1.16-5.793-1.17M13 21.5V21c0-2.829 0-4.243.879-5.122C14.757 15 16.172 15 19 15h.5M12 6H4m4-4v8"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsFileAdd(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M4 12v2.545c0 3.245 0 4.867.886 5.966a4 4 0 0 0 .603.603C6.59 22 8.211 22 11.456 22c.705 0 1.058 0 1.381-.113q.1-.037.197-.082c.31-.148.559-.398 1.058-.896l4.736-4.737c.579-.578.867-.867 1.02-1.235c.152-.367.152-.776.152-1.593V10c0-3.772 0-5.657-1.172-6.829c-1.059-1.06-2.701-1.16-5.793-1.17M13 21.5V21c0-2.829 0-4.243.879-5.122C14.757 15 16.172 15 19 15h.5M12 6H4m4-4v8"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M4 12v2.545c0 3.245 0 4.867.886 5.966a4 4 0 0 0 .603.603C6.59 22 8.211 22 11.456 22c.705 0 1.058 0 1.381-.113q.1-.037.197-.082c.31-.148.559-.398 1.058-.896l4.736-4.737c.579-.578.867-.867 1.02-1.235c.152-.367.152-.776.152-1.593V10c0-3.772 0-5.657-1.172-6.829c-1.059-1.06-2.701-1.16-5.793-1.17M13 21.5V21c0-2.829 0-4.243.879-5.122C14.757 15 16.172 15 19 15h.5M12 6H4m4-4v8"/></svg> </template>
CSS
.icon-file-add {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M4%2012v2.545c0%203.245%200%204.867.886%205.966a4%204%200%200%200%20.603.603C6.59%2022%208.211%2022%2011.456%2022c.705%200%201.058%200%201.381-.113q.1-.037.197-.082c.31-.148.559-.398%201.058-.896l4.736-4.737c.579-.578.867-.867%201.02-1.235c.152-.367.152-.776.152-1.593V10c0-3.772%200-5.657-1.172-6.829c-1.059-1.06-2.701-1.16-5.793-1.17M13%2021.5V21c0-2.829%200-4.243.879-5.122C14.757%2015%2016.172%2015%2019%2015h.5M12%206H4m4-4v8%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M4%2012v2.545c0%203.245%200%204.867.886%205.966a4%204%200%200%200%20.603.603C6.59%2022%208.211%2022%2011.456%2022c.705%200%201.058%200%201.381-.113q.1-.037.197-.082c.31-.148.559-.398%201.058-.896l4.736-4.737c.579-.578.867-.867%201.02-1.235c.152-.367.152-.776.152-1.593V10c0-3.772%200-5.657-1.172-6.829c-1.059-1.06-2.701-1.16-5.793-1.17M13%2021.5V21c0-2.829%200-4.243.879-5.122C14.757%2015%2016.172%2015%2019%2015h.5M12%206H4m4-4v8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/file-add.svg?color=%231a73e8&size=48