Flow Chart Detail Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Flow Chart Detail 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/320047.svg" alt="Flow Chart Detail icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320047.svg" alt="Flow Chart Detail icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320047.svg" alt="Flow Chart Detail icon" :width="24" :height="24" />
CSS background
.icon-flow-chart-detail {
background-image: url('https://proicons.com/icon/320047.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="flow--chart--detail_1_" d="M30.746,31.255L19.763,20.287C17.73,22.192,14.999,23.36,12,23.36 C5.736,23.36,0.64,18.264,0.64,12S5.736,0.64,12,0.64c3.909,0,7.363,1.984,9.408,5H31v0.72h-9.142 c0.41,0.715,0.746,1.479,0.994,2.28H31v0.72h-7.95c0.176,0.735,0.28,1.498,0.305,2.28H31v0.72h-7.646 c-0.024,0.782-0.129,1.546-0.304,2.281H31v0.72h-8.147c-0.518,1.669-1.411,3.175-2.58,4.418l10.981,10.967L30.746,31.255z M1.904,15.361C3.314,19.586,7.307,22.64,12,22.64c1.828,0,3.55-0.463,5.055-1.278H16c-0.199,0-0.36-0.161-0.36-0.36v-2.64H11 c-0.199,0-0.36-0.161-0.36-0.36V12.36H6.359v2.641c0,0.199-0.161,0.36-0.36,0.36C5.999,15.361,1.904,15.361,1.904,15.361z M16.359,20.641h1.843c1.799-1.294,3.179-3.136,3.894-5.279H16.36v5.279H16.359z M11.36,17.641h4.28v-2.639 c0-0.199,0.161-0.36,0.36-0.36h6.309c0.216-0.845,0.331-1.73,0.331-2.642c0-0.91-0.114-1.795-0.331-2.639H16 c-0.199,0-0.36-0.161-0.36-0.36V6.36h-4.28C11.36,6.36,11.36,17.641,11.36,17.641z M1.692,14.642H5.64v-5.28H1.691 C1.475,10.205,1.36,11.09,1.36,12C1.36,12.911,1.475,13.797,1.692,14.642z M6.359,11.641h4.281V6c0-0.199,0.161-0.36,0.36-0.36h4.64 V3.001c0-0.199,0.161-0.36,0.36-0.36h1.059C15.554,1.825,13.83,1.36,12,1.36c-4.694,0-8.688,3.056-10.097,7.282H6 c0.199,0,0.36,0.161,0.36,0.36L6.359,11.641L6.359,11.641z M16.359,8.642h5.737c-0.714-2.143-2.094-3.985-3.892-5.28h-1.846v5.28 H16.359z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!