close box multiple icon

close-box-multiple from Material Design Icons by Pictogrammers · Filled · Form · Apache-2.0 Free for personal and commercial use.

Name
close-box-multiple
Set
Material Design Icons
Style
Filled
Category
Form
Viewbox
24×24
License
Apache 2.0
Aliases
cancel-box-multiple, close-boxes, library-close, library-remove, multiply-box-multiple, multiply-boxes, remove-box-multiple

1 other variant in Material Design Icons

More form icons from Material Design Icons

Use the close box multiple icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 20h14v2H4a2 2 0 0 1-2-2V6h2zM20.22 2H7.78C6.8 2 6 2.8 6 3.78v12.44C6 17.2 6.8 18 7.78 18h12.44c.98 0 1.78-.8 1.78-1.78V3.78C22 2.8 21.2 2 20.22 2M19 13.6L17.6 15L14 11.4L10.4 15L9 13.6l3.6-3.6L9 6.4L10.4 5L14 8.6L17.6 5L19 6.4L15.4 10z"/></svg>

React

import type { SVGProps } from "react";

export function MdiCloseBoxMultiple(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="M4 20h14v2H4a2 2 0 0 1-2-2V6h2zM20.22 2H7.78C6.8 2 6 2.8 6 3.78v12.44C6 17.2 6.8 18 7.78 18h12.44c.98 0 1.78-.8 1.78-1.78V3.78C22 2.8 21.2 2 20.22 2M19 13.6L17.6 15L14 11.4L10.4 15L9 13.6l3.6-3.6L9 6.4L10.4 5L14 8.6L17.6 5L19 6.4L15.4 10z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 20h14v2H4a2 2 0 0 1-2-2V6h2zM20.22 2H7.78C6.8 2 6 2.8 6 3.78v12.44C6 17.2 6.8 18 7.78 18h12.44c.98 0 1.78-.8 1.78-1.78V3.78C22 2.8 21.2 2 20.22 2M19 13.6L17.6 15L14 11.4L10.4 15L9 13.6l3.6-3.6L9 6.4L10.4 5L14 8.6L17.6 5L19 6.4L15.4 10z"/></svg>
</template>

CSS

.icon-close-box-multiple {
  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%22M4%2020h14v2H4a2%202%200%200%201-2-2V6h2zM20.22%202H7.78C6.8%202%206%202.8%206%203.78v12.44C6%2017.2%206.8%2018%207.78%2018h12.44c.98%200%201.78-.8%201.78-1.78V3.78C22%202.8%2021.2%202%2020.22%202M19%2013.6L17.6%2015L14%2011.4L10.4%2015L9%2013.6l3.6-3.6L9%206.4L10.4%205L14%208.6L17.6%205L19%206.4L15.4%2010z%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%22M4%2020h14v2H4a2%202%200%200%201-2-2V6h2zM20.22%202H7.78C6.8%202%206%202.8%206%203.78v12.44C6%2017.2%206.8%2018%207.78%2018h12.44c.98%200%201.78-.8%201.78-1.78V3.78C22%202.8%2021.2%202%2020.22%202M19%2013.6L17.6%2015L14%2011.4L10.4%2015L9%2013.6l3.6-3.6L9%206.4L10.4%205L14%208.6L17.6%205L19%206.4L15.4%2010z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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