extensions large icon
extensions-large from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.
- Name
- extensions-large
- Set
- Codicons
- Style
- Regular
- Viewbox
- 24×24
- License
- CC BY 4.0
Use the extensions large icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23 7.219c0-.58-.226-1.127-.636-1.536l-4.063-4.067c-.82-.821-2.25-.821-3.068 0L12 4.85v-.2a2.203 2.203 0 0 0-2.2-2.202H3.2c-1.213 0-2.2.987-2.2 2.202v16.148C1 22.013 1.987 23 3.2 23h16.133c1.214 0 2.2-.988 2.2-2.202v-6.606a2.203 2.203 0 0 0-2.2-2.202h-.201l3.232-3.235c.41-.41.636-.955.636-1.536M3.2 3.916h6.6c.404 0 .733.329.733.734v7.34H2.467V4.65c0-.405.33-.734.733-.734m-.733 16.882v-7.34h8.066v8.074H3.2a.735.735 0 0 1-.733-.734m17.6-6.606v6.606c0 .404-.33.734-.734.734H12v-8.074h7.333c.404 0 .734.329.734.734M12 11.99V9.585l2.402 2.405zm9.327-4.274l-4.064 4.067a.72.72 0 0 1-.994 0l-4.064-4.067a.7.7 0 0 1 0-.994l4.064-4.068a.697.697 0 0 1 .993 0l4.064 4.068a.7.7 0 0 1 .206.497a.7.7 0 0 1-.205.497"/></svg>
React
import type { SVGProps } from "react";
export function CodiconExtensionsLarge(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="M23 7.219c0-.58-.226-1.127-.636-1.536l-4.063-4.067c-.82-.821-2.25-.821-3.068 0L12 4.85v-.2a2.203 2.203 0 0 0-2.2-2.202H3.2c-1.213 0-2.2.987-2.2 2.202v16.148C1 22.013 1.987 23 3.2 23h16.133c1.214 0 2.2-.988 2.2-2.202v-6.606a2.203 2.203 0 0 0-2.2-2.202h-.201l3.232-3.235c.41-.41.636-.955.636-1.536M3.2 3.916h6.6c.404 0 .733.329.733.734v7.34H2.467V4.65c0-.405.33-.734.733-.734m-.733 16.882v-7.34h8.066v8.074H3.2a.735.735 0 0 1-.733-.734m17.6-6.606v6.606c0 .404-.33.734-.734.734H12v-8.074h7.333c.404 0 .734.329.734.734M12 11.99V9.585l2.402 2.405zm9.327-4.274l-4.064 4.067a.72.72 0 0 1-.994 0l-4.064-4.067a.7.7 0 0 1 0-.994l4.064-4.068a.697.697 0 0 1 .993 0l4.064 4.068a.7.7 0 0 1 .206.497a.7.7 0 0 1-.205.497"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23 7.219c0-.58-.226-1.127-.636-1.536l-4.063-4.067c-.82-.821-2.25-.821-3.068 0L12 4.85v-.2a2.203 2.203 0 0 0-2.2-2.202H3.2c-1.213 0-2.2.987-2.2 2.202v16.148C1 22.013 1.987 23 3.2 23h16.133c1.214 0 2.2-.988 2.2-2.202v-6.606a2.203 2.203 0 0 0-2.2-2.202h-.201l3.232-3.235c.41-.41.636-.955.636-1.536M3.2 3.916h6.6c.404 0 .733.329.733.734v7.34H2.467V4.65c0-.405.33-.734.733-.734m-.733 16.882v-7.34h8.066v8.074H3.2a.735.735 0 0 1-.733-.734m17.6-6.606v6.606c0 .404-.33.734-.734.734H12v-8.074h7.333c.404 0 .734.329.734.734M12 11.99V9.585l2.402 2.405zm9.327-4.274l-4.064 4.067a.72.72 0 0 1-.994 0l-4.064-4.067a.7.7 0 0 1 0-.994l4.064-4.068a.697.697 0 0 1 .993 0l4.064 4.068a.7.7 0 0 1 .206.497a.7.7 0 0 1-.205.497"/></svg> </template>
CSS
.icon-extensions-large {
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%22M23%207.219c0-.58-.226-1.127-.636-1.536l-4.063-4.067c-.82-.821-2.25-.821-3.068%200L12%204.85v-.2a2.203%202.203%200%200%200-2.2-2.202H3.2c-1.213%200-2.2.987-2.2%202.202v16.148C1%2022.013%201.987%2023%203.2%2023h16.133c1.214%200%202.2-.988%202.2-2.202v-6.606a2.203%202.203%200%200%200-2.2-2.202h-.201l3.232-3.235c.41-.41.636-.955.636-1.536M3.2%203.916h6.6c.404%200%20.733.329.733.734v7.34H2.467V4.65c0-.405.33-.734.733-.734m-.733%2016.882v-7.34h8.066v8.074H3.2a.735.735%200%200%201-.733-.734m17.6-6.606v6.606c0%20.404-.33.734-.734.734H12v-8.074h7.333c.404%200%20.734.329.734.734M12%2011.99V9.585l2.402%202.405zm9.327-4.274l-4.064%204.067a.72.72%200%200%201-.994%200l-4.064-4.067a.7.7%200%200%201%200-.994l4.064-4.068a.697.697%200%200%201%20.993%200l4.064%204.068a.7.7%200%200%201%20.206.497a.7.7%200%200%201-.205.497%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%22M23%207.219c0-.58-.226-1.127-.636-1.536l-4.063-4.067c-.82-.821-2.25-.821-3.068%200L12%204.85v-.2a2.203%202.203%200%200%200-2.2-2.202H3.2c-1.213%200-2.2.987-2.2%202.202v16.148C1%2022.013%201.987%2023%203.2%2023h16.133c1.214%200%202.2-.988%202.2-2.202v-6.606a2.203%202.203%200%200%200-2.2-2.202h-.201l3.232-3.235c.41-.41.636-.955.636-1.536M3.2%203.916h6.6c.404%200%20.733.329.733.734v7.34H2.467V4.65c0-.405.33-.734.733-.734m-.733%2016.882v-7.34h8.066v8.074H3.2a.735.735%200%200%201-.733-.734m17.6-6.606v6.606c0%20.404-.33.734-.734.734H12v-8.074h7.333c.404%200%20.734.329.734.734M12%2011.99V9.585l2.402%202.405zm9.327-4.274l-4.064%204.067a.72.72%200%200%201-.994%200l-4.064-4.067a.7.7%200%200%201%200-.994l4.064-4.068a.697.697%200%200%201%20.993%200l4.064%204.068a.7.7%200%200%201%20.206.497a.7.7%200%200%201-.205.497%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/extensions-large.svg?color=%231a73e8&size=48