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

Name
open-a-i-outlined
Set
Ant Design Icons
Style
Outlined
Viewbox
1024×1024
License
MIT

1 other variant in Ant Design Icons

Use the open a i icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" fill-rule="evenodd" d="M482.878 128c-84.345 0-156.575 52.808-185.68 126.983c-60.887 8.128-115.29 43.622-146.595 97.837c-42.163 72.994-32.556 161.882 17.137 224.158c-23.38 56.748-19.853 121.597 11.424 175.782c42.18 73.024 124.095 109.152 202.937 97.235C419.585 898.621 477.51 928 540.121 928c84.346 0 156.576-52.808 185.68-126.983c60.888-8.128 115.291-43.622 146.596-97.837c42.163-72.994 32.556-161.882-17.137-224.158c23.38-56.748 19.853-121.597-11.424-175.782c-42.18-73.024-124.095-109.152-202.937-97.235C603.415 157.379 545.49 128 482.879 128m0 61.538c35.593 0 68.972 13.99 94.223 37.74c-1.928 1.031-3.925 1.845-5.832 2.946L434.594 309.13c-14.223 8.184-23.028 23.353-23.09 39.783l-.841 183.594l-65.722-38.341V327.399c0-76 61.895-137.86 137.937-137.86m197.706 75.902c44.186 3.142 86.154 27.435 109.917 68.57c17.794 30.797 22.38 66.692 14.43 100.42c-1.879-1.169-3.6-2.491-5.531-3.605l-136.734-78.907a46.23 46.23 0 0 0-46-.06l-159.463 91.106l.36-76.022l144.492-83.413c24.694-14.25 52.017-19.974 78.53-18.09M283.67 320.849c-.071 2.19-.3 4.343-.3 6.55v157.752a46.19 46.19 0 0 0 22.91 39.904l158.68 92.488l-66.021 37.68l-144.552-83.353c-65.852-38-88.47-122.526-50.448-188.341c17.783-30.78 46.556-52.689 79.731-62.68m340.393 79.927l144.552 83.354c65.852 38 88.47 122.526 50.448 188.341c-17.783 30.78-46.556 52.689-79.731 62.68c.071-2.19.3-4.343.3-6.55V570.849a46.19 46.19 0 0 0-22.91-39.904l-158.68-92.488zM511.801 464.84l54.537 31.79l-.3 63.222l-54.839 31.31l-54.537-31.85l.3-63.162zm100.536 58.654l65.722 38.341v166.767c0 76-61.895 137.86-137.937 137.86c-35.593 0-68.972-13.988-94.223-37.74c1.928-1.03 3.925-1.844 5.832-2.945l136.675-78.906c14.223-8.184 23.028-23.353 23.09-39.783zm-46.54 89.543l-.36 76.022l-144.492 83.413c-65.852 38-150.425 15.335-188.446-50.48c-17.794-30.798-22.38-66.693-14.43-100.421c1.879 1.169 3.6 2.491 5.531 3.605l136.735 78.907a46.23 46.23 0 0 0 45.999.06z"/></svg>

React

import type { SVGProps } from "react";

