multiple pages xmark icon

multiple-pages-xmark from Iconoir by Luca Burgio · Regular · Docs · MIT Free for personal and commercial use.

Name
multiple-pages-xmark
Set
Iconoir
Style
Regular
Category
Docs
Viewbox
24×24
License
MIT
Aliases
multiple-pages-delete

More docs icons from Iconoir

Use the multiple pages xmark icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M2.87 21.121L4.993 19m2.121-2.121L4.993 19m0 0L2.87 16.879M4.992 19l2.121 2.121M7 2h9.5L21 6.5V19"/><path d="M11 22h5.5a1.5 1.5 0 0 0 1.5-1.5V8.749a.6.6 0 0 0-.176-.425l-3.148-3.148A.6.6 0 0 0 14.25 5H4.5A1.5 1.5 0 0 0 3 6.5V13"/><path d="M14 5v3.4a.6.6 0 0 0 .6.6H18"/></g></svg>

React

import type { SVGProps } from "react";

export function IconoirMultiplePagesXmark(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M2.87 21.121L4.993 19m2.121-2.121L4.993 19m0 0L2.87 16.879M4.992 19l2.121 2.121M7 2h9.5L21 6.5V19"/><path d="M11 22h5.5a1.5 1.5 0 0 0 1.5-1.5V8.749a.6.6 0 0 0-.176-.425l-3.148-3.148A.6.6 0 0 0 14.25 5H4.5A1.5 1.5 0 0 0 3 6.5V13"/><path d="M14 5v3.4a.6.6 0 0 0 .6.6H18"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M2.87 21.121L4.993 19m2.121-2.121L4.993 19m0 0L2.87 16.879M4.992 19l2.121 2.121M7 2h9.5L21 6.5V19"/><path d="M11 22h5.5a1.5 1.5 0 0 0 1.5-1.5V8.749a.6.6 0 0 0-.176-.425l-3.148-3.148A.6.6 0 0 0 14.25 5H4.5A1.5 1.5 0 0 0 3 6.5V13"/><path d="M14 5v3.4a.6.6 0 0 0 .6.6H18"/></g></svg>
</template>

CSS

.icon-multiple-pages-xmark {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M2.87%2021.121L4.993%2019m2.121-2.121L4.993%2019m0%200L2.87%2016.879M4.992%2019l2.121%202.121M7%202h9.5L21%206.5V19%22%2F%3E%3Cpath%20d%3D%22M11%2022h5.5a1.5%201.5%200%200%200%201.5-1.5V8.749a.6.6%200%200%200-.176-.425l-3.148-3.148A.6.6%200%200%200%2014.25%205H4.5A1.5%201.5%200%200%200%203%206.5V13%22%2F%3E%3Cpath%20d%3D%22M14%205v3.4a.6.6%200%200%200%20.6.6H18%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M2.87%2021.121L4.993%2019m2.121-2.121L4.993%2019m0%200L2.87%2016.879M4.992%2019l2.121%202.121M7%202h9.5L21%206.5V19%22%2F%3E%3Cpath%20d%3D%22M11%2022h5.5a1.5%201.5%200%200%200%201.5-1.5V8.749a.6.6%200%200%200-.176-.425l-3.148-3.148A.6.6%200%200%200%2014.25%205H4.5A1.5%201.5%200%200%200%203%206.5V13%22%2F%3E%3Cpath%20d%3D%22M14%205v3.4a.6.6%200%200%200%20.6.6H18%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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