alibaba icon
alibaba-outlined from Ant Design Icons by HeskeyBaozi · Outlined · MIT Free for personal and commercial use.
- Name
- alibaba-outlined
- Set
- Ant Design Icons
- Style
- Outlined
- Viewbox
- 1024×1024
- License
- MIT
- Aliases
- alibaba, alibaba-outline
Use the alibaba icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M602.9 669.8c-37.2 2.6-33.6-17.3-11.5-46.2c50.4-67.2 143.7-158.5 147.9-225.2c5.8-86.6-81.3-113.4-171-113.4c-62.4 1.6-127 18.9-171 34.6c-151.6 53.5-246.6 137.5-306.9 232c-62.4 93.4-43 183.2 91.8 185.8c101.8-4.2 170.5-32.5 239.7-68.2c.5 0-192.5 55.1-263.9 14.7c-7.9-4.2-15.7-10-17.8-26.2c0-33.1 54.6-67.7 86.6-78.7v-56.7c64.5 22.6 140.6 16.3 205.7-32c2.1 5.8 4.2 13.1 3.7 21h11c2.6-22.6-12.6-44.6-37.8-46.2c7.3 5.8 12.6 10.5 15.2 14.7l-1 1l-.5.5c-83.9 58.8-165.3 31.5-173.1 29.9l46.7-45.7l-13.1-33.1c92.9-32.5 169.5-56.2 296.9-78.7l-28.5-23l14.7-8.9c75.5 21 126.4 36.7 123.8 76.6c-1 6.8-3.7 14.7-7.9 23.1C660.1 466.1 594 538 567.2 569c-17.3 20.5-34.6 39.4-46.7 58.3c-13.6 19.4-20.5 37.3-21 53.5c2.6 131.8 391.4-61.9 468-112.9c-111.7 47.8-232.9 93.5-364.6 101.9m85-302.9c2.8 5.2 4.1 11.6 4.1 19.1c-.1-6.8-1.4-13.3-4.1-19.1"/></svg>
React
import type { SVGProps } from "react";
export function AntDesignAlibabaOutlined(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="M602.9 669.8c-37.2 2.6-33.6-17.3-11.5-46.2c50.4-67.2 143.7-158.5 147.9-225.2c5.8-86.6-81.3-113.4-171-113.4c-62.4 1.6-127 18.9-171 34.6c-151.6 53.5-246.6 137.5-306.9 232c-62.4 93.4-43 183.2 91.8 185.8c101.8-4.2 170.5-32.5 239.7-68.2c.5 0-192.5 55.1-263.9 14.7c-7.9-4.2-15.7-10-17.8-26.2c0-33.1 54.6-67.7 86.6-78.7v-56.7c64.5 22.6 140.6 16.3 205.7-32c2.1 5.8 4.2 13.1 3.7 21h11c2.6-22.6-12.6-44.6-37.8-46.2c7.3 5.8 12.6 10.5 15.2 14.7l-1 1l-.5.5c-83.9 58.8-165.3 31.5-173.1 29.9l46.7-45.7l-13.1-33.1c92.9-32.5 169.5-56.2 296.9-78.7l-28.5-23l14.7-8.9c75.5 21 126.4 36.7 123.8 76.6c-1 6.8-3.7 14.7-7.9 23.1C660.1 466.1 594 538 567.2 569c-17.3 20.5-34.6 39.4-46.7 58.3c-13.6 19.4-20.5 37.3-21 53.5c2.6 131.8 391.4-61.9 468-112.9c-111.7 47.8-232.9 93.5-364.6 101.9m85-302.9c2.8 5.2 4.1 11.6 4.1 19.1c-.1-6.8-1.4-13.3-4.1-19.1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M602.9 669.8c-37.2 2.6-33.6-17.3-11.5-46.2c50.4-67.2 143.7-158.5 147.9-225.2c5.8-86.6-81.3-113.4-171-113.4c-62.4 1.6-127 18.9-171 34.6c-151.6 53.5-246.6 137.5-306.9 232c-62.4 93.4-43 183.2 91.8 185.8c101.8-4.2 170.5-32.5 239.7-68.2c.5 0-192.5 55.1-263.9 14.7c-7.9-4.2-15.7-10-17.8-26.2c0-33.1 54.6-67.7 86.6-78.7v-56.7c64.5 22.6 140.6 16.3 205.7-32c2.1 5.8 4.2 13.1 3.7 21h11c2.6-22.6-12.6-44.6-37.8-46.2c7.3 5.8 12.6 10.5 15.2 14.7l-1 1l-.5.5c-83.9 58.8-165.3 31.5-173.1 29.9l46.7-45.7l-13.1-33.1c92.9-32.5 169.5-56.2 296.9-78.7l-28.5-23l14.7-8.9c75.5 21 126.4 36.7 123.8 76.6c-1 6.8-3.7 14.7-7.9 23.1C660.1 466.1 594 538 567.2 569c-17.3 20.5-34.6 39.4-46.7 58.3c-13.6 19.4-20.5 37.3-21 53.5c2.6 131.8 391.4-61.9 468-112.9c-111.7 47.8-232.9 93.5-364.6 101.9m85-302.9c2.8 5.2 4.1 11.6 4.1 19.1c-.1-6.8-1.4-13.3-4.1-19.1"/></svg> </template>
CSS
.icon-alibaba-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%22M602.9%20669.8c-37.2%202.6-33.6-17.3-11.5-46.2c50.4-67.2%20143.7-158.5%20147.9-225.2c5.8-86.6-81.3-113.4-171-113.4c-62.4%201.6-127%2018.9-171%2034.6c-151.6%2053.5-246.6%20137.5-306.9%20232c-62.4%2093.4-43%20183.2%2091.8%20185.8c101.8-4.2%20170.5-32.5%20239.7-68.2c.5%200-192.5%2055.1-263.9%2014.7c-7.9-4.2-15.7-10-17.8-26.2c0-33.1%2054.6-67.7%2086.6-78.7v-56.7c64.5%2022.6%20140.6%2016.3%20205.7-32c2.1%205.8%204.2%2013.1%203.7%2021h11c2.6-22.6-12.6-44.6-37.8-46.2c7.3%205.8%2012.6%2010.5%2015.2%2014.7l-1%201l-.5.5c-83.9%2058.8-165.3%2031.5-173.1%2029.9l46.7-45.7l-13.1-33.1c92.9-32.5%20169.5-56.2%20296.9-78.7l-28.5-23l14.7-8.9c75.5%2021%20126.4%2036.7%20123.8%2076.6c-1%206.8-3.7%2014.7-7.9%2023.1C660.1%20466.1%20594%20538%20567.2%20569c-17.3%2020.5-34.6%2039.4-46.7%2058.3c-13.6%2019.4-20.5%2037.3-21%2053.5c2.6%20131.8%20391.4-61.9%20468-112.9c-111.7%2047.8-232.9%2093.5-364.6%20101.9m85-302.9c2.8%205.2%204.1%2011.6%204.1%2019.1c-.1-6.8-1.4-13.3-4.1-19.1%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%22M602.9%20669.8c-37.2%202.6-33.6-17.3-11.5-46.2c50.4-67.2%20143.7-158.5%20147.9-225.2c5.8-86.6-81.3-113.4-171-113.4c-62.4%201.6-127%2018.9-171%2034.6c-151.6%2053.5-246.6%20137.5-306.9%20232c-62.4%2093.4-43%20183.2%2091.8%20185.8c101.8-4.2%20170.5-32.5%20239.7-68.2c.5%200-192.5%2055.1-263.9%2014.7c-7.9-4.2-15.7-10-17.8-26.2c0-33.1%2054.6-67.7%2086.6-78.7v-56.7c64.5%2022.6%20140.6%2016.3%20205.7-32c2.1%205.8%204.2%2013.1%203.7%2021h11c2.6-22.6-12.6-44.6-37.8-46.2c7.3%205.8%2012.6%2010.5%2015.2%2014.7l-1%201l-.5.5c-83.9%2058.8-165.3%2031.5-173.1%2029.9l46.7-45.7l-13.1-33.1c92.9-32.5%20169.5-56.2%20296.9-78.7l-28.5-23l14.7-8.9c75.5%2021%20126.4%2036.7%20123.8%2076.6c-1%206.8-3.7%2014.7-7.9%2023.1C660.1%20466.1%20594%20538%20567.2%20569c-17.3%2020.5-34.6%2039.4-46.7%2058.3c-13.6%2019.4-20.5%2037.3-21%2053.5c2.6%20131.8%20391.4-61.9%20468-112.9c-111.7%2047.8-232.9%2093.5-364.6%20101.9m85-302.9c2.8%205.2%204.1%2011.6%204.1%2019.1c-.1-6.8-1.4-13.3-4.1-19.1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/alibaba-outlined.svg?color=%231a73e8&size=48