newspaper-sharp from Material Symbols Light by Google · Sharp · Text · Apache-2.0 Free for personal and commercial use.

Name
newspaper-sharp
Set
Material Symbols Light
Style
Sharp
Category
Text
Viewbox
24×24
License
Apache 2.0
Aliases
newspaper-outline-sharp

2 other variants in Material Symbols Light

The same icon in other sets

More text icons from Material Symbols Light

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="M2.5 20.5V4.212l1.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.212V20.5zm1-1h8v-7h-8zm9 0h8v-3h-8zm0-4h8v-3h-8zm-9-4h17V7.308h-17z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightNewspaperSharp(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="M2.5 20.5V4.212l1.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.212V20.5zm1-1h8v-7h-8zm9 0h8v-3h-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="M2.5 20.5V4.212l1.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.212V20.5zm1-1h8v-7h-8zm9 0h8v-3h-8zm0-4h8v-3h-8zm-9-4h17V7.308h-17z"/></svg>
</template>

CSS

.icon-newspaper-sharp {
  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%22M2.5%2020.5V4.212l1.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.212V20.5zm1-1h8v-7h-8zm9%200h8v-3h-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%22M2.5%2020.5V4.212l1.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.212V20.5zm1-1h8v-7h-8zm9%200h8v-3h-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-sharp.svg?color=%231a73e8&size=48