Shock Absorber 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 { IconShockAbsorber } from "@devigner-ui/icons";
<IconShockAbsorber className="size-6" />
<script setup>
import { IconShockAbsorber } from "@devigner-ui/icons-vue";
</script>
<template>
<IconShockAbsorber class="size-6" />
</template>
<script>
import { IconShockAbsorber } from "@devigner-ui/icons-svelte";
</script>
<IconShockAbsorber class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="1" d="M14 20a2 2 0 1 1-4 0 2 2 0 0 1 4 0" stroke="currentColor" stroke-width="1.5"></path><path d="M6 4c0-.94 0-1.41.3-1.7C6.58 2 7.05 2 8 2h8c.94 0 1.41 0 1.7.3.3.29.3.76.3 1.7s0 1.41-.3 1.7c-.29.3-.76.3-1.7.3H8c-.94 0-1.41 0-1.7-.3C6 5.42 6 4.95 6 4" stroke="currentColor" stroke-width="1.5"></path><path d="M8.5 16.5c0-.83.67-1.5 1.5-1.5h4a1.5 1.5 0 0 1 0 3h-4a1.5 1.5 0 0 1-1.5-1.5" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M14 15.5v-10" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M10 15.5V6" stroke="currentColor" stroke-width="1.5"></path><path d="m8 8 8 2m-8 1.5 8 2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M20 11.5h2m-18 0H2m17.07 2.8.7.7m-14.84-.7-.7.7m14.84-6.3.7-.7m-14.84.7-.7-.7" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>