Visual Data Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Visual Data 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/320955.svg" alt="Visual Data icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320955.svg" alt="Visual Data icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320955.svg" alt="Visual Data icon" :width="24" :height="24" />
CSS background
.icon-visual-data {
background-image: url('https://proicons.com/icon/320955.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="visual--data_00000145750280989094137710000006229880914339618494_" d="M16,31.36c-0.647,0-1.19-0.454-1.327-1.061 C7.34,29.626,1.64,23.403,1.64,16C1.64,8.082,8.082,1.64,16,1.64c3.346,0,6.584,1.168,9.154,3.295C25.387,4.75,25.681,4.64,26,4.64 c0.75,0,1.36,0.61,1.36,1.36c0,0.319-0.111,0.613-0.296,0.846c2.128,2.57,3.296,5.808,3.296,9.154c0,7.402-5.701,13.626-13.033,14.3 C17.19,30.905,16.647,31.36,16,31.36z M16,29.36c-0.353,0-0.64,0.287-0.64,0.64s0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64 S16.353,29.36,16,29.36z M16,2.36C8.479,2.36,2.36,8.479,2.36,16c0,7.021,5.397,12.925,12.347,13.579 c0.141-0.432,0.493-0.77,0.934-0.891v-2.335c-5.546-0.19-10-4.762-10-10.354c0-5.712,4.647-10.36,10.36-10.36 c2.727,0,5.211,1.059,7.063,2.788l1.755-1.755C24.705,6.474,24.64,6.245,24.64,6c0-0.169,0.031-0.332,0.089-0.482 C22.281,3.479,19.192,2.36,16,2.36z M16.36,28.688c0.441,0.121,0.792,0.459,0.933,0.891C24.242,28.924,29.64,23.021,29.64,16 c0-3.193-1.119-6.282-3.157-8.729c-0.366,0.139-0.819,0.102-1.155-0.09l-1.755,1.755c1.729,1.852,2.788,4.336,2.788,7.063 c0,5.592-4.454,10.163-10,10.354L16.36,28.688L16.36,28.688z M16.36,22.35v3.284c3.284-0.121,6.153-1.893,7.801-4.508l-2.844-1.641 C20.242,21.121,18.432,22.233,16.36,22.35z M7.479,11.496C6.765,12.841,6.36,14.374,6.36,16c0,5.195,4.13,9.443,9.28,9.634V22.35 c-3.34-0.187-6-2.964-6-6.35c0-1.028,0.245-2,0.68-2.86L7.479,11.496z M16.36,17.312v4.317c2.943-0.187,5.28-2.64,5.28-5.629 c0-1.426-0.531-2.729-1.407-3.724l-3.051,3.051c0.113,0.199,0.179,0.428,0.179,0.673C17.36,16.625,16.936,17.153,16.36,17.312z M16,10.36c-3.11,0-5.64,2.53-5.64,5.64c0,2.989,2.337,5.442,5.28,5.629v-4.317c-0.576-0.158-1-0.686-1-1.312 c0-0.75,0.61-1.36,1.36-1.36c0.245,0,0.474,0.065,0.673,0.178l3.051-3.051C18.729,10.892,17.426,10.36,16,10.36z M21.679,18.862 l2.843,1.642c0.714-1.346,1.118-2.878,1.118-4.504c0-2.529-0.979-4.833-2.576-6.554l-2.321,2.321 c1.006,1.125,1.618,2.609,1.618,4.233C22.36,17.029,22.114,18.002,21.679,18.862z M16,15.36c-0.353,0-0.64,0.287-0.64,0.64 s0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64S16.353,15.36,16,15.36z M7.839,10.873l2.842,1.643c1.076-1.637,2.886-2.75,4.959-2.866 V6.367C12.356,6.488,9.488,8.259,7.839,10.873z M16.36,9.65c1.483,0.083,2.832,0.677,3.874,1.607l2.32-2.32 c-1.639-1.522-3.807-2.482-6.194-2.57V9.65z M26,5.36c-0.353,0-0.64,0.287-0.64,0.64S25.647,6.64,26,6.64S26.64,6.353,26.64,6 S26.353,5.36,26,5.36z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!