file not found icon
file-not-found from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- file-not-found
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge Icons
Use the file not found icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="m2 2l20 20m-2.152-7.063c.152-.368.152-.776.152-1.594V10c0-3.771 0-5.657-1.172-6.828S15.771 2 12 2c-2.667 0-4.39 0-5.586.414m-2 2C4 5.61 4 7.334 4 10v4.544c0 3.245 0 4.868.886 5.967a4 4 0 0 0 .603.603C6.59 22 8.211 22 11.456 22c.705 0 1.058 0 1.381-.114q.1-.036.197-.082c.31-.148.559-.397 1.058-.896L17.5 17.5"/><path d="M13 21.5v-.751c0-2.829 0-4.243.879-5.122c.3-.3.662-.497 1.121-.627"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsFileNotFound(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="m2 2l20 20m-2.152-7.063c.152-.368.152-.776.152-1.594V10c0-3.771 0-5.657-1.172-6.828S15.771 2 12 2c-2.667 0-4.39 0-5.586.414m-2 2C4 5.61 4 7.334 4 10v4.544c0 3.245 0 4.868.886 5.967a4 4 0 0 0 .603.603C6.59 22 8.211 22 11.456 22c.705 0 1.058 0 1.381-.114q.1-.036.197-.082c.31-.148.559-.397 1.058-.896L17.5 17.5"/><path d="M13 21.5v-.751c0-2.829 0-4.243.879-5.122c.3-.3.662-.497 1.121-.627"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="m2 2l20 20m-2.152-7.063c.152-.368.152-.776.152-1.594V10c0-3.771 0-5.657-1.172-6.828S15.771 2 12 2c-2.667 0-4.39 0-5.586.414m-2 2C4 5.61 4 7.334 4 10v4.544c0 3.245 0 4.868.886 5.967a4 4 0 0 0 .603.603C6.59 22 8.211 22 11.456 22c.705 0 1.058 0 1.381-.114q.1-.036.197-.082c.31-.148.559-.397 1.058-.896L17.5 17.5"/><path d="M13 21.5v-.751c0-2.829 0-4.243.879-5.122c.3-.3.662-.497 1.121-.627"/></g></svg> </template>
CSS
.icon-file-not-found {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22m2%202l20%2020m-2.152-7.063c.152-.368.152-.776.152-1.594V10c0-3.771%200-5.657-1.172-6.828S15.771%202%2012%202c-2.667%200-4.39%200-5.586.414m-2%202C4%205.61%204%207.334%204%2010v4.544c0%203.245%200%204.868.886%205.967a4%204%200%200%200%20.603.603C6.59%2022%208.211%2022%2011.456%2022c.705%200%201.058%200%201.381-.114q.1-.036.197-.082c.31-.148.559-.397%201.058-.896L17.5%2017.5%22%2F%3E%3Cpath%20d%3D%22M13%2021.5v-.751c0-2.829%200-4.243.879-5.122c.3-.3.662-.497%201.121-.627%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22m2%202l20%2020m-2.152-7.063c.152-.368.152-.776.152-1.594V10c0-3.771%200-5.657-1.172-6.828S15.771%202%2012%202c-2.667%200-4.39%200-5.586.414m-2%202C4%205.61%204%207.334%204%2010v4.544c0%203.245%200%204.868.886%205.967a4%204%200%200%200%20.603.603C6.59%2022%208.211%2022%2011.456%2022c.705%200%201.058%200%201.381-.114q.1-.036.197-.082c.31-.148.559-.397%201.058-.896L17.5%2017.5%22%2F%3E%3Cpath%20d%3D%22M13%2021.5v-.751c0-2.829%200-4.243.879-5.122c.3-.3.662-.497%201.121-.627%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/file-not-found.svg?color=%231a73e8&size=48