automatic gearbox icon

automatic-gearbox-filled from Tabler Icons by Paweł Kuna · Filled · MIT Free for personal and commercial use.

Name
automatic-gearbox-filled
Set
Tabler Icons
Style
Filled
Viewbox
24×24
License
MIT

1 other variant in Tabler Icons

Use the automatic gearbox icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 16a3 3 0 0 1 0 6h-1a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1zm0 4l.117-.007A1 1 0 0 0 18 18zm.5-13a2.5 2.5 0 1 1 0 5H18v1a1 1 0 0 1-.883.993L17 14a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1zm-.5 3h.5a.5.5 0 1 0 0-1H18zm-5 0a1 1 0 0 1 0 2h-3v6h3a1 1 0 0 1 0 2h-3a2 2 0 0 1-2-2v-6H6a2 2 0 0 1-1.995-1.85L4 10V7.83A3 3 0 0 1 2 5l.005-.176a3 3 0 1 1 3.996 3.005L6 10z"/></svg>

React

import type { SVGProps } from "react";

export function TablerAutomaticGearboxFilled(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="M18 16a3 3 0 0 1 0 6h-1a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1zm0 4l.117-.007A1 1 0 0 0 18 18zm.5-13a2.5 2.5 0 1 1 0 5H18v1a1 1 0 0 1-.883.993L17 14a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1zm-.5 3h.5a.5.5 0 1 0 0-1H18zm-5 0a1 1 0 0 1 0 2h-3v6h3a1 1 0 0 1 0 2h-3a2 2 0 0 1-2-2v-6H6a2 2 0 0 1-1.995-1.85L4 10V7.83A3 3 0 0 1 2 5l.005-.176a3 3 0 1 1 3.996 3.005L6 10z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 16a3 3 0 0 1 0 6h-1a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1zm0 4l.117-.007A1 1 0 0 0 18 18zm.5-13a2.5 2.5 0 1 1 0 5H18v1a1 1 0 0 1-.883.993L17 14a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1zm-.5 3h.5a.5.5 0 1 0 0-1H18zm-5 0a1 1 0 0 1 0 2h-3v6h3a1 1 0 0 1 0 2h-3a2 2 0 0 1-2-2v-6H6a2 2 0 0 1-1.995-1.85L4 10V7.83A3 3 0 0 1 2 5l.005-.176a3 3 0 1 1 3.996 3.005L6 10z"/></svg>
</template>

CSS

.icon-automatic-gearbox-filled {
  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%22M18%2016a3%203%200%200%201%200%206h-1a1%201%200%200%201-1-1v-4a1%201%200%200%201%201-1zm0%204l.117-.007A1%201%200%200%200%2018%2018zm.5-13a2.5%202.5%200%201%201%200%205H18v1a1%201%200%200%201-.883.993L17%2014a1%201%200%200%201-1-1V8a1%201%200%200%201%201-1zm-.5%203h.5a.5.5%200%201%200%200-1H18zm-5%200a1%201%200%200%201%200%202h-3v6h3a1%201%200%200%201%200%202h-3a2%202%200%200%201-2-2v-6H6a2%202%200%200%201-1.995-1.85L4%2010V7.83A3%203%200%200%201%202%205l.005-.176a3%203%200%201%201%203.996%203.005L6%2010z%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%22M18%2016a3%203%200%200%201%200%206h-1a1%201%200%200%201-1-1v-4a1%201%200%200%201%201-1zm0%204l.117-.007A1%201%200%200%200%2018%2018zm.5-13a2.5%202.5%200%201%201%200%205H18v1a1%201%200%200%201-.883.993L17%2014a1%201%200%200%201-1-1V8a1%201%200%200%201%201-1zm-.5%203h.5a.5.5%200%201%200%200-1H18zm-5%200a1%201%200%200%201%200%202h-3v6h3a1%201%200%200%201%200%202h-3a2%202%200%200%201-2-2v-6H6a2%202%200%200%201-1.995-1.85L4%2010V7.83A3%203%200%200%201%202%205l.005-.176a3%203%200%201%201%203.996%203.005L6%2010z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tabler/automatic-gearbox-filled.svg?color=%231a73e8&size=48