Microsoft Copilot Alt Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Microsoft Copilot Alt 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/343772.svg" alt="Microsoft Copilot Alt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343772.svg" alt="Microsoft Copilot Alt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343772.svg" alt="Microsoft Copilot Alt icon" :width="24" :height="24" />
CSS background
.icon-microsoft-copilot-alt {
background-image: url('https://proicons.com/icon/343772.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="m32.9405,16.3247h4.7876c-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.8687M10.703,31.6753c1.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!