auto transmission icon

auto-transmission from Material Symbols by Google · Regular · Transit · Apache-2.0 Free for personal and commercial use.

Name
auto-transmission
Set
Material Symbols
Style
Regular
Category
Transit
Viewbox
24×24
License
Apache 2.0
Aliases
auto-transmission-rounded

3 other variants in Material Symbols

The same icon in other sets

More transit icons from Material Symbols

Use the auto transmission icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 21q-1.25 0-2.125-.875T1 18q0-.975.563-1.75T3 15.175v-6.35q-.875-.3-1.437-1.075T1 6q0-1.25.875-2.125T4 3t2.125.875T7 6q0 .975-.562 1.75T5 8.825V11h6V8.825q-.875-.3-1.437-1.075T9 6q0-1.25.875-2.125T12 3t2.125.875T15 6q0 .975-.562 1.75T13 8.825V11h5q.425 0 .713-.287T19 10V8.825q-.875-.3-1.437-1.075T17 6q0-1.25.875-2.125T20 3t2.125.875T23 6q0 .975-.562 1.75T21 8.825V10q0 1.25-.875 2.125T18 13h-5v2.175q.875.3 1.438 1.075T15 18q0 1.25-.875 2.125T12 21t-2.125-.875T9 18q0-.975.563-1.75T11 15.175V13H5v2.175q.875.3 1.438 1.075T7 18q0 1.25-.875 2.125T4 21"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsAutoTransmission(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 21q-1.25 0-2.125-.875T1 18q0-.975.563-1.75T3 15.175v-6.35q-.875-.3-1.437-1.075T1 6q0-1.25.875-2.125T4 3t2.125.875T7 6q0 .975-.562 1.75T5 8.825V11h6V8.825q-.875-.3-1.437-1.075T9 6q0-1.25.875-2.125T12 3t2.125.875T15 6q0 .975-.562 1.75T13 8.825V11h5q.425 0 .713-.287T19 10V8.825q-.875-.3-1.437-1.075T17 6q0-1.25.875-2.125T20 3t2.125.875T23 6q0 .975-.562 1.75T21 8.825V10q0 1.25-.875 2.125T18 13h-5v2.175q.875.3 1.438 1.075T15 18q0 1.25-.875 2.125T12 21t-2.125-.875T9 18q0-.975.563-1.75T11 15.175V13H5v2.175q.875.3 1.438 1.075T7 18q0 1.25-.875 2.125T4 21"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 21q-1.25 0-2.125-.875T1 18q0-.975.563-1.75T3 15.175v-6.35q-.875-.3-1.437-1.075T1 6q0-1.25.875-2.125T4 3t2.125.875T7 6q0 .975-.562 1.75T5 8.825V11h6V8.825q-.875-.3-1.437-1.075T9 6q0-1.25.875-2.125T12 3t2.125.875T15 6q0 .975-.562 1.75T13 8.825V11h5q.425 0 .713-.287T19 10V8.825q-.875-.3-1.437-1.075T17 6q0-1.25.875-2.125T20 3t2.125.875T23 6q0 .975-.562 1.75T21 8.825V10q0 1.25-.875 2.125T18 13h-5v2.175q.875.3 1.438 1.075T15 18q0 1.25-.875 2.125T12 21t-2.125-.875T9 18q0-.975.563-1.75T11 15.175V13H5v2.175q.875.3 1.438 1.075T7 18q0 1.25-.875 2.125T4 21"/></svg>
</template>

CSS

.icon-auto-transmission {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%2021q-1.25%200-2.125-.875T1%2018q0-.975.563-1.75T3%2015.175v-6.35q-.875-.3-1.437-1.075T1%206q0-1.25.875-2.125T4%203t2.125.875T7%206q0%20.975-.562%201.75T5%208.825V11h6V8.825q-.875-.3-1.437-1.075T9%206q0-1.25.875-2.125T12%203t2.125.875T15%206q0%20.975-.562%201.75T13%208.825V11h5q.425%200%20.713-.287T19%2010V8.825q-.875-.3-1.437-1.075T17%206q0-1.25.875-2.125T20%203t2.125.875T23%206q0%20.975-.562%201.75T21%208.825V10q0%201.25-.875%202.125T18%2013h-5v2.175q.875.3%201.438%201.075T15%2018q0%201.25-.875%202.125T12%2021t-2.125-.875T9%2018q0-.975.563-1.75T11%2015.175V13H5v2.175q.875.3%201.438%201.075T7%2018q0%201.25-.875%202.125T4%2021%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%2021q-1.25%200-2.125-.875T1%2018q0-.975.563-1.75T3%2015.175v-6.35q-.875-.3-1.437-1.075T1%206q0-1.25.875-2.125T4%203t2.125.875T7%206q0%20.975-.562%201.75T5%208.825V11h6V8.825q-.875-.3-1.437-1.075T9%206q0-1.25.875-2.125T12%203t2.125.875T15%206q0%20.975-.562%201.75T13%208.825V11h5q.425%200%20.713-.287T19%2010V8.825q-.875-.3-1.437-1.075T17%206q0-1.25.875-2.125T20%203t2.125.875T23%206q0%20.975-.562%201.75T21%208.825V10q0%201.25-.875%202.125T18%2013h-5v2.175q.875.3%201.438%201.075T15%2018q0%201.25-.875%202.125T12%2021t-2.125-.875T9%2018q0-.975.563-1.75T11%2015.175V13H5v2.175q.875.3%201.438%201.075T7%2018q0%201.25-.875%202.125T4%2021%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/auto-transmission.svg?color=%231a73e8&size=48