auto transmission icon

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

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

3 other variants in Material Symbols Light

The same icon in other sets

More transit icons from Material Symbols Light

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.25 20q-1.038 0-1.77-.73t-.73-1.77q0-.898.572-1.586t1.428-.854V8.94q-.856-.165-1.428-.853Q1.75 7.398 1.75 6.5q0-1.038.73-1.77T4.25 4t1.77.73t.73 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.038.73-1.77T12 4t1.77.73t.73 1.77q0 .898-.572 1.587q-.572.688-1.428.854V11.5h5.27q.617 0 1.058-.441q.441-.442.441-1.059V8.94q-.855-.165-1.428-.853q-.572-.689-.572-1.587q0-1.038.731-1.77T19.77 4t1.769.73t.73 1.77q0 .898-.572 1.587q-.572.688-1.428.854V10q0 1.039-.73 1.77t-1.77.73H12.5v2.56q.856.165 1.428.853q.572.689.572 1.587q0 1.039-.73 1.77T12 20t-1.77-.73t-.73-1.77q0-.898.572-1.586t1.428-.854V12.5H4.75v2.56q.856.165 1.428.853q.572.689.572 1.587q0 1.039-.73 1.77T4.25 20"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightAutoTransmission(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.25 20q-1.038 0-1.77-.73t-.73-1.77q0-.898.572-1.586t1.428-.854V8.94q-.856-.165-1.428-.853Q1.75 7.398 1.75 6.5q0-1.038.73-1.77T4.25 4t1.77.73t.73 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.038.73-1.77T12 4t1.77.73t.73 1.77q0 .898-.572 1.587q-.572.688-1.428.854V11.5h5.27q.617 0 1.058-.441q.441-.442.441-1.059V8.94q-.855-.165-1.428-.853q-.572-.689-.572-1.587q0-1.038.731-1.77T19.77 4t1.769.73t.73 1.77q0 .898-.572 1.587q-.572.688-1.428.854V10q0 1.039-.73 1.77t-1.77.73H12.5v2.56q.856.165 1.428.853q.572.689.572 1.587q0 1.039-.73 1.77T12 20t-1.77-.73t-.73-1.77q0-.898.572-1.586t1.428-.854V12.5H4.75v2.56q.856.165 1.428.853q.572.689.572 1.587q0 1.039-.73 1.77T4.25 20"/></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.25 20q-1.038 0-1.77-.73t-.73-1.77q0-.898.572-1.586t1.428-.854V8.94q-.856-.165-1.428-.853Q1.75 7.398 1.75 6.5q0-1.038.73-1.77T4.25 4t1.77.73t.73 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.038.73-1.77T12 4t1.77.73t.73 1.77q0 .898-.572 1.587q-.572.688-1.428.854V11.5h5.27q.617 0 1.058-.441q.441-.442.441-1.059V8.94q-.855-.165-1.428-.853q-.572-.689-.572-1.587q0-1.038.731-1.77T19.77 4t1.769.73t.73 1.77q0 .898-.572 1.587q-.572.688-1.428.854V10q0 1.039-.73 1.77t-1.77.73H12.5v2.56q.856.165 1.428.853q.572.689.572 1.587q0 1.039-.73 1.77T12 20t-1.77-.73t-.73-1.77q0-.898.572-1.586t1.428-.854V12.5H4.75v2.56q.856.165 1.428.853q.572.689.572 1.587q0 1.039-.73 1.77T4.25 20"/></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.25%2020q-1.038%200-1.77-.73t-.73-1.77q0-.898.572-1.586t1.428-.854V8.94q-.856-.165-1.428-.853Q1.75%207.398%201.75%206.5q0-1.038.73-1.77T4.25%204t1.77.73t.73%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.038.73-1.77T12%204t1.77.73t.73%201.77q0%20.898-.572%201.587q-.572.688-1.428.854V11.5h5.27q.617%200%201.058-.441q.441-.442.441-1.059V8.94q-.855-.165-1.428-.853q-.572-.689-.572-1.587q0-1.038.731-1.77T19.77%204t1.769.73t.73%201.77q0%20.898-.572%201.587q-.572.688-1.428.854V10q0%201.039-.73%201.77t-1.77.73H12.5v2.56q.856.165%201.428.853q.572.689.572%201.587q0%201.039-.73%201.77T12%2020t-1.77-.73t-.73-1.77q0-.898.572-1.586t1.428-.854V12.5H4.75v2.56q.856.165%201.428.853q.572.689.572%201.587q0%201.039-.73%201.77T4.25%2020%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.25%2020q-1.038%200-1.77-.73t-.73-1.77q0-.898.572-1.586t1.428-.854V8.94q-.856-.165-1.428-.853Q1.75%207.398%201.75%206.5q0-1.038.73-1.77T4.25%204t1.77.73t.73%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.038.73-1.77T12%204t1.77.73t.73%201.77q0%20.898-.572%201.587q-.572.688-1.428.854V11.5h5.27q.617%200%201.058-.441q.441-.442.441-1.059V8.94q-.855-.165-1.428-.853q-.572-.689-.572-1.587q0-1.038.731-1.77T19.77%204t1.769.73t.73%201.77q0%20.898-.572%201.587q-.572.688-1.428.854V10q0%201.039-.73%201.77t-1.77.73H12.5v2.56q.856.165%201.428.853q.572.689.572%201.587q0%201.039-.73%201.77T12%2020t-1.77-.73t-.73-1.77q0-.898.572-1.586t1.428-.854V12.5H4.75v2.56q.856.165%201.428.853q.572.689.572%201.587q0%201.039-.73%201.77T4.25%2020%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.svg?color=%231a73e8&size=48