Giga Text Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Giga Text 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/326501.svg" alt="Giga Text icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326501.svg" alt="Giga Text icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326501.svg" alt="Giga Text icon" :width="24" :height="24" />
CSS background
.icon-giga-text {
background-image: url('https://proicons.com/icon/326501.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>.f{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="f" cx="17.7657" cy="11.8749" r="1.4089"/><circle class="f" cx="24" cy="24" r="21.5"/><path class="f" d="M3.1465,29.2523s4.3225-3.1343,8.458-3.1343v-13.2897c0-3.3524,2.7177-6.0701,6.0701-6.0701h0c1.3507,0,2.6596.4679,3.7042,1.3242l6.2391,5.1144c1.0096.8276,1.4045,2.192.9931,3.4309h0c-.428,1.2888-1.6333,2.1586-2.9913,2.1586h-4.3844s0,10.6467,0,10.6467"/><path class="f" d="M6.5833,36.6081c4.862-6.2481,10.4184-7.1818,13.3903-7.1818,2.4112,0,5.0467-.057,5.0467,2.0187,0,2.6075-3.1682,2.5025-4.6822,2.5025-1.0374,7.0022-4.4551,9.9672-4.4551,9.9672"/><path class="f" d="M23.11,33.71c.32,1.38,1.56,2.42,3.04,2.42h9.62c1.72,0,3.11-1.4,3.11-3.12v-5.89c0-1.72-1.39-3.12-3.11-3.12h-9.62c-1.72,0-3.12,1.4-3.12,3.12v2.47"/><path class="f" d="M34.3748,28.8204c0-1.017-.8244-1.8414-1.8414-1.8414-.6695,0-1.2538.3585-1.5761.8929-.3223-.5344-.9066-.8929-1.5761-.8929-1.017,0-1.8414.8244-1.8414,1.8414,0,.2325.0449.454.1235.6588.6089,1.7514,3.294,3.6732,3.294,3.6732,0,0,2.6851-1.9219,3.294-3.6732.0786-.2048.1235-.4263.1235-.6588h0Z"/></svg>
Copied!