Noteshelf Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Noteshelf 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/344884.svg" alt="Noteshelf icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344884.svg" alt="Noteshelf icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344884.svg" alt="Noteshelf icon" :width="24" :height="24" />
CSS background
.icon-noteshelf {
background-image: url('https://proicons.com/icon/344884.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polygon class="c" points="28.516 25.309 22.691 19.484 11.0833 31.5491 16.4509 36.9167 28.516 25.309"/><path class="c" d="m41.0183,6.9817c-2.0016-2.0016-5.2559-1.9714-7.22.067l-11.5529,11.9898,6.716,6.716,11.9898-11.5529c2.0384-1.9641,2.0686-5.2184.067-7.22h0Z"/><path class="c" d="m21.7662,16.2452l8.7902-9.1664c.8819-.9153,2.3432-.9288,3.2419-.0301"/><path class="c" d="m15.8316,36.2974l-7.8498,5.8792c-1.4261,1.0681-3.2264-.7322-2.1583-2.1583l5.8792-7.8498"/></svg>
Copied!