Lumosity Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Lumosity 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/343281.svg" alt="Lumosity icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343281.svg" alt="Lumosity icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343281.svg" alt="Lumosity icon" :width="24" :height="24" />
CSS background
.icon-lumosity {
background-image: url('https://proicons.com/icon/343281.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="e" class="g" d="M27.90700006,42.5v-7.43600082h8.17099953v-9.29100037h3.97200012l-2.68099976-9.99800014c-1.63299942-6.08699894-7.6609993-10.27499866-14.31699944-10.27499866-8.34000015,0-15.10200024,6.75500011-15.10200024,15.08800125,0,4.86800003,2.30799961,9.19799995,5.89000034,11.95700073v7.00299835l14.06699944,2.95199966Z"/><path id="f" class="g" d="M18.64300013,40.14199829v-15.40399742h-2.30900002c-.81999969,0-1.47999954-.69400024-1.47999954-1.55699921,0-.69499969.43000031-1.28100014,1.02700043-1.48200035h-2.67000008c-1.01399517,0-1.83600044-.82200432-1.83600044-1.83599854v-.00000191c0-1.00099945.80200005-1.81200027,1.80000019-1.83200073-.81339645-.20575142-1.38364315-.93698502-1.38500023-1.77599907.00152302-1.01399326.82476234-1.83476353,1.83875561-1.83323956.15911484.00023842.31752396.02116108.47124481.06223965-.2196312-.30846024-.33839989-.67734051-.34000015-1.05599976.0017519-1.01399326.82517624-1.83457661,1.8391695-1.83282471.5061655.00087452.98951626.21067524,1.33582973.57982445.12199974-.07699966.24699974-.15100002.37599945-.22399998-.09786415-.2267828-.14888573-.47100544-.14999962-.71800041.00547409-1.01397991.83190536-1.83153534,1.84588432-1.82606125.83853912.00452709,1.5674572.57661819,1.77111626,1.39006138.15699959-.02499962.31999969-.04599953.48500061-.06499958-.01669884-.09579468-.02572823-.19276905-.02700043-.28999996,0-1.01454735.82245255-1.83699989,1.83699989-1.83699989s1.83699989.82245255,1.83699989,1.83699989h0c-.00128174.09723091-.01030922.19420433-.02700043.28999996.16500092.01900005.32999992.03999996.48800087.06499958.20000076-.81900024.93400002-1.39599991,1.77700043-1.39799976,1.01399422.00034904,1.83571625.82263756,1.8353672,1.83663177-.00008392.24578285-.04951668.4890461-.14536667.71536827.12800026.07299995.25399971.14700031.375.22399998.6955204-.73785877,1.8575058-.77218056,2.59536362-.07666016.36641693.34539223.57489395.82611847.57663727,1.32966042,0,.38000011-.11999893.75-.34000015,1.05799961.97961807-.26178741,1.98597717.32013035,2.24776459,1.29974937.040905.15307617.0618248.31080341.06223679.46925068-.00112534.83843613-.57039642,1.56947708-1.38299942,1.77600098,1.01256943.04207802,1.79930878.89703751,1.75722885,1.90960503-.04021835.96782875-.82578659,1.73770714-1.7942276,1.75839424h-7.85500526c-2.69000053,0-4.00200081.61300087-4.00200081,3.09499931v15.8599987"/></svg>
Copied!