Resourceful Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Resourceful 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/320623.svg" alt="Resourceful icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320623.svg" alt="Resourceful icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320623.svg" alt="Resourceful icon" :width="24" :height="24" />
CSS background
.icon-resourceful {
background-image: url('https://proicons.com/icon/320623.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 29.1.0, SVG Export Plug-In . SVG Version: 9.03 Build 55587) --> <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="resourceful_00000152257600315926152290000013365116708402008735_" d="M13.254,30.255l-0.509-0.51l1-1 c0.057-0.057,0.13-0.093,0.21-0.103l7.32-0.915c0.36-0.045,0.699-0.21,0.954-0.466l6.102-6.103c0.411-0.41,0.411-1.079,0-1.491 c-0.411-0.411-1.081-0.41-1.49,0.001l-6.207,5.046c-0.426,0.404-1.001,0.652-1.634,0.652h-5v-0.721h5 c0.397,0,0.763-0.141,1.048-0.374l-0.004-0.006l0.116-0.095c0.302-0.297,0.488-0.709,0.488-1.163c0-0.354-0.291-0.642-0.648-0.642 l-7.741-0.007c-2.622,0-4.774,2.043-4.899,4.651c-0.004,0.089-0.042,0.174-0.104,0.236l-3,3.006l-0.51-0.508l2.904-2.91 c0.213-2.925,2.651-5.196,5.61-5.196L20,21.646c0.755,0,1.369,0.61,1.369,1.36c0,0.063-0.003,0.127-0.008,0.188l4.998-4.061 c0.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.102c-0.368,0.368-0.856,0.607-1.375,0.672 l-7.197,0.899L13.254,30.255z M16,19.36c-1.853,0-3.36-1.508-3.36-3.36s1.507-3.36,3.36-3.36s3.36,1.507,3.36,3.36 S17.853,19.36,16,19.36z M16,13.36c-1.456,0-2.64,1.185-2.64,2.64c0,1.456,1.185,2.64,2.64,2.64c1.456,0,2.64-1.184,2.64-2.64 S17.456,13.36,16,13.36z M28,10.36h-8c-0.133,0-0.255-0.073-0.317-0.19S19.627,9.911,19.7,9.8l4-6c0.135-0.2,0.465-0.2,0.6,0l4,6 c0.073,0.11,0.08,0.252,0.018,0.37S28.133,10.36,28,10.36z M20.673,9.64h6.654L24,4.649L20.673,9.64z M12,9.36H6 C5.801,9.36,5.64,9.199,5.64,9V3c0-0.199,0.161-0.36,0.36-0.36h6c0.199,0,0.36,0.161,0.36,0.36v6C12.36,9.199,12.199,9.36,12,9.36z M6.36,8.64h5.28V3.36H6.36V8.64z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!