engine icon
engine-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.
- Name
- engine-duotone
- Set
- Phosphor
- Style
- Duotone
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
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 256 256"><g fill="currentColor"><path d="M248 120v48a8 8 0 0 1-8 8h-16l-37.66 37.66a8 8 0 0 1-5.65 2.34h-77.38a8 8 0 0 1-5.65-2.34l-39.32-39.32a8 8 0 0 1-2.34-5.65V80a8 8 0 0 1 8-8h116.69a8 8 0 0 1 5.65 2.34L224 112h16a8 8 0 0 1 8 8" opacity=".2"/><path d="M240 104h-12.69L192 68.69A15.86 15.86 0 0 0 180.69 64H140V40h24a8 8 0 0 0 0-16h-64a8 8 0 0 0 0 16h24v24H64a16 16 0 0 0-16 16v52H24v-24a8 8 0 0 0-16 0v64a8 8 0 0 0 16 0v-24h24v20.69A15.86 15.86 0 0 0 52.69 180L92 219.31a15.86 15.86 0 0 0 11.31 4.69h77.38a15.86 15.86 0 0 0 11.31-4.69L227.31 184H240a16 16 0 0 0 16-16v-48a16 16 0 0 0-16-16m0 64h-16a8 8 0 0 0-5.66 2.34L180.69 208h-77.38L64 168.69V80h116.69l37.65 37.66A8 8 0 0 0 224 120h16Z"/></g></svg>
React
import type { SVGProps } from "react";
export function PhEngineDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M248 120v48a8 8 0 0 1-8 8h-16l-37.66 37.66a8 8 0 0 1-5.65 2.34h-77.38a8 8 0 0 1-5.65-2.34l-39.32-39.32a8 8 0 0 1-2.34-5.65V80a8 8 0 0 1 8-8h116.69a8 8 0 0 1 5.65 2.34L224 112h16a8 8 0 0 1 8 8" opacity=".2"/><path d="M240 104h-12.69L192 68.69A15.86 15.86 0 0 0 180.69 64H140V40h24a8 8 0 0 0 0-16h-64a8 8 0 0 0 0 16h24v24H64a16 16 0 0 0-16 16v52H24v-24a8 8 0 0 0-16 0v64a8 8 0 0 0 16 0v-24h24v20.69A15.86 15.86 0 0 0 52.69 180L92 219.31a15.86 15.86 0 0 0 11.31 4.69h77.38a15.86 15.86 0 0 0 11.31-4.69L227.31 184H240a16 16 0 0 0 16-16v-48a16 16 0 0 0-16-16m0 64h-16a8 8 0 0 0-5.66 2.34L180.69 208h-77.38L64 168.69V80h116.69l37.65 37.66A8 8 0 0 0 224 120h16Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M248 120v48a8 8 0 0 1-8 8h-16l-37.66 37.66a8 8 0 0 1-5.65 2.34h-77.38a8 8 0 0 1-5.65-2.34l-39.32-39.32a8 8 0 0 1-2.34-5.65V80a8 8 0 0 1 8-8h116.69a8 8 0 0 1 5.65 2.34L224 112h16a8 8 0 0 1 8 8" opacity=".2"/><path d="M240 104h-12.69L192 68.69A15.86 15.86 0 0 0 180.69 64H140V40h24a8 8 0 0 0 0-16h-64a8 8 0 0 0 0 16h24v24H64a16 16 0 0 0-16 16v52H24v-24a8 8 0 0 0-16 0v64a8 8 0 0 0 16 0v-24h24v20.69A15.86 15.86 0 0 0 52.69 180L92 219.31a15.86 15.86 0 0 0 11.31 4.69h77.38a15.86 15.86 0 0 0 11.31-4.69L227.31 184H240a16 16 0 0 0 16-16v-48a16 16 0 0 0-16-16m0 64h-16a8 8 0 0 0-5.66 2.34L180.69 208h-77.38L64 168.69V80h116.69l37.65 37.66A8 8 0 0 0 224 120h16Z"/></g></svg> </template>
CSS
.icon-engine-duotone {
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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M248%20120v48a8%208%200%200%201-8%208h-16l-37.66%2037.66a8%208%200%200%201-5.65%202.34h-77.38a8%208%200%200%201-5.65-2.34l-39.32-39.32a8%208%200%200%201-2.34-5.65V80a8%208%200%200%201%208-8h116.69a8%208%200%200%201%205.65%202.34L224%20112h16a8%208%200%200%201%208%208%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M240%20104h-12.69L192%2068.69A15.86%2015.86%200%200%200%20180.69%2064H140V40h24a8%208%200%200%200%200-16h-64a8%208%200%200%200%200%2016h24v24H64a16%2016%200%200%200-16%2016v52H24v-24a8%208%200%200%200-16%200v64a8%208%200%200%200%2016%200v-24h24v20.69A15.86%2015.86%200%200%200%2052.69%20180L92%20219.31a15.86%2015.86%200%200%200%2011.31%204.69h77.38a15.86%2015.86%200%200%200%2011.31-4.69L227.31%20184H240a16%2016%200%200%200%2016-16v-48a16%2016%200%200%200-16-16m0%2064h-16a8%208%200%200%200-5.66%202.34L180.69%20208h-77.38L64%20168.69V80h116.69l37.65%2037.66A8%208%200%200%200%20224%20120h16Z%22%2F%3E%3C%2Fg%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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M248%20120v48a8%208%200%200%201-8%208h-16l-37.66%2037.66a8%208%200%200%201-5.65%202.34h-77.38a8%208%200%200%201-5.65-2.34l-39.32-39.32a8%208%200%200%201-2.34-5.65V80a8%208%200%200%201%208-8h116.69a8%208%200%200%201%205.65%202.34L224%20112h16a8%208%200%200%201%208%208%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M240%20104h-12.69L192%2068.69A15.86%2015.86%200%200%200%20180.69%2064H140V40h24a8%208%200%200%200%200-16h-64a8%208%200%200%200%200%2016h24v24H64a16%2016%200%200%200-16%2016v52H24v-24a8%208%200%200%200-16%200v64a8%208%200%200%200%2016%200v-24h24v20.69A15.86%2015.86%200%200%200%2052.69%20180L92%20219.31a15.86%2015.86%200%200%200%2011.31%204.69h77.38a15.86%2015.86%200%200%200%2011.31-4.69L227.31%20184H240a16%2016%200%200%200%2016-16v-48a16%2016%200%200%200-16-16m0%2064h-16a8%208%200%200%200-5.66%202.34L180.69%20208h-77.38L64%20168.69V80h116.69l37.65%2037.66A8%208%200%200%200%20224%20120h16Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/engine-duotone.svg?color=%231a73e8&size=48