Cake Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Cake 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/323098.svg" alt="Cake icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323098.svg" alt="Cake icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323098.svg" alt="Cake icon" :width="24" :height="24" />
CSS background
.icon-cake {
background-image: url('https://proicons.com/icon/323098.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M40.9768,24c0,3.9976,1.9226,6.288-.0776,9.75s-4.9464,2.9433-8.4108,4.9421S28,43.5,24,43.5s-5.0239-2.8091-8.4884-4.8079S9.101,37.212,7.1008,33.75,7.0233,27.9976,7.0233,24s-1.9227-6.2879.0775-9.75,4.9464-2.9433,8.4108-4.9421S20,4.5,24,4.5s5.0239,2.8091,8.4884,4.8079,6.4106,1.48,8.4108,4.9421S40.9768,20.0024,40.9768,24Z"/></svg>
Copied!