microsoft internet explorer icon
microsoft-internet-explorer from Material Design Icons by Pictogrammers · Filled · Brand / Logo · Apache-2.0 Free for personal and commercial use.
- Name
- microsoft-internet-explorer
- Set
- Material Design Icons
- Style
- Filled
- Category
- Brand / Logo
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- internet-explorer
More brand / logo icons from Material Design Icons
Use the microsoft internet explorer icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m13 3l1 .06c2.8-1.27 5.23-1.42 6.5-.14c1 1.01 1.08 2.75.42 4.8A9 9 0 0 1 22 12l-.05 1H9.08c.37 2.28 1.98 4 3.92 4c1.31 0 2.47-.79 3.2-2h5.3c-1.25 3.5-4.58 6-8.5 6c-1.28 0-2.5-.27-3.59-.75c-2.91 1.43-5.52 1.65-6.84.31C1 18.96 1.68 15.57 4 12c.93-1.46 2.14-2.94 3.57-4.35l.81-.77c-1.17.69-2.67 1.74-4.19 3.29A9 9 0 0 1 13 3m0 4c-1.79 0-3.31 1.47-3.82 3.5h7.64C16.31 8.47 14.79 7 13 7m7.06-2.94c-.66-.67-1.84-.71-3.32-.25c1.48.69 2.76 1.75 3.67 3.08c.32-1.24.23-2.24-.35-2.83M3.89 20c.83.84 2.51.69 4.55-.24a9.05 9.05 0 0 1-3.97-4.88C3.27 17.15 3 19.07 3.89 20"/></svg>
React
import type { SVGProps } from "react";
export function MdiMicrosoftInternetExplorer(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m13 3l1 .06c2.8-1.27 5.23-1.42 6.5-.14c1 1.01 1.08 2.75.42 4.8A9 9 0 0 1 22 12l-.05 1H9.08c.37 2.28 1.98 4 3.92 4c1.31 0 2.47-.79 3.2-2h5.3c-1.25 3.5-4.58 6-8.5 6c-1.28 0-2.5-.27-3.59-.75c-2.91 1.43-5.52 1.65-6.84.31C1 18.96 1.68 15.57 4 12c.93-1.46 2.14-2.94 3.57-4.35l.81-.77c-1.17.69-2.67 1.74-4.19 3.29A9 9 0 0 1 13 3m0 4c-1.79 0-3.31 1.47-3.82 3.5h7.64C16.31 8.47 14.79 7 13 7m7.06-2.94c-.66-.67-1.84-.71-3.32-.25c1.48.69 2.76 1.75 3.67 3.08c.32-1.24.23-2.24-.35-2.83M3.89 20c.83.84 2.51.69 4.55-.24a9.05 9.05 0 0 1-3.97-4.88C3.27 17.15 3 19.07 3.89 20"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m13 3l1 .06c2.8-1.27 5.23-1.42 6.5-.14c1 1.01 1.08 2.75.42 4.8A9 9 0 0 1 22 12l-.05 1H9.08c.37 2.28 1.98 4 3.92 4c1.31 0 2.47-.79 3.2-2h5.3c-1.25 3.5-4.58 6-8.5 6c-1.28 0-2.5-.27-3.59-.75c-2.91 1.43-5.52 1.65-6.84.31C1 18.96 1.68 15.57 4 12c.93-1.46 2.14-2.94 3.57-4.35l.81-.77c-1.17.69-2.67 1.74-4.19 3.29A9 9 0 0 1 13 3m0 4c-1.79 0-3.31 1.47-3.82 3.5h7.64C16.31 8.47 14.79 7 13 7m7.06-2.94c-.66-.67-1.84-.71-3.32-.25c1.48.69 2.76 1.75 3.67 3.08c.32-1.24.23-2.24-.35-2.83M3.89 20c.83.84 2.51.69 4.55-.24a9.05 9.05 0 0 1-3.97-4.88C3.27 17.15 3 19.07 3.89 20"/></svg> </template>
CSS
.icon-microsoft-internet-explorer {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m13%203l1%20.06c2.8-1.27%205.23-1.42%206.5-.14c1%201.01%201.08%202.75.42%204.8A9%209%200%200%201%2022%2012l-.05%201H9.08c.37%202.28%201.98%204%203.92%204c1.31%200%202.47-.79%203.2-2h5.3c-1.25%203.5-4.58%206-8.5%206c-1.28%200-2.5-.27-3.59-.75c-2.91%201.43-5.52%201.65-6.84.31C1%2018.96%201.68%2015.57%204%2012c.93-1.46%202.14-2.94%203.57-4.35l.81-.77c-1.17.69-2.67%201.74-4.19%203.29A9%209%200%200%201%2013%203m0%204c-1.79%200-3.31%201.47-3.82%203.5h7.64C16.31%208.47%2014.79%207%2013%207m7.06-2.94c-.66-.67-1.84-.71-3.32-.25c1.48.69%202.76%201.75%203.67%203.08c.32-1.24.23-2.24-.35-2.83M3.89%2020c.83.84%202.51.69%204.55-.24a9.05%209.05%200%200%201-3.97-4.88C3.27%2017.15%203%2019.07%203.89%2020%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m13%203l1%20.06c2.8-1.27%205.23-1.42%206.5-.14c1%201.01%201.08%202.75.42%204.8A9%209%200%200%201%2022%2012l-.05%201H9.08c.37%202.28%201.98%204%203.92%204c1.31%200%202.47-.79%203.2-2h5.3c-1.25%203.5-4.58%206-8.5%206c-1.28%200-2.5-.27-3.59-.75c-2.91%201.43-5.52%201.65-6.84.31C1%2018.96%201.68%2015.57%204%2012c.93-1.46%202.14-2.94%203.57-4.35l.81-.77c-1.17.69-2.67%201.74-4.19%203.29A9%209%200%200%201%2013%203m0%204c-1.79%200-3.31%201.47-3.82%203.5h7.64C16.31%208.47%2014.79%207%2013%207m7.06-2.94c-.66-.67-1.84-.71-3.32-.25c1.48.69%202.76%201.75%203.67%203.08c.32-1.24.23-2.24-.35-2.83M3.89%2020c.83.84%202.51.69%204.55-.24a9.05%209.05%200%200%201-3.97-4.88C3.27%2017.15%203%2019.07%203.89%2020%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/microsoft-internet-explorer.svg?color=%231a73e8&size=48