Sugarizer Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Sugarizer 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/347998.svg" alt="Sugarizer icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347998.svg" alt="Sugarizer icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347998.svg" alt="Sugarizer icon" :width="24" :height="24" />
CSS background
.icon-sugarizer {
background-image: url('https://proicons.com/icon/347998.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{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M28.642,31.2653l6.6313-6.6314a3.2824,3.2824,0,0,0-4.6419-4.642L24,26.6233l-6.6314-6.6314a3.2824,3.2824,0,1,0-4.642,4.642l6.6314,6.6314-6.6314,6.6313a3.2824,3.2824,0,1,0,4.642,4.642L24,35.9072l6.6314,6.6314a3.2824,3.2824,0,0,0,4.6419-4.642Z"/><circle class="a" cx="23.9986" cy="10.7735" r="6.2735"/></svg>
Copied!