taobao icon
taobao-outlined from Ant Design Icons by HeskeyBaozi · Outlined · MIT Free for personal and commercial use.
- Name
- taobao-outlined
- Set
- Ant Design Icons
- Style
- Outlined
- Viewbox
- 1024×1024
- License
- MIT
- Aliases
- taobao, taobao-outline
The same icon in other sets
Related icons in Ant Design Icons
Use the taobao icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M168.5 273.7a68.7 68.7 0 1 0 137.4 0a68.7 68.7 0 1 0-137.4 0m730 79.2s-23.7-184.4-426.9-70.1c17.3-30 25.6-49.5 25.6-49.5L396.4 205s-40.6 132.6-113 194.4c0 0 70.1 40.6 69.4 39.4c20.1-20.1 38.2-40.6 53.7-60.4c16.1-7 31.5-13.6 46.7-19.8c-18.6 33.5-48.7 83.8-78.8 115.6l42.4 37s28.8-27.7 60.4-61.2h36v61.8H372.9v49.5h140.3v118.5c-1.7 0-3.6 0-5.4-.2c-15.4-.7-39.5-3.3-49-18.2c-11.5-18.1-3-51.5-2.4-71.9h-97l-3.4 1.8s-35.5 159.1 102.3 155.5c129.1 3.6 203-36 238.6-63.1l14.2 52.6l79.6-33.2l-53.9-131.9l-64.6 20.1l12.1 45.2c-16.6 12.4-35.6 21.7-56.2 28.4V561.3h137.1v-49.5H628.1V450h137.6v-49.5H521.3c17.6-21.4 31.5-41.1 35-53.6l-42.5-11.6c182.8-65.5 284.5-54.2 283.6 53.2v282.8s10.8 97.1-100.4 90.1l-60.2-12.9l-14.2 57.1S882.5 880 903.7 680.2c21.3-200-5.2-327.3-5.2-327.3m-707.4 18.3l-45.4 69.7l83.6 52.1s56 28.5 29.4 81.9C233.8 625.5 112 736.3 112 736.3l109 68.1c75.4-163.7 70.5-142 89.5-200.7c19.5-60.1 23.7-105.9-9.4-139.1c-42.4-42.6-47-46.6-110-93.4"/></svg>
React
import type { SVGProps } from "react";
export function AntDesignTaobaoOutlined(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="M168.5 273.7a68.7 68.7 0 1 0 137.4 0a68.7 68.7 0 1 0-137.4 0m730 79.2s-23.7-184.4-426.9-70.1c17.3-30 25.6-49.5 25.6-49.5L396.4 205s-40.6 132.6-113 194.4c0 0 70.1 40.6 69.4 39.4c20.1-20.1 38.2-40.6 53.7-60.4c16.1-7 31.5-13.6 46.7-19.8c-18.6 33.5-48.7 83.8-78.8 115.6l42.4 37s28.8-27.7 60.4-61.2h36v61.8H372.9v49.5h140.3v118.5c-1.7 0-3.6 0-5.4-.2c-15.4-.7-39.5-3.3-49-18.2c-11.5-18.1-3-51.5-2.4-71.9h-97l-3.4 1.8s-35.5 159.1 102.3 155.5c129.1 3.6 203-36 238.6-63.1l14.2 52.6l79.6-33.2l-53.9-131.9l-64.6 20.1l12.1 45.2c-16.6 12.4-35.6 21.7-56.2 28.4V561.3h137.1v-49.5H628.1V450h137.6v-49.5H521.3c17.6-21.4 31.5-41.1 35-53.6l-42.5-11.6c182.8-65.5 284.5-54.2 283.6 53.2v282.8s10.8 97.1-100.4 90.1l-60.2-12.9l-14.2 57.1S882.5 880 903.7 680.2c21.3-200-5.2-327.3-5.2-327.3m-707.4 18.3l-45.4 69.7l83.6 52.1s56 28.5 29.4 81.9C233.8 625.5 112 736.3 112 736.3l109 68.1c75.4-163.7 70.5-142 89.5-200.7c19.5-60.1 23.7-105.9-9.4-139.1c-42.4-42.6-47-46.6-110-93.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="M168.5 273.7a68.7 68.7 0 1 0 137.4 0a68.7 68.7 0 1 0-137.4 0m730 79.2s-23.7-184.4-426.9-70.1c17.3-30 25.6-49.5 25.6-49.5L396.4 205s-40.6 132.6-113 194.4c0 0 70.1 40.6 69.4 39.4c20.1-20.1 38.2-40.6 53.7-60.4c16.1-7 31.5-13.6 46.7-19.8c-18.6 33.5-48.7 83.8-78.8 115.6l42.4 37s28.8-27.7 60.4-61.2h36v61.8H372.9v49.5h140.3v118.5c-1.7 0-3.6 0-5.4-.2c-15.4-.7-39.5-3.3-49-18.2c-11.5-18.1-3-51.5-2.4-71.9h-97l-3.4 1.8s-35.5 159.1 102.3 155.5c129.1 3.6 203-36 238.6-63.1l14.2 52.6l79.6-33.2l-53.9-131.9l-64.6 20.1l12.1 45.2c-16.6 12.4-35.6 21.7-56.2 28.4V561.3h137.1v-49.5H628.1V450h137.6v-49.5H521.3c17.6-21.4 31.5-41.1 35-53.6l-42.5-11.6c182.8-65.5 284.5-54.2 283.6 53.2v282.8s10.8 97.1-100.4 90.1l-60.2-12.9l-14.2 57.1S882.5 880 903.7 680.2c21.3-200-5.2-327.3-5.2-327.3m-707.4 18.3l-45.4 69.7l83.6 52.1s56 28.5 29.4 81.9C233.8 625.5 112 736.3 112 736.3l109 68.1c75.4-163.7 70.5-142 89.5-200.7c19.5-60.1 23.7-105.9-9.4-139.1c-42.4-42.6-47-46.6-110-93.4"/></svg> </template>
CSS
.icon-taobao-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%22M168.5%20273.7a68.7%2068.7%200%201%200%20137.4%200a68.7%2068.7%200%201%200-137.4%200m730%2079.2s-23.7-184.4-426.9-70.1c17.3-30%2025.6-49.5%2025.6-49.5L396.4%20205s-40.6%20132.6-113%20194.4c0%200%2070.1%2040.6%2069.4%2039.4c20.1-20.1%2038.2-40.6%2053.7-60.4c16.1-7%2031.5-13.6%2046.7-19.8c-18.6%2033.5-48.7%2083.8-78.8%20115.6l42.4%2037s28.8-27.7%2060.4-61.2h36v61.8H372.9v49.5h140.3v118.5c-1.7%200-3.6%200-5.4-.2c-15.4-.7-39.5-3.3-49-18.2c-11.5-18.1-3-51.5-2.4-71.9h-97l-3.4%201.8s-35.5%20159.1%20102.3%20155.5c129.1%203.6%20203-36%20238.6-63.1l14.2%2052.6l79.6-33.2l-53.9-131.9l-64.6%2020.1l12.1%2045.2c-16.6%2012.4-35.6%2021.7-56.2%2028.4V561.3h137.1v-49.5H628.1V450h137.6v-49.5H521.3c17.6-21.4%2031.5-41.1%2035-53.6l-42.5-11.6c182.8-65.5%20284.5-54.2%20283.6%2053.2v282.8s10.8%2097.1-100.4%2090.1l-60.2-12.9l-14.2%2057.1S882.5%20880%20903.7%20680.2c21.3-200-5.2-327.3-5.2-327.3m-707.4%2018.3l-45.4%2069.7l83.6%2052.1s56%2028.5%2029.4%2081.9C233.8%20625.5%20112%20736.3%20112%20736.3l109%2068.1c75.4-163.7%2070.5-142%2089.5-200.7c19.5-60.1%2023.7-105.9-9.4-139.1c-42.4-42.6-47-46.6-110-93.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%22M168.5%20273.7a68.7%2068.7%200%201%200%20137.4%200a68.7%2068.7%200%201%200-137.4%200m730%2079.2s-23.7-184.4-426.9-70.1c17.3-30%2025.6-49.5%2025.6-49.5L396.4%20205s-40.6%20132.6-113%20194.4c0%200%2070.1%2040.6%2069.4%2039.4c20.1-20.1%2038.2-40.6%2053.7-60.4c16.1-7%2031.5-13.6%2046.7-19.8c-18.6%2033.5-48.7%2083.8-78.8%20115.6l42.4%2037s28.8-27.7%2060.4-61.2h36v61.8H372.9v49.5h140.3v118.5c-1.7%200-3.6%200-5.4-.2c-15.4-.7-39.5-3.3-49-18.2c-11.5-18.1-3-51.5-2.4-71.9h-97l-3.4%201.8s-35.5%20159.1%20102.3%20155.5c129.1%203.6%20203-36%20238.6-63.1l14.2%2052.6l79.6-33.2l-53.9-131.9l-64.6%2020.1l12.1%2045.2c-16.6%2012.4-35.6%2021.7-56.2%2028.4V561.3h137.1v-49.5H628.1V450h137.6v-49.5H521.3c17.6-21.4%2031.5-41.1%2035-53.6l-42.5-11.6c182.8-65.5%20284.5-54.2%20283.6%2053.2v282.8s10.8%2097.1-100.4%2090.1l-60.2-12.9l-14.2%2057.1S882.5%20880%20903.7%20680.2c21.3-200-5.2-327.3-5.2-327.3m-707.4%2018.3l-45.4%2069.7l83.6%2052.1s56%2028.5%2029.4%2081.9C233.8%20625.5%20112%20736.3%20112%20736.3l109%2068.1c75.4-163.7%2070.5-142%2089.5-200.7c19.5-60.1%2023.7-105.9-9.4-139.1c-42.4-42.6-47-46.6-110-93.4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/taobao-outlined.svg?color=%231a73e8&size=48