Ziggo Go Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ziggo Go 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/350155.svg" alt="Ziggo Go icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/350155.svg" alt="Ziggo Go icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/350155.svg" alt="Ziggo Go icon" :width="24" :height="24" />
CSS background
.icon-ziggo-go {
background-image: url('https://proicons.com/icon/350155.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M41.3406,8.4932c-1.22-1.8059-3.2861-2.9932-5.6295-2.9932H12.289c-3.7495,0-6.789,3.0395-6.789,6.789v23.422c0,3.7495,3.0395,6.789,6.789,6.789h23.422c3.7495,0,6.789-3.0395,6.789-6.789V13.7467"/><path class="c" d="M16.9554,14.7149h13.3538c1.0982,0,1.6482,1.3278.8716,2.1043l-14.3616,14.3616c-.7765.7765-.2266,2.1043.8716,2.1043h13.7879"/></svg>
Copied!