Supercook Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Supercook 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/348039.svg" alt="Supercook icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348039.svg" alt="Supercook icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348039.svg" alt="Supercook icon" :width="24" :height="24" />
CSS background
.icon-supercook {
background-image: url('https://proicons.com/icon/348039.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M11.6005,30.6981l.0009,11.8019h2.2844l.0009-10.3939"/><path class="b" d="M14.2155,21.4402c-.7953,2.1995,1.8861,2.6685,5.281,2.8853,0,0,18.8728.2863,21.6928,2.7731-13.5929-4.438-16.1229,1.4591-16.7269,7.0414"/><path class="b" d="M11.2605,21.4402c-4.6183.472-5.3226,12.4439,13.2029,12.6999"/><path class="b" d="M11.2605,21.4402c-1.0934-2.1909-4.4501-2.1081-4.4498-5.8473.0003-4.4391,2.6562-10.0929,5.9327-10.0929s5.9327,5.6536,5.9327,10.0929c0,3.7473-3.3736,3.6418-4.4601,5.8473"/><path class="b" d="M11.2605,21.4402h2.9555"/><path class="b" d="M10.7185,25.0251c.0293,3.012,2.9792,4.4227,2.9792,4.4227"/></svg>
Copied!