Sizzle Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Sizzle 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/332818.svg" alt="Sizzle icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332818.svg" alt="Sizzle icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332818.svg" alt="Sizzle icon" :width="24" :height="24" />
CSS background
.icon-sizzle {
background-image: url('https://proicons.com/icon/332818.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="M35.7294,20.216c4.8869-2.9175,2.6795-15.4783-7.7963-14.6795-1.155.0881-2.0645,1.2708-2.6076,2.2914l-9.9115,18.6264c-1.5763,2.9623,1.9962,4.6985,3.7632,3.6436l16.5523-9.8819Z"/><path id="d" class="e" d="M31.8338,42.4271c5.6953-.0215,10.2235-11.9472.8058-16.5926-1.0384-.5122-2.4256.042-3.4148.6433l-18.0536,10.9733c-2.8712,1.7452-.6872,5.0567,1.3721,5.0489l19.2906-.0729Z"/></svg>
Copied!