Green It 02 Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Green It 02 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/320122.svg" alt="Green It 02 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320122.svg" alt="Green It 02 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320122.svg" alt="Green It 02 icon" :width="24" :height="24" />
CSS background
.icon-green-it-02 {
background-image: url('https://proicons.com/icon/320122.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="green-it--02_00000059286151018882892300000003519511916409653376_" d="M16,0.64C7.53,0.64,0.64,7.53,0.64,16 S7.53,31.36,16,31.36S31.36,24.47,31.36,16S24.47,0.64,16,0.64z M1.378,16.36H7.65c0.034,2.646,0.432,5.125,1.108,7.28H3.535 C2.224,21.509,1.443,19.024,1.378,16.36z M8.369,16.36h7.271v7.28H9.495C8.811,21.509,8.403,19.024,8.369,16.36z M15.64,24.36v6.244 c-2.441-0.219-4.586-2.632-5.903-6.244H15.64z M16.36,24.36h5.903c-1.317,3.612-3.461,6.025-5.903,6.244V24.36z M16.36,23.64v-7.28 h7.27c-0.034,2.665-0.441,5.149-1.126,7.28H16.36z M24.35,16.36h6.271c-0.065,2.665-0.846,5.149-2.157,7.28h-5.222 C23.919,21.485,24.317,19.006,24.35,16.36z M16,1.36c7.951,0,14.428,6.375,14.621,14.28H16.36V13v-1.64H18 c2.2,0,4.36-2.16,4.36-4.36V5c0-0.199-0.161-0.36-0.36-0.36h-2c-2.142,0-4.229,2.048-4.339,4.186C14.849,7.571,13.44,6.64,12,6.64 h-2C9.801,6.64,9.64,6.801,9.64,7v2c0,2.2,2.16,4.36,4.36,4.36h1.64v2.28H1.378C1.572,7.735,8.049,1.36,16,1.36z M18.745,7.746 l-2.385,2.386V9c0-1.803,1.837-3.64,3.64-3.64h1.64V7c0,1.803-1.837,3.64-3.64,3.64h-1.131l2.386-2.386L18.745,7.746z M15.64,12.131 l-2.386-2.386l-0.509,0.509l2.386,2.386H14c-1.803,0-3.64-1.837-3.64-3.64V7.36H12c1.803,0,3.64,1.837,3.64,3.64V12.131z M3.999,24.36h4.997c0.957,2.698,2.363,4.803,4.022,5.972C9.301,29.56,6.102,27.37,3.999,24.36z M18.982,30.333 c1.659-1.169,3.064-3.274,4.022-5.972h4.997C25.897,27.37,22.699,29.56,18.982,30.333z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!