Transmission Square 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 { IconTransmissionSquare } from "@devigner-ui/icons";
<IconTransmissionSquare className="size-6" />
<script setup>
import { IconTransmissionSquare } from "@devigner-ui/icons-vue";
</script>
<template>
<IconTransmissionSquare class="size-6" />
</template>
<script>
import { IconTransmissionSquare } from "@devigner-ui/icons-svelte";
</script>
<IconTransmissionSquare 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 9v6" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M12 9v6" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M8 12h5c.93 0 1.4 0 1.77-.15a2 2 0 0 0 1.08-1.08C16 10.4 16 9.93 16 9" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><rect opacity="1" x="2" y="2.00049" width="20" height="20" rx="5" stroke="currentColor" stroke-width="1.5"></rect></svg>