Gigalife Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Gigalife 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/326502.svg" alt="Gigalife icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326502.svg" alt="Gigalife icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326502.svg" alt="Gigalife icon" :width="24" :height="24" />
CSS background
.icon-gigalife {
background-image: url('https://proicons.com/icon/326502.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{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}.d{fill:#000;stroke-width:0px;}</style></defs><path class="c" d="M38.5006,5.4992H9.4994c-2.2001,0-4.0002,1.8001-4.0002,4.0002v29.0013c0,2.2001,1.8001,4.0002,4.0002,4.0002h29.0013c2.2001,0,4.0002-1.8001,4.0002-4.0002V9.4994c0-2.2001-1.8001-4.0002-4.0002-4.0002Z"/><path class="c" d="M17.7757,12.7663v8.6034c0,1.5773-1.3046,2.8678-2.899,2.8678-.8697,0-1.5944-.2868-2.0293-.8604"/><path class="c" d="M14.8767,12.7663c1.5944,0,2.899,1.2905,2.899,2.8678v1.8641c0,1.5773-1.3046,2.8678-2.899,2.8678s-2.899-1.2905-2.899-2.8678v-1.8641c0-1.5773,1.3046-2.8678,2.899-2.8678Z"/><circle class="d" cx="20.0785" cy="10.5165" r=".75"/><line class="c" x1="20.0785" y1="12.7663" x2="20.0785" y2="20.366"/><path class="c" d="M36.0223,17.4982c0,1.5773-1.3046,2.8678-2.899,2.8678s-2.899-1.2905-2.899-2.8678v-1.8641c0-1.5773,1.3046-2.8678,2.899-2.8678s2.899,1.2905,2.899,2.8678"/><line class="c" x1="36.0223" y1="20.366" x2="36.0223" y2="12.7663"/><path class="c" d="M28.0628,12.7663v8.6034c0,1.5773-1.3046,2.8678-2.899,2.8678-.8697,0-1.5944-.2868-2.0293-.8604"/><path class="c" d="M25.1638,12.7663c1.5944,0,2.899,1.2905,2.899,2.8678v1.8641c0,1.5773-1.3046,2.8678-2.899,2.8678s-2.899-1.2905-2.899-2.8678v-1.8641c0-1.5773,1.3046-2.8678,2.899-2.8678Z"/><path class="c" d="M32.4754,36.7951c-.4348.8603-1.4495,1.4339-2.4642,1.4339-1.5945,0-2.899-1.2905-2.899-2.8677v-1.864c0-1.5772,1.3046-2.8677,2.899-2.8677s2.899,1.2905,2.899,2.8677v1.0037h-5.798"/><path class="c" d="M15.0899,26.7581v10.037c0,.8603.5798,1.4339,1.4495,1.4339h.4348"/><path class="c" d="M23.0535,38.2335v-9.4637c0-1.1471.8697-2.0075,2.0293-2.0075,1.0146,0,1.5944.2868,2.0293.8603"/><line class="c" x1="21.4605" y1="30.6338" x2="25.5191" y2="30.6338"/><circle class="d" cx="19.2174" cy="28.3796" r=".75"/><line class="c" x1="19.2174" y1="30.6293" x2="19.2174" y2="38.229"/></svg>
Copied!