Plastics Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Plastics 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/320524.svg" alt="Plastics icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320524.svg" alt="Plastics icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320524.svg" alt="Plastics icon" :width="24" :height="24" />
CSS background
.icon-plastics {
background-image: url('https://proicons.com/icon/320524.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="plastics_00000127033856044014474790000010016821892907244421_" d="M29,31.36H3c-0.184,0-0.337-0.139-0.358-0.32 l-0.964-8.68H1v-0.72h4.64V1c0-0.199,0.161-0.36,0.36-0.36h4c0.199,0,0.36,0.161,0.36,0.36v6c0,0.904,0.736,1.64,1.64,1.64h6 c0.904,0,1.64-0.736,1.64-1.64V1c0-0.199,0.161-0.36,0.36-0.36h4c0.199,0,0.36,0.161,0.36,0.36v15.64H31v0.72h-0.665l-0.976,13.665 C29.346,31.214,29.188,31.36,29,31.36z M23.335,30.64h5.33l0.163-2.279h-5.656L23.335,30.64z M15.402,30.64h7.211l-0.948-13.28H21 v-0.72h2.64V1.36h-3.28V7c0,1.301-1.059,2.36-2.36,2.36h-6c-1.301,0-2.36-1.059-2.36-2.36V1.36H6.36v20.28H17v0.721h-0.678 L15.402,30.64z M3.322,30.64h11.355l0.698-6.279H2.625L3.322,30.64z M23.121,27.64h5.758l0.592-8.279H22.53L23.121,27.64z M2.544,23.64h12.911l0.142-1.279H2.402L2.544,23.64z M22.479,18.64h7.043l0.092-1.279h-7.227L22.479,18.64z M10.254,19.255 l-0.509-0.51l6-6l0.509,0.509L10.254,19.255z M15.254,17.255l-0.509-0.509l5-5l0.51,0.509L15.254,17.255z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!