internetexplorer logo

internetexplorer from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
internetexplorer
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

The same logo in other sets

Use the internetexplorer logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.8 7.381c1.125-2.7 1.2-4.95-.15-6.3c-1.5-1.499-5.1-1.05-8.924.75h-.45c-2.7 0-5.324.976-7.274 2.7c-1.65 1.5-2.85 3.45-3.375 5.625c.375-.45 2.475-2.925 4.875-4.275c.075 0 .675-.375.675-.375c-.075 0-1.2 1.125-1.425 1.35c-5.25 5.4-8.324 13.574-5.924 15.973c1.574 1.575 4.424 1.2 7.724-.6c1.425.675 3 .975 4.724.975c2.25 0 4.35-.6 6.15-1.8c1.874-1.2 3.224-3.074 4.05-5.249h-5.85c-.75 1.425-2.475 2.4-4.275 2.4c-2.55 0-4.65-2.1-4.724-4.5v-.225h15.298v-.225c0-.375.075-.825.075-1.124c0-1.8-.45-3.525-1.2-5.1M2.477 22.38c-1.2-1.2-.824-3.524.6-6.299c.675 1.875 1.8 3.525 3.225 4.725c.45.375.975.75 1.5 1.05c-2.4 1.274-4.35 1.5-5.325.524m15.374-11.398H8.702v-.075c.15-2.325 2.324-4.35 4.874-4.35c2.4 0 4.35 1.875 4.5 4.35v.075zm4.574-4.2a9.2 9.2 0 0 0-1.725-2.1a11.2 11.2 0 0 0-3.6-2.25c2.4-1.124 4.425-1.274 5.475-.224c.825.975.75 2.624-.15 4.574q0 .112 0 0q0 .112 0 0"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsInternetexplorer(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="M22.8 7.381c1.125-2.7 1.2-4.95-.15-6.3c-1.5-1.499-5.1-1.05-8.924.75h-.45c-2.7 0-5.324.976-7.274 2.7c-1.65 1.5-2.85 3.45-3.375 5.625c.375-.45 2.475-2.925 4.875-4.275c.075 0 .675-.375.675-.375c-.075 0-1.2 1.125-1.425 1.35c-5.25 5.4-8.324 13.574-5.924 15.973c1.574 1.575 4.424 1.2 7.724-.6c1.425.675 3 .975 4.724.975c2.25 0 4.35-.6 6.15-1.8c1.874-1.2 3.224-3.074 4.05-5.249h-5.85c-.75 1.425-2.475 2.4-4.275 2.4c-2.55 0-4.65-2.1-4.724-4.5v-.225h15.298v-.225c0-.375.075-.825.075-1.124c0-1.8-.45-3.525-1.2-5.1M2.477 22.38c-1.2-1.2-.824-3.524.6-6.299c.675 1.875 1.8 3.525 3.225 4.725c.45.375.975.75 1.5 1.05c-2.4 1.274-4.35 1.5-5.325.524m15.374-11.398H8.702v-.075c.15-2.325 2.324-4.35 4.874-4.35c2.4 0 4.35 1.875 4.5 4.35v.075zm4.574-4.2a9.2 9.2 0 0 0-1.725-2.1a11.2 11.2 0 0 0-3.6-2.25c2.4-1.124 4.425-1.274 5.475-.224c.825.975.75 2.624-.15 4.574q0 .112 0 0q0 .112 0 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.8 7.381c1.125-2.7 1.2-4.95-.15-6.3c-1.5-1.499-5.1-1.05-8.924.75h-.45c-2.7 0-5.324.976-7.274 2.7c-1.65 1.5-2.85 3.45-3.375 5.625c.375-.45 2.475-2.925 4.875-4.275c.075 0 .675-.375.675-.375c-.075 0-1.2 1.125-1.425 1.35c-5.25 5.4-8.324 13.574-5.924 15.973c1.574 1.575 4.424 1.2 7.724-.6c1.425.675 3 .975 4.724.975c2.25 0 4.35-.6 6.15-1.8c1.874-1.2 3.224-3.074 4.05-5.249h-5.85c-.75 1.425-2.475 2.4-4.275 2.4c-2.55 0-4.65-2.1-4.724-4.5v-.225h15.298v-.225c0-.375.075-.825.075-1.124c0-1.8-.45-3.525-1.2-5.1M2.477 22.38c-1.2-1.2-.824-3.524.6-6.299c.675 1.875 1.8 3.525 3.225 4.725c.45.375.975.75 1.5 1.05c-2.4 1.274-4.35 1.5-5.325.524m15.374-11.398H8.702v-.075c.15-2.325 2.324-4.35 4.874-4.35c2.4 0 4.35 1.875 4.5 4.35v.075zm4.574-4.2a9.2 9.2 0 0 0-1.725-2.1a11.2 11.2 0 0 0-3.6-2.25c2.4-1.124 4.425-1.274 5.475-.224c.825.975.75 2.624-.15 4.574q0 .112 0 0q0 .112 0 0"/></svg>
</template>

