Microsoft Edge Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Microsoft Edge 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/343776.svg" alt="Microsoft Edge icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343776.svg" alt="Microsoft Edge icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343776.svg" alt="Microsoft Edge icon" :width="24" :height="24" />
CSS background
.icon-microsoft-edge {
background-image: url('https://proicons.com/icon/343776.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M26.78,45.33C19.41,45.25,14,37.71,14,31.87c0-7.3,6-13.27,10-13.27,4.46,0,5.44,4.79,5.44,4.79"/><path class="a" d="M2.5,24c0-7.29,7.84-11.38,13.87-11.38S29.5,17.4,29.5,24c0,3.2-1.92,2.77-1.92,4.69,0,1.49,3,2.5,6.36,2.5,5.44,0,12-2.72,11.53-9.39,0,0,0,0,0,0A21.54,21.54,0,1,0,24,45.5c8,0,14.64-4.59,18.72-10.84.66-1-.51-2-1.56-1.08a15.51,15.51,0,0,1-7.77,2.82c-4.21,0-14.74-2.82-14.74-12,0-3.81,2.2-4.87,2.2-4.87"/></svg>
Microsoft Edge in other icon packs
Copied!