Iscep Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Iscep 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/342113.svg" alt="Iscep icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342113.svg" alt="Iscep icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342113.svg" alt="Iscep icon" :width="24" :height="24" />
CSS background
.icon-iscep {
background-image: url('https://proicons.com/icon/342113.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="m25.5368,23.9672v-11.7104c.0293-.2764-.099-1.2202.9059-1.4898l.547-.1437v-.5305h-6.6331v.5305l.5218.1378c1.0329.2617.9001,1.2173.9301,1.4965v.7138c-.1543.0111-.3182.022-.4636.0495-3.3375.4714-5.7699,3.1075-5.7699,6.2937,0,2.3724,1.1271,3.8572,2.9242,5.2064.933.7013,1.5673,1.0039,2.6924,1.6207l.6178.3435v5.5803c-.0293.2804.1001,1.2221-.9049,1.4908l-.548.1474v.5286h6.6331v-.5286l-.5228-.1386c-1.032-.2628-.9001-1.2181-.9282-1.5004l-.0019-3.4999.7254.4073s2.1842,1.063,3.0251,2.9873c.8448,1.9242.388,3.6965-2.9767,4.9068,0,0-4.0978,1.5141-7.7271-1.8863,0,0-1.2521-1.0266-1.87-2.7899-.0971-.2746-.2086-.2858-.2086-.2858h-.5247v6.6981h.4452s.2676-.3899.4985-.5781c.0612-.0514.1067-.0872.1631-.1213.2929-.1785.7138-.4093,1.7517-.1727l.0774.0243c.2368.0554,1.4228.4646,1.4228.4646.8739.3676,1.6013.6304,2.4122.7769-.6973.3464-1.1785,1.0669-1.1785,1.9,0,.8962.5567,1.5936,1.3404,1.8719.3105.1514.3482.2628.4374.5402.0755.2368-.1716,1.192-.1716,1.192h.549s.3559-.4394.8545-1.129c.2181-.2999.5528-.9059.7517-1.1746.2669-.3918.483-.7653.483-1.2996,0-.7333-.3734-1.3792-.9359-1.7613.5479-.0166,1.6039-.1851,2.5218-.5513,3.8951-1.322,4.7835-4.7602,4.7835-4.7602.1532-.5819.2386-1.1949.2386-1.8263,0-2.0891-1.1067-3.9708-2.5498-5.2666,0,0-.4452-.4297-.8128-.6993-1.318-1.0261-6.6752-3.649-8.4266-4.7429-3.7752-1.8197-3.0848-5.3991,1.1726-6.5632v7.2406m3.7283-7.9956c.5304.0666,1.0275.3049,1.4571.5681.4229.2375.612.4297.8186.581.2562.1902.6595.5839,1.1329,1.22.4733.6372.8205,1.4461.934,1.7905.0836.2504.195.7798.2482,1.0863l.066.4112h.5722v-5.9861s0-.3094,0-.3094h-.4811l-.254.386c-.2309.2947-.4393.3996-.8845.4472-.515.0583-1.1765-.2221-1.1765-.2221l-.9757-.3899c-.6189-.2451-.9391-.3712-1.4571-.5289m-4.0291-7.3606c0,1.1939.9689,2.1638,2.1629,2.1638,1.1959,0,2.1658-.9699,2.1658-2.1638,0-1.1949-.9699-2.1639-2.1658-2.1639-1.1939,0-2.1629.9689-2.1629,2.1639"/></svg>
Copied!