Photoleap Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Photoleap 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/345771.svg" alt="Photoleap icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345771.svg" alt="Photoleap icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345771.svg" alt="Photoleap icon" :width="24" :height="24" />
CSS background
.icon-photoleap {
background-image: url('https://proicons.com/icon/345771.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m22.4839,6.1952c4.7918,0,9.4623,1.3671,12.5557,1.3671s6.1262-2.0623,6.1262-2.0623c.0607,5.641,1.7695,12.0307-11.4639,18.1967-11.1303,5.1861-8.2492,18.8033-8.2492,18.8033-6.7934-4.7311-12.2525-10.7361-12.2525-23.4738s10.3057-12.831,13.2836-12.831Z"/><path class="c" d="m21.1509,39.8675c7.3599-5.6331,12.251-19.2036,6.5494-29.1511-4.2459,1.5164-5.8836,5.641-5.8836,5.641-1.0766-.3336-3.1389-.3184-4.2004.0152-.8492-2.7295-3.8775-5.3169-6.0861-5.767"/><path class="c" d="m23.0752,25.1297c.5459-1.7514,1.7514-3.1844,3.4119-3.5256.3412,1.615.2957,3.4801-3.4119,3.5256Z"/><path class="c" d="m11.5301,10.7164c1.1752,1.3268,2.7598,5.7016,2.6461,9.5002,2.7295,1.5695,4.2535,6.0959,4.6857,8.416h1.5066c.4322-2.3201,1.9561-6.8465,4.6857-8.416-.1137-3.7986,1.4709-8.1734,2.6461-9.5002"/><path class="c" d="m16.1551,25.1297c-.5459-1.7514-1.7514-3.1844-3.4119-3.5256-.3412,1.615-.2957,3.4801,3.4119,3.5256Z"/><path class="c" d="m20.3685,28.6326c2.3277-1.0236,6.7609-3.4233,6.7609-3.4233"/><path class="c" d="m18.8619,28.6326c-3.5051-1.4482-9.3791-4.8499-9.3791-4.8499"/><path class="c" d="m21.4766,34.6307c-4.0878-2.1995-6.2811-4.7848-7.2499-8.2359"/></svg>
Copied!