archive-cancel from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.

Name
archive-cancel
Set
Material Design Icons
Style
Filled
Viewbox
24×24
License
Apache 2.0
Aliases
box-cancel

1 other variant in Material Design Icons

Related icons in Material Design Icons

Use the archive cancel icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.5 12c.5 0 1 .07 1.5.18V8H4v13h8.5a6.5 6.5 0 0 1 6-9M9 13v-1.5c0-.28.22-.5.5-.5h5c.28 0 .5.22.5.5V13zm12-6H3V3h18zm-2.5 7C16 14 14 16 14 18.5s2 4.5 4.5 4.5s4.5-2 4.5-4.5s-2-4.5-4.5-4.5m0 7.5c-1.66 0-3-1.34-3-3c0-.56.15-1.08.42-1.5L20 21.08c-.42.27-.94.42-1.5.42m2.58-1.5L17 15.92c.42-.27.94-.42 1.5-.42c1.66 0 3 1.34 3 3c0 .56-.15 1.08-.42 1.5"/></svg>

React

import type { SVGProps } from "react";

export function MdiArchiveCancel(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="M18.5 12c.5 0 1 .07 1.5.18V8H4v13h8.5a6.5 6.5 0 0 1 6-9M9 13v-1.5c0-.28.22-.5.5-.5h5c.28 0 .5.22.5.5V13zm12-6H3V3h18zm-2.5 7C16 14 14 16 14 18.5s2 4.5 4.5 4.5s4.5-2 4.5-4.5s-2-4.5-4.5-4.5m0 7.5c-1.66 0-3-1.34-3-3c0-.56.15-1.08.42-1.5L20 21.08c-.42.27-.94.42-1.5.42m2.58-1.5L17 15.92c.42-.27.94-.42 1.5-.42c1.66 0 3 1.34 3 3c0 .56-.15 1.08-.42 1.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.5 12c.5 0 1 .07 1.5.18V8H4v13h8.5a6.5 6.5 0 0 1 6-9M9 13v-1.5c0-.28.22-.5.5-.5h5c.28 0 .5.22.5.5V13zm12-6H3V3h18zm-2.5 7C16 14 14 16 14 18.5s2 4.5 4.5 4.5s4.5-2 4.5-4.5s-2-4.5-4.5-4.5m0 7.5c-1.66 0-3-1.34-3-3c0-.56.15-1.08.42-1.5L20 21.08c-.42.27-.94.42-1.5.42m2.58-1.5L17 15.92c.42-.27.94-.42 1.5-.42c1.66 0 3 1.34 3 3c0 .56-.15 1.08-.42 1.5"/></svg>
</template>

CSS

.icon-archive-cancel {
  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%22M18.5%2012c.5%200%201%20.07%201.5.18V8H4v13h8.5a6.5%206.5%200%200%201%206-9M9%2013v-1.5c0-.28.22-.5.5-.5h5c.28%200%20.5.22.5.5V13zm12-6H3V3h18zm-2.5%207C16%2014%2014%2016%2014%2018.5s2%204.5%204.5%204.5s4.5-2%204.5-4.5s-2-4.5-4.5-4.5m0%207.5c-1.66%200-3-1.34-3-3c0-.56.15-1.08.42-1.5L20%2021.08c-.42.27-.94.42-1.5.42m2.58-1.5L17%2015.92c.42-.27.94-.42%201.5-.42c1.66%200%203%201.34%203%203c0%20.56-.15%201.08-.42%201.5%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%22M18.5%2012c.5%200%201%20.07%201.5.18V8H4v13h8.5a6.5%206.5%200%200%201%206-9M9%2013v-1.5c0-.28.22-.5.5-.5h5c.28%200%20.5.22.5.5V13zm12-6H3V3h18zm-2.5%207C16%2014%2014%2016%2014%2018.5s2%204.5%204.5%204.5s4.5-2%204.5-4.5s-2-4.5-4.5-4.5m0%207.5c-1.66%200-3-1.34-3-3c0-.56.15-1.08.42-1.5L20%2021.08c-.42.27-.94.42-1.5.42m2.58-1.5L17%2015.92c.42-.27.94-.42%201.5-.42c1.66%200%203%201.34%203%203c0%20.56-.15%201.08-.42%201.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/archive-cancel.svg?color=%231a73e8&size=48