source repository multiple icon

source-repository-multiple from Material Design Icons by Pictogrammers · Filled · Developer / Languages · Apache-2.0 Free for personal and commercial use.

Name
source-repository-multiple
Set
Material Design Icons
Style
Filled
Category
Developer / Languages
Viewbox
24×24
License
Apache 2.0
Aliases
source-repositories

More developer / languages icons from Material Design Icons

Use the source repository multiple icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 0h12a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2m6.75 11.5c2.75 0 3.49-2.03 3.68-3.1c.91-.29 1.57-1.14 1.57-2.15C20 5 19 4 17.75 4S15.5 5 15.5 6.25c0 .94.57 1.75 1.39 2.08C16.67 9 16 10 14 10c-1.38 0-2.34.35-3 .84V6.87c.87-.31 1.5-1.14 1.5-2.12c0-1.25-1-2.25-2.25-2.25S8 3.5 8 4.75c0 .98.63 1.81 1.5 2.12v6.26c-.87.31-1.5 1.14-1.5 2.12c0 1.25 1 2.25 2.25 2.25s2.25-1 2.25-2.25c0-.93-.56-1.75-1.37-2.07c.28-.68 1.1-1.68 3.62-1.68m-4.5 3a.75.75 0 0 1 .75.75a.75.75 0 0 1-.75.75a.75.75 0 0 1-.75-.75a.75.75 0 0 1 .75-.75m0-10.5a.75.75 0 0 1 .75.75a.75.75 0 0 1-.75.75a.75.75 0 0 1-.75-.75a.75.75 0 0 1 .75-.75m7.5 1.5a.75.75 0 0 1 .75.75a.75.75 0 0 1-.75.75a.75.75 0 0 1-.75-.75a.75.75 0 0 1 .75-.75M16 22v2H4a2 2 0 0 1-2-2V6h2v16z"/></svg>

React

import type { SVGProps } from "react";

