Microsoft Edge Canary Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Microsoft Edge Canary 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/343778.svg" alt="Microsoft Edge Canary icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343778.svg" alt="Microsoft Edge Canary icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343778.svg" alt="Microsoft Edge Canary icon" :width="24" :height="24" />
CSS background
.icon-microsoft-edge-canary {
background-image: url('https://proicons.com/icon/343778.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.7793,45.33c-7.356-.08-12.7558-7.6055-12.7558-13.4345,0-7.2862,5.9887-13.2448,9.9811-13.2448,4.4515,0,5.43,4.7809,5.43,4.7809"/><path class="a" d="M33.4448,4.663a21.5,21.5,0,1,0-9.44,40.837c7.9848,0,14.6123-4.5813,18.6845-10.8195.6588-.9981-.509-1.9962-1.557-1.0779a15.48,15.48,0,0,1-7.7553,2.8146c-4.202,0-14.7121-2.8146-14.7121-11.9772,0-3.8028,2.1573-4.78,2.1573-4.78"/><path class="a" d="M2.5453,24.0407c0-7.2762,7.8252-11.3584,13.8437-11.3584s13.1052,4.7709,13.1052,11.3584c0,3.194-1.9164,2.7648-1.9164,4.6811,0,1.4872,2.9943,2.4953,6.348,2.4953,5.43,0,11.9772-2.7148,11.5081-9.3722h0a21.452,21.452,0,0,0-2.08-7.3077"/><circle class="a" cx="38.5" cy="9.5" r="7"/><path class="a" d="M41.15,10.8172V10.85A2.65,2.65,0,0,1,38.5,13.5h0a2.65,2.65,0,0,1-2.65-2.65V8.15A2.65,2.65,0,0,1,38.5,5.5h0a2.65,2.65,0,0,1,2.65,2.65v.0328"/></svg>
Copied!