connected icon
connected-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- connected-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- License
- MIT
11 other variants in Fluent UI System Icons
Use the connected icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 2a3 3 0 1 1 0 6a3 3 0 0 1-1.523-.419l-2.896 2.896a2.98 2.98 0 0 1 0 3.044l2.896 2.897A3 3 0 0 1 19 16a3 3 0 1 1-2.583 1.479l-2.897-2.897a2.98 2.98 0 0 1-3.043 0L7.58 17.476c.264.447.419.966.419 1.523a3 3 0 1 1-3-3c.556 0 1.074.154 1.52.417l2.897-2.898a2.98 2.98 0 0 1 0-3.04L6.521 7.582A3 3 0 0 1 5 8a3 3 0 1 1 3-3a3 3 0 0 1-.419 1.521l2.896 2.897a2.98 2.98 0 0 1 3.043-.001l2.897-2.896A3 3 0 0 1 16 5a3 3 0 0 1 3-3"/></svg>
React
import type { SVGProps } from "react";
export function FluentConnected24Filled(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="M19 2a3 3 0 1 1 0 6a3 3 0 0 1-1.523-.419l-2.896 2.896a2.98 2.98 0 0 1 0 3.044l2.896 2.897A3 3 0 0 1 19 16a3 3 0 1 1-2.583 1.479l-2.897-2.897a2.98 2.98 0 0 1-3.043 0L7.58 17.476c.264.447.419.966.419 1.523a3 3 0 1 1-3-3c.556 0 1.074.154 1.52.417l2.897-2.898a2.98 2.98 0 0 1 0-3.04L6.521 7.582A3 3 0 0 1 5 8a3 3 0 1 1 3-3a3 3 0 0 1-.419 1.521l2.896 2.897a2.98 2.98 0 0 1 3.043-.001l2.897-2.896A3 3 0 0 1 16 5a3 3 0 0 1 3-3"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 2a3 3 0 1 1 0 6a3 3 0 0 1-1.523-.419l-2.896 2.896a2.98 2.98 0 0 1 0 3.044l2.896 2.897A3 3 0 0 1 19 16a3 3 0 1 1-2.583 1.479l-2.897-2.897a2.98 2.98 0 0 1-3.043 0L7.58 17.476c.264.447.419.966.419 1.523a3 3 0 1 1-3-3c.556 0 1.074.154 1.52.417l2.897-2.898a2.98 2.98 0 0 1 0-3.04L6.521 7.582A3 3 0 0 1 5 8a3 3 0 1 1 3-3a3 3 0 0 1-.419 1.521l2.896 2.897a2.98 2.98 0 0 1 3.043-.001l2.897-2.896A3 3 0 0 1 16 5a3 3 0 0 1 3-3"/></svg> </template>
CSS
.icon-connected-24-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%22M19%202a3%203%200%201%201%200%206a3%203%200%200%201-1.523-.419l-2.896%202.896a2.98%202.98%200%200%201%200%203.044l2.896%202.897A3%203%200%200%201%2019%2016a3%203%200%201%201-2.583%201.479l-2.897-2.897a2.98%202.98%200%200%201-3.043%200L7.58%2017.476c.264.447.419.966.419%201.523a3%203%200%201%201-3-3c.556%200%201.074.154%201.52.417l2.897-2.898a2.98%202.98%200%200%201%200-3.04L6.521%207.582A3%203%200%200%201%205%208a3%203%200%201%201%203-3a3%203%200%200%201-.419%201.521l2.896%202.897a2.98%202.98%200%200%201%203.043-.001l2.897-2.896A3%203%200%200%201%2016%205a3%203%200%200%201%203-3%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%22M19%202a3%203%200%201%201%200%206a3%203%200%200%201-1.523-.419l-2.896%202.896a2.98%202.98%200%200%201%200%203.044l2.896%202.897A3%203%200%200%201%2019%2016a3%203%200%201%201-2.583%201.479l-2.897-2.897a2.98%202.98%200%200%201-3.043%200L7.58%2017.476c.264.447.419.966.419%201.523a3%203%200%201%201-3-3c.556%200%201.074.154%201.52.417l2.897-2.898a2.98%202.98%200%200%201%200-3.04L6.521%207.582A3%203%200%200%201%205%208a3%203%200%201%201%203-3a3%203%200%200%201-.419%201.521l2.896%202.897a2.98%202.98%200%200%201%203.043-.001l2.897-2.896A3%203%200%200%201%2016%205a3%203%200%200%201%203-3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/connected-24-filled.svg?color=%231a73e8&size=48