Cake Bank Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Cake Bank 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/323099.svg" alt="Cake Bank icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323099.svg" alt="Cake Bank icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323099.svg" alt="Cake Bank icon" :width="24" :height="24" />
CSS background
.icon-cake-bank {
background-image: url('https://proicons.com/icon/323099.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="c" cx="24" cy="24" r="21.5"/><g><g><line class="c" x1="26.0168" y1="20.0634" x2="26.0168" y2="27.919"/><polyline class="c" points="31.6467 27.919 28.0844 23.9912 31.6467 20.0898"/><line class="c" x1="28.0844" y1="23.9912" x2="26.0168" y2="23.9912"/></g><path class="c" d="m14.4229,26.9028c-.6279.6279-1.4953,1.0162-2.4534,1.0162h0c-1.9162,0-3.4696-1.5534-3.4696-3.4696v-.9165c0-1.9162,1.5534-3.4696,3.4696-3.4696h0c.9581,0,1.8255.3883,2.4533,1.0162"/><g><line class="c" x1="34.2629" y1="23.9912" x2="37.6774" y2="23.9912"/><polyline class="c" points="39.5 27.919 34.2629 27.919 34.2629 20.0634 39.5 20.0634"/></g><polyline class="c" points="16.5924 27.9133 19.9965 20.081 23.4006 27.9366"/></g></svg>
Copied!