Hurry Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Hurry 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/341785.svg" alt="Hurry icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341785.svg" alt="Hurry icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341785.svg" alt="Hurry icon" :width="24" :height="24" />
CSS background
.icon-hurry {
background-image: url('https://proicons.com/icon/341785.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><line class="b" x1="31.5737" y1="22.0095" x2="34.1296" y2="22.0095"/><path class="b" d="m34.1296,22.0095c2.0133-.006,3.6439-1.6366,3.65-3.65h0c-.006-2.0133-1.6366-3.6439-3.65-3.65h-2.373c-2.0137.0055-3.6449,1.6363-3.651,3.65h0c.006,2.0133,1.6366,3.6439,3.65,3.65"/><path class="b" d="m31.5747,22.0095c-2.0141.006-3.645,1.6379-3.65,3.652h0c.006,2.0133,1.6366,3.6439,3.65,3.65h2.373c2.0133-.006,3.6439-1.6366,3.65-3.65h0c-.0055-2.0137-1.6363-3.6449-3.65-3.651"/><path class="b" d="m39.2076,34.5554c2.322,0,4.4439-1.875,4.2839-4.1899l-1.117-16.1768c-.16-2.316-2.241-4.1899-4.5629-4.1899h-12.5448c-.774,0-1.305.628-1.397,1.396l-2.608,21.7647c-.092.768.623,1.397,1.397,1.397l16.5488-.001Z"/><path class="b" d="m9.3329,29.4984c.721,1.081,1.983,1.803,3.9659,1.803h.36c2.705,0,4.7749-2.164,4.7749-4.8679v-4.8679"/><path class="b" d="m18.4338,21.5655c0,2.6882-2.1792,4.8674-4.8674,4.8674s-4.8674-2.1792-4.8674-4.8674h0c0-2.6882,2.1792-4.8674,4.8674-4.8674s4.8674,2.1792,4.8674,4.8674Z"/><path class="b" d="m23.8708,34.5544v2.05c0,.774.623,1.397,1.397,1.397h12.5438c2.3091.005,4.185-1.8629,4.1899-4.1719,0-.0063,0-.0127,0-.019v-.244"/><path class="b" d="m22.6318,34.5504v2.054c0,.774-.622,1.397-1.396,1.397h-12.5458c-2.3091.005-4.185-1.8629-4.1899-4.1719,0-.0067,0-.0133,0-.02V14.1886c-.005-2.3091,1.8629-4.185,4.1719-4.1899.006,0,.012,0,.018,0h12.5448c.774,0,1.397.622,1.397,1.396v10.3419"/></svg>
Copied!