Offline Notepad Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Offline Notepad 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/330545.svg" alt="Offline Notepad icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330545.svg" alt="Offline Notepad icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330545.svg" alt="Offline Notepad icon" :width="24" :height="24" />
CSS background
.icon-offline-notepad {
background-image: url('https://proicons.com/icon/330545.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{stroke-width:1px;}.b,.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m26.907,11.2684H6.3473c-1.0202,0-1.8473.7833-1.8473,1.7495v28.8671c0,.9662.8271,1.7495,1.8473,1.7495h30.481c1.0202,0,1.8473-.7833,1.8473-1.7495v-22.2853"/><path class="b" d="m40.6027,11.5955c1.1964-1.1964,1.1964-3.1363,0-4.3327s-3.1363-1.1964-4.3327,0l-2.5863,2.5863,4.3327,4.3327,2.5863-2.5863Z"/><path class="b" d="m38.0164,14.1818l-18.7987,18.7993-6.704,2.3713,2.3713-6.704,18.7987-18.7993"/></svg>
Copied!