plug connected add icon
plug-connected-add-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- plug-connected-add-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- License
- MIT
1 other variant in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the plug connected add icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M17.964 2.309a.5.5 0 0 0-.82-.159l-2.7 2.7a4.036 4.036 0 0 0-5.332.332l-.611.611a1.05 1.05 0 0 0 0 1.485l2.774 2.767q.415-.301.884-.523l-2.64-2.64a.49.49 0 0 1 0-.693l.3-.3a3.03 3.03 0 0 1 4.287-.006l.006.011l.006.006a3.04 3.04 0 0 1 .72 3.11q.518.033 1.007.156a4.03 4.03 0 0 0-.69-3.612l2.7-2.7a.5.5 0 0 0 .109-.545M7.279 8.5l2.77 2.77a5.5 5.5 0 0 0-.525.885L6.888 9.518a.49.49 0 0 0-.692 0l-.3.3a3.036 3.036 0 0 0-.006 4.287l.006.006l.005.006a3.03 3.03 0 0 0 3.11.727q.031.512.153.996a4.03 4.03 0 0 1-3.606-.69l-2.7 2.7a.5.5 0 1 1-.711-.704l2.7-2.7a4.03 4.03 0 0 1 .332-5.332l.3-.3l.315-.314a1.05 1.05 0 0 1 1.485 0M17 18.242a4.5 4.5 0 1 1-5-7.483a4.5 4.5 0 0 1 5 7.483m-2.146-6.095A.5.5 0 0 0 14 12.5V14h-1.5a.5.5 0 0 0 0 1H14v1.5a.5.5 0 0 0 1 0V15h1.5a.5.5 0 0 0 0-1H15v-1.5a.5.5 0 0 0-.146-.354"/></svg>
React
import type { SVGProps } from "react";
export function FluentPlugConnectedAdd20Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M17.964 2.309a.5.5 0 0 0-.82-.159l-2.7 2.7a4.036 4.036 0 0 0-5.332.332l-.611.611a1.05 1.05 0 0 0 0 1.485l2.774 2.767q.415-.301.884-.523l-2.64-2.64a.49.49 0 0 1 0-.693l.3-.3a3.03 3.03 0 0 1 4.287-.006l.006.011l.006.006a3.04 3.04 0 0 1 .72 3.11q.518.033 1.007.156a4.03 4.03 0 0 0-.69-3.612l2.7-2.7a.5.5 0 0 0 .109-.545M7.279 8.5l2.77 2.77a5.5 5.5 0 0 0-.525.885L6.888 9.518a.49.49 0 0 0-.692 0l-.3.3a3.036 3.036 0 0 0-.006 4.287l.006.006l.005.006a3.03 3.03 0 0 0 3.11.727q.031.512.153.996a4.03 4.03 0 0 1-3.606-.69l-2.7 2.7a.5.5 0 1 1-.711-.704l2.7-2.7a4.03 4.03 0 0 1 .332-5.332l.3-.3l.315-.314a1.05 1.05 0 0 1 1.485 0M17 18.242a4.5 4.5 0 1 1-5-7.483a4.5 4.5 0 0 1 5 7.483m-2.146-6.095A.5.5 0 0 0 14 12.5V14h-1.5a.5.5 0 0 0 0 1H14v1.5a.5.5 0 0 0 1 0V15h1.5a.5.5 0 0 0 0-1H15v-1.5a.5.5 0 0 0-.146-.354"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M17.964 2.309a.5.5 0 0 0-.82-.159l-2.7 2.7a4.036 4.036 0 0 0-5.332.332l-.611.611a1.05 1.05 0 0 0 0 1.485l2.774 2.767q.415-.301.884-.523l-2.64-2.64a.49.49 0 0 1 0-.693l.3-.3a3.03 3.03 0 0 1 4.287-.006l.006.011l.006.006a3.04 3.04 0 0 1 .72 3.11q.518.033 1.007.156a4.03 4.03 0 0 0-.69-3.612l2.7-2.7a.5.5 0 0 0 .109-.545M7.279 8.5l2.77 2.77a5.5 5.5 0 0 0-.525.885L6.888 9.518a.49.49 0 0 0-.692 0l-.3.3a3.036 3.036 0 0 0-.006 4.287l.006.006l.005.006a3.03 3.03 0 0 0 3.11.727q.031.512.153.996a4.03 4.03 0 0 1-3.606-.69l-2.7 2.7a.5.5 0 1 1-.711-.704l2.7-2.7a4.03 4.03 0 0 1 .332-5.332l.3-.3l.315-.314a1.05 1.05 0 0 1 1.485 0M17 18.242a4.5 4.5 0 1 1-5-7.483a4.5 4.5 0 0 1 5 7.483m-2.146-6.095A.5.5 0 0 0 14 12.5V14h-1.5a.5.5 0 0 0 0 1H14v1.5a.5.5 0 0 0 1 0V15h1.5a.5.5 0 0 0 0-1H15v-1.5a.5.5 0 0 0-.146-.354"/></svg> </template>
CSS
.icon-plug-connected-add-20-regular {
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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.964%202.309a.5.5%200%200%200-.82-.159l-2.7%202.7a4.036%204.036%200%200%200-5.332.332l-.611.611a1.05%201.05%200%200%200%200%201.485l2.774%202.767q.415-.301.884-.523l-2.64-2.64a.49.49%200%200%201%200-.693l.3-.3a3.03%203.03%200%200%201%204.287-.006l.006.011l.006.006a3.04%203.04%200%200%201%20.72%203.11q.518.033%201.007.156a4.03%204.03%200%200%200-.69-3.612l2.7-2.7a.5.5%200%200%200%20.109-.545M7.279%208.5l2.77%202.77a5.5%205.5%200%200%200-.525.885L6.888%209.518a.49.49%200%200%200-.692%200l-.3.3a3.036%203.036%200%200%200-.006%204.287l.006.006l.005.006a3.03%203.03%200%200%200%203.11.727q.031.512.153.996a4.03%204.03%200%200%201-3.606-.69l-2.7%202.7a.5.5%200%201%201-.711-.704l2.7-2.7a4.03%204.03%200%200%201%20.332-5.332l.3-.3l.315-.314a1.05%201.05%200%200%201%201.485%200M17%2018.242a4.5%204.5%200%201%201-5-7.483a4.5%204.5%200%200%201%205%207.483m-2.146-6.095A.5.5%200%200%200%2014%2012.5V14h-1.5a.5.5%200%200%200%200%201H14v1.5a.5.5%200%200%200%201%200V15h1.5a.5.5%200%200%200%200-1H15v-1.5a.5.5%200%200%200-.146-.354%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.964%202.309a.5.5%200%200%200-.82-.159l-2.7%202.7a4.036%204.036%200%200%200-5.332.332l-.611.611a1.05%201.05%200%200%200%200%201.485l2.774%202.767q.415-.301.884-.523l-2.64-2.64a.49.49%200%200%201%200-.693l.3-.3a3.03%203.03%200%200%201%204.287-.006l.006.011l.006.006a3.04%203.04%200%200%201%20.72%203.11q.518.033%201.007.156a4.03%204.03%200%200%200-.69-3.612l2.7-2.7a.5.5%200%200%200%20.109-.545M7.279%208.5l2.77%202.77a5.5%205.5%200%200%200-.525.885L6.888%209.518a.49.49%200%200%200-.692%200l-.3.3a3.036%203.036%200%200%200-.006%204.287l.006.006l.005.006a3.03%203.03%200%200%200%203.11.727q.031.512.153.996a4.03%204.03%200%200%201-3.606-.69l-2.7%202.7a.5.5%200%201%201-.711-.704l2.7-2.7a4.03%204.03%200%200%201%20.332-5.332l.3-.3l.315-.314a1.05%201.05%200%200%201%201.485%200M17%2018.242a4.5%204.5%200%201%201-5-7.483a4.5%204.5%200%200%201%205%207.483m-2.146-6.095A.5.5%200%200%200%2014%2012.5V14h-1.5a.5.5%200%200%200%200%201H14v1.5a.5.5%200%200%200%201%200V15h1.5a.5.5%200%200%200%200-1H15v-1.5a.5.5%200%200%200-.146-.354%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/plug-connected-add-20-regular.svg?color=%231a73e8&size=48