Crayon Adaptive Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Crayon Adaptive 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/324078.svg" alt="Crayon Adaptive icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324078.svg" alt="Crayon Adaptive icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324078.svg" alt="Crayon Adaptive icon" :width="24" :height="24" />
CSS background
.icon-crayon-adaptive {
background-image: url('https://proicons.com/icon/324078.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>.j{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="c"><g id="d"><path id="e" class="j" d="M35.661,15.4419c-9.3447-1.9865-19.025-2.699-28.8037-2.4138-1.1042,2.1959-2.8426,6.1836,1.0507,9.3926,3.5128,2.8953,8.3395,1.3278,10.5259-2.3129.7619-1.2686,1.4316-2.385,1.588-4.1906.0652-.753,1.0266-.8466,1.0076.104-.1056,5.2741,3.0612,8.4996,6.4637,9.1631,2.9294.5712,7.5401-1.28,8.405-5.6003.3362-1.6792.2957-2.7679-.2374-4.1421Z"/><path id="f" class="j" d="M10.3971,21.6041c2.2422.5703,3.9621-.2593,5.0037-1.8875"/><path id="g" class="j" d="M26.9934,22.6708c2.1753.7879,3.9684.1314,5.165-1.3866"/></g><path id="h" class="j" d="M12.3242,12.9618c3.2503-3.8487,8.0317-6.0691,13.0692-6.0691,9.4477,0,17.1066,7.6592,17.1066,17.1073h0c0,9.4481-7.6589,17.1073-17.1066,17.1073s-17.1066-7.6592-17.1066-17.1073c0-.4135.015-.8268.0449-1.2392"/><path id="i" class="j" d="M16.814,26.9662c1.2238-1.5665,3.8459-1.5192,4.9876-.7149"/></g></svg>
Copied!