folder connect icon
folder-connect-filled from Reicon by REICON · Filled · Folders · MIT Free for personal and commercial use.
- Name
- folder-connect-filled
- Set
- Reicon
- Style
- Filled
- Category
- Folders
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More folders icons from Reicon
Use the folder connect icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M21.249 11.999v-4.25l-.001.001c0-1.518 0-2.281-.354-2.976a3.23 3.23 0 0 0-1.419-1.419C18.78 3 18.018 3 16.499 3h-3.764c-.148 0-.302 0-.417-.043a3 3 0 0 1-.206-.227l-.022-.026l-.554-.646c-.192-.223-.32-.371-.504-.499a1.7 1.7 0 0 0-.542-.249c-.221-.06-.411-.06-.726-.06H7.5c-1.518 0-2.28 0-2.975.354a3.23 3.23 0 0 0-1.421 1.42c-.354.695-.354 1.457-.354 2.975v6c0 1.518 0 2.281.354 2.976a3.23 3.23 0 0 0 1.42 1.42c.695.354 1.457.354 2.975.354h3.751v2.629a2.26 2.26 0 0 0-1.372 1.372H5a.75.75 0 0 0 0 1.5h4.878a2.25 2.25 0 0 0 4.244 0H19a.75.75 0 0 0 0-1.5h-4.878a2.26 2.26 0 0 0-1.372-1.372v-2.629h3.749c1.519 0 2.281 0 2.976-.354a3.23 3.23 0 0 0 1.42-1.42c.354-.695.354-1.457.354-2.976M12 20.75a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconFolderConnectFilled(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" fillRule="evenodd" d="M21.249 11.999v-4.25l-.001.001c0-1.518 0-2.281-.354-2.976a3.23 3.23 0 0 0-1.419-1.419C18.78 3 18.018 3 16.499 3h-3.764c-.148 0-.302 0-.417-.043a3 3 0 0 1-.206-.227l-.022-.026l-.554-.646c-.192-.223-.32-.371-.504-.499a1.7 1.7 0 0 0-.542-.249c-.221-.06-.411-.06-.726-.06H7.5c-1.518 0-2.28 0-2.975.354a3.23 3.23 0 0 0-1.421 1.42c-.354.695-.354 1.457-.354 2.975v6c0 1.518 0 2.281.354 2.976a3.23 3.23 0 0 0 1.42 1.42c.695.354 1.457.354 2.975.354h3.751v2.629a2.26 2.26 0 0 0-1.372 1.372H5a.75.75 0 0 0 0 1.5h4.878a2.25 2.25 0 0 0 4.244 0H19a.75.75 0 0 0 0-1.5h-4.878a2.26 2.26 0 0 0-1.372-1.372v-2.629h3.749c1.519 0 2.281 0 2.976-.354a3.23 3.23 0 0 0 1.42-1.42c.354-.695.354-1.457.354-2.976M12 20.75a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M21.249 11.999v-4.25l-.001.001c0-1.518 0-2.281-.354-2.976a3.23 3.23 0 0 0-1.419-1.419C18.78 3 18.018 3 16.499 3h-3.764c-.148 0-.302 0-.417-.043a3 3 0 0 1-.206-.227l-.022-.026l-.554-.646c-.192-.223-.32-.371-.504-.499a1.7 1.7 0 0 0-.542-.249c-.221-.06-.411-.06-.726-.06H7.5c-1.518 0-2.28 0-2.975.354a3.23 3.23 0 0 0-1.421 1.42c-.354.695-.354 1.457-.354 2.975v6c0 1.518 0 2.281.354 2.976a3.23 3.23 0 0 0 1.42 1.42c.695.354 1.457.354 2.975.354h3.751v2.629a2.26 2.26 0 0 0-1.372 1.372H5a.75.75 0 0 0 0 1.5h4.878a2.25 2.25 0 0 0 4.244 0H19a.75.75 0 0 0 0-1.5h-4.878a2.26 2.26 0 0 0-1.372-1.372v-2.629h3.749c1.519 0 2.281 0 2.976-.354a3.23 3.23 0 0 0 1.42-1.42c.354-.695.354-1.457.354-2.976M12 20.75a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5" clip-rule="evenodd"/></svg> </template>
CSS
.icon-folder-connect-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%20fill-rule%3D%22evenodd%22%20d%3D%22M21.249%2011.999v-4.25l-.001.001c0-1.518%200-2.281-.354-2.976a3.23%203.23%200%200%200-1.419-1.419C18.78%203%2018.018%203%2016.499%203h-3.764c-.148%200-.302%200-.417-.043a3%203%200%200%201-.206-.227l-.022-.026l-.554-.646c-.192-.223-.32-.371-.504-.499a1.7%201.7%200%200%200-.542-.249c-.221-.06-.411-.06-.726-.06H7.5c-1.518%200-2.28%200-2.975.354a3.23%203.23%200%200%200-1.421%201.42c-.354.695-.354%201.457-.354%202.975v6c0%201.518%200%202.281.354%202.976a3.23%203.23%200%200%200%201.42%201.42c.695.354%201.457.354%202.975.354h3.751v2.629a2.26%202.26%200%200%200-1.372%201.372H5a.75.75%200%200%200%200%201.5h4.878a2.25%202.25%200%200%200%204.244%200H19a.75.75%200%200%200%200-1.5h-4.878a2.26%202.26%200%200%200-1.372-1.372v-2.629h3.749c1.519%200%202.281%200%202.976-.354a3.23%203.23%200%200%200%201.42-1.42c.354-.695.354-1.457.354-2.976M12%2020.75a.75.75%200%201%201%200%201.5a.75.75%200%200%201%200-1.5%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M21.249%2011.999v-4.25l-.001.001c0-1.518%200-2.281-.354-2.976a3.23%203.23%200%200%200-1.419-1.419C18.78%203%2018.018%203%2016.499%203h-3.764c-.148%200-.302%200-.417-.043a3%203%200%200%201-.206-.227l-.022-.026l-.554-.646c-.192-.223-.32-.371-.504-.499a1.7%201.7%200%200%200-.542-.249c-.221-.06-.411-.06-.726-.06H7.5c-1.518%200-2.28%200-2.975.354a3.23%203.23%200%200%200-1.421%201.42c-.354.695-.354%201.457-.354%202.975v6c0%201.518%200%202.281.354%202.976a3.23%203.23%200%200%200%201.42%201.42c.695.354%201.457.354%202.975.354h3.751v2.629a2.26%202.26%200%200%200-1.372%201.372H5a.75.75%200%200%200%200%201.5h4.878a2.25%202.25%200%200%200%204.244%200H19a.75.75%200%200%200%200-1.5h-4.878a2.26%202.26%200%200%200-1.372-1.372v-2.629h3.749c1.519%200%202.281%200%202.976-.354a3.23%203.23%200%200%200%201.42-1.42c.354-.695.354-1.457.354-2.976M12%2020.75a.75.75%200%201%201%200%201.5a.75.75%200%200%201%200-1.5%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/folder-connect-filled.svg?color=%231a73e8&size=48