Rush Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Rush 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/332285.svg" alt="Rush icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332285.svg" alt="Rush icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332285.svg" alt="Rush icon" :width="24" :height="24" />
CSS background
.icon-rush {
background-image: url('https://proicons.com/icon/332285.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>.h{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><path id="c" class="h" d="M34.0943,29.6822c0,7.0793-5.7492,12.8178-12.8405,12.8178s-12.84-5.7389-12.84-12.8182,5.7486-12.8179,12.84-12.8179,12.8405,5.739,12.8405,12.8183Z"/><path id="d" class="h" d="M33.8521,32.1988l5.734-25.4778-8.3845,4.7507-3.5512-5.9717-14.9285,14.604"/></g><g id="e"><path id="f" class="h" d="M24.538,23.7096l-4.3106-.7237,2.8221,11.4303"/><path id="g" class="h" d="M23.1915,35.2237c0,1.234-1.0021,2.2344-2.2382,2.2344h0c-1.2361,0-2.2382-1.0004-2.2382-2.2344s1.0021-2.2344,2.2382-2.2344,2.2382,1.0004,2.2382,2.2344h0Z"/></g></svg>
Copied!