E Commerce Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The E Commerce 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/319934.svg" alt="E Commerce icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/319934.svg" alt="E Commerce icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/319934.svg" alt="E Commerce icon" :width="24" :height="24" />
CSS background
.icon-e-commerce {
background-image: url('https://proicons.com/icon/319934.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 27.5.0, 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="e-commerce_00000050639038168506456740000006292974095440409502_" d="M25,30.36H7c-0.17,0-0.316-0.119-0.352-0.285l-3-14 c-0.023-0.106,0.004-0.217,0.072-0.302C3.789,15.689,3.891,15.64,4,15.64h11.64V6h0.72v9.64H28c0.108,0,0.212,0.049,0.28,0.133 c0.068,0.085,0.095,0.196,0.071,0.302l-3,14C25.316,30.241,25.17,30.36,25,30.36z M7.291,29.64h17.418l2.846-13.28H16.36v6.329 c0.576,0.158,1,0.687,1,1.312c0,0.75-0.61,1.36-1.36,1.36s-1.36-0.61-1.36-1.36c0-0.625,0.424-1.153,1-1.312V16.36H4.445 L7.291,29.64z M16,23.36c-0.353,0-0.64,0.287-0.64,0.64s0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64S16.353,23.36,16,23.36z M23.36,14h-0.72V5c0-0.353-0.287-0.64-0.64-0.64H10C9.647,4.36,9.36,4.647,9.36,5v9H8.64V5c0-0.75,0.61-1.36,1.36-1.36h12 c0.75,0,1.36,0.61,1.36,1.36V14z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!