injection icon

injection from Humbleicons by Jiří Zralý · Regular · MIT Free for personal and commercial use.

Name
injection
Set
Humbleicons
Style
Regular
Viewbox
24×24
License
MIT

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-linejoin="round" stroke-width="2" d="m4 20l4-4m0 0l2 2l2.5-2.5M8 16l-2-2l2.5-2.5l2-2L14 6m4 4l-2-2m2 2l1 1m-1-1l-2.5 2.5M14 6l2 2m-2-2l-1-1m3 3l3.5-3.5m0 0L21 6m-1.5-1.5L18 3m-5.5 12.5L11 14m1.5 1.5l3-3m0 0L14 11"/></svg>

React

import type { SVGProps } from "react";

export function HumbleiconsInjection(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="2" d="m4 20l4-4m0 0l2 2l2.5-2.5M8 16l-2-2l2.5-2.5l2-2L14 6m4 4l-2-2m2 2l1 1m-1-1l-2.5 2.5M14 6l2 2m-2-2l-1-1m3 3l3.5-3.5m0 0L21 6m-1.5-1.5L18 3m-5.5 12.5L11 14m1.5 1.5l3-3m0 0L14 11"/></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="2" d="m4 20l4-4m0 0l2 2l2.5-2.5M8 16l-2-2l2.5-2.5l2-2L14 6m4 4l-2-2m2 2l1 1m-1-1l-2.5 2.5M14 6l2 2m-2-2l-1-1m3 3l3.5-3.5m0 0L21 6m-1.5-1.5L18 3m-5.5 12.5L11 14m1.5 1.5l3-3m0 0L14 11"/></svg>
</template>

CSS

.icon-injection {
  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%222%22%20d%3D%22m4%2020l4-4m0%200l2%202l2.5-2.5M8%2016l-2-2l2.5-2.5l2-2L14%206m4%204l-2-2m2%202l1%201m-1-1l-2.5%202.5M14%206l2%202m-2-2l-1-1m3%203l3.5-3.5m0%200L21%206m-1.5-1.5L18%203m-5.5%2012.5L11%2014m1.5%201.5l3-3m0%200L14%2011%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%222%22%20d%3D%22m4%2020l4-4m0%200l2%202l2.5-2.5M8%2016l-2-2l2.5-2.5l2-2L14%206m4%204l-2-2m2%202l1%201m-1-1l-2.5%202.5M14%206l2%202m-2-2l-1-1m3%203l3.5-3.5m0%200L21%206m-1.5-1.5L18%203m-5.5%2012.5L11%2014m1.5%201.5l3-3m0%200L14%2011%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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