auto transmission icon
auto-transmission-outline-sharp from Material Symbols Light by Google · Outline Sharp · Transit · Apache-2.0 Free for personal and commercial use.
- Name
- auto-transmission-outline-sharp
- Set
- Material Symbols Light
- Style
- Outline Sharp
- Category
- Transit
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols Light
The same icon in other sets
More transit icons from Material Symbols Light
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.252 20q-1.04 0-1.771-.73q-.731-.728-.731-1.77q0-.898.572-1.586t1.428-.854V8.94q-.856-.165-1.428-.853Q1.75 7.398 1.75 6.5q0-1.042.729-1.77Q3.207 4 4.248 4t1.771.73t.731 1.77q0 .898-.572 1.587q-.572.688-1.428.854V11.5h6.75V8.94q-.856-.165-1.428-.853Q9.5 7.398 9.5 6.5q0-1.042.729-1.77q.728-.73 1.769-.73t1.771.73t.731 1.77q0 .898-.572 1.587q-.572.688-1.428.854V11.5h6.77V8.94q-.856-.165-1.429-.853q-.572-.689-.572-1.587q0-1.042.729-1.77q.728-.73 1.769-.73t1.772.73t.73 1.77q0 .898-.572 1.587q-.572.688-1.428.854V12.5H12.5v2.56q.856.165 1.428.853q.572.689.572 1.587q0 1.042-.728 1.77q-.729.73-1.77.73t-1.771-.73T9.5 17.5q0-.898.572-1.586t1.428-.854V12.5H4.75v2.56q.856.165 1.428.853q.572.689.572 1.587q0 1.042-.728 1.77q-.729.73-1.77.73m-.002-1q.617 0 1.059-.441q.441-.442.441-1.059t-.441-1.059Q4.867 16 4.25 16t-1.059.441q-.441.442-.441 1.059t.441 1.059Q3.633 19 4.25 19m0-11q.617 0 1.059-.441q.441-.442.441-1.059t-.441-1.059Q4.867 5 4.25 5t-1.059.441Q2.75 5.883 2.75 6.5t.441 1.059Q3.633 8 4.25 8M12 19q.617 0 1.059-.441q.441-.442.441-1.059t-.441-1.059T12 16t-1.059.441T10.5 17.5t.441 1.059Q11.383 19 12 19m0-11q.617 0 1.059-.441q.441-.442.441-1.059t-.441-1.059Q12.617 5 12 5t-1.059.441T10.5 6.5t.441 1.059Q11.383 8 12 8m7.77 0q.617 0 1.058-.441q.441-.442.441-1.059t-.441-1.059Q20.387 5 19.769 5t-1.058.441q-.442.442-.442 1.059t.442 1.059Q19.152 8 19.769 8m0-1.5"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightAutoTransmissionOutlineSharp(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.252 20q-1.04 0-1.771-.73q-.731-.728-.731-1.77q0-.898.572-1.586t1.428-.854V8.94q-.856-.165-1.428-.853Q1.75 7.398 1.75 6.5q0-1.042.729-1.77Q3.207 4 4.248 4t1.771.73t.731 1.77q0 .898-.572 1.587q-.572.688-1.428.854V11.5h6.75V8.94q-.856-.165-1.428-.853Q9.5 7.398 9.5 6.5q0-1.042.729-1.77q.728-.73 1.769-.73t1.771.73t.731 1.77q0 .898-.572 1.587q-.572.688-1.428.854V11.5h6.77V8.94q-.856-.165-1.429-.853q-.572-.689-.572-1.587q0-1.042.729-1.77q.728-.73 1.769-.73t1.772.73t.73 1.77q0 .898-.572 1.587q-.572.688-1.428.854V12.5H12.5v2.56q.856.165 1.428.853q.572.689.572 1.587q0 1.042-.728 1.77q-.729.73-1.77.73t-1.771-.73T9.5 17.5q0-.898.572-1.586t1.428-.854V12.5H4.75v2.56q.856.165 1.428.853q.572.689.572 1.587q0 1.042-.728 1.77q-.729.73-1.77.73m-.002-1q.617 0 1.059-.441q.441-.442.441-1.059t-.441-1.059Q4.867 16 4.25 16t-1.059.441q-.441.442-.441 1.059t.441 1.059Q3.633 19 4.25 19m0-11q.617 0 1.059-.441q.441-.442.441-1.059t-.441-1.059Q4.867 5 4.25 5t-1.059.441Q2.75 5.883 2.75 6.5t.441 1.059Q3.633 8 4.25 8M12 19q.617 0 1.059-.441q.441-.442.441-1.059t-.441-1.059T12 16t-1.059.441T10.5 17.5t.441 1.059Q11.383 19 12 19m0-11q.617 0 1.059-.441q.441-.442.441-1.059t-.441-1.059Q12.617 5 12 5t-1.059.441T10.5 6.5t.441 1.059Q11.383 8 12 8m7.77 0q.617 0 1.058-.441q.441-.442.441-1.059t-.441-1.059Q20.387 5 19.769 5t-1.058.441q-.442.442-.442 1.059t.442 1.059Q19.152 8 19.769 8m0-1.5"/></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.252 20q-1.04 0-1.771-.73q-.731-.728-.731-1.77q0-.898.572-1.586t1.428-.854V8.94q-.856-.165-1.428-.853Q1.75 7.398 1.75 6.5q0-1.042.729-1.77Q3.207 4 4.248 4t1.771.73t.731 1.77q0 .898-.572 1.587q-.572.688-1.428.854V11.5h6.75V8.94q-.856-.165-1.428-.853Q9.5 7.398 9.5 6.5q0-1.042.729-1.77q.728-.73 1.769-.73t1.771.73t.731 1.77q0 .898-.572 1.587q-.572.688-1.428.854V11.5h6.77V8.94q-.856-.165-1.429-.853q-.572-.689-.572-1.587q0-1.042.729-1.77q.728-.73 1.769-.73t1.772.73t.73 1.77q0 .898-.572 1.587q-.572.688-1.428.854V12.5H12.5v2.56q.856.165 1.428.853q.572.689.572 1.587q0 1.042-.728 1.77q-.729.73-1.77.73t-1.771-.73T9.5 17.5q0-.898.572-1.586t1.428-.854V12.5H4.75v2.56q.856.165 1.428.853q.572.689.572 1.587q0 1.042-.728 1.77q-.729.73-1.77.73m-.002-1q.617 0 1.059-.441q.441-.442.441-1.059t-.441-1.059Q4.867 16 4.25 16t-1.059.441q-.441.442-.441 1.059t.441 1.059Q3.633 19 4.25 19m0-11q.617 0 1.059-.441q.441-.442.441-1.059t-.441-1.059Q4.867 5 4.25 5t-1.059.441Q2.75 5.883 2.75 6.5t.441 1.059Q3.633 8 4.25 8M12 19q.617 0 1.059-.441q.441-.442.441-1.059t-.441-1.059T12 16t-1.059.441T10.5 17.5t.441 1.059Q11.383 19 12 19m0-11q.617 0 1.059-.441q.441-.442.441-1.059t-.441-1.059Q12.617 5 12 5t-1.059.441T10.5 6.5t.441 1.059Q11.383 8 12 8m7.77 0q.617 0 1.058-.441q.441-.442.441-1.059t-.441-1.059Q20.387 5 19.769 5t-1.058.441q-.442.442-.442 1.059t.442 1.059Q19.152 8 19.769 8m0-1.5"/></svg> </template>
CSS
.icon-auto-transmission-outline-sharp {
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.252%2020q-1.04%200-1.771-.73q-.731-.728-.731-1.77q0-.898.572-1.586t1.428-.854V8.94q-.856-.165-1.428-.853Q1.75%207.398%201.75%206.5q0-1.042.729-1.77Q3.207%204%204.248%204t1.771.73t.731%201.77q0%20.898-.572%201.587q-.572.688-1.428.854V11.5h6.75V8.94q-.856-.165-1.428-.853Q9.5%207.398%209.5%206.5q0-1.042.729-1.77q.728-.73%201.769-.73t1.771.73t.731%201.77q0%20.898-.572%201.587q-.572.688-1.428.854V11.5h6.77V8.94q-.856-.165-1.429-.853q-.572-.689-.572-1.587q0-1.042.729-1.77q.728-.73%201.769-.73t1.772.73t.73%201.77q0%20.898-.572%201.587q-.572.688-1.428.854V12.5H12.5v2.56q.856.165%201.428.853q.572.689.572%201.587q0%201.042-.728%201.77q-.729.73-1.77.73t-1.771-.73T9.5%2017.5q0-.898.572-1.586t1.428-.854V12.5H4.75v2.56q.856.165%201.428.853q.572.689.572%201.587q0%201.042-.728%201.77q-.729.73-1.77.73m-.002-1q.617%200%201.059-.441q.441-.442.441-1.059t-.441-1.059Q4.867%2016%204.25%2016t-1.059.441q-.441.442-.441%201.059t.441%201.059Q3.633%2019%204.25%2019m0-11q.617%200%201.059-.441q.441-.442.441-1.059t-.441-1.059Q4.867%205%204.25%205t-1.059.441Q2.75%205.883%202.75%206.5t.441%201.059Q3.633%208%204.25%208M12%2019q.617%200%201.059-.441q.441-.442.441-1.059t-.441-1.059T12%2016t-1.059.441T10.5%2017.5t.441%201.059Q11.383%2019%2012%2019m0-11q.617%200%201.059-.441q.441-.442.441-1.059t-.441-1.059Q12.617%205%2012%205t-1.059.441T10.5%206.5t.441%201.059Q11.383%208%2012%208m7.77%200q.617%200%201.058-.441q.441-.442.441-1.059t-.441-1.059Q20.387%205%2019.769%205t-1.058.441q-.442.442-.442%201.059t.442%201.059Q19.152%208%2019.769%208m0-1.5%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.252%2020q-1.04%200-1.771-.73q-.731-.728-.731-1.77q0-.898.572-1.586t1.428-.854V8.94q-.856-.165-1.428-.853Q1.75%207.398%201.75%206.5q0-1.042.729-1.77Q3.207%204%204.248%204t1.771.73t.731%201.77q0%20.898-.572%201.587q-.572.688-1.428.854V11.5h6.75V8.94q-.856-.165-1.428-.853Q9.5%207.398%209.5%206.5q0-1.042.729-1.77q.728-.73%201.769-.73t1.771.73t.731%201.77q0%20.898-.572%201.587q-.572.688-1.428.854V11.5h6.77V8.94q-.856-.165-1.429-.853q-.572-.689-.572-1.587q0-1.042.729-1.77q.728-.73%201.769-.73t1.772.73t.73%201.77q0%20.898-.572%201.587q-.572.688-1.428.854V12.5H12.5v2.56q.856.165%201.428.853q.572.689.572%201.587q0%201.042-.728%201.77q-.729.73-1.77.73t-1.771-.73T9.5%2017.5q0-.898.572-1.586t1.428-.854V12.5H4.75v2.56q.856.165%201.428.853q.572.689.572%201.587q0%201.042-.728%201.77q-.729.73-1.77.73m-.002-1q.617%200%201.059-.441q.441-.442.441-1.059t-.441-1.059Q4.867%2016%204.25%2016t-1.059.441q-.441.442-.441%201.059t.441%201.059Q3.633%2019%204.25%2019m0-11q.617%200%201.059-.441q.441-.442.441-1.059t-.441-1.059Q4.867%205%204.25%205t-1.059.441Q2.75%205.883%202.75%206.5t.441%201.059Q3.633%208%204.25%208M12%2019q.617%200%201.059-.441q.441-.442.441-1.059t-.441-1.059T12%2016t-1.059.441T10.5%2017.5t.441%201.059Q11.383%2019%2012%2019m0-11q.617%200%201.059-.441q.441-.442.441-1.059t-.441-1.059Q12.617%205%2012%205t-1.059.441T10.5%206.5t.441%201.059Q11.383%208%2012%208m7.77%200q.617%200%201.058-.441q.441-.442.441-1.059t-.441-1.059Q20.387%205%2019.769%205t-1.058.441q-.442.442-.442%201.059t.442%201.059Q19.152%208%2019.769%208m0-1.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/auto-transmission-outline-sharp.svg?color=%231a73e8&size=48