ie-outlined from Ant Design Icons by HeskeyBaozi · Outlined · MIT Free for personal and commercial use.

Name
ie-outlined
Set
Ant Design Icons
Style
Outlined
Viewbox
1024×1024
License
MIT
Aliases
ie, ie-outline

The same icon in other sets

Related icons in Ant Design Icons

Use the ie icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M852.6 367.6c16.3-36.9 32.1-90.7 32.1-131.8c0-109.1-119.5-147.6-314.5-57.9c-161.4-10.8-316.8 110.5-355.6 279.7c46.3-52.3 117.4-123.4 183-151.7C316.1 378.3 246.7 470 194 565.6c-31.1 56.9-66 148.8-66 217.5c0 147.9 139.3 129.8 270.4 63c47.1 23.1 99.8 23.4 152.5 23.4c145.7 0 276.4-81.4 325.2-219H694.9c-78.8 132.9-295.2 79.5-295.2-71.2h493.2c9.6-65.4-2.5-143.6-40.3-211.7M224.8 648.3c26.6 76.7 80.6 143.8 150.4 185c-133.1 73.4-259.9 43.6-150.4-185m174-163.3c3-82.7 75.4-142.3 156-142.3c80.1 0 153 59.6 156 142.3zm276.8-281.4c32.1-15.4 72.8-33 108.8-33c47.1 0 81.4 32.6 81.4 80.6c0 30-11.1 73.5-21.9 101.8c-39.3-63.5-98.9-122.4-168.3-149.4"/></svg>

React

import type { SVGProps } from "react";

export function AntDesignIeOutlined(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M852.6 367.6c16.3-36.9 32.1-90.7 32.1-131.8c0-109.1-119.5-147.6-314.5-57.9c-161.4-10.8-316.8 110.5-355.6 279.7c46.3-52.3 117.4-123.4 183-151.7C316.1 378.3 246.7 470 194 565.6c-31.1 56.9-66 148.8-66 217.5c0 147.9 139.3 129.8 270.4 63c47.1 23.1 99.8 23.4 152.5 23.4c145.7 0 276.4-81.4 325.2-219H694.9c-78.8 132.9-295.2 79.5-295.2-71.2h493.2c9.6-65.4-2.5-143.6-40.3-211.7M224.8 648.3c26.6 76.7 80.6 143.8 150.4 185c-133.1 73.4-259.9 43.6-150.4-185m174-163.3c3-82.7 75.4-142.3 156-142.3c80.1 0 153 59.6 156 142.3zm276.8-281.4c32.1-15.4 72.8-33 108.8-33c47.1 0 81.4 32.6 81.4 80.6c0 30-11.1 73.5-21.9 101.8c-39.3-63.5-98.9-122.4-168.3-149.4"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M852.6 367.6c16.3-36.9 32.1-90.7 32.1-131.8c0-109.1-119.5-147.6-314.5-57.9c-161.4-10.8-316.8 110.5-355.6 279.7c46.3-52.3 117.4-123.4 183-151.7C316.1 378.3 246.7 470 194 565.6c-31.1 56.9-66 148.8-66 217.5c0 147.9 139.3 129.8 270.4 63c47.1 23.1 99.8 23.4 152.5 23.4c145.7 0 276.4-81.4 325.2-219H694.9c-78.8 132.9-295.2 79.5-295.2-71.2h493.2c9.6-65.4-2.5-143.6-40.3-211.7M224.8 648.3c26.6 76.7 80.6 143.8 150.4 185c-133.1 73.4-259.9 43.6-150.4-185m174-163.3c3-82.7 75.4-142.3 156-142.3c80.1 0 153 59.6 156 142.3zm276.8-281.4c32.1-15.4 72.8-33 108.8-33c47.1 0 81.4 32.6 81.4 80.6c0 30-11.1 73.5-21.9 101.8c-39.3-63.5-98.9-122.4-168.3-149.4"/></svg>
</template>

CSS

.icon-ie-outlined {
  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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M852.6%20367.6c16.3-36.9%2032.1-90.7%2032.1-131.8c0-109.1-119.5-147.6-314.5-57.9c-161.4-10.8-316.8%20110.5-355.6%20279.7c46.3-52.3%20117.4-123.4%20183-151.7C316.1%20378.3%20246.7%20470%20194%20565.6c-31.1%2056.9-66%20148.8-66%20217.5c0%20147.9%20139.3%20129.8%20270.4%2063c47.1%2023.1%2099.8%2023.4%20152.5%2023.4c145.7%200%20276.4-81.4%20325.2-219H694.9c-78.8%20132.9-295.2%2079.5-295.2-71.2h493.2c9.6-65.4-2.5-143.6-40.3-211.7M224.8%20648.3c26.6%2076.7%2080.6%20143.8%20150.4%20185c-133.1%2073.4-259.9%2043.6-150.4-185m174-163.3c3-82.7%2075.4-142.3%20156-142.3c80.1%200%20153%2059.6%20156%20142.3zm276.8-281.4c32.1-15.4%2072.8-33%20108.8-33c47.1%200%2081.4%2032.6%2081.4%2080.6c0%2030-11.1%2073.5-21.9%20101.8c-39.3-63.5-98.9-122.4-168.3-149.4%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M852.6%20367.6c16.3-36.9%2032.1-90.7%2032.1-131.8c0-109.1-119.5-147.6-314.5-57.9c-161.4-10.8-316.8%20110.5-355.6%20279.7c46.3-52.3%20117.4-123.4%20183-151.7C316.1%20378.3%20246.7%20470%20194%20565.6c-31.1%2056.9-66%20148.8-66%20217.5c0%20147.9%20139.3%20129.8%20270.4%2063c47.1%2023.1%2099.8%2023.4%20152.5%2023.4c145.7%200%20276.4-81.4%20325.2-219H694.9c-78.8%20132.9-295.2%2079.5-295.2-71.2h493.2c9.6-65.4-2.5-143.6-40.3-211.7M224.8%20648.3c26.6%2076.7%2080.6%20143.8%20150.4%20185c-133.1%2073.4-259.9%2043.6-150.4-185m174-163.3c3-82.7%2075.4-142.3%20156-142.3c80.1%200%20153%2059.6%20156%20142.3zm276.8-281.4c32.1-15.4%2072.8-33%20108.8-33c47.1%200%2081.4%2032.6%2081.4%2080.6c0%2030-11.1%2073.5-21.9%20101.8c-39.3-63.5-98.9-122.4-168.3-149.4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/ie-outlined.svg?color=%231a73e8&size=48