engine-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
engine-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
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 24 24"><path fill="currentColor" d="M9.75 9a.75.75 0 0 1 .75.75v2.5c0 .69.56 1.25 1.25 1.25h.75V9.75a.75.75 0 0 1 1.5 0v3.75h4.25a.75.75 0 0 1 0 1.5h-6.5A2.75 2.75 0 0 1 9 12.25v-2.5A.75.75 0 0 1 9.75 9m0-6a.75.75 0 0 1 .75.75V5h2V3.75a.75.75 0 0 1 1.5 0V5h2.75a.75.75 0 0 1 .696.471l.812 2.029h.992A2.75 2.75 0 0 1 22 10.25v5.5a2.75 2.75 0 0 1-2.75 2.75h-.992l-.812 2.029a.75.75 0 0 1-.696.471h-7.5a.75.75 0 0 1-.548-.238L5.74 17.588A2.75 2.75 0 0 1 5 15.712V12.5H3.5v3.75a.75.75 0 0 1-1.5 0v-8.5a.75.75 0 0 1 1.5 0V11H5V7.75A2.75 2.75 0 0 1 7.75 5H9V3.75A.75.75 0 0 1 9.75 3m-2 3.5c-.69 0-1.25.56-1.25 1.25v7.962c0 .316.12.621.336.853l2.74 2.935h6.666l.812-2.029A.75.75 0 0 1 17.75 17h1.5c.69 0 1.25-.56 1.25-1.25v-5.5c0-.69-.56-1.25-1.25-1.25h-1.5a.75.75 0 0 1-.696-.471L16.242 6.5z"/></svg>

React

import type { SVGProps } from "react";

