newspaper remove icon

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

Name
newspaper-remove
Set
Material Design Icons
Style
Filled
Viewbox
24×24
License
Apache 2.0

Related icons in Material Design Icons

Use the newspaper remove icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m20.12 14.46l1.42 1.42L19.41 18l2.13 2.12l-1.42 1.42L18 19.41l-2.12 2.13l-1.41-1.42L16.59 18l-2.12-2.12l1.41-1.41L18 16.59zm.21-9.79L18.67 3L17 4.67L15.33 3l-1.66 1.67L12 3l-1.67 1.67L8.67 3L7 4.67L5.33 3L3.67 4.67L2 3v16a2 2 0 0 0 2 2h8.8c-.51-.88-.8-1.91-.8-3c0-1.23.37-2.37 1-3.32V13h1.68c.95-.63 2.09-1 3.32-1c1.53 0 2.93.58 4 1.5V3zM11 19H4v-6h7zm9-8H4V8h16z"/></svg>

React

import type { SVGProps } from "react";

export function MdiNewspaperRemove(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.12 14.46l1.42 1.42L19.41 18l2.13 2.12l-1.42 1.42L18 19.41l-2.12 2.13l-1.41-1.42L16.59 18l-2.12-2.12l1.41-1.41L18 16.59zm.21-9.79L18.67 3L17 4.67L15.33 3l-1.66 1.67L12 3l-1.67 1.67L8.67 3L7 4.67L5.33 3L3.67 4.67L2 3v16a2 2 0 0 0 2 2h8.8c-.51-.88-.8-1.91-.8-3c0-1.23.37-2.37 1-3.32V13h1.68c.95-.63 2.09-1 3.32-1c1.53 0 2.93.58 4 1.5V3zM11 19H4v-6h7zm9-8H4V8h16z"/></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.12 14.46l1.42 1.42L19.41 18l2.13 2.12l-1.42 1.42L18 19.41l-2.12 2.13l-1.41-1.42L16.59 18l-2.12-2.12l1.41-1.41L18 16.59zm.21-9.79L18.67 3L17 4.67L15.33 3l-1.66 1.67L12 3l-1.67 1.67L8.67 3L7 4.67L5.33 3L3.67 4.67L2 3v16a2 2 0 0 0 2 2h8.8c-.51-.88-.8-1.91-.8-3c0-1.23.37-2.37 1-3.32V13h1.68c.95-.63 2.09-1 3.32-1c1.53 0 2.93.58 4 1.5V3zM11 19H4v-6h7zm9-8H4V8h16z"/></svg>
</template>

CSS

.icon-newspaper-remove {
  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.12%2014.46l1.42%201.42L19.41%2018l2.13%202.12l-1.42%201.42L18%2019.41l-2.12%202.13l-1.41-1.42L16.59%2018l-2.12-2.12l1.41-1.41L18%2016.59zm.21-9.79L18.67%203L17%204.67L15.33%203l-1.66%201.67L12%203l-1.67%201.67L8.67%203L7%204.67L5.33%203L3.67%204.67L2%203v16a2%202%200%200%200%202%202h8.8c-.51-.88-.8-1.91-.8-3c0-1.23.37-2.37%201-3.32V13h1.68c.95-.63%202.09-1%203.32-1c1.53%200%202.93.58%204%201.5V3zM11%2019H4v-6h7zm9-8H4V8h16z%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.12%2014.46l1.42%201.42L19.41%2018l2.13%202.12l-1.42%201.42L18%2019.41l-2.12%202.13l-1.41-1.42L16.59%2018l-2.12-2.12l1.41-1.41L18%2016.59zm.21-9.79L18.67%203L17%204.67L15.33%203l-1.66%201.67L12%203l-1.67%201.67L8.67%203L7%204.67L5.33%203L3.67%204.67L2%203v16a2%202%200%200%200%202%202h8.8c-.51-.88-.8-1.91-.8-3c0-1.23.37-2.37%201-3.32V13h1.68c.95-.63%202.09-1%203.32-1c1.53%200%202.93.58%204%201.5V3zM11%2019H4v-6h7zm9-8H4V8h16z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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