Resources Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Resources 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/320624.svg" alt="Resources icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320624.svg" alt="Resources icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320624.svg" alt="Resources icon" :width="24" :height="24" />
CSS background
.icon-resources {
background-image: url('https://proicons.com/icon/320624.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.3.1, 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="resources"> <path id="resources_00000008146557073531609950000017574564514113226400_" d="M16,31.36c-0.059,0-0.117-0.015-0.171-0.043l-13-7 C2.713,24.254,2.64,24.133,2.64,24V8c0-0.132,0.073-0.254,0.189-0.317l13-7c0.107-0.058,0.234-0.058,0.342,0l13,7 C29.287,7.746,29.36,7.868,29.36,8v16c0,0.133-0.073,0.254-0.189,0.317l-13,7C16.117,31.346,16.059,31.36,16,31.36z M3.36,23.785 L16,30.591l12.64-6.806V8.215L16,1.409L3.36,8.215V23.785z M22.36,24H21.64v-4c0-2.333-1.471-4.453-3.66-5.275 c-0.128-0.048-0.218-0.165-0.231-0.301s0.052-0.269,0.168-0.341c1.079-0.673,1.724-1.825,1.724-3.082c0-2.007-1.633-3.64-3.64-3.64 c-2.007,0-3.64,1.633-3.64,3.64c0,1.257,0.645,2.409,1.724,3.082c0.116,0.073,0.181,0.205,0.168,0.341 c-0.014,0.136-0.104,0.253-0.232,0.301c-2.189,0.822-3.66,2.942-3.66,5.275v4H9.64v-4c0-2.415,1.397-4.627,3.535-5.692 C12.204,13.485,11.64,12.289,11.64,11c0-2.404,1.956-4.36,4.36-4.36s4.36,1.956,4.36,4.36c0,1.289-0.564,2.485-1.535,3.308 c2.138,1.064,3.535,3.277,3.535,5.692V24z"/> </g> <g id="Layer_1"> </g> </svg>
Copied!