Instapaper Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Instapaper 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/314773.svg" alt="Instapaper icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/314773.svg" alt="Instapaper icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/314773.svg" alt="Instapaper icon" :width="24" :height="24" />
CSS background
.icon-instapaper {
background-image: url('https://proicons.com/icon/314773.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Instapaper</title><path d="M14.766 20.259c0 1.819.271 2.089 2.934 2.292V24H6.301v-1.449c2.666-.203 2.934-.473 2.934-2.292V3.708c0-1.784-.27-2.089-2.934-2.292V0h11.398v1.416c-2.662.203-2.934.506-2.934 2.292v16.551z"/></svg>
Copied!