Indsmart Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Indsmart 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/327407.svg" alt="Indsmart icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327407.svg" alt="Indsmart icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327407.svg" alt="Indsmart icon" :width="24" :height="24" />
CSS background
.icon-indsmart {
background-image: url('https://proicons.com/icon/327407.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.g{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="e" class="g" d="M25.64330337,19.45738274c.54595353.00300001,1.13690335.13698759,1.75085194.43196281l-1.34788601,3.53770205,2.36979927-1.01791389c-.99791512.83692938-1.7648507,1.90983894-2.14681849,3.18473115,4.75959923-2.25480919,7.59735949,2.83276152,4.31463702,5.46153975l-2.56478445-2.645777-.12198946,2.83376089c-.21198203-1.59986559-.92992196-3.32771875-2.2958061-5.10456948-.96691759,5.63152551-5.36254716,6.17447903-6.94241589,1.76385133l3.73868533-.60394921-2.36780054-1.54586929c1.31788976.42196533,2.86675905.5849498,4.64360787.39696591-3.57769769-2.89875595-1.97783401-6.70743508.9699195-6.69243504Z"/><path id="f" class="g" d="M31.76978611,7.99734733l-1.00691514,3.00574681c-5.53253292-2.40179712-12.95290727-1.85784328-15.34970661,3.54770144-1.35988509,3.06674201-.9729176,6.50645084,1.02491327,8.85425261l-4.74959984-3.10173796-6.18847779,10.25413715,3.61369586-.5309554c1.66286001,6.44945739,6.30446915,10.35512657,11.06806775,9.92916377,3.67468964-.32997403,6.83242455-2.71776953,7.60236014-6.09148584l-.26297833,6.13848277,12.32096245-.25797769-2.31980425-2.12882226c4.7445992-3.83267728,6.79042827-10.22213835,3.02574606-14.51077849-1.96183651-2.23481233-4.89258935-3.00974666-7.61135825-2.63677889l4.62361101-1.98683212-5.79051633-10.48411589Z"/></svg>
Copied!