engine-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.

Name
engine-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
License
MIT

3 other variants in Fluent UI System Icons

The same icon in other sets

Use the engine icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M7.5 2.5A.5.5 0 0 1 8 3v1h2V3a.5.5 0 0 1 1 0v1h2.191a1 1 0 0 1 .894.553L14.81 6H16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-1.191l-.724 1.447a1 1 0 0 1-.894.553H7.707A1 1 0 0 1 7 16.707l-2.414-2.414A2 2 0 0 1 4 12.879V10H3v2.5a.5.5 0 0 1-1 0v-6a.5.5 0 0 1 1 0V9h1V6a2 2 0 0 1 2-2h1V3a.5.5 0 0 1 .5-.5m0 4.5a.5.5 0 0 0-.5.5V10a2 2 0 0 0 2 2h5.5a.5.5 0 0 0 0-1H11V7.5a.5.5 0 0 0-1 0V11H9a1 1 0 0 1-1-1V7.5a.5.5 0 0 0-.5-.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentEngine20Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M7.5 2.5A.5.5 0 0 1 8 3v1h2V3a.5.5 0 0 1 1 0v1h2.191a1 1 0 0 1 .894.553L14.81 6H16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-1.191l-.724 1.447a1 1 0 0 1-.894.553H7.707A1 1 0 0 1 7 16.707l-2.414-2.414A2 2 0 0 1 4 12.879V10H3v2.5a.5.5 0 0 1-1 0v-6a.5.5 0 0 1 1 0V9h1V6a2 2 0 0 1 2-2h1V3a.5.5 0 0 1 .5-.5m0 4.5a.5.5 0 0 0-.5.5V10a2 2 0 0 0 2 2h5.5a.5.5 0 0 0 0-1H11V7.5a.5.5 0 0 0-1 0V11H9a1 1 0 0 1-1-1V7.5a.5.5 0 0 0-.5-.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M7.5 2.5A.5.5 0 0 1 8 3v1h2V3a.5.5 0 0 1 1 0v1h2.191a1 1 0 0 1 .894.553L14.81 6H16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-1.191l-.724 1.447a1 1 0 0 1-.894.553H7.707A1 1 0 0 1 7 16.707l-2.414-2.414A2 2 0 0 1 4 12.879V10H3v2.5a.5.5 0 0 1-1 0v-6a.5.5 0 0 1 1 0V9h1V6a2 2 0 0 1 2-2h1V3a.5.5 0 0 1 .5-.5m0 4.5a.5.5 0 0 0-.5.5V10a2 2 0 0 0 2 2h5.5a.5.5 0 0 0 0-1H11V7.5a.5.5 0 0 0-1 0V11H9a1 1 0 0 1-1-1V7.5a.5.5 0 0 0-.5-.5"/></svg>
</template>

CSS

.icon-engine-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.5%202.5A.5.5%200%200%201%208%203v1h2V3a.5.5%200%200%201%201%200v1h2.191a1%201%200%200%201%20.894.553L14.81%206H16a2%202%200%200%201%202%202v5a2%202%200%200%201-2%202h-1.191l-.724%201.447a1%201%200%200%201-.894.553H7.707A1%201%200%200%201%207%2016.707l-2.414-2.414A2%202%200%200%201%204%2012.879V10H3v2.5a.5.5%200%200%201-1%200v-6a.5.5%200%200%201%201%200V9h1V6a2%202%200%200%201%202-2h1V3a.5.5%200%200%201%20.5-.5m0%204.5a.5.5%200%200%200-.5.5V10a2%202%200%200%200%202%202h5.5a.5.5%200%200%200%200-1H11V7.5a.5.5%200%200%200-1%200V11H9a1%201%200%200%201-1-1V7.5a.5.5%200%200%200-.5-.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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.5%202.5A.5.5%200%200%201%208%203v1h2V3a.5.5%200%200%201%201%200v1h2.191a1%201%200%200%201%20.894.553L14.81%206H16a2%202%200%200%201%202%202v5a2%202%200%200%201-2%202h-1.191l-.724%201.447a1%201%200%200%201-.894.553H7.707A1%201%200%200%201%207%2016.707l-2.414-2.414A2%202%200%200%201%204%2012.879V10H3v2.5a.5.5%200%200%201-1%200v-6a.5.5%200%200%201%201%200V9h1V6a2%202%200%200%201%202-2h1V3a.5.5%200%200%201%20.5-.5m0%204.5a.5.5%200%200%200-.5.5V10a2%202%200%200%200%202%202h5.5a.5.5%200%200%200%200-1H11V7.5a.5.5%200%200%200-1%200V11H9a1%201%200%200%201-1-1V7.5a.5.5%200%200%200-.5-.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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