logo ie icon
logo-ie from TDesign Icons by TDesign · Outline · MIT Free for personal and commercial use.
- Name
- logo-ie
- Set
- TDesign Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
1 other variant in TDesign Icons
Related icons in TDesign Icons
logo-adobe-illustratelogo-adobe-lightroomlogo-adobe-photoshoplogo-alipaylogo-androidlogo-applelogo-behancelogo-chromelogo-cinema4dlogo-cnblogo-codepenlogo-codesandboxlogo-codesignlogo-dribbblelogo-facebooklogo-figmalogo-framerlogo-githublogo-gitlablogo-hiflowlogo-instagramlogo-iwikilogo-markdownlogo-miniprogram
Use the logo ie icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.427 6.194c-.672.423-1.359.907-2.048 1.45a4.6 4.6 0 0 1 2.088.89h-3.164a29 29 0 0 0-2.076 2h8.505L17.35 9.25c-.387-1.303-1.492-2.408-2.924-3.056"/><path fill="currentColor" d="M8.325 22.28c1.143.419 2.377.647 3.664.647c3.48 0 6.582-1.67 8.524-4.26c.276-.36.512-.727.73-1.106c.112-.186.209-.369.3-.553l.724-1.447h-7.314l-.265.197a4.5 4.5 0 0 1-2.688.876c-1.077 0-1.909-.366-2.53-.951a4.2 4.2 0 0 1-.937-1.344l11.187-.105h2.927v-1.966q0-1.093-.213-2.141v-.002a11 11 0 0 0-.352-1.294c.516-1.248.823-2.46.846-3.555c.023-1.168-.28-2.286-1.1-3.105c-.778-.779-1.832-1.09-2.937-1.096c-1.1-.006-2.32.284-3.573.786q-.191.078-.385.16a10.7 10.7 0 0 0-2.944-.411C6.103 1.61 1.33 6.382 1.33 12.268c0 1.103.168 2.167.479 3.168c-.472 1.212-.743 2.39-.736 3.455c.008 1.105.319 2.158 1.096 2.937c.816.822 1.936 1.124 3.102 1.1c.948-.02 1.984-.252 3.054-.648M8.8 8.803c2.45-2.445 5.058-4.201 7.262-5.084c1.104-.442 2.06-.647 2.817-.643c.752.005 1.236.21 1.535.51c.319.318.53.837.514 1.65a6 6 0 0 1-.125 1.039a10.7 10.7 0 0 0-1.81-2.039a9.6 9.6 0 0 0-1.86.554q-.23.09-.463.195a8.68 8.68 0 0 1 3.804 5.542c.113.555.171 1.12.173 1.708h-.931l-12.055.114a24 24 0 0 0-1.314 1.828c.333 1.139.912 2.172 1.751 2.963c1.002.944 2.328 1.495 3.902 1.495a6.5 6.5 0 0 0 3.598-1.073h3.244a8.63 8.63 0 0 1-6.853 3.366a8.65 8.65 0 0 1-7.19-3.834l-.015.035c-.359.9-.56 1.7-.62 2.376c.473.512.996.978 1.561 1.389q-.258.03-.495.035c-.815.017-1.33-.196-1.642-.51l-.003-.003c-.3-.3-.507-.785-.512-1.537c-.005-.76.2-1.716.64-2.82c.882-2.205 2.638-4.812 5.087-7.256m-5.468 3.634l-.002-.168a8.66 8.66 0 0 1 8.68-8.658c-1.548 1.005-3.124 2.28-4.623 3.776c-1.638 1.635-3.012 3.365-4.055 5.05"/></svg>
React
import type { SVGProps } from "react";
export function TdesignLogoIe(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="M14.427 6.194c-.672.423-1.359.907-2.048 1.45a4.6 4.6 0 0 1 2.088.89h-3.164a29 29 0 0 0-2.076 2h8.505L17.35 9.25c-.387-1.303-1.492-2.408-2.924-3.056"/><path fill="currentColor" d="M8.325 22.28c1.143.419 2.377.647 3.664.647c3.48 0 6.582-1.67 8.524-4.26c.276-.36.512-.727.73-1.106c.112-.186.209-.369.3-.553l.724-1.447h-7.314l-.265.197a4.5 4.5 0 0 1-2.688.876c-1.077 0-1.909-.366-2.53-.951a4.2 4.2 0 0 1-.937-1.344l11.187-.105h2.927v-1.966q0-1.093-.213-2.141v-.002a11 11 0 0 0-.352-1.294c.516-1.248.823-2.46.846-3.555c.023-1.168-.28-2.286-1.1-3.105c-.778-.779-1.832-1.09-2.937-1.096c-1.1-.006-2.32.284-3.573.786q-.191.078-.385.16a10.7 10.7 0 0 0-2.944-.411C6.103 1.61 1.33 6.382 1.33 12.268c0 1.103.168 2.167.479 3.168c-.472 1.212-.743 2.39-.736 3.455c.008 1.105.319 2.158 1.096 2.937c.816.822 1.936 1.124 3.102 1.1c.948-.02 1.984-.252 3.054-.648M8.8 8.803c2.45-2.445 5.058-4.201 7.262-5.084c1.104-.442 2.06-.647 2.817-.643c.752.005 1.236.21 1.535.51c.319.318.53.837.514 1.65a6 6 0 0 1-.125 1.039a10.7 10.7 0 0 0-1.81-2.039a9.6 9.6 0 0 0-1.86.554q-.23.09-.463.195a8.68 8.68 0 0 1 3.804 5.542c.113.555.171 1.12.173 1.708h-.931l-12.055.114a24 24 0 0 0-1.314 1.828c.333 1.139.912 2.172 1.751 2.963c1.002.944 2.328 1.495 3.902 1.495a6.5 6.5 0 0 0 3.598-1.073h3.244a8.63 8.63 0 0 1-6.853 3.366a8.65 8.65 0 0 1-7.19-3.834l-.015.035c-.359.9-.56 1.7-.62 2.376c.473.512.996.978 1.561 1.389q-.258.03-.495.035c-.815.017-1.33-.196-1.642-.51l-.003-.003c-.3-.3-.507-.785-.512-1.537c-.005-.76.2-1.716.64-2.82c.882-2.205 2.638-4.812 5.087-7.256m-5.468 3.634l-.002-.168a8.66 8.66 0 0 1 8.68-8.658c-1.548 1.005-3.124 2.28-4.623 3.776c-1.638 1.635-3.012 3.365-4.055 5.05"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.427 6.194c-.672.423-1.359.907-2.048 1.45a4.6 4.6 0 0 1 2.088.89h-3.164a29 29 0 0 0-2.076 2h8.505L17.35 9.25c-.387-1.303-1.492-2.408-2.924-3.056"/><path fill="currentColor" d="M8.325 22.28c1.143.419 2.377.647 3.664.647c3.48 0 6.582-1.67 8.524-4.26c.276-.36.512-.727.73-1.106c.112-.186.209-.369.3-.553l.724-1.447h-7.314l-.265.197a4.5 4.5 0 0 1-2.688.876c-1.077 0-1.909-.366-2.53-.951a4.2 4.2 0 0 1-.937-1.344l11.187-.105h2.927v-1.966q0-1.093-.213-2.141v-.002a11 11 0 0 0-.352-1.294c.516-1.248.823-2.46.846-3.555c.023-1.168-.28-2.286-1.1-3.105c-.778-.779-1.832-1.09-2.937-1.096c-1.1-.006-2.32.284-3.573.786q-.191.078-.385.16a10.7 10.7 0 0 0-2.944-.411C6.103 1.61 1.33 6.382 1.33 12.268c0 1.103.168 2.167.479 3.168c-.472 1.212-.743 2.39-.736 3.455c.008 1.105.319 2.158 1.096 2.937c.816.822 1.936 1.124 3.102 1.1c.948-.02 1.984-.252 3.054-.648M8.8 8.803c2.45-2.445 5.058-4.201 7.262-5.084c1.104-.442 2.06-.647 2.817-.643c.752.005 1.236.21 1.535.51c.319.318.53.837.514 1.65a6 6 0 0 1-.125 1.039a10.7 10.7 0 0 0-1.81-2.039a9.6 9.6 0 0 0-1.86.554q-.23.09-.463.195a8.68 8.68 0 0 1 3.804 5.542c.113.555.171 1.12.173 1.708h-.931l-12.055.114a24 24 0 0 0-1.314 1.828c.333 1.139.912 2.172 1.751 2.963c1.002.944 2.328 1.495 3.902 1.495a6.5 6.5 0 0 0 3.598-1.073h3.244a8.63 8.63 0 0 1-6.853 3.366a8.65 8.65 0 0 1-7.19-3.834l-.015.035c-.359.9-.56 1.7-.62 2.376c.473.512.996.978 1.561 1.389q-.258.03-.495.035c-.815.017-1.33-.196-1.642-.51l-.003-.003c-.3-.3-.507-.785-.512-1.537c-.005-.76.2-1.716.64-2.82c.882-2.205 2.638-4.812 5.087-7.256m-5.468 3.634l-.002-.168a8.66 8.66 0 0 1 8.68-8.658c-1.548 1.005-3.124 2.28-4.623 3.776c-1.638 1.635-3.012 3.365-4.055 5.05"/></svg> </template>
CSS
.icon-logo-ie {
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%22M14.427%206.194c-.672.423-1.359.907-2.048%201.45a4.6%204.6%200%200%201%202.088.89h-3.164a29%2029%200%200%200-2.076%202h8.505L17.35%209.25c-.387-1.303-1.492-2.408-2.924-3.056%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.325%2022.28c1.143.419%202.377.647%203.664.647c3.48%200%206.582-1.67%208.524-4.26c.276-.36.512-.727.73-1.106c.112-.186.209-.369.3-.553l.724-1.447h-7.314l-.265.197a4.5%204.5%200%200%201-2.688.876c-1.077%200-1.909-.366-2.53-.951a4.2%204.2%200%200%201-.937-1.344l11.187-.105h2.927v-1.966q0-1.093-.213-2.141v-.002a11%2011%200%200%200-.352-1.294c.516-1.248.823-2.46.846-3.555c.023-1.168-.28-2.286-1.1-3.105c-.778-.779-1.832-1.09-2.937-1.096c-1.1-.006-2.32.284-3.573.786q-.191.078-.385.16a10.7%2010.7%200%200%200-2.944-.411C6.103%201.61%201.33%206.382%201.33%2012.268c0%201.103.168%202.167.479%203.168c-.472%201.212-.743%202.39-.736%203.455c.008%201.105.319%202.158%201.096%202.937c.816.822%201.936%201.124%203.102%201.1c.948-.02%201.984-.252%203.054-.648M8.8%208.803c2.45-2.445%205.058-4.201%207.262-5.084c1.104-.442%202.06-.647%202.817-.643c.752.005%201.236.21%201.535.51c.319.318.53.837.514%201.65a6%206%200%200%201-.125%201.039a10.7%2010.7%200%200%200-1.81-2.039a9.6%209.6%200%200%200-1.86.554q-.23.09-.463.195a8.68%208.68%200%200%201%203.804%205.542c.113.555.171%201.12.173%201.708h-.931l-12.055.114a24%2024%200%200%200-1.314%201.828c.333%201.139.912%202.172%201.751%202.963c1.002.944%202.328%201.495%203.902%201.495a6.5%206.5%200%200%200%203.598-1.073h3.244a8.63%208.63%200%200%201-6.853%203.366a8.65%208.65%200%200%201-7.19-3.834l-.015.035c-.359.9-.56%201.7-.62%202.376c.473.512.996.978%201.561%201.389q-.258.03-.495.035c-.815.017-1.33-.196-1.642-.51l-.003-.003c-.3-.3-.507-.785-.512-1.537c-.005-.76.2-1.716.64-2.82c.882-2.205%202.638-4.812%205.087-7.256m-5.468%203.634l-.002-.168a8.66%208.66%200%200%201%208.68-8.658c-1.548%201.005-3.124%202.28-4.623%203.776c-1.638%201.635-3.012%203.365-4.055%205.05%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%22M14.427%206.194c-.672.423-1.359.907-2.048%201.45a4.6%204.6%200%200%201%202.088.89h-3.164a29%2029%200%200%200-2.076%202h8.505L17.35%209.25c-.387-1.303-1.492-2.408-2.924-3.056%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.325%2022.28c1.143.419%202.377.647%203.664.647c3.48%200%206.582-1.67%208.524-4.26c.276-.36.512-.727.73-1.106c.112-.186.209-.369.3-.553l.724-1.447h-7.314l-.265.197a4.5%204.5%200%200%201-2.688.876c-1.077%200-1.909-.366-2.53-.951a4.2%204.2%200%200%201-.937-1.344l11.187-.105h2.927v-1.966q0-1.093-.213-2.141v-.002a11%2011%200%200%200-.352-1.294c.516-1.248.823-2.46.846-3.555c.023-1.168-.28-2.286-1.1-3.105c-.778-.779-1.832-1.09-2.937-1.096c-1.1-.006-2.32.284-3.573.786q-.191.078-.385.16a10.7%2010.7%200%200%200-2.944-.411C6.103%201.61%201.33%206.382%201.33%2012.268c0%201.103.168%202.167.479%203.168c-.472%201.212-.743%202.39-.736%203.455c.008%201.105.319%202.158%201.096%202.937c.816.822%201.936%201.124%203.102%201.1c.948-.02%201.984-.252%203.054-.648M8.8%208.803c2.45-2.445%205.058-4.201%207.262-5.084c1.104-.442%202.06-.647%202.817-.643c.752.005%201.236.21%201.535.51c.319.318.53.837.514%201.65a6%206%200%200%201-.125%201.039a10.7%2010.7%200%200%200-1.81-2.039a9.6%209.6%200%200%200-1.86.554q-.23.09-.463.195a8.68%208.68%200%200%201%203.804%205.542c.113.555.171%201.12.173%201.708h-.931l-12.055.114a24%2024%200%200%200-1.314%201.828c.333%201.139.912%202.172%201.751%202.963c1.002.944%202.328%201.495%203.902%201.495a6.5%206.5%200%200%200%203.598-1.073h3.244a8.63%208.63%200%200%201-6.853%203.366a8.65%208.65%200%200%201-7.19-3.834l-.015.035c-.359.9-.56%201.7-.62%202.376c.473.512.996.978%201.561%201.389q-.258.03-.495.035c-.815.017-1.33-.196-1.642-.51l-.003-.003c-.3-.3-.507-.785-.512-1.537c-.005-.76.2-1.716.64-2.82c.882-2.205%202.638-4.812%205.087-7.256m-5.468%203.634l-.002-.168a8.66%208.66%200%200%201%208.68-8.658c-1.548%201.005-3.124%202.28-4.623%203.776c-1.638%201.635-3.012%203.365-4.055%205.05%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/logo-ie.svg?color=%231a73e8&size=48