Saikou Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Saikou 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/346893.svg" alt="Saikou icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346893.svg" alt="Saikou icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346893.svg" alt="Saikou icon" :width="24" :height="24" />
CSS background
.icon-saikou {
background-image: url('https://proicons.com/icon/346893.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,.c{fill:none;stroke:#fff;}.c{stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="c" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><path class="b" d="M18.2773,42.5s14.1708-8.083,14.2951-13.28c.0689-2.8809-1.029-4.2049-3.0035-4.8038M18.47,23.2917c-2.0661-.829-2.78-2.4681-2.5635-5.0449.338-4.0126,12.1273-10.2639,14.0022-12.7468"/><path class="c" d="M29.2418,24.75l-3.3746,1.9484-5.9728,3.4483c-.4142.2391-.9438.0972-1.183-.317-.076-.1317-.116-.281-.116-.433v-10.7934c-.0001-.4782.3875-.866.8657-.8661.1521,0,.3016.04.4333.1161l3.3747,1.9483,5.9727,3.4484c.4142.2391.5562.7687.317,1.183-.076.1317-.1854.241-.317.317Z"/></svg>
Copied!