Siriraj Connect Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Siriraj Connect 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/347367.svg" alt="Siriraj Connect icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347367.svg" alt="Siriraj Connect icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347367.svg" alt="Siriraj Connect icon" :width="24" :height="24" />
CSS background
.icon-siriraj-connect {
background-image: url('https://proicons.com/icon/347367.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.f{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="f" d="M18.2956,30.1237c-8.176.2445-6.8952,8.5857-4.5283,10.8069,2.3668,2.2213,7.3903,3.9409,11.3602,1.0335,2.9754-2.1791,3.2818-6.5453,1.9021-10.7875s-2.1135-6.8702.4102-8.1182c1.7265-.8538,3.964,1.5599.8397,3.5655M34.7135,16.154c1.4147,1.94,1.8744,4.9962.398,9.4033"/><path class="f" d="M21.1164,40.9611c6.0187-2.2669,2.3189-8.3953.981-12.9642-1.3378-4.5689-3.1503-9.9023,1.9148-13.1968,1.7272-1.1234,4.1019-1.6016,6.2837-1.2332"/><path class="f" d="M33.0406,4.4994c-6.3183,7.1867,5.1994,10.7852-3.4135,16.6973"/></svg>
Copied!