Notebloc Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Notebloc 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/330315.svg" alt="Notebloc icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330315.svg" alt="Notebloc icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330315.svg" alt="Notebloc icon" :width="24" :height="24" />
CSS background
.icon-notebloc {
background-image: url('https://proicons.com/icon/330315.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}.b{fill:#000;}</style></defs><path class="a" d="M5.8967,35.48,19.85,34.557M4.6035,15.931l13.9533-.923m-14.0511-.57a2.2232,2.2232,0,0,1,2.0926-2.3637l9.4731-.6266a2.2274,2.2274,0,0,1,2.3857,2.0674l1.48,22.3789a2.2275,2.2275,0,0,1-2.0926,2.3637l-9.4731.6266A2.22,2.22,0,0,1,5.986,36.8167C5.6017,29.35,5.0405,21.8946,4.5057,14.4378Zm14.1717,1.6939,1.659-9.463L40.5516,9.647,36.8384,37.4283,19.85,34.557M39.7463,15.6145l3.7537,1.95-5.2845,10.11m-4.6177,9.4251-2.2062,4.2321L19.9672,35.6658m2.39-24.8594,14.4011,2.0555m-14.7306.9209,13.6891,1.8921M20.7876,22.0961l13.964,1.9728M21.2212,19.27l14.4011,2.0555m-13.94-4.8006,11.9162,1.6044M20.3626,24.9032l10.4515,1.5087m-11.38,1.168L33.72,29.6906"/><path class="b" d="M13.7375,36.72a.75.75,0,1,1-.7974-.6983A.7512.7512,0,0,1,13.7375,36.72Z"/></svg>
Copied!