bxs injection icon
bxs-injection from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.
- Name
- bxs-injection
- Set
- BoxIcons v2
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
Related icons in BoxIcons v2
bxs-add-to-queuebxs-adjustbxs-adjust-altbxs-alarmbxs-alarm-addbxs-alarm-exclamationbxs-alarm-offbxs-alarm-snoozebxs-albumbxs-ambulancebxs-analysebxs-angrybxs-archbxs-archivebxs-archive-inbxs-archive-outbxs-areabxs-arrow-from-bottombxs-arrow-from-leftbxs-arrow-from-rightbxs-arrow-from-topbxs-arrow-to-bottombxs-arrow-to-leftbxs-arrow-to-right
Use the bxs injection icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path 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 12z" fill="currentColor"/><path d="M19.8 9.2l-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.74h-.01z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function BxBxsInjection(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path 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 12z" fill="currentColor"/><path d="M19.8 9.2l-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.74h-.01z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path 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 12z" fill="currentColor"/><path d="M19.8 9.2l-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.74h-.01z" fill="currentColor"/></svg> </template>
CSS
.icon-bxs-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%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%2012z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M19.8%209.2l-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.74h-.01z%22%20fill%3D%22currentColor%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%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%2012z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M19.8%209.2l-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.74h-.01z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bx/bxs-injection.svg?color=%231a73e8&size=48