file remove icon

file-remove-outline from Eva Icons by Akveo · Outline · MIT Free for personal and commercial use.

Name
file-remove-outline
Set
Eva Icons
Style
Outline
Viewbox
24×24
License
MIT

1 other variant in Eva Icons

The same icon in other sets

Related icons in Eva Icons

Use the file remove icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.74 8.33l-5.44-6a1 1 0 0 0-.74-.33h-7A2.53 2.53 0 0 0 4 4.5v15A2.53 2.53 0 0 0 6.56 22h10.88A2.53 2.53 0 0 0 20 19.5V9a1 1 0 0 0-.26-.67M14 5l2.74 3h-2a.79.79 0 0 1-.74-.85Zm3.44 15H6.56a.53.53 0 0 1-.56-.5v-15a.53.53 0 0 1 .56-.5H12v3.15A2.79 2.79 0 0 0 14.71 10H18v9.5a.53.53 0 0 1-.56.5"/><path fill="currentColor" d="M14 13h-4a1 1 0 0 0 0 2h4a1 1 0 0 0 0-2"/></svg>

React

import type { SVGProps } from "react";

export function EvaFileRemoveOutline(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="m19.74 8.33l-5.44-6a1 1 0 0 0-.74-.33h-7A2.53 2.53 0 0 0 4 4.5v15A2.53 2.53 0 0 0 6.56 22h10.88A2.53 2.53 0 0 0 20 19.5V9a1 1 0 0 0-.26-.67M14 5l2.74 3h-2a.79.79 0 0 1-.74-.85Zm3.44 15H6.56a.53.53 0 0 1-.56-.5v-15a.53.53 0 0 1 .56-.5H12v3.15A2.79 2.79 0 0 0 14.71 10H18v9.5a.53.53 0 0 1-.56.5"/><path fill="currentColor" d="M14 13h-4a1 1 0 0 0 0 2h4a1 1 0 0 0 0-2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.74 8.33l-5.44-6a1 1 0 0 0-.74-.33h-7A2.53 2.53 0 0 0 4 4.5v15A2.53 2.53 0 0 0 6.56 22h10.88A2.53 2.53 0 0 0 20 19.5V9a1 1 0 0 0-.26-.67M14 5l2.74 3h-2a.79.79 0 0 1-.74-.85Zm3.44 15H6.56a.53.53 0 0 1-.56-.5v-15a.53.53 0 0 1 .56-.5H12v3.15A2.79 2.79 0 0 0 14.71 10H18v9.5a.53.53 0 0 1-.56.5"/><path fill="currentColor" d="M14 13h-4a1 1 0 0 0 0 2h4a1 1 0 0 0 0-2"/></svg>
</template>

CSS

.icon-file-remove-outline {
  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%22m19.74%208.33l-5.44-6a1%201%200%200%200-.74-.33h-7A2.53%202.53%200%200%200%204%204.5v15A2.53%202.53%200%200%200%206.56%2022h10.88A2.53%202.53%200%200%200%2020%2019.5V9a1%201%200%200%200-.26-.67M14%205l2.74%203h-2a.79.79%200%200%201-.74-.85Zm3.44%2015H6.56a.53.53%200%200%201-.56-.5v-15a.53.53%200%200%201%20.56-.5H12v3.15A2.79%202.79%200%200%200%2014.71%2010H18v9.5a.53.53%200%200%201-.56.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%2013h-4a1%201%200%200%200%200%202h4a1%201%200%200%200%200-2%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%22m19.74%208.33l-5.44-6a1%201%200%200%200-.74-.33h-7A2.53%202.53%200%200%200%204%204.5v15A2.53%202.53%200%200%200%206.56%2022h10.88A2.53%202.53%200%200%200%2020%2019.5V9a1%201%200%200%200-.26-.67M14%205l2.74%203h-2a.79.79%200%200%201-.74-.85Zm3.44%2015H6.56a.53.53%200%200%201-.56-.5v-15a.53.53%200%200%201%20.56-.5H12v3.15A2.79%202.79%200%200%200%2014.71%2010H18v9.5a.53.53%200%200%201-.56.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%2013h-4a1%201%200%200%200%200%202h4a1%201%200%200%200%200-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/eva/file-remove-outline.svg?color=%231a73e8&size=48