CSS

.icon-internetexplorer {
  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%22M22.8%207.381c1.125-2.7%201.2-4.95-.15-6.3c-1.5-1.499-5.1-1.05-8.924.75h-.45c-2.7%200-5.324.976-7.274%202.7c-1.65%201.5-2.85%203.45-3.375%205.625c.375-.45%202.475-2.925%204.875-4.275c.075%200%20.675-.375.675-.375c-.075%200-1.2%201.125-1.425%201.35c-5.25%205.4-8.324%2013.574-5.924%2015.973c1.574%201.575%204.424%201.2%207.724-.6c1.425.675%203%20.975%204.724.975c2.25%200%204.35-.6%206.15-1.8c1.874-1.2%203.224-3.074%204.05-5.249h-5.85c-.75%201.425-2.475%202.4-4.275%202.4c-2.55%200-4.65-2.1-4.724-4.5v-.225h15.298v-.225c0-.375.075-.825.075-1.124c0-1.8-.45-3.525-1.2-5.1M2.477%2022.38c-1.2-1.2-.824-3.524.6-6.299c.675%201.875%201.8%203.525%203.225%204.725c.45.375.975.75%201.5%201.05c-2.4%201.274-4.35%201.5-5.325.524m15.374-11.398H8.702v-.075c.15-2.325%202.324-4.35%204.874-4.35c2.4%200%204.35%201.875%204.5%204.35v.075zm4.574-4.2a9.2%209.2%200%200%200-1.725-2.1a11.2%2011.2%200%200%200-3.6-2.25c2.4-1.124%204.425-1.274%205.475-.224c.825.975.75%202.624-.15%204.574q0%20.112%200%200q0%20.112%200%200%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%22M22.8%207.381c1.125-2.7%201.2-4.95-.15-6.3c-1.5-1.499-5.1-1.05-8.924.75h-.45c-2.7%200-5.324.976-7.274%202.7c-1.65%201.5-2.85%203.45-3.375%205.625c.375-.45%202.475-2.925%204.875-4.275c.075%200%20.675-.375.675-.375c-.075%200-1.2%201.125-1.425%201.35c-5.25%205.4-8.324%2013.574-5.924%2015.973c1.574%201.575%204.424%201.2%207.724-.6c1.425.675%203%20.975%204.724.975c2.25%200%204.35-.6%206.15-1.8c1.874-1.2%203.224-3.074%204.05-5.249h-5.85c-.75%201.425-2.475%202.4-4.275%202.4c-2.55%200-4.65-2.1-4.724-4.5v-.225h15.298v-.225c0-.375.075-.825.075-1.124c0-1.8-.45-3.525-1.2-5.1M2.477%2022.38c-1.2-1.2-.824-3.524.6-6.299c.675%201.875%201.8%203.525%203.225%204.725c.45.375.975.75%201.5%201.05c-2.4%201.274-4.35%201.5-5.325.524m15.374-11.398H8.702v-.075c.15-2.325%202.324-4.35%204.874-4.35c2.4%200%204.35%201.875%204.5%204.35v.075zm4.574-4.2a9.2%209.2%200%200%200-1.725-2.1a11.2%2011.2%200%200%200-3.6-2.25c2.4-1.124%204.425-1.274%205.475-.224c.825.975.75%202.624-.15%204.574q0%20.112%200%200q0%20.112%200%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/internetexplorer.svg?color=%231a73e8&size=48