Nextcloud Cookbook Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Nextcloud Cookbook 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/344716.svg" alt="Nextcloud Cookbook icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344716.svg" alt="Nextcloud Cookbook icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344716.svg" alt="Nextcloud Cookbook icon" :width="24" :height="24" />
CSS background
.icon-nextcloud-cookbook {
background-image: url('https://proicons.com/icon/344716.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M8.4,6.45v35.1a2,2,0,0,0,1.95,2h2.38V4.5H10.35A2,2,0,0,0,8.4,6.45Z"/><path class="a" d="M12.73,4.5v39H37.65a2,2,0,0,0,2-2V6.45a2,2,0,0,0-2-1.95Z"/><line class="a" x1="21.79" y1="17.54" x2="21.79" y2="13.25"/><line class="a" x1="19.54" y1="17.74" x2="19.54" y2="13.25"/><line class="a" x1="23.9" y1="17.54" x2="23.9" y2="13.25"/><line class="a" x1="26.17" y1="17.74" x2="26.17" y2="13.25"/><path class="a" d="M26.17,17.74a3.32,3.32,0,0,1-6.63,0"/><line class="a" x1="22.85" y1="34.75" x2="22.85" y2="21.11"/><path class="a" d="M32.78,34.75V13.25c-5,1.87-4.75,11.25,0,13.6"/></svg>
Copied!