injection icon
injection from BoxIcons v2 Solid by Boxicons · Solid · MIT Free for personal and commercial use.
- Name
- injection
- Set
- BoxIcons v2 Solid
- Style
- Solid
- 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="currentColor" d="M12 5.61L9.24 8.35l3.31 3.31l-1.06 1.06l-3.31-3.31l-1.77 1.77l3.31 3.31l-1.06 1.06l-3.31-3.31l-2 2A2 2 0 0 0 3 16.66l1 1.89l-2.25 2.29l1.41 1.41L5.45 20l1.89 1a2 2 0 0 0 1 .26a2 2 0 0 0 1.42-.59L18.39 12zm7.8 3.59l-1.79-1.8l1.42-1.41l1.41 1.41l1.41-1.41l-4.24-4.24l-1.41 1.41l1.41 1.42l-1.41 1.41l-1.8-1.79l-1.74-1.75l-1.41 1.42l1.03 1.03v.01l6.41 6.41h.01l1.03 1.03l1.42-1.41l-1.74-1.74z"/></svg>
React
import type { SVGProps } from "react";
export function BxsInjection(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="M12 5.61L9.24 8.35l3.31 3.31l-1.06 1.06l-3.31-3.31l-1.77 1.77l3.31 3.31l-1.06 1.06l-3.31-3.31l-2 2A2 2 0 0 0 3 16.66l1 1.89l-2.25 2.29l1.41 1.41L5.45 20l1.89 1a2 2 0 0 0 1 .26a2 2 0 0 0 1.42-.59L18.39 12zm7.8 3.59l-1.79-1.8l1.42-1.41l1.41 1.41l1.41-1.41l-4.24-4.24l-1.41 1.41l1.41 1.42l-1.41 1.41l-1.8-1.79l-1.74-1.75l-1.41 1.42l1.03 1.03v.01l6.41 6.41h.01l1.03 1.03l1.42-1.41l-1.74-1.74z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 5.61L9.24 8.35l3.31 3.31l-1.06 1.06l-3.31-3.31l-1.77 1.77l3.31 3.31l-1.06 1.06l-3.31-3.31l-2 2A2 2 0 0 0 3 16.66l1 1.89l-2.25 2.29l1.41 1.41L5.45 20l1.89 1a2 2 0 0 0 1 .26a2 2 0 0 0 1.42-.59L18.39 12zm7.8 3.59l-1.79-1.8l1.42-1.41l1.41 1.41l1.41-1.41l-4.24-4.24l-1.41 1.41l1.41 1.42l-1.41 1.41l-1.8-1.79l-1.74-1.75l-1.41 1.42l1.03 1.03v.01l6.41 6.41h.01l1.03 1.03l1.42-1.41l-1.74-1.74z"/></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%22M12%205.61L9.24%208.35l3.31%203.31l-1.06%201.06l-3.31-3.31l-1.77%201.77l3.31%203.31l-1.06%201.06l-3.31-3.31l-2%202A2%202%200%200%200%203%2016.66l1%201.89l-2.25%202.29l1.41%201.41L5.45%2020l1.89%201a2%202%200%200%200%201%20.26a2%202%200%200%200%201.42-.59L18.39%2012zm7.8%203.59l-1.79-1.8l1.42-1.41l1.41%201.41l1.41-1.41l-4.24-4.24l-1.41%201.41l1.41%201.42l-1.41%201.41l-1.8-1.79l-1.74-1.75l-1.41%201.42l1.03%201.03v.01l6.41%206.41h.01l1.03%201.03l1.42-1.41l-1.74-1.74z%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%22M12%205.61L9.24%208.35l3.31%203.31l-1.06%201.06l-3.31-3.31l-1.77%201.77l3.31%203.31l-1.06%201.06l-3.31-3.31l-2%202A2%202%200%200%200%203%2016.66l1%201.89l-2.25%202.29l1.41%201.41L5.45%2020l1.89%201a2%202%200%200%200%201%20.26a2%202%200%200%200%201.42-.59L18.39%2012zm7.8%203.59l-1.79-1.8l1.42-1.41l1.41%201.41l1.41-1.41l-4.24-4.24l-1.41%201.41l1.41%201.42l-1.41%201.41l-1.8-1.79l-1.74-1.75l-1.41%201.42l1.03%201.03v.01l6.41%206.41h.01l1.03%201.03l1.42-1.41l-1.74-1.74z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bxs/injection.svg?color=%231a73e8&size=48