Sente Online Go Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Sente Online 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/332579.svg" alt="Sente Online Go icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332579.svg" alt="Sente Online Go icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332579.svg" alt="Sente Online Go icon" :width="24" :height="24" />
CSS background
.icon-sente-online-go {
background-image: url('https://proicons.com/icon/332579.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="m9,25.5v-14.5c0-1.1046.8954-2,2-2h4.5"/><path class="b" d="m25.5,39h-14.5c-1.1046,0-2-.8954-2-2v-4.5"/><path class="b" d="m39,32.5v4.5c0,1.1046-.8954,2-2,2h-4.5"/><path class="b" d="m22.5,9h14.5c1.1046,0,2,.8954,2,2v14.5"/><circle class="b" cx="19" cy="19" r="3.5"/><circle class="b" cx="19" cy="9" r="3.5"/><circle class="b" cx="29" cy="19" r="3.5"/><circle class="b" cx="29" cy="29" r="3.5"/><circle class="b" cx="39" cy="29" r="3.5"/><circle class="b" cx="19" cy="29" r="3.5"/><circle class="b" cx="9" cy="29" r="3.5"/><circle class="b" cx="29" cy="39" r="3.5"/><line class="b" x1="12.5" y1="29" x2="15.5" y2="29"/><line class="b" x1="22.5" y1="29" x2="25.5" y2="29"/><line class="b" x1="22.5" y1="19" x2="25.5" y2="19"/><line class="b" x1="32.5" y1="29" x2="35.5" y2="29"/><line class="b" x1="19" y1="12.5" x2="19" y2="15.5"/><line class="b" x1="19" y1="22.5" x2="19" y2="25.5"/><line class="b" x1="29" y1="32.5" x2="29" y2="35.5"/><line class="b" x1="29" y1="22.5" x2="29" y2="25.5"/><line class="b" x1="19" y1="32.5" x2="19" y2="39"/><line class="b" x1="29" y1="15.5" x2="29" y2="9"/><line class="b" x1="32.5" y1="19" x2="39" y2="19"/><line class="b" x1="15.5" y1="19" x2="9" y2="19"/></svg>
Copied!