Cookidoo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Cookidoo 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/338561.svg" alt="Cookidoo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338561.svg" alt="Cookidoo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338561.svg" alt="Cookidoo icon" :width="24" :height="24" />
CSS background
.icon-cookidoo {
background-image: url('https://proicons.com/icon/338561.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="M22.9255,4.5A40.3853,40.3853,0,0,0,10.4184,6.7247c-7.01,2.3234-1.032,2.6849.5037,2.686,5.4091.004,14.7912-.0053,22.8317.1679,1.9016.0411,11.4311.97,4.91-2.35C33.8823,4.7936,28.25,4.4886,22.9255,4.5Z"/><path class="a" d="M36.8241,9.7149c-.6471,2.6384-2.4947,5.1844-4.5813,7.7121l-16.2843-.1259C13.6141,14.9523,11.412,12.5205,10.3909,9.4"/><path class="a" d="M32.2428,17.427c3.13.0487,5.4585,3.5507,4.411,9.0064-1.029,5.3586-5.772,15.1184-12.5532,16.6793-3.1956.7355-6.6331-.0427-9.9468-.1679C8.31,42.724,8.1654,37.5107,9.3272,33.25c1.1371-4.17,6.6405-11.92,6.6405-11.92"/><path class="a" d="M15.9585,17.3011s.265,6.3.42,9.9889c.3789,9.0372,10.6683,7.26,13.7242-.6715,1.2645-3.2819,1.0076-9.2,1.0076-9.2"/><path class="a" d="M15.1191,35.39l8.9816.3777-1.511,5.54L13.23,40.7623Z"/><path class="a" d="M35.8109,29.4985c.1753,3.7447.3621,7.2607.2092,11.8514A30.7407,30.7407,0,0,1,22.4424,43.368"/><circle class="a" cx="26.409" cy="38.7268" r="1.3168"/></svg>
Copied!