Ncert Book Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ncert Book 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/330021.svg" alt="Ncert Book icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330021.svg" alt="Ncert Book icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330021.svg" alt="Ncert Book icon" :width="24" :height="24" />
CSS background
.icon-ncert-book {
background-image: url('https://proicons.com/icon/330021.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;}</style></defs><path class="a" d="M29.2919,14.7848V9.3758H31.05a1.8256,1.8256,0,0,1,0,3.6511H29.2919"/><line class="a" x1="31.1174" y1="13.0218" x2="32.8753" y2="14.8474"/><polyline class="a" points="14.665 14.847 14.665 9.438 18.248 14.847 18.248 9.438"/><path class="a" d="M23.4622,13.0218h0a1.818,1.818,0,0,1-1.8256,1.8255h0a1.8179,1.8179,0,0,1-1.8255-1.8255V11.1963a1.818,1.818,0,0,1,1.8255-1.8256h0a1.7618,1.7618,0,0,1,1.7579,1.8256h0"/><line class="a" x1="25.0248" y1="14.8474" x2="27.7293" y2="14.8474"/><line class="a" x1="25.0248" y1="9.4383" x2="27.7293" y2="9.4383"/><line class="a" x1="25.0248" y1="12.1429" x2="26.7827" y2="12.1429"/><line class="a" x1="25.0248" y1="9.4383" x2="25.0248" y2="14.8474"/><line class="a" x1="34.0815" y1="9.4383" x2="37.665" y2="9.4383"/><line class="a" x1="35.9071" y1="14.8474" x2="35.9071" y2="9.4383"/><path class="a" d="M8.4,6.5v35a2,2,0,0,0,2,2h2.33V4.5H10.4A2,2,0,0,0,8.4,6.5Z"/><path class="a" d="M12.73,4.5v39H37.6a2,2,0,0,0,2-2V6.5a2,2,0,0,0-2-2Z"/></svg>
Copied!