Elevate Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Elevate 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/325031.svg" alt="Elevate icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325031.svg" alt="Elevate icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325031.svg" alt="Elevate icon" :width="24" :height="24" />
CSS background
.icon-elevate {
background-image: url('https://proicons.com/icon/325031.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m40.7493,19.1728c.3318,3.7536-3.443,6.784-3.802,10.4909-.085.7512-.2941,1.4827-.5895,2.1833-1.2685,2.3136.9983,4.634-.8994,5.5887-3.335,1.9448-6.6769,3.8774-10.0133,5.8197-1.7393.9996-3.7759-1.3442-5.3525-2.0291-1.0558-.6652-2.1831-.9343-3.4252-.8705-6.8741.2798-2.4978-2.9618-5.2227-5.1751-2.1402-1.6997.6365-2.0701-.8043-2.5325-.7221-.2021-.8546-.6646-.6269-1.3136,1.4417-3.896-4.6007.1089-2.2222-4.1584.7972-1.9167,3.4095-4.191,2.0302-6.3212-.3954-.4403-.4842-.9251-.3671-1.52.1344-2.7922-.6721-5.162,1.4745-7.514C19.4556-.1497,40.7353,2.7387,40.7493,19.1728Zm-6.7185,5.2581s.0063.0189.0063.0189c.4213-.3801,1.3981-.5122,1.4083-1.1613-.1435-.9115.2485-1.5758.9628-2.0875.8535-.7153-.3755-1.8309.1992-2.7255.8929-1.5562-.8601-2.2276-.761-3.4108.6102-1.1445-.9571-1.7298-1.2729-2.697-.4145-1.5353-.678-.8254-1.7185-1.5543l.0021.0014c-.6784-.5165-1.308-1.538-2.2378-.9156-.0243-.0188-.0488-.019-.0734-.0006-.6669-.9579-1.6436-1.1543-2.7488-1.0398-1.5505-1.3555-2.983.2716-4.6074-.2532-1.424-.5048-2.1195,1.4394-3.6396,1.0788-1.3407-.2706-1.7874,1.1688-2.8601,1.5912-.66.2007-1.2055.4862-1.2265,1.3231-1.9548,3.6499-2.8864,1.8776-.4608,5.3486.256.4798.158,1.3376.7317,1.5392,1.2984.2267,2.5958.4588,3.8935.689.1548.1756.4491.0024.5821.2326.1839.6875-.3043,1.8749.493,2.1972,1.4413.5484,2.7903,1.28,4.0969,2.0933.4423,1.2709.8852,2.5417,1.3266,3.8129.168.4838.5742.245.881.2826.5724.1608.6008-2.0675.82-2.5938.3949.1863,1.3484,1.2533,1.5903.9648l.0371.0105.0277-.0269c2.5482-.4102,2.1198-.1287,2.9849-2.4636l-.001.0017c.0405-.0438.081-.0876.1215-.1314.4533-.0464.8508.4584,1.3028.0113.0747-.0163.143-.0393.1398-.1359Z"/></svg>
Copied!