Relevo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Relevo 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/346618.svg" alt="Relevo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346618.svg" alt="Relevo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346618.svg" alt="Relevo icon" :width="24" :height="24" />
CSS background
.icon-relevo {
background-image: url('https://proicons.com/icon/346618.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="M13.6141,23.1723v-5.6291c0-.3353-.4251-.4797-.6293-.2137l-7.4123,9.6522c-.0947.1234-.097.2943-.0056.4201l7.4122,10.2027c.1998.2752.6349.1337.6349-.2063v-6.384c0-.1938.1571-.351.351-.351h12.5914c.1128,0,.2187.0542.2846.1455l6.5438,9.0679c.066.0915.1719.1457.2846.1457h8.4787c.289,0,.4541-.3298.2811-.5612l-7.8225-10.4593c-.1575-.2105-.0411-.5243.2108-.5994,1.7607-.5246,7.0288-2.8082,5.8122-11.1506-1.4366-9.8511-11.5082-9.2791-11.7662-9.2629-.0081.0006-.009.0004-.0172.0004h-8.6874c-.1114,0-.2161.0528-.2822.1423l-4.691,6.3415c-.1714.2316-.006.5597.2822.5597h12.2449c.0104,0,.0205-.0004.0308-.0012.3019-.0223,5.007-.301,5.007,4.059,0,4.4801-4.9677,4.4335-5.0217,4.4329h-13.764c-.1938,0-.351-.1572-.351-.351Z"/></svg>
Copied!