Microsoft Copilot Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Microsoft Copilot 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/343771.svg" alt="Microsoft Copilot icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343771.svg" alt="Microsoft Copilot icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343771.svg" alt="Microsoft Copilot icon" :width="24" :height="24" />
CSS background
.icon-microsoft-copilot {
background-image: url('https://proicons.com/icon/343771.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="m22.3205,19.2029c.4952-1.7072,2.0601-2.8809,3.8377-2.8782h11.57c-1.7749.0039-3.339-1.1653-3.8377-2.8687l-1.1304-3.8567c-.4987-1.7035-2.0627-2.8726-3.8377-2.8687m-2.6788,20.1382l-.57,1.9378c-.4987,1.7035-2.0627,2.8726-3.8377,2.8687h-11.133c1.7837-.0057,3.3545,1.1734,3.8472,2.8877l1.1019,3.8187c.4917,1.711,2.0574,2.8892,3.8377,2.8877"/><path class="b" d="m28.7514,6.7305h-13.8498c-3.9612,0-6.3359,5.2245-7.9128,10.4586-1.8903,6.1935-4.3316,14.4862,2.7643,14.4862h5.9845c1.788,0,3.3588-1.1868,3.8472-2.9067,1.0449-3.6382,2.8593-9.9741,4.2936-14.8187.7314-2.4508,1.3299-4.5596,2.2608-5.8705.5917-.8567,1.5712-1.3625,2.6123-1.3489Zm-9.4992,34.539h13.8498c3.9612,0,6.3359-5.2245,7.9128-10.4586,1.8808-6.203,4.3316-14.4862-2.7643-14.4862h-5.9845c-1.7853-.0013-3.3552,1.181-3.8472,2.8972-1.41,4.9457-2.8412,9.8853-4.2936,14.8187-.7314,2.4603-1.3299,4.5596-2.2608,5.88-.5917.8567-1.5712,1.3625-2.6123,1.3489Z"/></svg>
Copied!