engine slash icon

engine-slash from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
engine-slash
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Use the engine slash icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M2 9v6m8.5-7H13c.932 0 1.398 0 1.765.152a2 2 0 0 1 1.083 1.083C16 9.602 16 10.068 16 11h3V9.5c0-.466 0-.699.076-.883a1 1 0 0 1 .541-.54C19.801 8 20.034 8 20.5 8s.699 0 .883.076a1 1 0 0 1 .54.541c.077.184.077.417.077.883v7c0 .466 0 .699-.076.883a1 1 0 0 1-.541.54a1.2 1.2 0 0 1-.39.07M17 14h2v2M7.046 8.046c-.675.062-1.126.205-1.46.54C5 9.172 5 10.114 5 12v1.86c0 1.047 0 1.571.237 2.013c.236.443.672.733 1.544 1.315l.211.14c.5.334.75.5 1.034.586c.283.086.584.086 1.185.086H12c1.886 0 2.828 0 3.414-.586c.172-.171.293-.374.379-.621M5 12H2m8.5-4V5M8 5h6M2 3l20 20"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsEngineSlash(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M2 9v6m8.5-7H13c.932 0 1.398 0 1.765.152a2 2 0 0 1 1.083 1.083C16 9.602 16 10.068 16 11h3V9.5c0-.466 0-.699.076-.883a1 1 0 0 1 .541-.54C19.801 8 20.034 8 20.5 8s.699 0 .883.076a1 1 0 0 1 .54.541c.077.184.077.417.077.883v7c0 .466 0 .699-.076.883a1 1 0 0 1-.541.54a1.2 1.2 0 0 1-.39.07M17 14h2v2M7.046 8.046c-.675.062-1.126.205-1.46.54C5 9.172 5 10.114 5 12v1.86c0 1.047 0 1.571.237 2.013c.236.443.672.733 1.544 1.315l.211.14c.5.334.75.5 1.034.586c.283.086.584.086 1.185.086H12c1.886 0 2.828 0 3.414-.586c.172-.171.293-.374.379-.621M5 12H2m8.5-4V5M8 5h6M2 3l20 20"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M2 9v6m8.5-7H13c.932 0 1.398 0 1.765.152a2 2 0 0 1 1.083 1.083C16 9.602 16 10.068 16 11h3V9.5c0-.466 0-.699.076-.883a1 1 0 0 1 .541-.54C19.801 8 20.034 8 20.5 8s.699 0 .883.076a1 1 0 0 1 .54.541c.077.184.077.417.077.883v7c0 .466 0 .699-.076.883a1 1 0 0 1-.541.54a1.2 1.2 0 0 1-.39.07M17 14h2v2M7.046 8.046c-.675.062-1.126.205-1.46.54C5 9.172 5 10.114 5 12v1.86c0 1.047 0 1.571.237 2.013c.236.443.672.733 1.544 1.315l.211.14c.5.334.75.5 1.034.586c.283.086.584.086 1.185.086H12c1.886 0 2.828 0 3.414-.586c.172-.171.293-.374.379-.621M5 12H2m8.5-4V5M8 5h6M2 3l20 20"/></svg>
</template>

CSS

.icon-engine-slash {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M2%209v6m8.5-7H13c.932%200%201.398%200%201.765.152a2%202%200%200%201%201.083%201.083C16%209.602%2016%2010.068%2016%2011h3V9.5c0-.466%200-.699.076-.883a1%201%200%200%201%20.541-.54C19.801%208%2020.034%208%2020.5%208s.699%200%20.883.076a1%201%200%200%201%20.54.541c.077.184.077.417.077.883v7c0%20.466%200%20.699-.076.883a1%201%200%200%201-.541.54a1.2%201.2%200%200%201-.39.07M17%2014h2v2M7.046%208.046c-.675.062-1.126.205-1.46.54C5%209.172%205%2010.114%205%2012v1.86c0%201.047%200%201.571.237%202.013c.236.443.672.733%201.544%201.315l.211.14c.5.334.75.5%201.034.586c.283.086.584.086%201.185.086H12c1.886%200%202.828%200%203.414-.586c.172-.171.293-.374.379-.621M5%2012H2m8.5-4V5M8%205h6M2%203l20%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M2%209v6m8.5-7H13c.932%200%201.398%200%201.765.152a2%202%200%200%201%201.083%201.083C16%209.602%2016%2010.068%2016%2011h3V9.5c0-.466%200-.699.076-.883a1%201%200%200%201%20.541-.54C19.801%208%2020.034%208%2020.5%208s.699%200%20.883.076a1%201%200%200%201%20.54.541c.077.184.077.417.077.883v7c0%20.466%200%20.699-.076.883a1%201%200%200%201-.541.54a1.2%201.2%200%200%201-.39.07M17%2014h2v2M7.046%208.046c-.675.062-1.126.205-1.46.54C5%209.172%205%2010.114%205%2012v1.86c0%201.047%200%201.571.237%202.013c.236.443.672.733%201.544%201.315l.211.14c.5.334.75.5%201.034.586c.283.086.584.086%201.185.086H12c1.886%200%202.828%200%203.414-.586c.172-.171.293-.374.379-.621M5%2012H2m8.5-4V5M8%205h6M2%203l20%2020%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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