injection icon
injection from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.
- Name
- injection
- Set
- BoxIcons v2
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
- Aliases
- bx-injection
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="currentColor" d="M20.84 7.4L22.25 6L18 1.75l-1.4 1.41L18 4.58L16.6 6l-2.13-2.13l-1.41-1.42l-1.41 1.42l.7.71L3 13.92a2 2 0 0 0-.3 2.45L4 18.56l-2.25 2.28l1.41 1.41L5.44 20l2.19 1.31a2 2 0 0 0 1 .28a2 2 0 0 0 1.45-.59l9.34-9.34l.71.7l1.42-1.41l-1.42-1.42L18 7.4L19.42 6zM18 10.23l-9.34 9.35L6 18l-1.58-2.66l.86-.87l2.83 2.83l1.42-1.41l-2.83-2.83l1.41-1.41l2.83 2.82l1.41-1.41l-2.83-2.83l1.42-1.41l2.83 2.83l1.41-1.42l-2.83-2.83L13.77 6z"/></svg>
React
import type { SVGProps } from "react";
export function BxInjection(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="M20.84 7.4L22.25 6L18 1.75l-1.4 1.41L18 4.58L16.6 6l-2.13-2.13l-1.41-1.42l-1.41 1.42l.7.71L3 13.92a2 2 0 0 0-.3 2.45L4 18.56l-2.25 2.28l1.41 1.41L5.44 20l2.19 1.31a2 2 0 0 0 1 .28a2 2 0 0 0 1.45-.59l9.34-9.34l.71.7l1.42-1.41l-1.42-1.42L18 7.4L19.42 6zM18 10.23l-9.34 9.35L6 18l-1.58-2.66l.86-.87l2.83 2.83l1.42-1.41l-2.83-2.83l1.41-1.41l2.83 2.82l1.41-1.41l-2.83-2.83l1.42-1.41l2.83 2.83l1.41-1.42l-2.83-2.83L13.77 6z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.84 7.4L22.25 6L18 1.75l-1.4 1.41L18 4.58L16.6 6l-2.13-2.13l-1.41-1.42l-1.41 1.42l.7.71L3 13.92a2 2 0 0 0-.3 2.45L4 18.56l-2.25 2.28l1.41 1.41L5.44 20l2.19 1.31a2 2 0 0 0 1 .28a2 2 0 0 0 1.45-.59l9.34-9.34l.71.7l1.42-1.41l-1.42-1.42L18 7.4L19.42 6zM18 10.23l-9.34 9.35L6 18l-1.58-2.66l.86-.87l2.83 2.83l1.42-1.41l-2.83-2.83l1.41-1.41l2.83 2.82l1.41-1.41l-2.83-2.83l1.42-1.41l2.83 2.83l1.41-1.42l-2.83-2.83L13.77 6z"/></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%22currentColor%22%20d%3D%22M20.84%207.4L22.25%206L18%201.75l-1.4%201.41L18%204.58L16.6%206l-2.13-2.13l-1.41-1.42l-1.41%201.42l.7.71L3%2013.92a2%202%200%200%200-.3%202.45L4%2018.56l-2.25%202.28l1.41%201.41L5.44%2020l2.19%201.31a2%202%200%200%200%201%20.28a2%202%200%200%200%201.45-.59l9.34-9.34l.71.7l1.42-1.41l-1.42-1.42L18%207.4L19.42%206zM18%2010.23l-9.34%209.35L6%2018l-1.58-2.66l.86-.87l2.83%202.83l1.42-1.41l-2.83-2.83l1.41-1.41l2.83%202.82l1.41-1.41l-2.83-2.83l1.42-1.41l2.83%202.83l1.41-1.42l-2.83-2.83L13.77%206z%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%22M20.84%207.4L22.25%206L18%201.75l-1.4%201.41L18%204.58L16.6%206l-2.13-2.13l-1.41-1.42l-1.41%201.42l.7.71L3%2013.92a2%202%200%200%200-.3%202.45L4%2018.56l-2.25%202.28l1.41%201.41L5.44%2020l2.19%201.31a2%202%200%200%200%201%20.28a2%202%200%200%200%201.45-.59l9.34-9.34l.71.7l1.42-1.41l-1.42-1.42L18%207.4L19.42%206zM18%2010.23l-9.34%209.35L6%2018l-1.58-2.66l.86-.87l2.83%202.83l1.42-1.41l-2.83-2.83l1.41-1.41l2.83%202.82l1.41-1.41l-2.83-2.83l1.42-1.41l2.83%202.83l1.41-1.42l-2.83-2.83L13.77%206z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bx/injection.svg?color=%231a73e8&size=48