Yape Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Yape 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/335438.svg" alt="Yape icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335438.svg" alt="Yape icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335438.svg" alt="Yape icon" :width="24" :height="24" />
CSS background
.icon-yape {
background-image: url('https://proicons.com/icon/335438.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>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="d" d="M21.9022,5.4205c6.8179-.3102-4.485,13.9445.4986,14.4982,4.9836.5536,8.5889-6.9216,11.1229-15.4187-9.774,34.1163-14.6317,41.9919-19.1775,38.0865-4.5458-3.9055,8.929-16.9028,20.2131-16.0707"/></svg>
Copied!