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

Name
open-a-i-filled
Set
Ant Design Icons
Style
Filled
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="M475.609 112c-74.042 0-139.727 42.382-172.929 104.575v237.284l92.265 56.484l3.386-235.699l188.997-127.45C555.12 124.695 516.577 112 475.608 112m202.902 62.248c-13.17 0-26.054 1.758-38.8 4.359L453.2 304.363l-1.37 96.146l186.584-125.253l231.22 137.284c3.08-13.888 4.863-28.051 4.863-42.327c0-108.044-87.93-195.965-195.986-195.965m-431.168 91.75C167.343 290.696 109 365.216 109 453.21c0 27.924 5.906 54.829 16.788 79.36l245.487 139.769l90.571-56.124l-214.503-131.376zm392.872 74.676l-72.702 48.848l203.984 128.062l25.795 235.41C867.422 723.115 916 653.971 916 573.095c0-27.555-5.855-54.129-16.572-78.53zM517.22 423.275l-66.362 44.56l-1.045 76.117l64.704 39.662l69.532-43.048l-1.837-76.477zm121.194 76.117l5.872 248.343l-201.282 119.164C477.72 895.635 521.631 912 567.837 912c79.224 0 147.798-46.522 178.621-114.986L719.402 550.22zm-52.852 105.295L372.428 736.676L169.56 621.15c-3.357 14.46-5.224 29.262-5.224 44.164c0 102.935 79.847 187.408 180.819 195.173l243.036-143.876z"/></svg>

React

import type { SVGProps } from "react";

export function AntDesignOpenAIFilled(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="M475.609 112c-74.042 0-139.727 42.382-172.929 104.575v237.284l92.265 56.484l3.386-235.699l188.997-127.45C555.12 124.695 516.577 112 475.608 112m202.902 62.248c-13.17 0-26.054 1.758-38.8 4.359L453.2 304.363l-1.37 96.146l186.584-125.253l231.22 137.284c3.08-13.888 4.863-28.051 4.863-42.327c0-108.044-87.93-195.965-195.986-195.965m-431.168 91.75C167.343 290.696 109 365.216 109 453.21c0 27.924 5.906 54.829 16.788 79.36l245.487 139.769l90.571-56.124l-214.503-131.376zm392.872 74.676l-72.702 48.848l203.984 128.062l25.795 235.41C867.422 723.115 916 653.971 916 573.095c0-27.555-5.855-54.129-16.572-78.53zM517.22 423.275l-66.362 44.56l-1.045 76.117l64.704 39.662l69.532-43.048l-1.837-76.477zm121.194 76.117l5.872 248.343l-201.282 119.164C477.72 895.635 521.631 912 567.837 912c79.224 0 147.798-46.522 178.621-114.986L719.402 550.22zm-52.852 105.295L372.428 736.676L169.56 621.15c-3.357 14.46-5.224 29.262-5.224 44.164c0 102.935 79.847 187.408 180.819 195.173l243.036-143.876z"/></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="M475.609 112c-74.042 0-139.727 42.382-172.929 104.575v237.284l92.265 56.484l3.386-235.699l188.997-127.45C555.12 124.695 516.577 112 475.608 112m202.902 62.248c-13.17 0-26.054 1.758-38.8 4.359L453.2 304.363l-1.37 96.146l186.584-125.253l231.22 137.284c3.08-13.888 4.863-28.051 4.863-42.327c0-108.044-87.93-195.965-195.986-195.965m-431.168 91.75C167.343 290.696 109 365.216 109 453.21c0 27.924 5.906 54.829 16.788 79.36l245.487 139.769l90.571-56.124l-214.503-131.376zm392.872 74.676l-72.702 48.848l203.984 128.062l25.795 235.41C867.422 723.115 916 653.971 916 573.095c0-27.555-5.855-54.129-16.572-78.53zM517.22 423.275l-66.362 44.56l-1.045 76.117l64.704 39.662l69.532-43.048l-1.837-76.477zm121.194 76.117l5.872 248.343l-201.282 119.164C477.72 895.635 521.631 912 567.837 912c79.224 0 147.798-46.522 178.621-114.986L719.402 550.22zm-52.852 105.295L372.428 736.676L169.56 621.15c-3.357 14.46-5.224 29.262-5.224 44.164c0 102.935 79.847 187.408 180.819 195.173l243.036-143.876z"/></svg>
</template>

CSS

.icon-open-a-i-filled {
  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%22M475.609%20112c-74.042%200-139.727%2042.382-172.929%20104.575v237.284l92.265%2056.484l3.386-235.699l188.997-127.45C555.12%20124.695%20516.577%20112%20475.608%20112m202.902%2062.248c-13.17%200-26.054%201.758-38.8%204.359L453.2%20304.363l-1.37%2096.146l186.584-125.253l231.22%20137.284c3.08-13.888%204.863-28.051%204.863-42.327c0-108.044-87.93-195.965-195.986-195.965m-431.168%2091.75C167.343%20290.696%20109%20365.216%20109%20453.21c0%2027.924%205.906%2054.829%2016.788%2079.36l245.487%20139.769l90.571-56.124l-214.503-131.376zm392.872%2074.676l-72.702%2048.848l203.984%20128.062l25.795%20235.41C867.422%20723.115%20916%20653.971%20916%20573.095c0-27.555-5.855-54.129-16.572-78.53zM517.22%20423.275l-66.362%2044.56l-1.045%2076.117l64.704%2039.662l69.532-43.048l-1.837-76.477zm121.194%2076.117l5.872%20248.343l-201.282%20119.164C477.72%20895.635%20521.631%20912%20567.837%20912c79.224%200%20147.798-46.522%20178.621-114.986L719.402%20550.22zm-52.852%20105.295L372.428%20736.676L169.56%20621.15c-3.357%2014.46-5.224%2029.262-5.224%2044.164c0%20102.935%2079.847%20187.408%20180.819%20195.173l243.036-143.876z%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%22M475.609%20112c-74.042%200-139.727%2042.382-172.929%20104.575v237.284l92.265%2056.484l3.386-235.699l188.997-127.45C555.12%20124.695%20516.577%20112%20475.608%20112m202.902%2062.248c-13.17%200-26.054%201.758-38.8%204.359L453.2%20304.363l-1.37%2096.146l186.584-125.253l231.22%20137.284c3.08-13.888%204.863-28.051%204.863-42.327c0-108.044-87.93-195.965-195.986-195.965m-431.168%2091.75C167.343%20290.696%20109%20365.216%20109%20453.21c0%2027.924%205.906%2054.829%2016.788%2079.36l245.487%20139.769l90.571-56.124l-214.503-131.376zm392.872%2074.676l-72.702%2048.848l203.984%20128.062l25.795%20235.41C867.422%20723.115%20916%20653.971%20916%20573.095c0-27.555-5.855-54.129-16.572-78.53zM517.22%20423.275l-66.362%2044.56l-1.045%2076.117l64.704%2039.662l69.532-43.048l-1.837-76.477zm121.194%2076.117l5.872%20248.343l-201.282%20119.164C477.72%20895.635%20521.631%20912%20567.837%20912c79.224%200%20147.798-46.522%20178.621-114.986L719.402%20550.22zm-52.852%20105.295L372.428%20736.676L169.56%20621.15c-3.357%2014.46-5.224%2029.262-5.224%2044.164c0%20102.935%2079.847%20187.408%20180.819%20195.173l243.036-143.876z%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-filled.svg?color=%231a73e8&size=48