Webex Intune Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Webex Intune 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/349612.svg" alt="Webex Intune icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349612.svg" alt="Webex Intune icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349612.svg" alt="Webex Intune icon" :width="24" :height="24" />
CSS background
.icon-webex-intune {
background-image: url('https://proicons.com/icon/349612.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><line class="b" x1="37.5" y1="34" x2="37.5" y2="41"/><g><path class="b" d="m6.8428,30.6874c-1.977-5.4003-2.8252-9.5897-2.8469-12.8742-.0745-2.5425,1.633-4.2933,3.7676-4.3254,2.1346-.0321,3.3575,1.7498,3.8986,3.4676,1.4772,4.6897,1.3734,12.8914,4.7737,12.9123,1.9359.0119,2.9962-2.2709,4.0497-5.6896m3.7118,10.3535c-3.0781,4.9174-6.7422,4.4974-7.8169,4.4997-1.2992.0029-6.2461.6466-9.5375-8.344-1.977-5.4003-2.8252-9.5897-2.8469-12.8742-.0745-2.5425,1.633-4.2933,3.7676-4.3254,2.1346-.0321,3.3575,1.7498,3.8986,3.4676,1.4772,4.6897,1.3734,12.8914,4.7737,12.9123,1.9359.0119,2.9962-2.2709,4.0497-5.6896"/><path class="b" d="m28.231,22.8591c.8256-3.6202,2.3058-5.3958,3.574-5.0554,3.2198.8643,1.9293,6.1092,7.1399,5.4082,6.3994-1.5168,1.0057-14.2733-7.5266-14.2543-2.7206.0498-5.1802,1.77-6.7645,4.3456"/><path class="b" d="m8.7098,13.295c3.515-4.7639,7.1186-4.2396,7.7257-4.3374.5162.0878,4.8821-.5503,8.2306,5.1938"/><path class="b" d="m30.6731,39.0369c-10.0535-.1687-8.8245-21.7352-14.2373-21.2335-1.8726.1735-2.7141,3.2728-3.2668,6.432"/><path class="b" d="m39.8882,13.5991c7.6184.1294,2.5925,13.9324,1.0429,17.7986"/><path class="b" d="m24.6661,14.1514c3.1503,4.4095,4.3919,15.8477,7.1771,15.8227,1.6377-.0147,2.7336-3.2347,3.676-7.213"/></g><circle class="b" cx="37.5" cy="37.5" r="7"/></svg>
Copied!