shipping loading icon
shipping-loading from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- shipping-loading
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the shipping loading icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M4 9.878V6h14v3.878c0 2.886 0 4.329-.911 5.225c-.911.897-2.378.897-5.311.897h-1.556c-2.933 0-4.4 0-5.31-.897C4 14.207 4 12.763 4 9.878"/><path d="m4 6l.673-1.538c.522-1.194.783-1.79 1.312-2.126C6.515 2 7.193 2 8.55 2h4.9c1.357 0 2.036 0 2.565.336s.79.932 1.312 2.126L18 6M9.5 9h3"/><path stroke-linejoin="round" d="M3 16h15a3 3 0 1 1 0 6H3"/><path stroke-linejoin="round" d="M11.125 19H11m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m5.875 0H17m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0M5.125 19H5m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsShippingLoading(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path strokeLinejoin="round" d="M4 9.878V6h14v3.878c0 2.886 0 4.329-.911 5.225c-.911.897-2.378.897-5.311.897h-1.556c-2.933 0-4.4 0-5.31-.897C4 14.207 4 12.763 4 9.878"/><path d="m4 6l.673-1.538c.522-1.194.783-1.79 1.312-2.126C6.515 2 7.193 2 8.55 2h4.9c1.357 0 2.036 0 2.565.336s.79.932 1.312 2.126L18 6M9.5 9h3"/><path strokeLinejoin="round" d="M3 16h15a3 3 0 1 1 0 6H3"/><path strokeLinejoin="round" d="M11.125 19H11m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m5.875 0H17m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0M5.125 19H5m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M4 9.878V6h14v3.878c0 2.886 0 4.329-.911 5.225c-.911.897-2.378.897-5.311.897h-1.556c-2.933 0-4.4 0-5.31-.897C4 14.207 4 12.763 4 9.878"/><path d="m4 6l.673-1.538c.522-1.194.783-1.79 1.312-2.126C6.515 2 7.193 2 8.55 2h4.9c1.357 0 2.036 0 2.565.336s.79.932 1.312 2.126L18 6M9.5 9h3"/><path stroke-linejoin="round" d="M3 16h15a3 3 0 1 1 0 6H3"/><path stroke-linejoin="round" d="M11.125 19H11m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m5.875 0H17m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0M5.125 19H5m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0"/></g></svg> </template>
CSS
.icon-shipping-loading {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M4%209.878V6h14v3.878c0%202.886%200%204.329-.911%205.225c-.911.897-2.378.897-5.311.897h-1.556c-2.933%200-4.4%200-5.31-.897C4%2014.207%204%2012.763%204%209.878%22%2F%3E%3Cpath%20d%3D%22m4%206l.673-1.538c.522-1.194.783-1.79%201.312-2.126C6.515%202%207.193%202%208.55%202h4.9c1.357%200%202.036%200%202.565.336s.79.932%201.312%202.126L18%206M9.5%209h3%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M3%2016h15a3%203%200%201%201%200%206H3%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M11.125%2019H11m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200m5.875%200H17m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200M5.125%2019H5m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M4%209.878V6h14v3.878c0%202.886%200%204.329-.911%205.225c-.911.897-2.378.897-5.311.897h-1.556c-2.933%200-4.4%200-5.31-.897C4%2014.207%204%2012.763%204%209.878%22%2F%3E%3Cpath%20d%3D%22m4%206l.673-1.538c.522-1.194.783-1.79%201.312-2.126C6.515%202%207.193%202%208.55%202h4.9c1.357%200%202.036%200%202.565.336s.79.932%201.312%202.126L18%206M9.5%209h3%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M3%2016h15a3%203%200%201%201%200%206H3%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M11.125%2019H11m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200m5.875%200H17m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200M5.125%2019H5m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/shipping-loading.svg?color=%231a73e8&size=48