newspaper icon

newspaper from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
newspaper
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Use the newspaper 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-linejoin="round" stroke-width="1.5"><path stroke-linecap="round" d="M19.492 21h-12c-2.357 0-3.535 0-4.268-.732c-.732-.733-.732-1.911-.732-4.268V8c0-2.357 0-3.536.732-4.268C3.957 3 5.135 3 7.492 3h5c2.357 0 3.536 0 4.268.732s.732 1.911.732 4.268"/><path stroke-linecap="round" d="M11.992 6h-4c-.943 0-1.414 0-1.707.293S5.992 7.057 5.992 8s0 1.414.293 1.707S7.05 10 7.992 10h4c.943 0 1.414 0 1.707-.293s.293-.764.293-1.707s0-1.414-.293-1.707S12.935 6 11.992 6m-6 8h8m-8 4h5"/><path d="M17.492 8h1c1.414 0 2.121 0 2.56.44c.44.439.44 1.146.44 2.56v8a2 2 0 1 1-4 0z"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsNewspaper(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" strokeLinejoin="round" strokeWidth="1.5"><path strokeLinecap="round" d="M19.492 21h-12c-2.357 0-3.535 0-4.268-.732c-.732-.733-.732-1.911-.732-4.268V8c0-2.357 0-3.536.732-4.268C3.957 3 5.135 3 7.492 3h5c2.357 0 3.536 0 4.268.732s.732 1.911.732 4.268"/><path strokeLinecap="round" d="M11.992 6h-4c-.943 0-1.414 0-1.707.293S5.992 7.057 5.992 8s0 1.414.293 1.707S7.05 10 7.992 10h4c.943 0 1.414 0 1.707-.293s.293-.764.293-1.707s0-1.414-.293-1.707S12.935 6 11.992 6m-6 8h8m-8 4h5"/><path d="M17.492 8h1c1.414 0 2.121 0 2.56.44c.44.439.44 1.146.44 2.56v8a2 2 0 1 1-4 0z"/></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-linejoin="round" stroke-width="1.5"><path stroke-linecap="round" d="M19.492 21h-12c-2.357 0-3.535 0-4.268-.732c-.732-.733-.732-1.911-.732-4.268V8c0-2.357 0-3.536.732-4.268C3.957 3 5.135 3 7.492 3h5c2.357 0 3.536 0 4.268.732s.732 1.911.732 4.268"/><path stroke-linecap="round" d="M11.992 6h-4c-.943 0-1.414 0-1.707.293S5.992 7.057 5.992 8s0 1.414.293 1.707S7.05 10 7.992 10h4c.943 0 1.414 0 1.707-.293s.293-.764.293-1.707s0-1.414-.293-1.707S12.935 6 11.992 6m-6 8h8m-8 4h5"/><path d="M17.492 8h1c1.414 0 2.121 0 2.56.44c.44.439.44 1.146.44 2.56v8a2 2 0 1 1-4 0z"/></g></svg>
</template>

CSS

.icon-newspaper {
  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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M19.492%2021h-12c-2.357%200-3.535%200-4.268-.732c-.732-.733-.732-1.911-.732-4.268V8c0-2.357%200-3.536.732-4.268C3.957%203%205.135%203%207.492%203h5c2.357%200%203.536%200%204.268.732s.732%201.911.732%204.268%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M11.992%206h-4c-.943%200-1.414%200-1.707.293S5.992%207.057%205.992%208s0%201.414.293%201.707S7.05%2010%207.992%2010h4c.943%200%201.414%200%201.707-.293s.293-.764.293-1.707s0-1.414-.293-1.707S12.935%206%2011.992%206m-6%208h8m-8%204h5%22%2F%3E%3Cpath%20d%3D%22M17.492%208h1c1.414%200%202.121%200%202.56.44c.44.439.44%201.146.44%202.56v8a2%202%200%201%201-4%200z%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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M19.492%2021h-12c-2.357%200-3.535%200-4.268-.732c-.732-.733-.732-1.911-.732-4.268V8c0-2.357%200-3.536.732-4.268C3.957%203%205.135%203%207.492%203h5c2.357%200%203.536%200%204.268.732s.732%201.911.732%204.268%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M11.992%206h-4c-.943%200-1.414%200-1.707.293S5.992%207.057%205.992%208s0%201.414.293%201.707S7.05%2010%207.992%2010h4c.943%200%201.414%200%201.707-.293s.293-.764.293-1.707s0-1.414-.293-1.707S12.935%206%2011.992%206m-6%208h8m-8%204h5%22%2F%3E%3Cpath%20d%3D%22M17.492%208h1c1.414%200%202.121%200%202.56.44c.44.439.44%201.146.44%202.56v8a2%202%200%201%201-4%200z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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