Candybar Dev Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Candybar Dev 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/323425.svg" alt="Candybar Dev icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323425.svg" alt="Candybar Dev icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323425.svg" alt="Candybar Dev icon" :width="24" :height="24" />
CSS background
.icon-candybar-dev {
background-image: url('https://proicons.com/icon/323425.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="c" cx="24" cy="24" r="16.2562"/><line class="c" x1="35.4944" y1="35.4944" x2="12.5056" y2="12.5056"/><line class="c" x1="38.3201" y1="31.8842" x2="16.1158" y2="9.6799"/><line class="c" x1="31.8055" y1="38.2415" x2="9.7585" y2="16.1945"/><path class="c" d="m38.49,16.6236l5.0467-2.0516c.8669-.3524,1.2237-1.3887.7576-2.2001l-.386-.672-2.9163.8476.489-3.2598-3.3808.6125-.0003-.0003.6125-3.3808-3.2598.489.8476-2.9163-.672-.386c-.8114-.4662-1.8477-.1093-2.2001.7576l-2.0516,5.0467"/><path class="c" d="m16.6236,38.49l-2.0516,5.0467c-.3524.8669-1.3887,1.2237-2.2001.7576l-.672-.386.8476-2.9163-3.2598.489.6125-3.3808-.0003-.0003-3.3808.6125.489-3.2598-2.9163.8476-.386-.672c-.4662-.8114-.1093-1.8477.7576-2.2001l5.0467-2.0516"/></svg>
Copied!