Chart Custom Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Chart Custom icon is commonly used in analytics dashboards, reports and data visualization. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/319654.svg" alt="Chart Custom icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/319654.svg" alt="Chart Custom icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/319654.svg" alt="Chart Custom icon" :width="24" :height="24" />
CSS background
.icon-chart-custom {
background-image: url('https://proicons.com/icon/319654.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 24.3.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="chart--custom_1_" d="M15,31.36c-0.092,0-0.182-0.035-0.251-0.103c-0.108-0.104-0.139-0.267-0.078-0.404l1.768-3.979 c0.019-0.041,0.044-0.078,0.077-0.11l12.232-12.021c0.141-0.138,0.369-0.138,0.508,0.003l2.001,2.016 c0.14,0.141,0.139,0.368-0.001,0.508L19.144,29.396c-0.029,0.029-0.062,0.054-0.1,0.071l-3.889,1.857 C15.105,31.349,15.053,31.36,15,31.36z M16.884,27.646l-1.159,2.609l2.549-1.218L16.884,27.646z M17.279,27.022l1.609,1.61 l9.611-9.624l-1.521-1.52L17.279,27.022z M27.493,16.984l1.516,1.516l1.483-1.485l-1.496-1.507L27.493,16.984z M11,31.36H1 c-0.199,0-0.36-0.161-0.36-0.36V1c0-0.199,0.161-0.36,0.36-0.36h18c0.096,0,0.188,0.038,0.255,0.105l6,6 C25.322,6.813,25.36,6.904,25.36,7v7h-0.72V7.36H19c-0.199,0-0.36-0.161-0.36-0.36V1.36H1.36v29.28H11V31.36z M19.36,6.64h4.771 L19.36,1.869V6.64z M19,21.36h-3c-0.199,0-0.36-0.161-0.36-0.36v-9c0-0.199,0.161-0.36,0.36-0.36h3c0.199,0,0.36,0.161,0.36,0.36v9 C19.36,21.199,19.199,21.36,19,21.36z M16.36,20.64h2.28v-8.28h-2.28V20.64z M14,21.36h-3c-0.199,0-0.36-0.161-0.36-0.36V9 c0-0.199,0.161-0.36,0.36-0.36h3c0.199,0,0.36,0.161,0.36,0.36v12C14.36,21.199,14.199,21.36,14,21.36z M11.36,20.64h2.28V9.36 h-2.28V20.64z M9,21.36H6c-0.199,0-0.36-0.161-0.36-0.36v-6c0-0.199,0.161-0.36,0.36-0.36h3c0.199,0,0.36,0.161,0.36,0.36v6 C9.36,21.199,9.199,21.36,9,21.36z M6.36,20.64h2.28v-5.28H6.36V20.64z"/> <rect id="Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!