Cashinator Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Cashinator 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/323490.svg" alt="Cashinator icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323490.svg" alt="Cashinator icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323490.svg" alt="Cashinator icon" :width="24" :height="24" />
CSS background
.icon-cashinator {
background-image: url('https://proicons.com/icon/323490.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M24,2.5C12.126,2.5,2.5,12.1259,2.5,24s9.6259,21.5,21.5,21.5c4.0935-.0016,8.1481-1.1992,11.6-3.4004l-2.8984-5.3996c-2.5684,1.7695-5.5823,2.6992-8.7012,2.7004-8.5066,0-15.401-6.8938-15.4-15.4,0-8.5066,6.8938-15.401,15.4-15.4,3.094.0013,6.1439.9571,8.7,2.7004l2.8996-5.3996c-3.4511-2.2019-7.5056-3.3982-11.6-3.4004v-.0008ZM24,33.584V14.416M19.2242,29.994c.9403,1.2242,2.1194,1.6802,3.7598,1.6802h2.2702c2.1127,0,3.8253-1.7164,3.8254-3.8336h0c0-2.1172-1.7127-3.8336-3.8254-3.8336h-2.5084c-2.1127,0-3.8253-1.7164-3.8253-3.8336h0c0-2.1172,1.7127-3.8336,3.8253-3.8336h2.2702c1.6404,0,2.8195.456,3.7598,1.6802"/></svg>
Copied!