Cashew Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Cashew 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/323488.svg" alt="Cashew icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323488.svg" alt="Cashew icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323488.svg" alt="Cashew icon" :width="24" :height="24" />
CSS background
.icon-cashew {
background-image: url('https://proicons.com/icon/323488.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>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="e" d="m24,14c5.5238,0,10,4.4762,10,10s-4.4762,10-10,10-10-4.4762-10-10,4.4762-10,10-10Z"/><path id="d" class="e" d="m24,2.5c11.8762,0,21.5,9.6238,21.5,21.5s-9.6238,21.5-21.5,21.5S2.5,35.8762,2.5,24,12.1238,2.5,24,2.5Z"/><line class="e" x1="34" y1="24" x2="45.5" y2="24"/><line class="e" x1="31.0456" y1="16.9544" x2="39.2018" y2="8.7981"/><path class="e" d="m24.0327,34c3.0455,0,5.5143,2.5744,5.5143,5.75s-2.4689,5.75-5.5143,5.75"/><path class="e" d="m2.5,24c0-3.0455,2.5744-5.5143,5.75-5.5143s5.75,2.4689,5.75,5.5143"/><path class="e" d="m21.0101,27.7481c.5887.7664,1.3268,1.0519,2.3538,1.0519h1.4213c1.3226,0,2.3948-1.0745,2.3948-2.4h0c0-1.3255-1.0722-2.4-2.3948-2.4h-1.5703c-1.3226,0-2.3948-1.0745-2.3948-2.4h0c0-1.3255,1.0722-2.4,2.3948-2.4h1.4213c1.027,0,1.7651.2855,2.3538,1.0519"/><line class="e" x1="24" y1="19.2" x2="24" y2="18"/><line class="e" x1="24" y1="30" x2="24" y2="28.8"/></svg>
Copied!