Microsoft Viva Engage Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Microsoft Viva Engage 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/343805.svg" alt="Microsoft Viva Engage icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343805.svg" alt="Microsoft Viva Engage icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343805.svg" alt="Microsoft Viva Engage icon" :width="24" :height="24" />
CSS background
.icon-microsoft-viva-engage {
background-image: url('https://proicons.com/icon/343805.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="Layer_2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="m6.0022,30.3844c0,7.7936,5.0404,12.1156,11.0091,12.1156,4.8779,0,8.8322-3.9543,8.8322-8.8322s-3.9543-8.8322-8.8322-8.8322c-5.7146,0-11.0091-4.3203-11.0091-9.9537v15.5024Z"/><path class="cls-1" d="m31.9355,24.8209c.7042-1.2963,1.1042-2.7819,1.1042-4.3609,0-5.0528-4.0961-9.149-9.149-9.149s-9.149,4.0961-9.149,9.149c0,1.5597.3903,3.0283,1.0786,4.3133"/><path class="cls-1" d="m6.0022,14.8819c0-5.5699,3.5368-9.3819,8.8313-9.3819s7.0456,3.3484,8.5526,5.8251"/><path class="cls-1" d="m23.999,28.2679c1.6154-2.0879,4.1455-3.4322,6.9896-3.4322,5.7146,0,11.0091-4.3203,11.0091-9.9537v15.5024c0,7.7936-5.0404,12.1156-11.0091,12.1156-2.8441,0-5.3741-1.3443-6.9895-3.4321"/><path class="cls-1" d="m41.9978,14.8819c0-5.5699-3.5368-9.3819-8.8313-9.3819-5.2945,0-7.0456,3.3484-8.5526,5.8251"/></svg>
Copied!