Concept Insights Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Concept Insights 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/319773.svg" alt="Concept Insights icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/319773.svg" alt="Concept Insights icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/319773.svg" alt="Concept Insights icon" :width="24" :height="24" />
CSS background
.icon-concept-insights {
background-image: url('https://proicons.com/icon/319773.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.1.2, 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="concept--insights_1_" d="M20.003,31.36c-1.853,0-3.36-1.508-3.36-3.36s1.507-3.36,3.36-3.36 c0.506,0,0.986,0.113,1.418,0.314l2.334-4.084c-1.07-0.496-1.95-1.334-2.499-2.374l-14.168,8.18C7.263,27.082,7.36,27.53,7.36,28 c0,1.853-1.507,3.36-3.36,3.36S0.64,29.853,0.64,28S2.147,24.64,4,24.64c1.125,0,2.124,0.557,2.734,1.409l14.228-8.214 c-0.169-0.465-0.275-0.959-0.31-1.473H7.341c-0.181,1.684-1.61,3-3.341,3c-1.853,0-3.36-1.508-3.36-3.36 c0-1.853,1.507-3.36,3.36-3.36c1.731,0,3.161,1.316,3.341,3h13.312c0.134-2.01,1.381-3.72,3.129-4.518l-2.336-4.09 c-0.438,0.209-0.927,0.326-1.442,0.326c-1.853,0-3.36-1.507-3.36-3.36s1.507-3.36,3.36-3.36s3.36,1.507,3.36,3.36 c0,1.079-0.512,2.041-1.305,2.656l2.405,4.211c0.487-0.146,1.003-0.224,1.536-0.224c2.955,0,5.36,2.404,5.36,5.36 c0,2.955-2.405,5.36-5.36,5.36c-0.544,0-1.069-0.082-1.564-0.233l-2.398,4.197c0.805,0.614,1.326,1.584,1.326,2.673 C23.363,29.853,21.855,31.36,20.003,31.36z M20.003,25.36c-1.456,0-2.64,1.184-2.64,2.64s1.184,2.64,2.64,2.64s2.64-1.184,2.64-2.64 S21.459,25.36,20.003,25.36z M4,25.36c-1.456,0-2.64,1.184-2.64,2.64S2.544,30.64,4,30.64S6.64,29.456,6.64,28S5.456,25.36,4,25.36z M26,11.363c-2.559,0-4.64,2.082-4.64,4.64s2.081,4.64,4.64,4.64s4.64-2.081,4.64-4.64S28.559,11.363,26,11.363z M4,13.361 c-1.456,0-2.64,1.185-2.64,2.64s1.184,2.64,2.64,2.64s2.64-1.184,2.64-2.639S5.456,13.361,4,13.361z M20.003,1.36 c-1.456,0-2.64,1.185-2.64,2.64s1.184,2.64,2.64,2.64s2.64-1.185,2.64-2.64S21.459,1.36,20.003,1.36z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!