newspaper icon
newspaper-solid from HeroIcons by Refactoring UI Inc · Solid 24x24 · MIT Free for personal and commercial use.
- Name
- newspaper-solid
- Set
- HeroIcons
- Style
- Solid 24x24
- Viewbox
- 24×24
- License
- MIT
3 other variants in HeroIcons
The same icon in other sets
newspaperAkar IconsnewspaperBootstrap IconsnewspaperEmoji One (Colored)newspaperFont Awesome 6 RegularnewspaperFont Awesome 6 SolidnewspaperFont Awesome RegularnewspaperFont Awesome Solidnewspaper-outlineFlowbite IconsnewspaperFluent EmojinewspaperFluent Emoji FlatnewspaperFluent Emoji High ContrastnewspaperFirefox OS EmojinewspaperHuge IconsnewspaperIonIconsnewspaperJam IconsnewspaperLine AwesomenewspaperLucidenewspaperMajesticonsnewspaperMaterial SymbolsnewspaperMaterial Symbols LightnewspaperMaterial Design IconsnewspaperNoto EmojinewspaperOpenMojinewspaperPhosphor
Use the newspaper icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M4.125 3C3.089 3 2.25 3.84 2.25 4.875V18a3 3 0 0 0 3 3h15a3 3 0 0 1-3-3V4.875C17.25 3.839 16.41 3 15.375 3zM12 9.75a.75.75 0 0 0 0 1.5h1.5a.75.75 0 0 0 0-1.5zm-.75-2.25a.75.75 0 0 1 .75-.75h1.5a.75.75 0 0 1 0 1.5H12a.75.75 0 0 1-.75-.75M6 12.75a.75.75 0 0 0 0 1.5h7.5a.75.75 0 0 0 0-1.5zm-.75 3.75a.75.75 0 0 1 .75-.75h7.5a.75.75 0 0 1 0 1.5H6a.75.75 0 0 1-.75-.75M6 6.75a.75.75 0 0 0-.75.75v3c0 .414.336.75.75.75h3a.75.75 0 0 0 .75-.75v-3A.75.75 0 0 0 9 6.75z" clip-rule="evenodd"/><path d="M18.75 6.75h1.875c.621 0 1.125.504 1.125 1.125V18a1.5 1.5 0 0 1-3 0z"/></g></svg>
React
import type { SVGProps } from "react";
export function HeroiconsNewspaperSolid(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M4.125 3C3.089 3 2.25 3.84 2.25 4.875V18a3 3 0 0 0 3 3h15a3 3 0 0 1-3-3V4.875C17.25 3.839 16.41 3 15.375 3zM12 9.75a.75.75 0 0 0 0 1.5h1.5a.75.75 0 0 0 0-1.5zm-.75-2.25a.75.75 0 0 1 .75-.75h1.5a.75.75 0 0 1 0 1.5H12a.75.75 0 0 1-.75-.75M6 12.75a.75.75 0 0 0 0 1.5h7.5a.75.75 0 0 0 0-1.5zm-.75 3.75a.75.75 0 0 1 .75-.75h7.5a.75.75 0 0 1 0 1.5H6a.75.75 0 0 1-.75-.75M6 6.75a.75.75 0 0 0-.75.75v3c0 .414.336.75.75.75h3a.75.75 0 0 0 .75-.75v-3A.75.75 0 0 0 9 6.75z" clipRule="evenodd"/><path d="M18.75 6.75h1.875c.621 0 1.125.504 1.125 1.125V18a1.5 1.5 0 0 1-3 0z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M4.125 3C3.089 3 2.25 3.84 2.25 4.875V18a3 3 0 0 0 3 3h15a3 3 0 0 1-3-3V4.875C17.25 3.839 16.41 3 15.375 3zM12 9.75a.75.75 0 0 0 0 1.5h1.5a.75.75 0 0 0 0-1.5zm-.75-2.25a.75.75 0 0 1 .75-.75h1.5a.75.75 0 0 1 0 1.5H12a.75.75 0 0 1-.75-.75M6 12.75a.75.75 0 0 0 0 1.5h7.5a.75.75 0 0 0 0-1.5zm-.75 3.75a.75.75 0 0 1 .75-.75h7.5a.75.75 0 0 1 0 1.5H6a.75.75 0 0 1-.75-.75M6 6.75a.75.75 0 0 0-.75.75v3c0 .414.336.75.75.75h3a.75.75 0 0 0 .75-.75v-3A.75.75 0 0 0 9 6.75z" clip-rule="evenodd"/><path d="M18.75 6.75h1.875c.621 0 1.125.504 1.125 1.125V18a1.5 1.5 0 0 1-3 0z"/></g></svg> </template>
CSS
.icon-newspaper-solid {
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%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M4.125%203C3.089%203%202.25%203.84%202.25%204.875V18a3%203%200%200%200%203%203h15a3%203%200%200%201-3-3V4.875C17.25%203.839%2016.41%203%2015.375%203zM12%209.75a.75.75%200%200%200%200%201.5h1.5a.75.75%200%200%200%200-1.5zm-.75-2.25a.75.75%200%200%201%20.75-.75h1.5a.75.75%200%200%201%200%201.5H12a.75.75%200%200%201-.75-.75M6%2012.75a.75.75%200%200%200%200%201.5h7.5a.75.75%200%200%200%200-1.5zm-.75%203.75a.75.75%200%200%201%20.75-.75h7.5a.75.75%200%200%201%200%201.5H6a.75.75%200%200%201-.75-.75M6%206.75a.75.75%200%200%200-.75.75v3c0%20.414.336.75.75.75h3a.75.75%200%200%200%20.75-.75v-3A.75.75%200%200%200%209%206.75z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M18.75%206.75h1.875c.621%200%201.125.504%201.125%201.125V18a1.5%201.5%200%200%201-3%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%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M4.125%203C3.089%203%202.25%203.84%202.25%204.875V18a3%203%200%200%200%203%203h15a3%203%200%200%201-3-3V4.875C17.25%203.839%2016.41%203%2015.375%203zM12%209.75a.75.75%200%200%200%200%201.5h1.5a.75.75%200%200%200%200-1.5zm-.75-2.25a.75.75%200%200%201%20.75-.75h1.5a.75.75%200%200%201%200%201.5H12a.75.75%200%200%201-.75-.75M6%2012.75a.75.75%200%200%200%200%201.5h7.5a.75.75%200%200%200%200-1.5zm-.75%203.75a.75.75%200%200%201%20.75-.75h7.5a.75.75%200%200%201%200%201.5H6a.75.75%200%200%201-.75-.75M6%206.75a.75.75%200%200%200-.75.75v3c0%20.414.336.75.75.75h3a.75.75%200%200%200%20.75-.75v-3A.75.75%200%200%200%209%206.75z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M18.75%206.75h1.875c.621%200%201.125.504%201.125%201.125V18a1.5%201.5%200%200%201-3%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/heroicons/newspaper-solid.svg?color=%231a73e8&size=48