file error icon
file-error-duotone from Reicon by REICON · Duotone · Files · MIT Free for personal and commercial use.
- Name
- file-error-duotone
- Set
- Reicon
- Style
- Duotone
- Category
- Files
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
More files icons from Reicon
Use the file error icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="m11.51 2.26l-.01 2.835c0 1.097 0 2.066.105 2.848c.114.847.375 1.694 1.067 2.385c.69.691 1.538.953 2.385 1.067c.781.105 1.751.105 2.848.105h4.052q.02.232.028.5H22c0-.268 0-.402-.01-.56a5.3 5.3 0 0 0-.958-2.641c-.094-.128-.158-.204-.285-.357C19.954 7.494 18.91 6.312 18 5.5c-.81-.724-1.921-1.515-2.89-2.161c-.832-.556-1.248-.834-1.819-1.04a6 6 0 0 0-.506-.154c-.384-.095-.758-.128-1.285-.14z"/><path d="M2 13.662V9.775C2 6.11 2 4.277 3.172 3.139C4.343 2 6.239 2 10.03 2c.591 0 1.068 0 1.47.015l.01.244l-.01 2.749v.18c0 1.059.003 1.995.105 2.755c.114.847.375 1.694 1.067 2.385c.69.691 1.538.953 2.385 1.067c.781.105 1.751.105 2.848.105h4.052q.02.232.028.5h.008c.007.357.007.765.007 1.238v1.106l-.012.006a5 5 0 0 0-.267.146a3.17 3.17 0 0 1-3.43 0a2.38 2.38 0 0 0-2.572 0a3.17 3.17 0 0 1-3.43 0a2.38 2.38 0 0 0-2.572 0a3.17 3.17 0 0 1-3.43 0a2.38 2.38 0 0 0-2.572 0c-.138.088-.206.133-.256.158c-.386.194-1.017.027-1.459-.29z" opacity=".5"/><path d="M10 22h4c3.771 0 5.657 0 6.829-.933c1.096-.874 1.166-2.246 1.171-4.881l-.012.005a5 5 0 0 0-.267.12c-1.039.55-2.392.55-3.43 0a2.82 2.82 0 0 0-2.572 0c-1.039.55-2.392.55-3.43 0a2.82 2.82 0 0 0-2.573 0c-1.038.55-2.39.55-3.43 0a2.82 2.82 0 0 0-2.572 0a4 4 0 0 1-.255.129c-.386.159-1.017.022-1.459-.238c.005 2.625.077 3.993 1.171 4.865C4.343 22 6.23 22 10 22"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconFileErrorDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="m11.51 2.26l-.01 2.835c0 1.097 0 2.066.105 2.848c.114.847.375 1.694 1.067 2.385c.69.691 1.538.953 2.385 1.067c.781.105 1.751.105 2.848.105h4.052q.02.232.028.5H22c0-.268 0-.402-.01-.56a5.3 5.3 0 0 0-.958-2.641c-.094-.128-.158-.204-.285-.357C19.954 7.494 18.91 6.312 18 5.5c-.81-.724-1.921-1.515-2.89-2.161c-.832-.556-1.248-.834-1.819-1.04a6 6 0 0 0-.506-.154c-.384-.095-.758-.128-1.285-.14z"/><path d="M2 13.662V9.775C2 6.11 2 4.277 3.172 3.139C4.343 2 6.239 2 10.03 2c.591 0 1.068 0 1.47.015l.01.244l-.01 2.749v.18c0 1.059.003 1.995.105 2.755c.114.847.375 1.694 1.067 2.385c.69.691 1.538.953 2.385 1.067c.781.105 1.751.105 2.848.105h4.052q.02.232.028.5h.008c.007.357.007.765.007 1.238v1.106l-.012.006a5 5 0 0 0-.267.146a3.17 3.17 0 0 1-3.43 0a2.38 2.38 0 0 0-2.572 0a3.17 3.17 0 0 1-3.43 0a2.38 2.38 0 0 0-2.572 0a3.17 3.17 0 0 1-3.43 0a2.38 2.38 0 0 0-2.572 0c-.138.088-.206.133-.256.158c-.386.194-1.017.027-1.459-.29z" opacity=".5"/><path d="M10 22h4c3.771 0 5.657 0 6.829-.933c1.096-.874 1.166-2.246 1.171-4.881l-.012.005a5 5 0 0 0-.267.12c-1.039.55-2.392.55-3.43 0a2.82 2.82 0 0 0-2.572 0c-1.039.55-2.392.55-3.43 0a2.82 2.82 0 0 0-2.573 0c-1.038.55-2.39.55-3.43 0a2.82 2.82 0 0 0-2.572 0a4 4 0 0 1-.255.129c-.386.159-1.017.022-1.459-.238c.005 2.625.077 3.993 1.171 4.865C4.343 22 6.23 22 10 22"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="m11.51 2.26l-.01 2.835c0 1.097 0 2.066.105 2.848c.114.847.375 1.694 1.067 2.385c.69.691 1.538.953 2.385 1.067c.781.105 1.751.105 2.848.105h4.052q.02.232.028.5H22c0-.268 0-.402-.01-.56a5.3 5.3 0 0 0-.958-2.641c-.094-.128-.158-.204-.285-.357C19.954 7.494 18.91 6.312 18 5.5c-.81-.724-1.921-1.515-2.89-2.161c-.832-.556-1.248-.834-1.819-1.04a6 6 0 0 0-.506-.154c-.384-.095-.758-.128-1.285-.14z"/><path d="M2 13.662V9.775C2 6.11 2 4.277 3.172 3.139C4.343 2 6.239 2 10.03 2c.591 0 1.068 0 1.47.015l.01.244l-.01 2.749v.18c0 1.059.003 1.995.105 2.755c.114.847.375 1.694 1.067 2.385c.69.691 1.538.953 2.385 1.067c.781.105 1.751.105 2.848.105h4.052q.02.232.028.5h.008c.007.357.007.765.007 1.238v1.106l-.012.006a5 5 0 0 0-.267.146a3.17 3.17 0 0 1-3.43 0a2.38 2.38 0 0 0-2.572 0a3.17 3.17 0 0 1-3.43 0a2.38 2.38 0 0 0-2.572 0a3.17 3.17 0 0 1-3.43 0a2.38 2.38 0 0 0-2.572 0c-.138.088-.206.133-.256.158c-.386.194-1.017.027-1.459-.29z" opacity=".5"/><path d="M10 22h4c3.771 0 5.657 0 6.829-.933c1.096-.874 1.166-2.246 1.171-4.881l-.012.005a5 5 0 0 0-.267.12c-1.039.55-2.392.55-3.43 0a2.82 2.82 0 0 0-2.572 0c-1.039.55-2.392.55-3.43 0a2.82 2.82 0 0 0-2.573 0c-1.038.55-2.39.55-3.43 0a2.82 2.82 0 0 0-2.572 0a4 4 0 0 1-.255.129c-.386.159-1.017.022-1.459-.238c.005 2.625.077 3.993 1.171 4.865C4.343 22 6.23 22 10 22"/></g></svg> </template>
CSS
.icon-file-error-duotone {
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%22currentColor%22%3E%3Cpath%20d%3D%22m11.51%202.26l-.01%202.835c0%201.097%200%202.066.105%202.848c.114.847.375%201.694%201.067%202.385c.69.691%201.538.953%202.385%201.067c.781.105%201.751.105%202.848.105h4.052q.02.232.028.5H22c0-.268%200-.402-.01-.56a5.3%205.3%200%200%200-.958-2.641c-.094-.128-.158-.204-.285-.357C19.954%207.494%2018.91%206.312%2018%205.5c-.81-.724-1.921-1.515-2.89-2.161c-.832-.556-1.248-.834-1.819-1.04a6%206%200%200%200-.506-.154c-.384-.095-.758-.128-1.285-.14z%22%2F%3E%3Cpath%20d%3D%22M2%2013.662V9.775C2%206.11%202%204.277%203.172%203.139C4.343%202%206.239%202%2010.03%202c.591%200%201.068%200%201.47.015l.01.244l-.01%202.749v.18c0%201.059.003%201.995.105%202.755c.114.847.375%201.694%201.067%202.385c.69.691%201.538.953%202.385%201.067c.781.105%201.751.105%202.848.105h4.052q.02.232.028.5h.008c.007.357.007.765.007%201.238v1.106l-.012.006a5%205%200%200%200-.267.146a3.17%203.17%200%200%201-3.43%200a2.38%202.38%200%200%200-2.572%200a3.17%203.17%200%200%201-3.43%200a2.38%202.38%200%200%200-2.572%200a3.17%203.17%200%200%201-3.43%200a2.38%202.38%200%200%200-2.572%200c-.138.088-.206.133-.256.158c-.386.194-1.017.027-1.459-.29z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M10%2022h4c3.771%200%205.657%200%206.829-.933c1.096-.874%201.166-2.246%201.171-4.881l-.012.005a5%205%200%200%200-.267.12c-1.039.55-2.392.55-3.43%200a2.82%202.82%200%200%200-2.572%200c-1.039.55-2.392.55-3.43%200a2.82%202.82%200%200%200-2.573%200c-1.038.55-2.39.55-3.43%200a2.82%202.82%200%200%200-2.572%200a4%204%200%200%201-.255.129c-.386.159-1.017.022-1.459-.238c.005%202.625.077%203.993%201.171%204.865C4.343%2022%206.23%2022%2010%2022%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%22currentColor%22%3E%3Cpath%20d%3D%22m11.51%202.26l-.01%202.835c0%201.097%200%202.066.105%202.848c.114.847.375%201.694%201.067%202.385c.69.691%201.538.953%202.385%201.067c.781.105%201.751.105%202.848.105h4.052q.02.232.028.5H22c0-.268%200-.402-.01-.56a5.3%205.3%200%200%200-.958-2.641c-.094-.128-.158-.204-.285-.357C19.954%207.494%2018.91%206.312%2018%205.5c-.81-.724-1.921-1.515-2.89-2.161c-.832-.556-1.248-.834-1.819-1.04a6%206%200%200%200-.506-.154c-.384-.095-.758-.128-1.285-.14z%22%2F%3E%3Cpath%20d%3D%22M2%2013.662V9.775C2%206.11%202%204.277%203.172%203.139C4.343%202%206.239%202%2010.03%202c.591%200%201.068%200%201.47.015l.01.244l-.01%202.749v.18c0%201.059.003%201.995.105%202.755c.114.847.375%201.694%201.067%202.385c.69.691%201.538.953%202.385%201.067c.781.105%201.751.105%202.848.105h4.052q.02.232.028.5h.008c.007.357.007.765.007%201.238v1.106l-.012.006a5%205%200%200%200-.267.146a3.17%203.17%200%200%201-3.43%200a2.38%202.38%200%200%200-2.572%200a3.17%203.17%200%200%201-3.43%200a2.38%202.38%200%200%200-2.572%200a3.17%203.17%200%200%201-3.43%200a2.38%202.38%200%200%200-2.572%200c-.138.088-.206.133-.256.158c-.386.194-1.017.027-1.459-.29z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M10%2022h4c3.771%200%205.657%200%206.829-.933c1.096-.874%201.166-2.246%201.171-4.881l-.012.005a5%205%200%200%200-.267.12c-1.039.55-2.392.55-3.43%200a2.82%202.82%200%200%200-2.572%200c-1.039.55-2.392.55-3.43%200a2.82%202.82%200%200%200-2.573%200c-1.038.55-2.39.55-3.43%200a2.82%202.82%200%200%200-2.572%200a4%204%200%200%201-.255.129c-.386.159-1.017.022-1.459-.238c.005%202.625.077%203.993%201.171%204.865C4.343%2022%206.23%2022%2010%2022%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/file-error-duotone.svg?color=%231a73e8&size=48