Skype For Business Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Skype For Business 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/332868.svg" alt="Skype For Business icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332868.svg" alt="Skype For Business icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332868.svg" alt="Skype For Business icon" :width="24" :height="24" />
CSS background
.icon-skype-for-business {
background-image: url('https://proicons.com/icon/332868.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M18.7097,30.6399c.9805,1.2866,2.5474,1.9871,4.16,1.86h2.52c2.3417,0,4.24-1.8983,4.24-4.24,0-.0033,0-.0067,0-.01.0055-2.3417-1.8883-4.2445-4.23-4.25-.0033,0-.0067,0-.01,0h-2.78c-2.3417,0-4.24-1.8983-4.24-4.24,0-.0033,0-.0067,0-.01-.0055-2.3417,1.8883-4.2445,4.23-4.25.0033,0,.0067,0,.01,0h2.52c1.6126-.1271,3.1795.5734,4.16,1.86"/><path class="b" d="M14.8827,4.8651c-5.5228,0-10,4.4772-10,10,.0088,2.109.6843,4.1613,1.9297,5.8633-.2179,1.0766-.3343,2.1712-.3477,3.2695-.0006,9.6926,7.8564,17.5504,17.549,17.551h.002c1.089-.0131,2.1744-.1275,3.2422-.3418,1.7012,1.2439,3.7519,1.9186,5.8594,1.9277,5.5228,0,10-4.4772,10-10-.0002-2.1049-.6645-4.156-1.8984-5.8613.2183-1.0785.3347-2.1751.3477-3.2754.0006-9.6926-7.8564-17.5504-17.549-17.551h-.002c-1.0883.0132-2.1731.1276-3.2402.3418-1.7109-1.2492-3.7742-1.9229-5.8926-1.9238h0Z"/></svg>
Copied!