Rocket Money Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Rocket Money 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/346765.svg" alt="Rocket Money icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346765.svg" alt="Rocket Money icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346765.svg" alt="Rocket Money icon" :width="24" :height="24" />
CSS background
.icon-rocket-money {
background-image: url('https://proicons.com/icon/346765.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="m35.1575,44.0867c10.148-6.2083,13.3792-19.5294,7.217-29.7535C36.2124,4.1092,22.9904.8538,12.8425,7.0621,2.6945,13.2705-.5367,26.5916,5.6254,36.8156c1.7914,2.9723,4.2669,5.4663,7.217,7.2711l5.7647-7.116c-6.2032-3.0463-8.8175-10.6596-5.8393-17.0048,2.9782-6.3451,10.4212-9.0193,16.6243-5.973,6.2032,3.0463,8.8175,10.6596,5.8393,17.0048-1.2096,2.577-3.231,4.6632-5.7395,5.9234l5.6656,7.1656Z"/></svg>
Copied!