Srilankan Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Srilankan 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/347812.svg" alt="Srilankan icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347812.svg" alt="Srilankan icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347812.svg" alt="Srilankan icon" :width="24" :height="24" />
CSS background
.icon-srilankan {
background-image: url('https://proicons.com/icon/347812.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m38.0985,27.2575c-.3443-1.8869-.2088-3.3971.4251-5.2331-1.0777,1.2331-1.4307,3.5388-2.3219,6.6712-.89,3.1336-4.0982,5.6047-8.4052,7.8173,3.6681.133,7.3549-1.8334,9.1249-3.9242,1.77-2.092,1.5227-3.4456,1.1771-5.3313Z"/><path class="b" d="m24.1992,23.0037c.7135-2.0447,1.5426-3.5873,3.5973-5.7241-3.5401,1.8844-5.1025,2.358-7.0155,5.9291-1.913,3.5712-6.7732,8.2337-12.2486,9.4755,5.0118.0373,10.4127-2.885,12.5917-4.9385,2.1802-2.0547,2.3617-2.6973,3.0752-4.7421Z"/><path class="b" d="m33.8943,25.3636c-1.3139,5.9068-12.1964,12.8415-29.8943,13.069,9.253-1.2853,15.785-4,18.7433-7.192,2.9596-3.1908,4.5482-5.6768,5.1386-8.1703.5917-2.4935,2.3207-4.2946,5.5886-4.9136,3.2666-.6203,6.394-1.8608,7.422-3.913,1.0292-2.0522,1.3114-3.3039,3.1075-4.6762-.8229,1.4096-.9372,2.2548-1.0466,3.9565-.1106,1.7029-2.215,4.3406-4.8738,5.56-2.6576,1.2206-2.8714.3729-4.1852,6.2797Z"/></svg>
Copied!