Ssi Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ssi 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/347819.svg" alt="Ssi icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347819.svg" alt="Ssi icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347819.svg" alt="Ssi icon" :width="24" :height="24" />
CSS background
.icon-ssi {
background-image: url('https://proicons.com/icon/347819.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>.f{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><path id="c" class="f" d="M38.4675,13.5466l5.0325.008-7.811,20.9188h-5.0985l7.8771-20.9268Z"/><path id="d" class="f" d="M36.5331,13.5266l-1.8644,4.6339-7.015-.033c-1.574-.008-2.4832,1.4869-1.0714,2.9468l2.1688,2.2399c2.5703,2.6554,2.6334,5.3649.6208,8.1404-2.0106,2.7756-7.1652,4.9904-11.7751-.3224-3.6026,4.8903-7.6418,3.4885-10.5205,1.4639-1.0513-.7399-2.2008-2.1978-2.5763-2.5813l1.7813-4.8372,3.6036,3.8249c1.1705,1.2416,2.6234.9212,3.2301.3865s1.2005-1.7993-.0431-3.094l-2.9788-3.104c-1.8303-1.9064-1.6421-5.2597-.3875-6.7326,1.2546-1.4739,2.8737-2.9207,6.0878-2.9217l20.7396-.01Z"/><path id="e" class="f" d="M21.0362,18.1555c-.5227,1.3808-.6298,2.8026.5607,4.3516l3.6727,3.9591c.7329.79.768,2.1928.01,2.9057s-2.4471.5727-3.3373-.3685l-7.787-8.2296c-.9692-1.0243-.5147-2.6294.9973-2.6274l5.8835.009Z"/></g></svg>
Copied!