Chalkpad Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Chalkpad 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/338139.svg" alt="Chalkpad icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338139.svg" alt="Chalkpad icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338139.svg" alt="Chalkpad icon" :width="24" :height="24" />
CSS background
.icon-chalkpad {
background-image: url('https://proicons.com/icon/338139.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><path class="c" d="m42.4763,37.1617c-6.5534,7.0735-13.5867,8.1861-21.8654,6.8446-4.4938-.7282-14.8796-6.9645-15.0832-18.8904-.2497-14.6255,11.0619-22.0652,21.0541-21.595,7.0735.3329,10.4792,1.5314,15.5617,6.3661l-6.0125,7.0423c-2.8191-2.6817-5.4508-4.3169-9.2996-4.5395-5.5393-.3204-11.276,3.5929-11.3831,11.2697-.0923,6.6153,3.295,9.9714,7.3887,11.6089,3.8488,1.5395,9.4244.0208,13.463-4.2103l6.1763,6.1035Z"/><line class="c" x1="15.5365" y1="22.2497" x2="5.7976" y2="28.0481"/><line class="c" x1="39.7763" y1="7.8075" x2="30.7023" y2="13.205"/><line class="c" x1="19.2522" y1="33.1523" x2="10.8626" y2="38.1489"/></svg>
Copied!