Sirin Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Sirin 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/347366.svg" alt="Sirin icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347366.svg" alt="Sirin icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347366.svg" alt="Sirin icon" :width="24" :height="24" />
CSS background
.icon-sirin {
background-image: url('https://proicons.com/icon/347366.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.6405,17.4096c-.2691-.1759-.3542-.3237-.2283-.641.2543-.6409.4058-1.3155.4766-2.0017.0854-.8284.1104-1.6574-.1533-2.4877-1.627,5.0871-5.1675,7.9089-10.3262,8.8331.0287.0585.035.0995.0556.1088.1567.0705.314.1407.4751.2002,1.1554.4265,2.3499.4904,3.5594.3531.2875-.0326.4207-.0221.3089.3171-.6826,2.0696-1.791,3.7665-3.9472,4.5582-.6696.1642-1.3482.271-2.0479.2714.5088.4117,1.0742.6208,1.6697.7679.1245.0307.3255-.029.3582.1449.0273.145-.1382.232-.2338.3306-1.6787,1.7294-3.6527,3.0266-5.8712,3.9471-3.537,1.4676-7.2356,1.901-11.0319,1.6577-.6004-.0385-1.1989-.107-1.9208-.1728.7432.8828,1.7011,1.2304,2.5935,1.6905-.1485.1941-.3134.1915-.4592.2248-1.31.2992-2.6333.3655-3.9592.1504-.4093-.0664-.5136-.0212-.4342.4233.9581,5.3639,6.8394,8.1346,11.6375,5.4545,6.1157-3.4161,12.2224-6.8485,18.3298-10.2796.3928-.2207.8178-.3927,1.1576-.7023,1.7543-1.0459,2.8343-2.6055,3.3492-4.5477.8899-3.3567-.4219-6.682-3.3578-8.6009Z"/><path class="b" d="m29.8059,12.4283c-3.5167-1.9758-7.0387-3.9424-10.5528-5.9229-1.5187-.8559-3.1277-1.2078-4.8685-1.0407-3.6203.3476-6.7327,3.4608-6.9075,7.0915-.1059,2.1991-.0163,4.4077-.0145,6.612v5.059c.6362-1.5214,1.4917-2.8931,2.423-4.222.505-.5541.9842-1.1306,1.5247-1.6536.6864-.6642,1.377-1.1766,1.7892-1.2608-.1436.4872-.2591.971-.2633,1.471-.0011.1312-.0744.3166.0797.3831.1531.0661.2481-.1106.3332-.2043.8547-.9415,1.8869-1.6835,2.9145-2.3976,1.1624-.8078,2.4385-1.4514,3.7789-1.9529,2.8237-1.0564,5.7701-1.3556,8.7488-1.4707.506-.0195,1.0135-.0028,1.6259-.0028-.2143-.3223-.4301-.3865-.6114-.4884Z"/><path class="b" d="m21.5492,19.3069c-5.2655,1.6292-11.1255,6.804-13.7974,9.6931-1.5692,1.6968-3.2472,3.8645-4.0249,6.2036"/></svg>
Copied!