export function AntDesignOpenAIOutlined(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" fillRule="evenodd" d="M482.878 128c-84.345 0-156.575 52.808-185.68 126.983c-60.887 8.128-115.29 43.622-146.595 97.837c-42.163 72.994-32.556 161.882 17.137 224.158c-23.38 56.748-19.853 121.597 11.424 175.782c42.18 73.024 124.095 109.152 202.937 97.235C419.585 898.621 477.51 928 540.121 928c84.346 0 156.576-52.808 185.68-126.983c60.888-8.128 115.291-43.622 146.596-97.837c42.163-72.994 32.556-161.882-17.137-224.158c23.38-56.748 19.853-121.597-11.424-175.782c-42.18-73.024-124.095-109.152-202.937-97.235C603.415 157.379 545.49 128 482.879 128m0 61.538c35.593 0 68.972 13.99 94.223 37.74c-1.928 1.031-3.925 1.845-5.832 2.946L434.594 309.13c-14.223 8.184-23.028 23.353-23.09 39.783l-.841 183.594l-65.722-38.341V327.399c0-76 61.895-137.86 137.937-137.86m197.706 75.902c44.186 3.142 86.154 27.435 109.917 68.57c17.794 30.797 22.38 66.692 14.43 100.42c-1.879-1.169-3.6-2.491-5.531-3.605l-136.734-78.907a46.23 46.23 0 0 0-46-.06l-159.463 91.106l.36-76.022l144.492-83.413c24.694-14.25 52.017-19.974 78.53-18.09M283.67 320.849c-.071 2.19-.3 4.343-.3 6.55v157.752a46.19 46.19 0 0 0 22.91 39.904l158.68 92.488l-66.021 37.68l-144.552-83.353c-65.852-38-88.47-122.526-50.448-188.341c17.783-30.78 46.556-52.689 79.731-62.68m340.393 79.927l144.552 83.354c65.852 38 88.47 122.526 50.448 188.341c-17.783 30.78-46.556 52.689-79.731 62.68c.071-2.19.3-4.343.3-6.55V570.849a46.19 46.19 0 0 0-22.91-39.904l-158.68-92.488zM511.801 464.84l54.537 31.79l-.3 63.222l-54.839 31.31l-54.537-31.85l.3-63.162zm100.536 58.654l65.722 38.341v166.767c0 76-61.895 137.86-137.937 137.86c-35.593 0-68.972-13.988-94.223-37.74c1.928-1.03 3.925-1.844 5.832-2.945l136.675-78.906c14.223-8.184 23.028-23.353 23.09-39.783zm-46.54 89.543l-.36 76.022l-144.492 83.413c-65.852 38-150.425 15.335-188.446-50.48c-17.794-30.798-22.38-66.693-14.43-100.421c1.879 1.169 3.6 2.491 5.531 3.605l136.735 78.907a46.23 46.23 0 0 0 45.999.06z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" fill-rule="evenodd" d="M482.878 128c-84.345 0-156.575 52.808-185.68 126.983c-60.887 8.128-115.29 43.622-146.595 97.837c-42.163 72.994-32.556 161.882 17.137 224.158c-23.38 56.748-19.853 121.597 11.424 175.782c42.18 73.024 124.095 109.152 202.937 97.235C419.585 898.621 477.51 928 540.121 928c84.346 0 156.576-52.808 185.68-126.983c60.888-8.128 115.291-43.622 146.596-97.837c42.163-72.994 32.556-161.882-17.137-224.158c23.38-56.748 19.853-121.597-11.424-175.782c-42.18-73.024-124.095-109.152-202.937-97.235C603.415 157.379 545.49 128 482.879 128m0 61.538c35.593 0 68.972 13.99 94.223 37.74c-1.928 1.031-3.925 1.845-5.832 2.946L434.594 309.13c-14.223 8.184-23.028 23.353-23.09 39.783l-.841 183.594l-65.722-38.341V327.399c0-76 61.895-137.86 137.937-137.86m197.706 75.902c44.186 3.142 86.154 27.435 109.917 68.57c17.794 30.797 22.38 66.692 14.43 100.42c-1.879-1.169-3.6-2.491-5.531-3.605l-136.734-78.907a46.23 46.23 0 0 0-46-.06l-159.463 91.106l.36-76.022l144.492-83.413c24.694-14.25 52.017-19.974 78.53-18.09M283.67 320.849c-.071 2.19-.3 4.343-.3 6.55v157.752a46.19 46.19 0 0 0 22.91 39.904l158.68 92.488l-66.021 37.68l-144.552-83.353c-65.852-38-88.47-122.526-50.448-188.341c17.783-30.78 46.556-52.689 79.731-62.68m340.393 79.927l144.552 83.354c65.852 38 88.47 122.526 50.448 188.341c-17.783 30.78-46.556 52.689-79.731 62.68c.071-2.19.3-4.343.3-6.55V570.849a46.19 46.19 0 0 0-22.91-39.904l-158.68-92.488zM511.801 464.84l54.537 31.79l-.3 63.222l-54.839 31.31l-54.537-31.85l.3-63.162zm100.536 58.654l65.722 38.341v166.767c0 76-61.895 137.86-137.937 137.86c-35.593 0-68.972-13.988-94.223-37.74c1.928-1.03 3.925-1.844 5.832-2.945l136.675-78.906c14.223-8.184 23.028-23.353 23.09-39.783zm-46.54 89.543l-.36 76.022l-144.492 83.413c-65.852 38-150.425 15.335-188.446-50.48c-17.794-30.798-22.38-66.693-14.43-100.421c1.879 1.169 3.6 2.491 5.531 3.605l136.735 78.907a46.23 46.23 0 0 0 45.999.06z"/></svg>
</template>

CSS

.icon-open-a-i-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%20fill-rule%3D%22evenodd%22%20d%3D%22M482.878%20128c-84.345%200-156.575%2052.808-185.68%20126.983c-60.887%208.128-115.29%2043.622-146.595%2097.837c-42.163%2072.994-32.556%20161.882%2017.137%20224.158c-23.38%2056.748-19.853%20121.597%2011.424%20175.782c42.18%2073.024%20124.095%20109.152%20202.937%2097.235C419.585%20898.621%20477.51%20928%20540.121%20928c84.346%200%20156.576-52.808%20185.68-126.983c60.888-8.128%20115.291-43.622%20146.596-97.837c42.163-72.994%2032.556-161.882-17.137-224.158c23.38-56.748%2019.853-121.597-11.424-175.782c-42.18-73.024-124.095-109.152-202.937-97.235C603.415%20157.379%20545.49%20128%20482.879%20128m0%2061.538c35.593%200%2068.972%2013.99%2094.223%2037.74c-1.928%201.031-3.925%201.845-5.832%202.946L434.594%20309.13c-14.223%208.184-23.028%2023.353-23.09%2039.783l-.841%20183.594l-65.722-38.341V327.399c0-76%2061.895-137.86%20137.937-137.86m197.706%2075.902c44.186%203.142%2086.154%2027.435%20109.917%2068.57c17.794%2030.797%2022.38%2066.692%2014.43%20100.42c-1.879-1.169-3.6-2.491-5.531-3.605l-136.734-78.907a46.23%2046.23%200%200%200-46-.06l-159.463%2091.106l.36-76.022l144.492-83.413c24.694-14.25%2052.017-19.974%2078.53-18.09M283.67%20320.849c-.071%202.19-.3%204.343-.3%206.55v157.752a46.19%2046.19%200%200%200%2022.91%2039.904l158.68%2092.488l-66.021%2037.68l-144.552-83.353c-65.852-38-88.47-122.526-50.448-188.341c17.783-30.78%2046.556-52.689%2079.731-62.68m340.393%2079.927l144.552%2083.354c65.852%2038%2088.47%20122.526%2050.448%20188.341c-17.783%2030.78-46.556%2052.689-79.731%2062.68c.071-2.19.3-4.343.3-6.55V570.849a46.19%2046.19%200%200%200-22.91-39.904l-158.68-92.488zM511.801%20464.84l54.537%2031.79l-.3%2063.222l-54.839%2031.31l-54.537-31.85l.3-63.162zm100.536%2058.654l65.722%2038.341v166.767c0%2076-61.895%20137.86-137.937%20137.86c-35.593%200-68.972-13.988-94.223-37.74c1.928-1.03%203.925-1.844%205.832-2.945l136.675-78.906c14.223-8.184%2023.028-23.353%2023.09-39.783zm-46.54%2089.543l-.36%2076.022l-144.492%2083.413c-65.852%2038-150.425%2015.335-188.446-50.48c-17.794-30.798-22.38-66.693-14.43-100.421c1.879%201.169%203.6%202.491%205.531%203.605l136.735%2078.907a46.23%2046.23%200%200%200%2045.999.06z%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%20fill-rule%3D%22evenodd%22%20d%3D%22M482.878%20128c-84.345%200-156.575%2052.808-185.68%20126.983c-60.887%208.128-115.29%2043.622-146.595%2097.837c-42.163%2072.994-32.556%20161.882%2017.137%20224.158c-23.38%2056.748-19.853%20121.597%2011.424%20175.782c42.18%2073.024%20124.095%20109.152%20202.937%2097.235C419.585%20898.621%20477.51%20928%20540.121%20928c84.346%200%20156.576-52.808%20185.68-126.983c60.888-8.128%20115.291-43.622%20146.596-97.837c42.163-72.994%2032.556-161.882-17.137-224.158c23.38-56.748%2019.853-121.597-11.424-175.782c-42.18-73.024-124.095-109.152-202.937-97.235C603.415%20157.379%20545.49%20128%20482.879%20128m0%2061.538c35.593%200%2068.972%2013.99%2094.223%2037.74c-1.928%201.031-3.925%201.845-5.832%202.946L434.594%20309.13c-14.223%208.184-23.028%2023.353-23.09%2039.783l-.841%20183.594l-65.722-38.341V327.399c0-76%2061.895-137.86%20137.937-137.86m197.706%2075.902c44.186%203.142%2086.154%2027.435%20109.917%2068.57c17.794%2030.797%2022.38%2066.692%2014.43%20100.42c-1.879-1.169-3.6-2.491-5.531-3.605l-136.734-78.907a46.23%2046.23%200%200%200-46-.06l-159.463%2091.106l.36-76.022l144.492-83.413c24.694-14.25%2052.017-19.974%2078.53-18.09M283.67%20320.849c-.071%202.19-.3%204.343-.3%206.55v157.752a46.19%2046.19%200%200%200%2022.91%2039.904l158.68%2092.488l-66.021%2037.68l-144.552-83.353c-65.852-38-88.47-122.526-50.448-188.341c17.783-30.78%2046.556-52.689%2079.731-62.68m340.393%2079.927l144.552%2083.354c65.852%2038%2088.47%20122.526%2050.448%20188.341c-17.783%2030.78-46.556%2052.689-79.731%2062.68c.071-2.19.3-4.343.3-6.55V570.849a46.19%2046.19%200%200%200-22.91-39.904l-158.68-92.488zM511.801%20464.84l54.537%2031.79l-.3%2063.222l-54.839%2031.31l-54.537-31.85l.3-63.162zm100.536%2058.654l65.722%2038.341v166.767c0%2076-61.895%20137.86-137.937%20137.86c-35.593%200-68.972-13.988-94.223-37.74c1.928-1.03%203.925-1.844%205.832-2.945l136.675-78.906c14.223-8.184%2023.028-23.353%2023.09-39.783zm-46.54%2089.543l-.36%2076.022l-144.492%2083.413c-65.852%2038-150.425%2015.335-188.446-50.48c-17.794-30.798-22.38-66.693-14.43-100.421c1.879%201.169%203.6%202.491%205.531%203.605l136.735%2078.907a46.23%2046.23%200%200%200%2045.999.06z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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