newspaper icon
newspaper from Material Symbols Light by Google · Regular · Text · Apache-2.0 Free for personal and commercial use.
- Name
- newspaper
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Text
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- newspaper-outline
2 other variants in Material Symbols Light
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 EmojinewspaperHeroIconsnewspaperHuge IconsnewspaperIonIconsnewspaperJam IconsnewspaperLine AwesomenewspaperLucidenewspaperMajesticonsnewspaperMaterial SymbolsnewspaperMaterial Design IconsnewspaperNoto EmojinewspaperOpenMojinewspaperPhosphor
More text icons from Material Symbols Light
add-column-leftadd-column-rightadd-linkadd-notesadd-row-aboveadd-row-belowadd-to-drivealign-centeralign-endalign-flex-centeralign-flex-endalign-flex-startalign-horizontal-centeralign-horizontal-leftalign-horizontal-rightalign-items-stretchalign-justify-centeralign-justify-flex-endalign-justify-flex-startalign-justify-space-aroundalign-justify-space-betweenalign-justify-space-evenalign-justify-stretchalign-self-stretch
Use the newspaper icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.116 20.5q-.667 0-1.141-.475t-.475-1.14V4.211l1.175 1.175l1.65-1.675L7 5.387l1.675-1.675l1.65 1.675L12 3.712l1.675 1.675l1.65-1.675L17 5.387l1.675-1.675l1.65 1.675L21.5 4.212v14.673q0 .666-.474 1.14t-1.141.475zm0-1H11.5v-7h-8v6.385q0 .269.173.442t.443.173m8.384 0h7.385q.269 0 .442-.173t.173-.442V16.5h-8zm0-4h8v-3h-8zm-9-4h17V7.308h-17z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightNewspaper(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="M4.116 20.5q-.667 0-1.141-.475t-.475-1.14V4.211l1.175 1.175l1.65-1.675L7 5.387l1.675-1.675l1.65 1.675L12 3.712l1.675 1.675l1.65-1.675L17 5.387l1.675-1.675l1.65 1.675L21.5 4.212v14.673q0 .666-.474 1.14t-1.141.475zm0-1H11.5v-7h-8v6.385q0 .269.173.442t.443.173m8.384 0h7.385q.269 0 .442-.173t.173-.442V16.5h-8zm0-4h8v-3h-8zm-9-4h17V7.308h-17z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.116 20.5q-.667 0-1.141-.475t-.475-1.14V4.211l1.175 1.175l1.65-1.675L7 5.387l1.675-1.675l1.65 1.675L12 3.712l1.675 1.675l1.65-1.675L17 5.387l1.675-1.675l1.65 1.675L21.5 4.212v14.673q0 .666-.474 1.14t-1.141.475zm0-1H11.5v-7h-8v6.385q0 .269.173.442t.443.173m8.384 0h7.385q.269 0 .442-.173t.173-.442V16.5h-8zm0-4h8v-3h-8zm-9-4h17V7.308h-17z"/></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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.116%2020.5q-.667%200-1.141-.475t-.475-1.14V4.211l1.175%201.175l1.65-1.675L7%205.387l1.675-1.675l1.65%201.675L12%203.712l1.675%201.675l1.65-1.675L17%205.387l1.675-1.675l1.65%201.675L21.5%204.212v14.673q0%20.666-.474%201.14t-1.141.475zm0-1H11.5v-7h-8v6.385q0%20.269.173.442t.443.173m8.384%200h7.385q.269%200%20.442-.173t.173-.442V16.5h-8zm0-4h8v-3h-8zm-9-4h17V7.308h-17z%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%22M4.116%2020.5q-.667%200-1.141-.475t-.475-1.14V4.211l1.175%201.175l1.65-1.675L7%205.387l1.675-1.675l1.65%201.675L12%203.712l1.675%201.675l1.65-1.675L17%205.387l1.675-1.675l1.65%201.675L21.5%204.212v14.673q0%20.666-.474%201.14t-1.141.475zm0-1H11.5v-7h-8v6.385q0%20.269.173.442t.443.173m8.384%200h7.385q.269%200%20.442-.173t.173-.442V16.5h-8zm0-4h8v-3h-8zm-9-4h17V7.308h-17z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/newspaper.svg?color=%231a73e8&size=48