export function MdiSourceRepositoryMultiple(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="M8 0h12a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2m6.75 11.5c2.75 0 3.49-2.03 3.68-3.1c.91-.29 1.57-1.14 1.57-2.15C20 5 19 4 17.75 4S15.5 5 15.5 6.25c0 .94.57 1.75 1.39 2.08C16.67 9 16 10 14 10c-1.38 0-2.34.35-3 .84V6.87c.87-.31 1.5-1.14 1.5-2.12c0-1.25-1-2.25-2.25-2.25S8 3.5 8 4.75c0 .98.63 1.81 1.5 2.12v6.26c-.87.31-1.5 1.14-1.5 2.12c0 1.25 1 2.25 2.25 2.25s2.25-1 2.25-2.25c0-.93-.56-1.75-1.37-2.07c.28-.68 1.1-1.68 3.62-1.68m-4.5 3a.75.75 0 0 1 .75.75a.75.75 0 0 1-.75.75a.75.75 0 0 1-.75-.75a.75.75 0 0 1 .75-.75m0-10.5a.75.75 0 0 1 .75.75a.75.75 0 0 1-.75.75a.75.75 0 0 1-.75-.75a.75.75 0 0 1 .75-.75m7.5 1.5a.75.75 0 0 1 .75.75a.75.75 0 0 1-.75.75a.75.75 0 0 1-.75-.75a.75.75 0 0 1 .75-.75M16 22v2H4a2 2 0 0 1-2-2V6h2v16z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 0h12a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2m6.75 11.5c2.75 0 3.49-2.03 3.68-3.1c.91-.29 1.57-1.14 1.57-2.15C20 5 19 4 17.75 4S15.5 5 15.5 6.25c0 .94.57 1.75 1.39 2.08C16.67 9 16 10 14 10c-1.38 0-2.34.35-3 .84V6.87c.87-.31 1.5-1.14 1.5-2.12c0-1.25-1-2.25-2.25-2.25S8 3.5 8 4.75c0 .98.63 1.81 1.5 2.12v6.26c-.87.31-1.5 1.14-1.5 2.12c0 1.25 1 2.25 2.25 2.25s2.25-1 2.25-2.25c0-.93-.56-1.75-1.37-2.07c.28-.68 1.1-1.68 3.62-1.68m-4.5 3a.75.75 0 0 1 .75.75a.75.75 0 0 1-.75.75a.75.75 0 0 1-.75-.75a.75.75 0 0 1 .75-.75m0-10.5a.75.75 0 0 1 .75.75a.75.75 0 0 1-.75.75a.75.75 0 0 1-.75-.75a.75.75 0 0 1 .75-.75m7.5 1.5a.75.75 0 0 1 .75.75a.75.75 0 0 1-.75.75a.75.75 0 0 1-.75-.75a.75.75 0 0 1 .75-.75M16 22v2H4a2 2 0 0 1-2-2V6h2v16z"/></svg>
</template>

CSS

.icon-source-repository-multiple {
  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%22M8%200h12a2%202%200%200%201%202%202v16a2%202%200%200%201-2%202H8a2%202%200%200%201-2-2V2a2%202%200%200%201%202-2m6.75%2011.5c2.75%200%203.49-2.03%203.68-3.1c.91-.29%201.57-1.14%201.57-2.15C20%205%2019%204%2017.75%204S15.5%205%2015.5%206.25c0%20.94.57%201.75%201.39%202.08C16.67%209%2016%2010%2014%2010c-1.38%200-2.34.35-3%20.84V6.87c.87-.31%201.5-1.14%201.5-2.12c0-1.25-1-2.25-2.25-2.25S8%203.5%208%204.75c0%20.98.63%201.81%201.5%202.12v6.26c-.87.31-1.5%201.14-1.5%202.12c0%201.25%201%202.25%202.25%202.25s2.25-1%202.25-2.25c0-.93-.56-1.75-1.37-2.07c.28-.68%201.1-1.68%203.62-1.68m-4.5%203a.75.75%200%200%201%20.75.75a.75.75%200%200%201-.75.75a.75.75%200%200%201-.75-.75a.75.75%200%200%201%20.75-.75m0-10.5a.75.75%200%200%201%20.75.75a.75.75%200%200%201-.75.75a.75.75%200%200%201-.75-.75a.75.75%200%200%201%20.75-.75m7.5%201.5a.75.75%200%200%201%20.75.75a.75.75%200%200%201-.75.75a.75.75%200%200%201-.75-.75a.75.75%200%200%201%20.75-.75M16%2022v2H4a2%202%200%200%201-2-2V6h2v16z%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%22M8%200h12a2%202%200%200%201%202%202v16a2%202%200%200%201-2%202H8a2%202%200%200%201-2-2V2a2%202%200%200%201%202-2m6.75%2011.5c2.75%200%203.49-2.03%203.68-3.1c.91-.29%201.57-1.14%201.57-2.15C20%205%2019%204%2017.75%204S15.5%205%2015.5%206.25c0%20.94.57%201.75%201.39%202.08C16.67%209%2016%2010%2014%2010c-1.38%200-2.34.35-3%20.84V6.87c.87-.31%201.5-1.14%201.5-2.12c0-1.25-1-2.25-2.25-2.25S8%203.5%208%204.75c0%20.98.63%201.81%201.5%202.12v6.26c-.87.31-1.5%201.14-1.5%202.12c0%201.25%201%202.25%202.25%202.25s2.25-1%202.25-2.25c0-.93-.56-1.75-1.37-2.07c.28-.68%201.1-1.68%203.62-1.68m-4.5%203a.75.75%200%200%201%20.75.75a.75.75%200%200%201-.75.75a.75.75%200%200%201-.75-.75a.75.75%200%200%201%20.75-.75m0-10.5a.75.75%200%200%201%20.75.75a.75.75%200%200%201-.75.75a.75.75%200%200%201-.75-.75a.75.75%200%200%201%20.75-.75m7.5%201.5a.75.75%200%200%201%20.75.75a.75.75%200%200%201-.75.75a.75.75%200%200%201-.75-.75a.75.75%200%200%201%20.75-.75M16%2022v2H4a2%202%200%200%201-2-2V6h2v16z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/source-repository-multiple.svg?color=%231a73e8&size=48