Emoji Newspaper Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Newspaper icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/339912.svg" alt="Emoji Newspaper icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339912.svg" alt="Emoji Newspaper icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339912.svg" alt="Emoji Newspaper icon" :width="24" :height="24" />
CSS background
.icon-emoji-newspaper {
background-image: url('https://proicons.com/icon/339912.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.k{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="k" d="m39.1326,39.1474h1.6113c1.1144,0,1.7516-.6771,1.7516-1.7915V8.8526H8.8674"/><path id="d" class="k" d="m8.8674,16.2784h26.9025"/><path id="e" class="k" d="m26.0637,20.3903h9.7061"/><path id="f" class="k" d="m26.0637,24.6726h9.7061"/><path id="g" class="k" d="m26.0637,28.9548h9.7061"/><path id="h" class="k" d="m26.0637,33.2371h9.7061"/><path id="i" class="k" d="m5.5046,12.2436h33.6281v26.9038H5.5046V12.2436"/><path id="j" class="k" d="m8.8674,19.7177h13.4541v13.4548h-13.4541v-13.4548"/></svg>
Copied!