Transparent Supply Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Transparent Supply 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/320890.svg" alt="Transparent Supply icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320890.svg" alt="Transparent Supply icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320890.svg" alt="Transparent Supply icon" :width="24" :height="24" />
CSS background
.icon-transparent-supply {
background-image: url('https://proicons.com/icon/320890.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 29.1.0, SVG Export Plug-In . SVG Version: 9.03 Build 55587) --> <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="transparent-supply_00000097478822363636673470000005241532438362164120_" d="M30,30.36h-6c-0.199,0-0.36-0.161-0.36-0.36 v-2.64H8.5c-3.231,0-5.86-2.629-5.86-5.86s2.628-5.86,5.86-5.86H10v0.72H8.5c-2.834,0-5.14,2.306-5.14,5.14s2.306,5.14,5.14,5.14 h15.14V24c0-0.199,0.161-0.36,0.36-0.36h6c0.199,0,0.36,0.161,0.36,0.36v6C30.36,30.199,30.199,30.36,30,30.36z M24.36,29.64h5.279 v-5.28H24.36V29.64z M21.36,22h-0.72v-3c0-0.797-0.843-1.64-1.64-1.64h-6c-0.797,0-1.64,0.843-1.64,1.64v3h-0.72v-3 c0-1.191,1.169-2.36,2.36-2.36h6c1.191,0,2.36,1.168,2.36,2.36V22z M23.5,16.36H22v-0.72h1.5c2.834,0,5.14-2.306,5.14-5.14 s-2.306-5.14-5.14-5.14H8.36V8c0,0.199-0.161,0.36-0.36,0.36H2C1.801,8.36,1.64,8.199,1.64,8V2c0-0.199,0.161-0.36,0.36-0.36h6 c0.199,0,0.36,0.161,0.36,0.36v2.64H23.5c3.231,0,5.86,2.628,5.86,5.86S26.731,16.36,23.5,16.36z M2.36,7.64h5.28V2.36H2.36V7.64z M16,15.36c-1.577,0-2.86-1.283-2.86-2.86S14.423,9.64,16,9.64s2.86,1.283,2.86,2.86S17.577,15.36,16,15.36z M16,10.36 c-1.18,0-2.14,0.96-2.14,2.14s0.96,2.14,2.14,2.14s2.14-0.96,2.14-2.14S17.18,10.36,16,10.36z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!