Green It 01 Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Green It 01 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/320121.svg" alt="Green It 01 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320121.svg" alt="Green It 01 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320121.svg" alt="Green It 01 icon" :width="24" :height="24" />
CSS background
.icon-green-it-01 {
background-image: url('https://proicons.com/icon/320121.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--01_00000063615389321786414830000006821272361053162943_" d="M28.36,24.676V22c0-2.198-1.162-3.36-3.36-3.36 h-8.64V14v-2.64H19c4.127,0,7.36-3.233,7.36-7.36V1c0-0.199-0.161-0.36-0.36-0.36h-3c-4.063,0-7.253,3.136-7.351,7.172 C14.48,5.326,11.977,3.64,9,3.64H6C5.801,3.64,5.64,3.801,5.64,4v3c0,4.127,3.233,7.36,7.36,7.36h2.64v4.28H7 c-2.198,0-3.36,1.162-3.36,3.36v2.676c-1.682,0.182-3,1.595-3,3.324c0,1.853,1.507,3.36,3.36,3.36S7.36,29.853,7.36,28 c0-1.729-1.318-3.141-3-3.324V22c0-1.801,0.839-2.64,2.64-2.64h8.64v5.316c-1.682,0.182-3,1.595-3,3.324 c0,1.853,1.507,3.36,3.36,3.36s3.36-1.508,3.36-3.36c0-1.729-1.319-3.141-3-3.324V19.36H25c1.801,0,2.64,0.839,2.64,2.64v2.676 c-1.681,0.183-3,1.595-3,3.324c0,1.853,1.508,3.36,3.36,3.36s3.36-1.508,3.36-3.36C31.36,26.271,30.042,24.859,28.36,24.676z M23,1.36h2.64V4c0,3.723-2.916,6.64-6.64,6.64h-2.131l5.386-5.386l-0.51-0.509l-5.385,5.386V8C16.36,4.277,19.276,1.36,23,1.36z M6.36,7V4.36H9c3.723,0,6.64,2.917,6.64,6.64v2.131l-5.386-5.386L9.746,8.254l5.386,5.386H13C9.277,13.64,6.36,10.723,6.36,7z M6.64,28c0,1.456-1.185,2.64-2.64,2.64S1.36,29.456,1.36,28S2.544,25.36,4,25.36S6.64,26.544,6.64,28z M18.64,28 c0,1.456-1.184,2.64-2.64,2.64s-2.64-1.184-2.64-2.64s1.185-2.64,2.64-2.64C17.456,25.36,18.64,26.544,18.64,28z M28,30.64 c-1.456,0-2.64-1.184-2.64-2.64s1.184-2.64,2.64-2.64s2.64,1.184,2.64,2.64S29.456,30.64,28,30.64z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!