Giffgaff Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Giffgaff 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/341057.svg" alt="Giffgaff icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341057.svg" alt="Giffgaff icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341057.svg" alt="Giffgaff icon" :width="24" :height="24" />
CSS background
.icon-giffgaff {
background-image: url('https://proicons.com/icon/341057.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}.d{fill:#fff;stroke-width:0px;}</style></defs><circle class="d" cx="17.5735" cy="12.5611" r=".75"/><path class="c" d="M24.0346,22.6416v-8.5847c0-1.0057.8153-1.821,1.821-1.821h0c.8962,0,1.4557.2653,1.8394.7619"/><line class="c" x1="20.4484" y1="15.7479" x2="26.255" y2="15.7479"/><path class="c" d="M22.8585,12.2813c-.1785-.0301-.3741-.0453-.5891-.0453h0c-1.0057,0-1.821.8153-1.821,1.821v8.5847h-2.8749s0-6.8937,0-6.8937h-2.8707v7.8042c0,1.4367-1.1647,2.6014-2.6014,2.6014h0c-.7183,0-1.3687-.2912-1.8394-.7619"/><rect class="c" x="9.5" y="15.7479" width="5.2028" height="6.8937" rx="2.6014" ry="2.6014" transform="translate(24.2028 38.3895) rotate(180)"/><rect class="c" x="15.2456" y="25.9437" width="5.2028" height="6.8937" rx="2.6014" ry="2.6014" transform="translate(35.694 58.7812) rotate(-180)"/><path class="c" d="M34.8396,32.8375v-8.5847c0-1.0057.8153-1.821,1.821-1.821h0c.8962,0,1.4557.2653,1.8394.7619"/><line class="c" x1="31.2534" y1="25.9437" x2="37.06" y2="25.9437"/><path class="c" d="M20.4484,25.9437v7.8042c0,1.4367-1.1647,2.6014-2.6014,2.6014h0c-.7183,0-1.3687-.2912-1.8394-.7619"/><path class="c" d="M28.3845,30.236c0,1.4367-1.1647,2.6014-2.6014,2.6014h0c-1.4367,0-2.6014-1.1647-2.6014-2.6014v-1.6909c0-1.4367,1.1647-2.6014,2.6014-2.6014h0c1.4367,0,2.6014,1.1647,2.6014,2.6014"/><path class="c" d="M33.6635,22.4772c-.1785-.0301-.3741-.0453-.5891-.0453h0c-1.0057,0-1.821.8153-1.821,1.821v8.5847h-2.8689v-6.8937"/><path class="c" 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!