Yoomoney Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Yoomoney 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/350032.svg" alt="Yoomoney icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/350032.svg" alt="Yoomoney icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/350032.svg" alt="Yoomoney icon" :width="24" :height="24" />
CSS background
.icon-yoomoney {
background-image: url('https://proicons.com/icon/350032.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>.e{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="e" d="M29.6388,10.2995c-5.863.0151-11.0821,3.6753-13.0335,9.1404v-5.5527H4.5l6.8629,20.9275h5.2425v-6.2571c1.9505,5.4661,7.1698,9.1274,13.0334,9.1429,7.6545.0008,13.8604-6.1324,13.8612-13.6989v-.0029c-.0006-7.5665-6.2063-13.6998-13.8608-13.6992h-.0004Z"/><path id="d" class="e" d="M35.2285,23.9996c0,3.0481-2.5022,5.5191-5.5887,5.5191s-5.5887-2.471-5.5887-5.5191c0-3.0481,2.5022-5.5191,5.5887-5.5191h0c3.0866,0,5.5887,2.471,5.5887,5.5191h0Z"/></svg>
Copied!