Custom Reports Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Custom Reports 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/319836.svg" alt="Custom Reports icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/319836.svg" alt="Custom Reports icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/319836.svg" alt="Custom Reports icon" :width="24" :height="24" />
CSS background
.icon-custom-reports {
background-image: url('https://proicons.com/icon/319836.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" 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="custom-reports_00000170277307239564958320000005674024734880280997_" d="M30,30.36H2c-0.75,0-1.36-0.61-1.36-1.36V7 c0-0.75,0.61-1.36,1.36-1.36h8.5c0.426,0,0.833,0.203,1.088,0.544l1.416,2.223C13.108,8.544,13.299,8.64,13.5,8.64H30 c0.75,0,1.36,0.61,1.36,1.36v19C31.36,29.75,30.75,30.36,30,30.36z M24.36,29.64H30c0.353,0,0.64-0.287,0.64-0.64V10 c0-0.353-0.287-0.64-0.64-0.64H13.5c-0.426,0-0.833-0.203-1.088-0.544l-1.416-2.223C10.892,6.456,10.701,6.36,10.5,6.36H2 C1.647,6.36,1.36,6.647,1.36,7v22c0,0.353,0.287,0.64,0.64,0.64h5.64V13.312c-0.576-0.158-1-0.686-1-1.312 c0-0.75,0.61-1.36,1.36-1.36S9.36,11.25,9.36,12c0,0.625-0.424,1.153-1,1.312V29.64h7.28V17.312c-0.576-0.158-1-0.686-1-1.312 c0-0.75,0.61-1.36,1.36-1.36c0.75,0,1.36,0.61,1.36,1.36c0,0.625-0.425,1.153-1,1.312V29.64h7.28v-8.328 c-0.575-0.158-1-0.687-1-1.312c0-0.75,0.61-1.36,1.36-1.36s1.36,0.61,1.36,1.36c0,0.625-0.425,1.153-1,1.312V29.64z M24,19.36 c-0.353,0-0.64,0.287-0.64,0.64s0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64S24.353,19.36,24,19.36z M16,15.36 c-0.353,0-0.64,0.287-0.64,0.64s0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64S16.353,15.36,16,15.36z M8,11.36 c-0.353,0-0.64,0.287-0.64,0.64S7.647,12.64,8,12.64c0.353,0,0.64-0.287,0.64-0.64S8.353,11.36,8,11.36z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!