Sky Bet Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Sky Bet 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/347411.svg" alt="Sky Bet icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347411.svg" alt="Sky Bet icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347411.svg" alt="Sky Bet icon" :width="24" :height="24" />
CSS background
.icon-sky-bet {
background-image: url('https://proicons.com/icon/347411.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>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="d" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><line class="d" x1="5.5" x2="42.5" y1="24" y2="24"/><line class="d" x1="21.798" x2="21.798" y1="8.7297" y2="17.702"/><line class="d" x1="21.799" x2="25.86" y1="15.796" y2="11.754"/><line class="d" x1="23.092" x2="26.284" y1="14.51" y2="17.688"/><path class="d" d="m15.926 17.2c.4095.3439.8517.5015 1.8447.5015h.5032c.8189 0 1.4828-.6653 1.4828-1.486s-.6639-1.486-1.4828-1.486h-1.0064c-.8189 0-1.4828-.6653-1.4828-1.486s.6639-1.486 1.4828-1.486h.5032c.993 0 1.4352.1576 1.8447.5015"/><line class="d" x1="30.118" x2="27.729" y1="17.702" y2="11.758"/><line class="d" x1="32.215" x2="29.05" y1="11.758" y2="20.73"/><path class="d" d="m30.348 28.95v5.95c0 .55228.44772 1 1 1h.3"/><line class="d" x1="29.298" x2="31.398" y1="30.6" y2="30.6"/><path class="d" d="m26.563 34.891c-.34447.60292-.99366 1.0093-1.7378 1.0093-1.1046 0-2-.89543-2-2v-1.3c0-1.1046.89542-2 2-2 1.1046 0 2 .89543 2 2v.65h-4"/><path class="d" d="m16.352 32.6c0-1.1046.89543-2 2-2 1.1046 0 2 .89543 2 2v1.3c0 1.1046-.89543 2-2 2-1.1046 0-2-.89543-2-2"/><line class="d" x1="16.352" x2="16.352" y1="35.9" y2="27.9"/></svg>
Copied!