auto transmission icon
auto-transmission-outline from Material Symbols by Google · Outline · Transit · Apache-2.0 Free for personal and commercial use.
- Name
- auto-transmission-outline
- Set
- Material Symbols
- Style
- Outline
- Category
- Transit
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- auto-transmission-outline-rounded
3 other variants in Material Symbols
The same icon in other sets
More transit icons from Material Symbols
agricultureairlinesairport-shuttleambulanceauto-towingbike-dockbike-lanebike-scooterboat-busboat-railwaybus-alertbus-map-pinbus-railwaycable-carcar-crashcar-defrost-leftcar-defrost-low-leftcar-defrost-low-rightcar-defrost-mid-leftcar-defrost-mid-low-leftcar-defrost-mid-low-rightcar-defrost-mid-rightcar-defrost-rightcar-fan-low-left
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 21m0-2q.425 0 .713-.288T5 18t-.288-.712T4 17t-.712.288T3 18t.288.713T4 19M4 7q.425 0 .713-.288T5 6t-.288-.712T4 5t-.712.288T3 6t.288.713T4 7m8 12q.425 0 .713-.288T13 18t-.288-.712T12 17t-.712.288T11 18t.288.713T12 19m0-12q.425 0 .713-.288T13 6t-.288-.712T12 5t-.712.288T11 6t.288.713T12 7m8 0q.425 0 .713-.288T21 6t-.288-.712T20 5t-.712.288T19 6t.288.713T20 7m0-1"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsAutoTransmissionOutline(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 21m0-2q.425 0 .713-.288T5 18t-.288-.712T4 17t-.712.288T3 18t.288.713T4 19M4 7q.425 0 .713-.288T5 6t-.288-.712T4 5t-.712.288T3 6t.288.713T4 7m8 12q.425 0 .713-.288T13 18t-.288-.712T12 17t-.712.288T11 18t.288.713T12 19m0-12q.425 0 .713-.288T13 6t-.288-.712T12 5t-.712.288T11 6t.288.713T12 7m8 0q.425 0 .713-.288T21 6t-.288-.712T20 5t-.712.288T19 6t.288.713T20 7m0-1"/></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 21m0-2q.425 0 .713-.288T5 18t-.288-.712T4 17t-.712.288T3 18t.288.713T4 19M4 7q.425 0 .713-.288T5 6t-.288-.712T4 5t-.712.288T3 6t.288.713T4 7m8 12q.425 0 .713-.288T13 18t-.288-.712T12 17t-.712.288T11 18t.288.713T12 19m0-12q.425 0 .713-.288T13 6t-.288-.712T12 5t-.712.288T11 6t.288.713T12 7m8 0q.425 0 .713-.288T21 6t-.288-.712T20 5t-.712.288T19 6t.288.713T20 7m0-1"/></svg> </template>
CSS
.icon-auto-transmission-outline {
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%2021m0-2q.425%200%20.713-.288T5%2018t-.288-.712T4%2017t-.712.288T3%2018t.288.713T4%2019M4%207q.425%200%20.713-.288T5%206t-.288-.712T4%205t-.712.288T3%206t.288.713T4%207m8%2012q.425%200%20.713-.288T13%2018t-.288-.712T12%2017t-.712.288T11%2018t.288.713T12%2019m0-12q.425%200%20.713-.288T13%206t-.288-.712T12%205t-.712.288T11%206t.288.713T12%207m8%200q.425%200%20.713-.288T21%206t-.288-.712T20%205t-.712.288T19%206t.288.713T20%207m0-1%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%2021m0-2q.425%200%20.713-.288T5%2018t-.288-.712T4%2017t-.712.288T3%2018t.288.713T4%2019M4%207q.425%200%20.713-.288T5%206t-.288-.712T4%205t-.712.288T3%206t.288.713T4%207m8%2012q.425%200%20.713-.288T13%2018t-.288-.712T12%2017t-.712.288T11%2018t.288.713T12%2019m0-12q.425%200%20.713-.288T13%206t-.288-.712T12%205t-.712.288T11%206t.288.713T12%207m8%200q.425%200%20.713-.288T21%206t-.288-.712T20%205t-.712.288T19%206t.288.713T20%207m0-1%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-outline.svg?color=%231a73e8&size=48