Corplight Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Corplight 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/338589.svg" alt="Corplight icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338589.svg" alt="Corplight icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338589.svg" alt="Corplight icon" :width="24" :height="24" />
CSS background
.icon-corplight {
background-image: url('https://proicons.com/icon/338589.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{stroke-width:1px;}.c,.d,.e,.f{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}.d{stroke-width:1px;}.f{stroke-width:1px;}.g{fill:#fff;stroke-width:0px;}</style></defs><path class="e" d="M5.5,38h37"/><path class="e" d="M17.8534,19.3659c-.2934.5942-.9779.9903-1.6624.9903-1.0756,0-1.9558-.8913-1.9558-1.9805v-1.2873c0-1.0893.8801-1.9805,1.9558-1.9805.6845,0,1.3691.396,1.6624.9902"/><path class="e" d="M21.7087,20.3562c-1.0688,0-1.9433-.8912-1.9433-1.9805v-1.2873c0-1.0893.8745-1.9805,1.9433-1.9805s1.9433.8913,1.9433,1.9805v1.2873c0,1.0893-.8744,1.9805-1.9433,1.9805Z"/><path class="d" d="M25.6369,17.0821c0-1.0855.8517-1.9736,1.8927-1.9736"/><path class="d" d="M25.6369,15.1079v5.3286"/><path class="d" d="M29.8112,18.5018c0,1.0981.8896,1.9965,1.9768,1.9965s1.9768-.8983,1.9768-1.9965v-1.2976c0-1.098-.8896-1.9965-1.9768-1.9965s-1.9768.8984-1.9768,1.9965"/><path class="d" d="M29.8112,15.1079v7.9858"/><path class="e" d="M17.147,25.98v5.2679c0,.4515.301.7526.7526.7526h.2257"/><path class="g" d="M20.432,27.5c.414,0,.75-.3357.75-.75,0-.414-.336-.75-.75-.75-.4143,0-.75.336-.75.75,0,.4143.3357.75.75.75Z"/><path class="c" d="M20.432,28.506v3.4941"/><path class="e" d="M25.743,28.034v4.5051c0,.826-.6758,1.5018-1.5017,1.5018-.4505,0-.826-.1502-1.0512-.4505"/><path class="e" d="M24.241,27.959c.8259,0,1.5017.6758,1.5017,1.5017v.9761c0,.826-.6758,1.5018-1.5017,1.5018s-1.5017-.6758-1.5017-1.5018v-.9761c0-.8259.6757-1.5017,1.5017-1.5017Z"/><path class="e" d="M27.596,26v6.1"/><path class="e" d="M27.596,29.6148c0-.8284.6778-1.5062,1.5062-1.5062s1.5061.6778,1.5061,1.5062v2.4852"/><path class="f" d="M32.6382,26.0334v5.2c0,.52.3466.8666.8666.8666h.26"/><path class="f" d="M31.6852,27.4194h1.9067"/><path class="e" d="M38.5,5.5H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4Z"/></svg>
Copied!