Sustainability Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Sustainability 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/320789.svg" alt="Sustainability icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320789.svg" alt="Sustainability icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320789.svg" alt="Sustainability icon" :width="24" :height="24" />
CSS background
.icon-sustainability {
background-image: url('https://proicons.com/icon/320789.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 26.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <svg version="1.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"> <g id="sustainability"> <path id="sustainability_00000034785448861584247840000017478098389065020046_" d="M4.254,31.255l-0.509-0.51l2.918-2.909 c0.213-2.925,2.644-5.196,5.595-5.196H20c0.721,0,1.313,0.564,1.357,1.274c0.008,0.028,0.012,0.058,0.012,0.088 c0,0.065-0.003,0.13-0.009,0.194l4.999-4.062c0.663-0.666,1.79-0.667,2.48,0.024c0.692,0.692,0.691,1.818,0.001,2.51l-6.102,6.102 c-0.369,0.369-0.857,0.607-1.375,0.672l-7.197,0.899l-0.913,0.913l-0.509-0.51l1-1c0.057-0.057,0.13-0.093,0.21-0.103l7.32-0.915 c0.359-0.044,0.698-0.21,0.954-0.467l6.102-6.102c0.411-0.41,0.411-1.079,0-1.491c-0.411-0.411-1.081-0.41-1.49,0.001l-6.272,5.099 C20.15,26.136,19.601,26.36,19,26.36h-5V25.64h5c0.396,0,0.76-0.14,1.045-0.371l-0.001-0.002l0.062-0.052 c0.317-0.285,0.522-0.691,0.541-1.145c-0.005-0.022-0.008-0.046-0.008-0.07c0-0.353-0.287-0.64-0.64-0.64h-7.741 c-2.614,0-4.759,2.043-4.885,4.651c-0.004,0.089-0.042,0.174-0.105,0.237L4.254,31.255z M16.36,11.36H19 c4.127,0,7.36-3.233,7.36-7.36V1c0-0.199-0.161-0.36-0.36-0.36h-3c-4.053,0-7.244,3.117-7.357,7.138 C14.468,5.309,11.965,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.64V21h0.72V11.36z M9,4.36 c3.723,0,6.64,2.917,6.64,6.64v2.131l-5.386-5.385L9.746,8.254l5.385,5.386H13c-3.723,0-6.64-2.917-6.64-6.64V4.36H9z M22.255,5.254l-0.51-0.509l-5.385,5.385V8c0-3.723,2.917-6.64,6.64-6.64h2.64V4c0,3.723-2.916,6.64-6.64,6.64h-2.131L22.255,5.254 z"/> </g> <g id="Layer_1"> </g> </svg>
Copied!