file error icon
file-error from Reicon by REICON · Outline · Files · MIT Free for personal and commercial use.
- Name
- file-error
- Set
- Reicon
- Style
- Outline
- 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"><path fill="currentColor" fill-rule="evenodd" d="M12.25 2.834c-.46-.078-1.088-.084-2.217-.084c-1.918 0-3.28.002-4.314.14c-1.012.135-1.594.39-2.017.812s-.677 1.003-.812 2.009c-.138 1.028-.14 2.382-.14 4.29v2.119l.002.042a.25.25 0 0 0 .36.193l.036-.022c.035-.022.08-.053.15-.1a3.07 3.07 0 0 1 3.405 0a2.34 2.34 0 0 0 2.598 0a3.07 3.07 0 0 1 3.404 0a2.34 2.34 0 0 0 2.598 0a3.07 3.07 0 0 1 3.404 0a2.34 2.34 0 0 0 2.542.036c-.016-.715-.062-1.163-.167-1.519h-3.136c-1.133 0-2.058 0-2.79-.098c-.763-.103-1.425-.325-1.954-.854s-.751-1.19-.854-1.955c-.098-.73-.098-1.656-.098-2.79zm1.5.772V5c0 1.2.002 2.024.085 2.643c.08.598.224.891.428 1.094s.496.348 1.094.428c.619.083 1.443.085 2.643.085h2.026a46 46 0 0 0-1.17-1.076l-3.96-3.563c-.488-.439-.85-.762-1.146-1.005M10.178 1.25c1.385 0 2.28 0 3.103.315c.824.316 1.486.912 2.51 1.835l.108.096l3.96 3.563l.125.112c1.184 1.065 1.95 1.753 2.362 2.678c.319.717.385 1.472.404 2.464c.009.473-.227.911-.613 1.168c-1.29.86-2.971.86-4.262 0a1.57 1.57 0 0 0-1.74 0c-1.29.86-2.972.86-4.262 0a1.57 1.57 0 0 0-1.74 0c-1.29.86-2.971.86-4.262 0a1.57 1.57 0 0 0-1.74 0l-.03.02c-.106.07-.209.14-.297.185a1.75 1.75 0 0 1-2.543-1.36c-.011-.1-.011-.223-.011-.35V9.944c0-1.838 0-3.294.153-4.433c.158-1.172.49-2.121 1.239-2.87s1.701-1.08 2.878-1.238c1.144-.153 2.608-.153 4.456-.153zM5.871 17.481a1.57 1.57 0 0 0-1.74 0l-.626.418a6 6 0 0 0-.512.36a.5.5 0 0 0-.07.07l-.01.018l-.001.002c-.007.017-.013.032-.007.096a4 4 0 0 0 .103.496c.147.618.369 1.032.694 1.357c.424.423 1.004.677 2.01.812c1.028.139 2.383.14 4.29.14h4.002c1.907 0 3.263-.002 4.29-.14c1.007-.135 1.587-.389 2.01-.812c.474-.473.73-1.135.852-2.348a3.84 3.84 0 0 1-3.28-.469a1.57 1.57 0 0 0-1.741 0c-1.29.86-2.972.86-4.262 0a1.57 1.57 0 0 0-1.74 0c-1.29.86-2.971.86-4.262 0M3.3 16.233a3.07 3.07 0 0 1 3.404 0a2.34 2.34 0 0 0 2.598 0a3.07 3.07 0 0 1 3.404 0a2.34 2.34 0 0 0 2.598 0a3.07 3.07 0 0 1 3.404 0a2.34 2.34 0 0 0 2.598 0a.911.911 0 0 1 1.416.796c-.078 1.883-.327 3.3-1.356 4.33c-.749.748-1.698 1.08-2.87 1.238c-1.14.153-2.596.153-4.435.153H9.946c-1.838 0-3.294 0-4.434-.153c-1.172-.158-2.122-.49-2.87-1.238c-.567-.567-.898-1.252-1.093-2.07l-.021-.086c-.1-.416-.215-.887-.012-1.405c.116-.293.298-.503.5-.677c.177-.15.4-.3.628-.452z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconFileError(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" fillRule="evenodd" d="M12.25 2.834c-.46-.078-1.088-.084-2.217-.084c-1.918 0-3.28.002-4.314.14c-1.012.135-1.594.39-2.017.812s-.677 1.003-.812 2.009c-.138 1.028-.14 2.382-.14 4.29v2.119l.002.042a.25.25 0 0 0 .36.193l.036-.022c.035-.022.08-.053.15-.1a3.07 3.07 0 0 1 3.405 0a2.34 2.34 0 0 0 2.598 0a3.07 3.07 0 0 1 3.404 0a2.34 2.34 0 0 0 2.598 0a3.07 3.07 0 0 1 3.404 0a2.34 2.34 0 0 0 2.542.036c-.016-.715-.062-1.163-.167-1.519h-3.136c-1.133 0-2.058 0-2.79-.098c-.763-.103-1.425-.325-1.954-.854s-.751-1.19-.854-1.955c-.098-.73-.098-1.656-.098-2.79zm1.5.772V5c0 1.2.002 2.024.085 2.643c.08.598.224.891.428 1.094s.496.348 1.094.428c.619.083 1.443.085 2.643.085h2.026a46 46 0 0 0-1.17-1.076l-3.96-3.563c-.488-.439-.85-.762-1.146-1.005M10.178 1.25c1.385 0 2.28 0 3.103.315c.824.316 1.486.912 2.51 1.835l.108.096l3.96 3.563l.125.112c1.184 1.065 1.95 1.753 2.362 2.678c.319.717.385 1.472.404 2.464c.009.473-.227.911-.613 1.168c-1.29.86-2.971.86-4.262 0a1.57 1.57 0 0 0-1.74 0c-1.29.86-2.972.86-4.262 0a1.57 1.57 0 0 0-1.74 0c-1.29.86-2.971.86-4.262 0a1.57 1.57 0 0 0-1.74 0l-.03.02c-.106.07-.209.14-.297.185a1.75 1.75 0 0 1-2.543-1.36c-.011-.1-.011-.223-.011-.35V9.944c0-1.838 0-3.294.153-4.433c.158-1.172.49-2.121 1.239-2.87s1.701-1.08 2.878-1.238c1.144-.153 2.608-.153 4.456-.153zM5.871 17.481a1.57 1.57 0 0 0-1.74 0l-.626.418a6 6 0 0 0-.512.36a.5.5 0 0 0-.07.07l-.01.018l-.001.002c-.007.017-.013.032-.007.096a4 4 0 0 0 .103.496c.147.618.369 1.032.694 1.357c.424.423 1.004.677 2.01.812c1.028.139 2.383.14 4.29.14h4.002c1.907 0 3.263-.002 4.29-.14c1.007-.135 1.587-.389 2.01-.812c.474-.473.73-1.135.852-2.348a3.84 3.84 0 0 1-3.28-.469a1.57 1.57 0 0 0-1.741 0c-1.29.86-2.972.86-4.262 0a1.57 1.57 0 0 0-1.74 0c-1.29.86-2.971.86-4.262 0M3.3 16.233a3.07 3.07 0 0 1 3.404 0a2.34 2.34 0 0 0 2.598 0a3.07 3.07 0 0 1 3.404 0a2.34 2.34 0 0 0 2.598 0a3.07 3.07 0 0 1 3.404 0a2.34 2.34 0 0 0 2.598 0a.911.911 0 0 1 1.416.796c-.078 1.883-.327 3.3-1.356 4.33c-.749.748-1.698 1.08-2.87 1.238c-1.14.153-2.596.153-4.435.153H9.946c-1.838 0-3.294 0-4.434-.153c-1.172-.158-2.122-.49-2.87-1.238c-.567-.567-.898-1.252-1.093-2.07l-.021-.086c-.1-.416-.215-.887-.012-1.405c.116-.293.298-.503.5-.677c.177-.15.4-.3.628-.452z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12.25 2.834c-.46-.078-1.088-.084-2.217-.084c-1.918 0-3.28.002-4.314.14c-1.012.135-1.594.39-2.017.812s-.677 1.003-.812 2.009c-.138 1.028-.14 2.382-.14 4.29v2.119l.002.042a.25.25 0 0 0 .36.193l.036-.022c.035-.022.08-.053.15-.1a3.07 3.07 0 0 1 3.405 0a2.34 2.34 0 0 0 2.598 0a3.07 3.07 0 0 1 3.404 0a2.34 2.34 0 0 0 2.598 0a3.07 3.07 0 0 1 3.404 0a2.34 2.34 0 0 0 2.542.036c-.016-.715-.062-1.163-.167-1.519h-3.136c-1.133 0-2.058 0-2.79-.098c-.763-.103-1.425-.325-1.954-.854s-.751-1.19-.854-1.955c-.098-.73-.098-1.656-.098-2.79zm1.5.772V5c0 1.2.002 2.024.085 2.643c.08.598.224.891.428 1.094s.496.348 1.094.428c.619.083 1.443.085 2.643.085h2.026a46 46 0 0 0-1.17-1.076l-3.96-3.563c-.488-.439-.85-.762-1.146-1.005M10.178 1.25c1.385 0 2.28 0 3.103.315c.824.316 1.486.912 2.51 1.835l.108.096l3.96 3.563l.125.112c1.184 1.065 1.95 1.753 2.362 2.678c.319.717.385 1.472.404 2.464c.009.473-.227.911-.613 1.168c-1.29.86-2.971.86-4.262 0a1.57 1.57 0 0 0-1.74 0c-1.29.86-2.972.86-4.262 0a1.57 1.57 0 0 0-1.74 0c-1.29.86-2.971.86-4.262 0a1.57 1.57 0 0 0-1.74 0l-.03.02c-.106.07-.209.14-.297.185a1.75 1.75 0 0 1-2.543-1.36c-.011-.1-.011-.223-.011-.35V9.944c0-1.838 0-3.294.153-4.433c.158-1.172.49-2.121 1.239-2.87s1.701-1.08 2.878-1.238c1.144-.153 2.608-.153 4.456-.153zM5.871 17.481a1.57 1.57 0 0 0-1.74 0l-.626.418a6 6 0 0 0-.512.36a.5.5 0 0 0-.07.07l-.01.018l-.001.002c-.007.017-.013.032-.007.096a4 4 0 0 0 .103.496c.147.618.369 1.032.694 1.357c.424.423 1.004.677 2.01.812c1.028.139 2.383.14 4.29.14h4.002c1.907 0 3.263-.002 4.29-.14c1.007-.135 1.587-.389 2.01-.812c.474-.473.73-1.135.852-2.348a3.84 3.84 0 0 1-3.28-.469a1.57 1.57 0 0 0-1.741 0c-1.29.86-2.972.86-4.262 0a1.57 1.57 0 0 0-1.74 0c-1.29.86-2.971.86-4.262 0M3.3 16.233a3.07 3.07 0 0 1 3.404 0a2.34 2.34 0 0 0 2.598 0a3.07 3.07 0 0 1 3.404 0a2.34 2.34 0 0 0 2.598 0a3.07 3.07 0 0 1 3.404 0a2.34 2.34 0 0 0 2.598 0a.911.911 0 0 1 1.416.796c-.078 1.883-.327 3.3-1.356 4.33c-.749.748-1.698 1.08-2.87 1.238c-1.14.153-2.596.153-4.435.153H9.946c-1.838 0-3.294 0-4.434-.153c-1.172-.158-2.122-.49-2.87-1.238c-.567-.567-.898-1.252-1.093-2.07l-.021-.086c-.1-.416-.215-.887-.012-1.405c.116-.293.298-.503.5-.677c.177-.15.4-.3.628-.452z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-file-error {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M12.25%202.834c-.46-.078-1.088-.084-2.217-.084c-1.918%200-3.28.002-4.314.14c-1.012.135-1.594.39-2.017.812s-.677%201.003-.812%202.009c-.138%201.028-.14%202.382-.14%204.29v2.119l.002.042a.25.25%200%200%200%20.36.193l.036-.022c.035-.022.08-.053.15-.1a3.07%203.07%200%200%201%203.405%200a2.34%202.34%200%200%200%202.598%200a3.07%203.07%200%200%201%203.404%200a2.34%202.34%200%200%200%202.598%200a3.07%203.07%200%200%201%203.404%200a2.34%202.34%200%200%200%202.542.036c-.016-.715-.062-1.163-.167-1.519h-3.136c-1.133%200-2.058%200-2.79-.098c-.763-.103-1.425-.325-1.954-.854s-.751-1.19-.854-1.955c-.098-.73-.098-1.656-.098-2.79zm1.5.772V5c0%201.2.002%202.024.085%202.643c.08.598.224.891.428%201.094s.496.348%201.094.428c.619.083%201.443.085%202.643.085h2.026a46%2046%200%200%200-1.17-1.076l-3.96-3.563c-.488-.439-.85-.762-1.146-1.005M10.178%201.25c1.385%200%202.28%200%203.103.315c.824.316%201.486.912%202.51%201.835l.108.096l3.96%203.563l.125.112c1.184%201.065%201.95%201.753%202.362%202.678c.319.717.385%201.472.404%202.464c.009.473-.227.911-.613%201.168c-1.29.86-2.971.86-4.262%200a1.57%201.57%200%200%200-1.74%200c-1.29.86-2.972.86-4.262%200a1.57%201.57%200%200%200-1.74%200c-1.29.86-2.971.86-4.262%200a1.57%201.57%200%200%200-1.74%200l-.03.02c-.106.07-.209.14-.297.185a1.75%201.75%200%200%201-2.543-1.36c-.011-.1-.011-.223-.011-.35V9.944c0-1.838%200-3.294.153-4.433c.158-1.172.49-2.121%201.239-2.87s1.701-1.08%202.878-1.238c1.144-.153%202.608-.153%204.456-.153zM5.871%2017.481a1.57%201.57%200%200%200-1.74%200l-.626.418a6%206%200%200%200-.512.36a.5.5%200%200%200-.07.07l-.01.018l-.001.002c-.007.017-.013.032-.007.096a4%204%200%200%200%20.103.496c.147.618.369%201.032.694%201.357c.424.423%201.004.677%202.01.812c1.028.139%202.383.14%204.29.14h4.002c1.907%200%203.263-.002%204.29-.14c1.007-.135%201.587-.389%202.01-.812c.474-.473.73-1.135.852-2.348a3.84%203.84%200%200%201-3.28-.469a1.57%201.57%200%200%200-1.741%200c-1.29.86-2.972.86-4.262%200a1.57%201.57%200%200%200-1.74%200c-1.29.86-2.971.86-4.262%200M3.3%2016.233a3.07%203.07%200%200%201%203.404%200a2.34%202.34%200%200%200%202.598%200a3.07%203.07%200%200%201%203.404%200a2.34%202.34%200%200%200%202.598%200a3.07%203.07%200%200%201%203.404%200a2.34%202.34%200%200%200%202.598%200a.911.911%200%200%201%201.416.796c-.078%201.883-.327%203.3-1.356%204.33c-.749.748-1.698%201.08-2.87%201.238c-1.14.153-2.596.153-4.435.153H9.946c-1.838%200-3.294%200-4.434-.153c-1.172-.158-2.122-.49-2.87-1.238c-.567-.567-.898-1.252-1.093-2.07l-.021-.086c-.1-.416-.215-.887-.012-1.405c.116-.293.298-.503.5-.677c.177-.15.4-.3.628-.452z%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M12.25%202.834c-.46-.078-1.088-.084-2.217-.084c-1.918%200-3.28.002-4.314.14c-1.012.135-1.594.39-2.017.812s-.677%201.003-.812%202.009c-.138%201.028-.14%202.382-.14%204.29v2.119l.002.042a.25.25%200%200%200%20.36.193l.036-.022c.035-.022.08-.053.15-.1a3.07%203.07%200%200%201%203.405%200a2.34%202.34%200%200%200%202.598%200a3.07%203.07%200%200%201%203.404%200a2.34%202.34%200%200%200%202.598%200a3.07%203.07%200%200%201%203.404%200a2.34%202.34%200%200%200%202.542.036c-.016-.715-.062-1.163-.167-1.519h-3.136c-1.133%200-2.058%200-2.79-.098c-.763-.103-1.425-.325-1.954-.854s-.751-1.19-.854-1.955c-.098-.73-.098-1.656-.098-2.79zm1.5.772V5c0%201.2.002%202.024.085%202.643c.08.598.224.891.428%201.094s.496.348%201.094.428c.619.083%201.443.085%202.643.085h2.026a46%2046%200%200%200-1.17-1.076l-3.96-3.563c-.488-.439-.85-.762-1.146-1.005M10.178%201.25c1.385%200%202.28%200%203.103.315c.824.316%201.486.912%202.51%201.835l.108.096l3.96%203.563l.125.112c1.184%201.065%201.95%201.753%202.362%202.678c.319.717.385%201.472.404%202.464c.009.473-.227.911-.613%201.168c-1.29.86-2.971.86-4.262%200a1.57%201.57%200%200%200-1.74%200c-1.29.86-2.972.86-4.262%200a1.57%201.57%200%200%200-1.74%200c-1.29.86-2.971.86-4.262%200a1.57%201.57%200%200%200-1.74%200l-.03.02c-.106.07-.209.14-.297.185a1.75%201.75%200%200%201-2.543-1.36c-.011-.1-.011-.223-.011-.35V9.944c0-1.838%200-3.294.153-4.433c.158-1.172.49-2.121%201.239-2.87s1.701-1.08%202.878-1.238c1.144-.153%202.608-.153%204.456-.153zM5.871%2017.481a1.57%201.57%200%200%200-1.74%200l-.626.418a6%206%200%200%200-.512.36a.5.5%200%200%200-.07.07l-.01.018l-.001.002c-.007.017-.013.032-.007.096a4%204%200%200%200%20.103.496c.147.618.369%201.032.694%201.357c.424.423%201.004.677%202.01.812c1.028.139%202.383.14%204.29.14h4.002c1.907%200%203.263-.002%204.29-.14c1.007-.135%201.587-.389%202.01-.812c.474-.473.73-1.135.852-2.348a3.84%203.84%200%200%201-3.28-.469a1.57%201.57%200%200%200-1.741%200c-1.29.86-2.972.86-4.262%200a1.57%201.57%200%200%200-1.74%200c-1.29.86-2.971.86-4.262%200M3.3%2016.233a3.07%203.07%200%200%201%203.404%200a2.34%202.34%200%200%200%202.598%200a3.07%203.07%200%200%201%203.404%200a2.34%202.34%200%200%200%202.598%200a3.07%203.07%200%200%201%203.404%200a2.34%202.34%200%200%200%202.598%200a.911.911%200%200%201%201.416.796c-.078%201.883-.327%203.3-1.356%204.33c-.749.748-1.698%201.08-2.87%201.238c-1.14.153-2.596.153-4.435.153H9.946c-1.838%200-3.294%200-4.434-.153c-1.172-.158-2.122-.49-2.87-1.238c-.567-.567-.898-1.252-1.093-2.07l-.021-.086c-.1-.416-.215-.887-.012-1.405c.116-.293.298-.503.5-.677c.177-.15.4-.3.628-.452z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/file-error.svg?color=%231a73e8&size=48