Bump Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bump 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/323028.svg" alt="Bump icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323028.svg" alt="Bump icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323028.svg" alt="Bump icon" :width="24" :height="24" />
CSS background
.icon-bump {
background-image: url('https://proicons.com/icon/323028.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="M24,27.5028l8.1172,3.2519c3.3873,1.357,6.5252-2.4251,4.5661-5.5037l-7.9827-12.5443c-2.1894-3.4405-7.2118-3.4405-9.4012,0l-7.9827,12.5443c-1.9591,3.0786,1.1788,6.8607,4.5661,5.5037l8.1172-3.2519"/><path class="c" d="M24,32.0629l10.7807,4.1323c4.9652,1.9032,9.5819-3.4623,6.9593-8.088l-10.5704-18.6438c-3.1575-5.5692-11.1817-5.5692-14.3392,0L6.26,28.1072c-2.6226,4.6257,1.9941,9.9912,6.9593,8.088l10.7807-4.1323Z"/><path class="c" d="M5.5008,30.8786v6.2003h-.0006c.03,3.6605,3.764,6.7566,7.7191,5.2405l10.7807-4.1323,10.7807,4.1323c3.9551,1.516,7.6892-1.5801,7.7191-5.2406h.0002s0-6.2003,0-6.2003"/></svg>
Copied!