newspaper check icon
newspaper-check from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.
- Name
- newspaper-check
- Set
- Material Design Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- Apache 2.0
Related icons in Material Design Icons
Use the newspaper check icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.33 4.67L18.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-8H4V8h16zm-3.25 10.16l-2.75-3L15.16 17l1.59 1.59L20.34 15l1.16 1.41z"/></svg>
React
import type { SVGProps } from "react";
export function MdiNewspaperCheck(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.33 4.67L18.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-8H4V8h16zm-3.25 10.16l-2.75-3L15.16 17l1.59 1.59L20.34 15l1.16 1.41z"/></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.33 4.67L18.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-8H4V8h16zm-3.25 10.16l-2.75-3L15.16 17l1.59 1.59L20.34 15l1.16 1.41z"/></svg> </template>
CSS
.icon-newspaper-check {
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.33%204.67L18.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-8H4V8h16zm-3.25%2010.16l-2.75-3L15.16%2017l1.59%201.59L20.34%2015l1.16%201.41z%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.33%204.67L18.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-8H4V8h16zm-3.25%2010.16l-2.75-3L15.16%2017l1.59%201.59L20.34%2015l1.16%201.41z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/newspaper-check.svg?color=%231a73e8&size=48