Extensible Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Extensible 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/319989.svg" alt="Extensible icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/319989.svg" alt="Extensible icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/319989.svg" alt="Extensible icon" :width="24" :height="24" />
CSS background
.icon-extensible {
background-image: url('https://proicons.com/icon/319989.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="iso-8859-1"?> <!-- Generator: Adobe Illustrator 26.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve"> <path id="extensible_00000143598990943758062190000016962354494388155554_" d="M3,31.36H1c-0.199,0-0.36-0.161-0.36-0.36v-2 c0-0.199,0.161-0.36,0.36-0.36h0.64V2c0-0.199,0.161-0.36,0.36-0.36h26.64V1c0-0.199,0.161-0.36,0.36-0.36h2 c0.199,0,0.36,0.161,0.36,0.36v2c0,0.199-0.161,0.36-0.36,0.36h-0.64V30c0,0.199-0.161,0.36-0.36,0.36H3.36V31 C3.36,31.199,3.199,31.36,3,31.36z M1.36,30.64h1.28v-1.28H1.36V30.64z M22.36,29.64h7.279V3.36H29c-0.199,0-0.36-0.161-0.36-0.36 V2.36H2.36v7.28h18.28V9c0-0.199,0.161-0.36,0.36-0.36h2c0.199,0,0.36,0.161,0.36,0.36v2c0,0.199-0.161,0.36-0.36,0.36h-0.64 C22.36,11.36,22.36,29.64,22.36,29.64z M14.36,29.64h7.28V11.36H21c-0.199,0-0.36-0.161-0.36-0.36v-0.64H2.36v7.28h10.28V17 c0-0.199,0.161-0.36,0.36-0.36h2c0.199,0,0.36,0.161,0.36,0.36v2c0,0.199-0.161,0.36-0.36,0.36h-0.64 C14.36,19.36,14.36,29.64,14.36,29.64z M3.36,29.64h10.28V19.36H13c-0.199,0-0.36-0.161-0.36-0.36v-0.64H2.36v10.28H3 c0.199,0,0.36,0.161,0.36,0.36C3.36,29,3.36,29.64,3.36,29.64z M13.36,18.64h1.28v-1.28h-1.28V18.64z M21.36,10.64h1.279V9.36H21.36 V10.64z M29.36,2.64h1.279V1.36H29.36V2.64z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!