Hbo Go Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Hbo 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/326931.svg" alt="Hbo Go icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326931.svg" alt="Hbo Go icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326931.svg" alt="Hbo Go icon" :width="24" :height="24" />
CSS background
.icon-hbo-go {
background-image: url('https://proicons.com/icon/326931.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>.m{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="m" 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"/><g id="c"><line id="d" class="m" x1="11.4564" y1="9.5001" x2="11.4564" y2="20.119"/><line id="e" class="m" x1="18.4914" y1="9.5001" x2="18.4914" y2="20.119"/><line id="f" class="m" x1="11.4564" y1="14.7895" x2="18.4914" y2="14.7895"/></g><path id="g" class="m" d="M33.0261,9.5h0c1.9427,0,3.5175,1.5748,3.5175,3.5175v3.5839c0,1.9427-1.5748,3.5175-3.5175,3.5175h0c-1.9427,0-3.5175-1.5748-3.5175-3.5175v-3.5839c0-1.9427,1.5748-3.5175,3.5175-3.5175Z"/><g id="h"><path id="i" class="m" d="M25.1282,14.8095c1.4662,0,2.6547,1.1885,2.6547,2.6547s-1.1885,2.6547-2.6547,2.6547h-4.3803v-10.6189h4.3803c1.4662,0,2.6547,1.1885,2.6547,2.6547s-1.1885,2.6547-2.6547,2.6547Z"/><line id="j" class="m" x1="25.1282" y1="14.8097" x2="20.7479" y2="14.8097"/></g><path id="k" class="m" d="M22.6236,27.4255c0-3.0296-2.4558-5.4855-5.4855-5.4855h0c-3.0296,0-5.4855,2.4558-5.4855,5.4855v5.589c0,3.0296,2.4558,5.4855,5.4855,5.4855h0c3.0296,0,5.4855-2.4558,5.4855-5.4855h-5.4855"/><rect id="l" class="m" x="25.3764" y="21.9401" width="10.971" height="16.5599" rx="5.4855" ry="5.4855"/></svg>
Copied!