plug2 icon
plug2-filled from Reicon by REICON · Filled · Devices · MIT Free for personal and commercial use.
- Name
- plug2-filled
- Set
- Reicon
- Style
- Filled
- 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="currentColor" d="M12.627 13.293L11.26 14.66l-1.92-1.92l1.367-1.367A1 1 0 1 0 9.293 9.96l-1.366 1.366l-.415-.414a2.334 2.334 0 0 0-3.3 0l-.373.373a6.23 6.23 0 0 0-1.84 4.437c0 1.337.432 2.6 1.2 3.663L1.625 20.96a1 1 0 0 0 1.414 1.414L4.613 20.8a6.23 6.23 0 0 0 8.099-.639l.373-.373c.91-.91.91-2.39 0-3.3l-.415-.415l1.367-1.367a1 1 0 1 0-1.415-1.415ZM20.96 1.627L19.385 3.2a6.23 6.23 0 0 0-8.099.639l-.373.373c-.91.91-.91 2.39 0 3.3l5.576 5.576c.455.455 1.052.683 1.65.683s1.194-.227 1.649-.683l.373-.373A6.23 6.23 0 0 0 22 8.28c0-1.337-.43-2.6-1.2-3.663l1.575-1.575a1 1 0 1 0-1.415-1.414"/></svg>
React
import type { SVGProps } from "react";
export function ReiconPlug2Filled(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.627 13.293L11.26 14.66l-1.92-1.92l1.367-1.367A1 1 0 1 0 9.293 9.96l-1.366 1.366l-.415-.414a2.334 2.334 0 0 0-3.3 0l-.373.373a6.23 6.23 0 0 0-1.84 4.437c0 1.337.432 2.6 1.2 3.663L1.625 20.96a1 1 0 0 0 1.414 1.414L4.613 20.8a6.23 6.23 0 0 0 8.099-.639l.373-.373c.91-.91.91-2.39 0-3.3l-.415-.415l1.367-1.367a1 1 0 1 0-1.415-1.415ZM20.96 1.627L19.385 3.2a6.23 6.23 0 0 0-8.099.639l-.373.373c-.91.91-.91 2.39 0 3.3l5.576 5.576c.455.455 1.052.683 1.65.683s1.194-.227 1.649-.683l.373-.373A6.23 6.23 0 0 0 22 8.28c0-1.337-.43-2.6-1.2-3.663l1.575-1.575a1 1 0 1 0-1.415-1.414"/></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.627 13.293L11.26 14.66l-1.92-1.92l1.367-1.367A1 1 0 1 0 9.293 9.96l-1.366 1.366l-.415-.414a2.334 2.334 0 0 0-3.3 0l-.373.373a6.23 6.23 0 0 0-1.84 4.437c0 1.337.432 2.6 1.2 3.663L1.625 20.96a1 1 0 0 0 1.414 1.414L4.613 20.8a6.23 6.23 0 0 0 8.099-.639l.373-.373c.91-.91.91-2.39 0-3.3l-.415-.415l1.367-1.367a1 1 0 1 0-1.415-1.415ZM20.96 1.627L19.385 3.2a6.23 6.23 0 0 0-8.099.639l-.373.373c-.91.91-.91 2.39 0 3.3l5.576 5.576c.455.455 1.052.683 1.65.683s1.194-.227 1.649-.683l.373-.373A6.23 6.23 0 0 0 22 8.28c0-1.337-.43-2.6-1.2-3.663l1.575-1.575a1 1 0 1 0-1.415-1.414"/></svg> </template>
CSS
.icon-plug2-filled {
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.627%2013.293L11.26%2014.66l-1.92-1.92l1.367-1.367A1%201%200%201%200%209.293%209.96l-1.366%201.366l-.415-.414a2.334%202.334%200%200%200-3.3%200l-.373.373a6.23%206.23%200%200%200-1.84%204.437c0%201.337.432%202.6%201.2%203.663L1.625%2020.96a1%201%200%200%200%201.414%201.414L4.613%2020.8a6.23%206.23%200%200%200%208.099-.639l.373-.373c.91-.91.91-2.39%200-3.3l-.415-.415l1.367-1.367a1%201%200%201%200-1.415-1.415ZM20.96%201.627L19.385%203.2a6.23%206.23%200%200%200-8.099.639l-.373.373c-.91.91-.91%202.39%200%203.3l5.576%205.576c.455.455%201.052.683%201.65.683s1.194-.227%201.649-.683l.373-.373A6.23%206.23%200%200%200%2022%208.28c0-1.337-.43-2.6-1.2-3.663l1.575-1.575a1%201%200%201%200-1.415-1.414%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.627%2013.293L11.26%2014.66l-1.92-1.92l1.367-1.367A1%201%200%201%200%209.293%209.96l-1.366%201.366l-.415-.414a2.334%202.334%200%200%200-3.3%200l-.373.373a6.23%206.23%200%200%200-1.84%204.437c0%201.337.432%202.6%201.2%203.663L1.625%2020.96a1%201%200%200%200%201.414%201.414L4.613%2020.8a6.23%206.23%200%200%200%208.099-.639l.373-.373c.91-.91.91-2.39%200-3.3l-.415-.415l1.367-1.367a1%201%200%201%200-1.415-1.415ZM20.96%201.627L19.385%203.2a6.23%206.23%200%200%200-8.099.639l-.373.373c-.91.91-.91%202.39%200%203.3l5.576%205.576c.455.455%201.052.683%201.65.683s1.194-.227%201.649-.683l.373-.373A6.23%206.23%200%200%200%2022%208.28c0-1.337-.43-2.6-1.2-3.663l1.575-1.575a1%201%200%201%200-1.415-1.414%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/plug2-filled.svg?color=%231a73e8&size=48