Microsoft 365 Admin Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Microsoft 365 Admin 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/329202.svg" alt="Microsoft 365 Admin icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329202.svg" alt="Microsoft 365 Admin icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329202.svg" alt="Microsoft 365 Admin icon" :width="24" :height="24" />
CSS background
.icon-microsoft-365-admin {
background-image: url('https://proicons.com/icon/329202.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="M23.0194,14.0598c.3269-.0323.6552-.0485.9837-.0485,5.5228,0,10,4.4772,10,10s-4.4772,10-10,10c-.3285,0-.6568-.0162-.9837-.0485"/><path class="b" d="M12.2024,34.0108c.2101.2461.4283.486.6542.7192l-1.2305,2.8164c-.2747.6305-.0856,1.367.459,1.7871,1.4162,1.0918,2.9685,1.9832,4.6309,2.6504.6342.2543,1.3601.0479,1.7656-.5019l1.8105-2.4551c1.2094.3099,2.4521.4703,3.7109.4703s2.5015-.1604,3.7109-.4703l1.8105,2.4551c.4056.5499,1.1314.7562,1.7656.5019,1.6624-.6672,3.2146-1.5586,4.6309-2.6504.5446-.4201.7337-1.1566.459-1.7871l-1.2305-2.8164c1.7506-1.8071,3.0349-4.013,3.7422-6.4277l3.0039-.3379c.6732-.0761,1.2119-.594,1.3145-1.2637.1225-.8038.2804-1.6927.2865-2.6856.006-.9929-.1394-1.8752-.2494-2.6699-.0942-.68-.638-1.2094-1.3203-1.2852l-3.0332-.3398c-.6992-2.4244-1.9797-4.6417-3.7305-6.459l1.2207-2.7949c.2735-.6286.0862-1.3626-.4551-1.7832-1.4115-1.0975-2.9584-1.9907-4.6152-2.6641-.6349-.2582-1.3641-.0532-1.7715.4981l-1.8086,2.4512c-1.218-.3025-2.4667-.4559-3.7265-.4507s-2.5043.1679-3.715.4781l-1.8105-2.4551c-.4056-.5499-1.1314-.7562-1.7656-.502-1.6624.6672-3.2146,1.5586-4.6309,2.6504-.5446.4201-.7337,1.1566-.459,1.7871l1.2305,2.8164c-.2259.2332-.4441.4731-.6542.7192"/><rect class="b" x="4.5034" y="14.0108" width="20" height="20" rx="2" ry="2"/><line class="b" x1="17.1344" y1="25.9798" x2="11.8724" y2="25.9798"/><path class="b" d="M10.5684,29.8458l3.9348-11.671,3.9348,11.671"/></svg>
Copied!