Showmax Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Showmax 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/332717.svg" alt="Showmax icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332717.svg" alt="Showmax icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332717.svg" alt="Showmax icon" :width="24" :height="24" />
CSS background
.icon-showmax {
background-image: url('https://proicons.com/icon/332717.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M10.9996,5.5007c-1.4586.0002-2.8574.5798-3.8887,1.6113-2.1473,2.1478-2.1473,5.6296,0,7.7773l9.1113,9.1113-9.1113,9.1113c-2.1473,2.1478-2.1473,5.6296,0,7.7773,2.1478,2.1473,5.6296,2.1473,7.7773,0l14.768-14.768c1.1752-1.1752,1.1752-3.067,0-4.2422L14.8882,7.111c-1.0313-1.0315-2.4301-1.6111-3.8887-1.6113v.001Z"/><path class="b" d="M36.9996,5.5007c-1.4487,0-2.8643.5868-3.8887,1.6113l-4.283,4.283c-1.5615,1.5621-1.5615,4.0941,0,5.6562l2.1211,2.1211c1.5621,1.5615,4.0941,1.5615,5.6562,0l4.283-4.283c1.9627-1.9632,1.9628-5.8142,0-7.7773-1.0244-1.0246-2.44-1.6113-3.8887-1.6113h0Z"/><path class="b" d="M42.4996,37.1397c0-1.4487-.5868-2.8643-1.6113-3.8887l-4.283-4.2833c-1.5621-1.5615-4.0941-1.5615-5.6562,0l-2.1211,2.1211c-1.5615,1.5621-1.5615,4.0941,0,5.6562l4.283,4.2833c1.9632,1.9627,5.8142,1.9628,7.7773,0,1.0246-1.0244,1.6113-2.44,1.6113-3.8887h0Z"/></svg>
Copied!