newspaper icon
newspaper-20-solid from HeroIcons by Refactoring UI Inc · Solid 20x20 · MIT Free for personal and commercial use.
- Name
- newspaper-20-solid
- Set
- HeroIcons
- Style
- Solid 20x20
- Viewbox
- 20×20
- 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 20 20"><g fill="currentColor"><path fill-rule="evenodd" d="M2 3.5A1.5 1.5 0 0 1 3.5 2h9A1.5 1.5 0 0 1 14 3.5v11.75A2.75 2.75 0 0 0 16.75 18h-12A2.75 2.75 0 0 1 2 15.25zm3.75 7a.75.75 0 0 0 0 1.5h4.5a.75.75 0 0 0 0-1.5zm0 3a.75.75 0 0 0 0 1.5h4.5a.75.75 0 0 0 0-1.5zM5 5.75A.75.75 0 0 1 5.75 5h4.5a.75.75 0 0 1 .75.75v2.5a.75.75 0 0 1-.75.75h-4.5A.75.75 0 0 1 5 8.25z" clip-rule="evenodd"/><path d="M16.5 6.5h-1v8.75a1.25 1.25 0 1 0 2.5 0V8a1.5 1.5 0 0 0-1.5-1.5"/></g></svg>
React
import type { SVGProps } from "react";
export function HeroiconsNewspaper20Solid(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><g fill="currentColor"><path fillRule="evenodd" d="M2 3.5A1.5 1.5 0 0 1 3.5 2h9A1.5 1.5 0 0 1 14 3.5v11.75A2.75 2.75 0 0 0 16.75 18h-12A2.75 2.75 0 0 1 2 15.25zm3.75 7a.75.75 0 0 0 0 1.5h4.5a.75.75 0 0 0 0-1.5zm0 3a.75.75 0 0 0 0 1.5h4.5a.75.75 0 0 0 0-1.5zM5 5.75A.75.75 0 0 1 5.75 5h4.5a.75.75 0 0 1 .75.75v2.5a.75.75 0 0 1-.75.75h-4.5A.75.75 0 0 1 5 8.25z" clipRule="evenodd"/><path d="M16.5 6.5h-1v8.75a1.25 1.25 0 1 0 2.5 0V8a1.5 1.5 0 0 0-1.5-1.5"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><g fill="currentColor"><path fill-rule="evenodd" d="M2 3.5A1.5 1.5 0 0 1 3.5 2h9A1.5 1.5 0 0 1 14 3.5v11.75A2.75 2.75 0 0 0 16.75 18h-12A2.75 2.75 0 0 1 2 15.25zm3.75 7a.75.75 0 0 0 0 1.5h4.5a.75.75 0 0 0 0-1.5zm0 3a.75.75 0 0 0 0 1.5h4.5a.75.75 0 0 0 0-1.5zM5 5.75A.75.75 0 0 1 5.75 5h4.5a.75.75 0 0 1 .75.75v2.5a.75.75 0 0 1-.75.75h-4.5A.75.75 0 0 1 5 8.25z" clip-rule="evenodd"/><path d="M16.5 6.5h-1v8.75a1.25 1.25 0 1 0 2.5 0V8a1.5 1.5 0 0 0-1.5-1.5"/></g></svg> </template>
CSS
.icon-newspaper-20-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%2020%2020%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M2%203.5A1.5%201.5%200%200%201%203.5%202h9A1.5%201.5%200%200%201%2014%203.5v11.75A2.75%202.75%200%200%200%2016.75%2018h-12A2.75%202.75%200%200%201%202%2015.25zm3.75%207a.75.75%200%200%200%200%201.5h4.5a.75.75%200%200%200%200-1.5zm0%203a.75.75%200%200%200%200%201.5h4.5a.75.75%200%200%200%200-1.5zM5%205.75A.75.75%200%200%201%205.75%205h4.5a.75.75%200%200%201%20.75.75v2.5a.75.75%200%200%201-.75.75h-4.5A.75.75%200%200%201%205%208.25z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M16.5%206.5h-1v8.75a1.25%201.25%200%201%200%202.5%200V8a1.5%201.5%200%200%200-1.5-1.5%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%2020%2020%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M2%203.5A1.5%201.5%200%200%201%203.5%202h9A1.5%201.5%200%200%201%2014%203.5v11.75A2.75%202.75%200%200%200%2016.75%2018h-12A2.75%202.75%200%200%201%202%2015.25zm3.75%207a.75.75%200%200%200%200%201.5h4.5a.75.75%200%200%200%200-1.5zm0%203a.75.75%200%200%200%200%201.5h4.5a.75.75%200%200%200%200-1.5zM5%205.75A.75.75%200%200%201%205.75%205h4.5a.75.75%200%200%201%20.75.75v2.5a.75.75%200%200%201-.75.75h-4.5A.75.75%200%200%201%205%208.25z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M16.5%206.5h-1v8.75a1.25%201.25%200%201%200%202.5%200V8a1.5%201.5%200%200%200-1.5-1.5%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-20-solid.svg?color=%231a73e8&size=48