Crayon Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Crayon 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/338636.svg" alt="Crayon icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338636.svg" alt="Crayon icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338636.svg" alt="Crayon icon" :width="24" :height="24" />
CSS background
.icon-crayon {
background-image: url('https://proicons.com/icon/338636.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,.b{fill:none;stroke:#fff;stroke-linejoin:round;}.a{stroke-linecap:round;}</style></defs><path class="a" d="M35.24,44.338V14.902A11.273,11.273,0,0,0,24,3.662h0a11.273,11.273,0,0,0-11.24,11.24V44.276Z"/><circle class="b" cx="19.611" cy="15.13" r="1.967"/><circle class="b" cx="28.389" cy="15.13" r="1.967"/><path class="b" d="M26.49,20.166a.7787.7787,0,0,1,.708,1.113,3.5811,3.5811,0,0,1-6.398-.001.7789.7789,0,0,1,.709-1.112Z"/></svg>
Crayon in other icon packs
Copied!