export function FluentEngine24Regular(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="M9.75 9a.75.75 0 0 1 .75.75v2.5c0 .69.56 1.25 1.25 1.25h.75V9.75a.75.75 0 0 1 1.5 0v3.75h4.25a.75.75 0 0 1 0 1.5h-6.5A2.75 2.75 0 0 1 9 12.25v-2.5A.75.75 0 0 1 9.75 9m0-6a.75.75 0 0 1 .75.75V5h2V3.75a.75.75 0 0 1 1.5 0V5h2.75a.75.75 0 0 1 .696.471l.812 2.029h.992A2.75 2.75 0 0 1 22 10.25v5.5a2.75 2.75 0 0 1-2.75 2.75h-.992l-.812 2.029a.75.75 0 0 1-.696.471h-7.5a.75.75 0 0 1-.548-.238L5.74 17.588A2.75 2.75 0 0 1 5 15.712V12.5H3.5v3.75a.75.75 0 0 1-1.5 0v-8.5a.75.75 0 0 1 1.5 0V11H5V7.75A2.75 2.75 0 0 1 7.75 5H9V3.75A.75.75 0 0 1 9.75 3m-2 3.5c-.69 0-1.25.56-1.25 1.25v7.962c0 .316.12.621.336.853l2.74 2.935h6.666l.812-2.029A.75.75 0 0 1 17.75 17h1.5c.69 0 1.25-.56 1.25-1.25v-5.5c0-.69-.56-1.25-1.25-1.25h-1.5a.75.75 0 0 1-.696-.471L16.242 6.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.75 9a.75.75 0 0 1 .75.75v2.5c0 .69.56 1.25 1.25 1.25h.75V9.75a.75.75 0 0 1 1.5 0v3.75h4.25a.75.75 0 0 1 0 1.5h-6.5A2.75 2.75 0 0 1 9 12.25v-2.5A.75.75 0 0 1 9.75 9m0-6a.75.75 0 0 1 .75.75V5h2V3.75a.75.75 0 0 1 1.5 0V5h2.75a.75.75 0 0 1 .696.471l.812 2.029h.992A2.75 2.75 0 0 1 22 10.25v5.5a2.75 2.75 0 0 1-2.75 2.75h-.992l-.812 2.029a.75.75 0 0 1-.696.471h-7.5a.75.75 0 0 1-.548-.238L5.74 17.588A2.75 2.75 0 0 1 5 15.712V12.5H3.5v3.75a.75.75 0 0 1-1.5 0v-8.5a.75.75 0 0 1 1.5 0V11H5V7.75A2.75 2.75 0 0 1 7.75 5H9V3.75A.75.75 0 0 1 9.75 3m-2 3.5c-.69 0-1.25.56-1.25 1.25v7.962c0 .316.12.621.336.853l2.74 2.935h6.666l.812-2.029A.75.75 0 0 1 17.75 17h1.5c.69 0 1.25-.56 1.25-1.25v-5.5c0-.69-.56-1.25-1.25-1.25h-1.5a.75.75 0 0 1-.696-.471L16.242 6.5z"/></svg>
</template>

CSS

.icon-engine-24-regular {
  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%22M9.75%209a.75.75%200%200%201%20.75.75v2.5c0%20.69.56%201.25%201.25%201.25h.75V9.75a.75.75%200%200%201%201.5%200v3.75h4.25a.75.75%200%200%201%200%201.5h-6.5A2.75%202.75%200%200%201%209%2012.25v-2.5A.75.75%200%200%201%209.75%209m0-6a.75.75%200%200%201%20.75.75V5h2V3.75a.75.75%200%200%201%201.5%200V5h2.75a.75.75%200%200%201%20.696.471l.812%202.029h.992A2.75%202.75%200%200%201%2022%2010.25v5.5a2.75%202.75%200%200%201-2.75%202.75h-.992l-.812%202.029a.75.75%200%200%201-.696.471h-7.5a.75.75%200%200%201-.548-.238L5.74%2017.588A2.75%202.75%200%200%201%205%2015.712V12.5H3.5v3.75a.75.75%200%200%201-1.5%200v-8.5a.75.75%200%200%201%201.5%200V11H5V7.75A2.75%202.75%200%200%201%207.75%205H9V3.75A.75.75%200%200%201%209.75%203m-2%203.5c-.69%200-1.25.56-1.25%201.25v7.962c0%20.316.12.621.336.853l2.74%202.935h6.666l.812-2.029A.75.75%200%200%201%2017.75%2017h1.5c.69%200%201.25-.56%201.25-1.25v-5.5c0-.69-.56-1.25-1.25-1.25h-1.5a.75.75%200%200%201-.696-.471L16.242%206.5z%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%22M9.75%209a.75.75%200%200%201%20.75.75v2.5c0%20.69.56%201.25%201.25%201.25h.75V9.75a.75.75%200%200%201%201.5%200v3.75h4.25a.75.75%200%200%201%200%201.5h-6.5A2.75%202.75%200%200%201%209%2012.25v-2.5A.75.75%200%200%201%209.75%209m0-6a.75.75%200%200%201%20.75.75V5h2V3.75a.75.75%200%200%201%201.5%200V5h2.75a.75.75%200%200%201%20.696.471l.812%202.029h.992A2.75%202.75%200%200%201%2022%2010.25v5.5a2.75%202.75%200%200%201-2.75%202.75h-.992l-.812%202.029a.75.75%200%200%201-.696.471h-7.5a.75.75%200%200%201-.548-.238L5.74%2017.588A2.75%202.75%200%200%201%205%2015.712V12.5H3.5v3.75a.75.75%200%200%201-1.5%200v-8.5a.75.75%200%200%201%201.5%200V11H5V7.75A2.75%202.75%200%200%201%207.75%205H9V3.75A.75.75%200%200%201%209.75%203m-2%203.5c-.69%200-1.25.56-1.25%201.25v7.962c0%20.316.12.621.336.853l2.74%202.935h6.666l.812-2.029A.75.75%200%200%201%2017.75%2017h1.5c.69%200%201.25-.56%201.25-1.25v-5.5c0-.69-.56-1.25-1.25-1.25h-1.5a.75.75%200%200%201-.696-.471L16.242%206.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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