Sketchbook Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Sketchbook 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/332824.svg" alt="Sketchbook icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332824.svg" alt="Sketchbook icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332824.svg" alt="Sketchbook icon" :width="24" :height="24" />
CSS background
.icon-sketchbook {
background-image: url('https://proicons.com/icon/332824.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><polygon class="a" points="31.5 44.5 31.5 18.526 24 3.5 16.5 18.526 16.5 44.5 31.5 44.5"/><line class="a" x1="21.5778" y1="8.3527" x2="26.4137" y2="8.3527"/><path class="a" d="M31.501,18.8656a3.091,3.091,0,0,0-1.3553-.3124,3.386,3.386,0,0,0-3.2721,3.4894c0-1.9272-1.2862-3.4894-2.8728-3.4894s-2.8728,1.5622-2.8728,3.4894a3.386,3.386,0,0,0-3.2721-3.4894,3.0873,3.0873,0,0,0-1.2737.2742"/><line class="a" x1="21.128" y1="22.0426" x2="21.128" y2="44.5"/><line class="a" x1="26.8736" y1="22.0426" x2="26.8736" y2="44.5"/></svg>
Copied!