injection-line from MingCute Icon by MingCute Design · Line · Apache-2.0 Free for personal and commercial use.

Name
injection-line
Set
MingCute Icon
Style
Line
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

The same icon in other sets

Use the injection 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-width="2" d="m12 4.929l7.071 7.07M10.586 9.17L12 10.585m-3.536.707l1.415 1.414m6.717-8.839l3.536 3.536m-.707-.707l-2.829 2.828m.707-4.95l-2.828 2.829m-6.718 8.839L3.93 20.07m9.485-13.728l4.243 4.243l-6.364 6.364a2 2 0 0 1-2.828 0L7.05 15.535a2 2 0 0 1 0-2.829z"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteInjectionLine(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" strokeWidth="2" d="m12 4.929l7.071 7.07M10.586 9.17L12 10.585m-3.536.707l1.415 1.414m6.717-8.839l3.536 3.536m-.707-.707l-2.829 2.828m.707-4.95l-2.828 2.829m-6.718 8.839L3.93 20.07m9.485-13.728l4.243 4.243l-6.364 6.364a2 2 0 0 1-2.828 0L7.05 15.535a2 2 0 0 1 0-2.829z"/></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-width="2" d="m12 4.929l7.071 7.07M10.586 9.17L12 10.585m-3.536.707l1.415 1.414m6.717-8.839l3.536 3.536m-.707-.707l-2.829 2.828m.707-4.95l-2.828 2.829m-6.718 8.839L3.93 20.07m9.485-13.728l4.243 4.243l-6.364 6.364a2 2 0 0 1-2.828 0L7.05 15.535a2 2 0 0 1 0-2.829z"/></svg>
</template>

CSS

.icon-injection-line {
  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-width%3D%222%22%20d%3D%22m12%204.929l7.071%207.07M10.586%209.17L12%2010.585m-3.536.707l1.415%201.414m6.717-8.839l3.536%203.536m-.707-.707l-2.829%202.828m.707-4.95l-2.828%202.829m-6.718%208.839L3.93%2020.07m9.485-13.728l4.243%204.243l-6.364%206.364a2%202%200%200%201-2.828%200L7.05%2015.535a2%202%200%200%201%200-2.829z%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-width%3D%222%22%20d%3D%22m12%204.929l7.071%207.07M10.586%209.17L12%2010.585m-3.536.707l1.415%201.414m6.717-8.839l3.536%203.536m-.707-.707l-2.829%202.828m.707-4.95l-2.828%202.829m-6.718%208.839L3.93%2020.07m9.485-13.728l4.243%204.243l-6.364%206.364a2%202%200%200%201-2.828%200L7.05%2015.535a2%202%200%200%201%200-2.829z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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