file cross icon
file-cross-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- file-cross-fill
- Set
- Mage Icons
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Mage Icons
Related icons in Mage Icons
Use the file cross icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.65 7.048c-.4-.998-3.13-3.133-3.89-3.932a4.15 4.15 0 0 0-2.39-1.067c.09-.11-6 0-6.16 0a5 5 0 0 0-3.622 1.336A5 5 0 0 0 3 6.898v10.277a4.98 4.98 0 0 0 1.605 3.501a5 5 0 0 0 3.625 1.319h7.56a5 5 0 0 0 3.623-1.337A5 5 0 0 0 21 17.145v-8.55a3.8 3.8 0 0 0-.35-1.547m-5.43 8.79c.93.908-.51 2.325-1.42 1.407l-1.81-1.806c-.82.619-2.11 2.874-3.22 1.796s1.22-2.424 1.8-3.213c-.62-.818-2.89-2.115-1.8-3.213s2.4 1.178 3.22 1.796c.83-.628 2.13-2.893 3.23-1.806c1.1 1.088-1.19 2.395-1.81 3.223zm.81-8.401c-1.67 0-.94-2.624-1.09-3.702c.3.106.577.272.81.489c.31.33 3.26 2.864 3.4 3.213z"/></svg>
React
import type { SVGProps } from "react";
export function MageFileCrossFill(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" d="M20.65 7.048c-.4-.998-3.13-3.133-3.89-3.932a4.15 4.15 0 0 0-2.39-1.067c.09-.11-6 0-6.16 0a5 5 0 0 0-3.622 1.336A5 5 0 0 0 3 6.898v10.277a4.98 4.98 0 0 0 1.605 3.501a5 5 0 0 0 3.625 1.319h7.56a5 5 0 0 0 3.623-1.337A5 5 0 0 0 21 17.145v-8.55a3.8 3.8 0 0 0-.35-1.547m-5.43 8.79c.93.908-.51 2.325-1.42 1.407l-1.81-1.806c-.82.619-2.11 2.874-3.22 1.796s1.22-2.424 1.8-3.213c-.62-.818-2.89-2.115-1.8-3.213s2.4 1.178 3.22 1.796c.83-.628 2.13-2.893 3.23-1.806c1.1 1.088-1.19 2.395-1.81 3.223zm.81-8.401c-1.67 0-.94-2.624-1.09-3.702c.3.106.577.272.81.489c.31.33 3.26 2.864 3.4 3.213z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.65 7.048c-.4-.998-3.13-3.133-3.89-3.932a4.15 4.15 0 0 0-2.39-1.067c.09-.11-6 0-6.16 0a5 5 0 0 0-3.622 1.336A5 5 0 0 0 3 6.898v10.277a4.98 4.98 0 0 0 1.605 3.501a5 5 0 0 0 3.625 1.319h7.56a5 5 0 0 0 3.623-1.337A5 5 0 0 0 21 17.145v-8.55a3.8 3.8 0 0 0-.35-1.547m-5.43 8.79c.93.908-.51 2.325-1.42 1.407l-1.81-1.806c-.82.619-2.11 2.874-3.22 1.796s1.22-2.424 1.8-3.213c-.62-.818-2.89-2.115-1.8-3.213s2.4 1.178 3.22 1.796c.83-.628 2.13-2.893 3.23-1.806c1.1 1.088-1.19 2.395-1.81 3.223zm.81-8.401c-1.67 0-.94-2.624-1.09-3.702c.3.106.577.272.81.489c.31.33 3.26 2.864 3.4 3.213z"/></svg> </template>
CSS
.icon-file-cross-fill {
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%20d%3D%22M20.65%207.048c-.4-.998-3.13-3.133-3.89-3.932a4.15%204.15%200%200%200-2.39-1.067c.09-.11-6%200-6.16%200a5%205%200%200%200-3.622%201.336A5%205%200%200%200%203%206.898v10.277a4.98%204.98%200%200%200%201.605%203.501a5%205%200%200%200%203.625%201.319h7.56a5%205%200%200%200%203.623-1.337A5%205%200%200%200%2021%2017.145v-8.55a3.8%203.8%200%200%200-.35-1.547m-5.43%208.79c.93.908-.51%202.325-1.42%201.407l-1.81-1.806c-.82.619-2.11%202.874-3.22%201.796s1.22-2.424%201.8-3.213c-.62-.818-2.89-2.115-1.8-3.213s2.4%201.178%203.22%201.796c.83-.628%202.13-2.893%203.23-1.806c1.1%201.088-1.19%202.395-1.81%203.223zm.81-8.401c-1.67%200-.94-2.624-1.09-3.702c.3.106.577.272.81.489c.31.33%203.26%202.864%203.4%203.213z%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%20d%3D%22M20.65%207.048c-.4-.998-3.13-3.133-3.89-3.932a4.15%204.15%200%200%200-2.39-1.067c.09-.11-6%200-6.16%200a5%205%200%200%200-3.622%201.336A5%205%200%200%200%203%206.898v10.277a4.98%204.98%200%200%200%201.605%203.501a5%205%200%200%200%203.625%201.319h7.56a5%205%200%200%200%203.623-1.337A5%205%200%200%200%2021%2017.145v-8.55a3.8%203.8%200%200%200-.35-1.547m-5.43%208.79c.93.908-.51%202.325-1.42%201.407l-1.81-1.806c-.82.619-2.11%202.874-3.22%201.796s1.22-2.424%201.8-3.213c-.62-.818-2.89-2.115-1.8-3.213s2.4%201.178%203.22%201.796c.83-.628%202.13-2.893%203.23-1.806c1.1%201.088-1.19%202.395-1.81%203.223zm.81-8.401c-1.67%200-.94-2.624-1.09-3.702c.3.106.577.272.81.489c.31.33%203.26%202.864%203.4%203.213z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/file-cross-fill.svg?color=%231a73e8&size=48