Suspension Cross icon in outline, twotone, bold and bulk. Free in all four styles, for logistics, fleet, garage, fuel, rides. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconSuspensionCross } from "@devigner-ui/icons";
<IconSuspensionCross className="size-6" />
<script setup>
import { IconSuspensionCross } from "@devigner-ui/icons-vue";
</script>
<template>
<IconSuspensionCross class="size-6" />
</template>
<script>
import { IconSuspensionCross } from "@devigner-ui/icons-svelte";
</script>
<IconSuspensionCross class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8 6.5v-2c0-.46 0-.7-.04-.89A2 2 0 0 0 6.4 2.04C6.19 2 5.96 2 5.5 2s-.7 0-.89.04A2 2 0 0 0 3.04 3.6C3 3.81 3 4.04 3 4.5v2c0 .47 0 .7.04.9A2 2 0 0 0 4.6 8.95c.2.04.43.04.89.04s.7 0 .89-.04A2 2 0 0 0 7.96 7.4C8 7.2 8 6.97 8 6.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M21 6.5v-2c0-.46 0-.7-.04-.89a2 2 0 0 0-1.57-1.57C19.19 2 18.96 2 18.5 2s-.7 0-.89.04a2 2 0 0 0-1.57 1.57c-.04.2-.04.43-.04.89v2c0 .47 0 .7.04.9a2 2 0 0 0 1.57 1.56c.2.04.43.04.89.04s.7 0 .89-.04a2 2 0 0 0 1.57-1.57c.04-.2.04-.42.04-.89" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M8 19.5v-2c0-.46 0-.7-.04-.89a2 2 0 0 0-1.57-1.57C6.19 15 5.96 15 5.5 15s-.7 0-.89.04a2 2 0 0 0-1.57 1.57c-.04.2-.04.43-.04.89v2c0 .47 0 .7.04.9a2 2 0 0 0 1.57 1.56c.2.04.43.04.89.04s.7 0 .89-.04a2 2 0 0 0 1.57-1.57c.04-.2.04-.42.04-.89" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M21 19.5v-2c0-.46 0-.7-.04-.89a2 2 0 0 0-1.57-1.57c-.2-.04-.43-.04-.89-.04s-.7 0-.89.04a2 2 0 0 0-1.57 1.57c-.04.2-.04.43-.04.89v2c0 .47 0 .7.04.9a2 2 0 0 0 1.57 1.56c.2.04.43.04.89.04s.7 0 .89-.04a2 2 0 0 0 1.57-1.57c.04-.2.04-.42.04-.89" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M16 18.5H8m8-13H8M12 8V5.5m0 13V16" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="m14 10-4 4" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="m10 10 4 4" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>