plug2 icon
plug2 from Reicon by REICON · Outline · Devices · MIT Free for personal and commercial use.
- Name
- plug2
- Set
- Reicon
- Style
- Outline
- Category
- Devices
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More devices icons from Reicon
Use the plug2 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="1.5" d="m6.805 11.619l5.576 5.576a1.33 1.33 0 0 1 0 1.885l-.373.373a5.277 5.277 0 0 1-7.461-7.461l.373-.373a1.33 1.33 0 0 1 1.885 0M2.333 21.667l2.212-2.212m3.382-6.715L10 10.667m1.26 5.406L13.333 14m-1.714-7.195l5.576 5.576a1.33 1.33 0 0 0 1.885 0l.373-.373a5.277 5.277 0 0 0-7.461-7.461l-.373.373a1.33 1.33 0 0 0 0 1.885m10.048-4.472l-2.212 2.212"/></svg>
React
import type { SVGProps } from "react";
export function ReiconPlug2(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="1.5" d="m6.805 11.619l5.576 5.576a1.33 1.33 0 0 1 0 1.885l-.373.373a5.277 5.277 0 0 1-7.461-7.461l.373-.373a1.33 1.33 0 0 1 1.885 0M2.333 21.667l2.212-2.212m3.382-6.715L10 10.667m1.26 5.406L13.333 14m-1.714-7.195l5.576 5.576a1.33 1.33 0 0 0 1.885 0l.373-.373a5.277 5.277 0 0 0-7.461-7.461l-.373.373a1.33 1.33 0 0 0 0 1.885m10.048-4.472l-2.212 2.212"/></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="1.5" d="m6.805 11.619l5.576 5.576a1.33 1.33 0 0 1 0 1.885l-.373.373a5.277 5.277 0 0 1-7.461-7.461l.373-.373a1.33 1.33 0 0 1 1.885 0M2.333 21.667l2.212-2.212m3.382-6.715L10 10.667m1.26 5.406L13.333 14m-1.714-7.195l5.576 5.576a1.33 1.33 0 0 0 1.885 0l.373-.373a5.277 5.277 0 0 0-7.461-7.461l-.373.373a1.33 1.33 0 0 0 0 1.885m10.048-4.472l-2.212 2.212"/></svg> </template>
CSS
.icon-plug2 {
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%221.5%22%20d%3D%22m6.805%2011.619l5.576%205.576a1.33%201.33%200%200%201%200%201.885l-.373.373a5.277%205.277%200%200%201-7.461-7.461l.373-.373a1.33%201.33%200%200%201%201.885%200M2.333%2021.667l2.212-2.212m3.382-6.715L10%2010.667m1.26%205.406L13.333%2014m-1.714-7.195l5.576%205.576a1.33%201.33%200%200%200%201.885%200l.373-.373a5.277%205.277%200%200%200-7.461-7.461l-.373.373a1.33%201.33%200%200%200%200%201.885m10.048-4.472l-2.212%202.212%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%221.5%22%20d%3D%22m6.805%2011.619l5.576%205.576a1.33%201.33%200%200%201%200%201.885l-.373.373a5.277%205.277%200%200%201-7.461-7.461l.373-.373a1.33%201.33%200%200%201%201.885%200M2.333%2021.667l2.212-2.212m3.382-6.715L10%2010.667m1.26%205.406L13.333%2014m-1.714-7.195l5.576%205.576a1.33%201.33%200%200%200%201.885%200l.373-.373a5.277%205.277%200%200%200-7.461-7.461l-.373.373a1.33%201.33%200%200%200%200%201.885m10.048-4.472l-2.212%202.212%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/plug2.svg?color=%231a73e8&size=48