Extensions Large Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Extensions Large icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/307152.svg" alt="Extensions Large icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307152.svg" alt="Extensions Large icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307152.svg" alt="Extensions Large icon" :width="24" :height="24" />
CSS background
.icon-extensions-large {
background-image: url('https://proicons.com/icon/307152.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M23 7.21878C23 6.63842 22.7741 6.09232 22.3644 5.68323L18.3008 1.61583C17.4814 0.794722 16.0519 0.794722 15.2325 1.61583L12 4.85135V4.64974C12 3.4352 11.0134 2.44771 9.8 2.44771H3.2C1.98658 2.44771 1 3.4352 1 4.64974V20.798C1 22.0125 1.98658 23 3.2 23H19.3333C20.5468 23 21.5333 22.0125 21.5333 20.798V14.1919C21.5333 12.9773 20.5468 11.9898 19.3333 11.9898H19.1319L22.3644 8.75531C22.7741 8.34524 23 7.80012 23 7.21878ZM3.2 3.91573H9.8C10.2038 3.91573 10.5333 4.24457 10.5333 4.64974V11.9898H2.46667V4.64974C2.46667 4.24457 2.79618 3.91573 3.2 3.91573ZM2.46667 20.798V13.4579H10.5333V21.532H3.2C2.79618 21.532 2.46667 21.2022 2.46667 20.798ZM20.0667 14.1919V20.798C20.0667 21.2022 19.7372 21.532 19.3333 21.532H12V13.4579H19.3333C19.7372 13.4579 20.0667 13.7867 20.0667 14.1919ZM12 11.9898V9.58523L14.4024 11.9898H12ZM21.327 7.71595L17.2634 11.7833C16.9974 12.0495 16.5359 12.0495 16.269 11.7833L12.2053 7.71595C12.0724 7.58383 11.999 7.40669 11.999 7.21878C11.999 7.03087 12.0724 6.85471 12.2053 6.72161L16.269 2.65421C16.402 2.52111 16.578 2.44771 16.7657 2.44771C16.9534 2.44771 17.1294 2.52111 17.2624 2.65421L21.326 6.72161C21.459 6.85373 21.5324 7.03087 21.5324 7.21878C21.5324 7.40669 21.46 7.58285 21.327 7.71595Z"/></svg>
Copied!