aliwangwang icon
aliwangwang-outlined from Ant Design Icons by HeskeyBaozi · Outlined · MIT Free for personal and commercial use.
- Name
- aliwangwang-outlined
- Set
- Ant Design Icons
- Style
- Outlined
- Viewbox
- 1024×1024
- License
- MIT
- Aliases
- aliwangwang, aliwangwang-outline
1 other variant in Ant Design Icons
Use the aliwangwang icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M868.2 377.4c-18.9-45.1-46.3-85.6-81.2-120.6a377.3 377.3 0 0 0-120.5-81.2A375.65 375.65 0 0 0 519 145.8c-41.9 0-82.9 6.7-121.9 20C306 123.3 200.8 120 170.6 120c-2.2 0-7.4 0-9.4.2c-11.9.4-22.8 6.5-29.2 16.4c-6.5 9.9-7.7 22.4-3.4 33.5l64.3 161.6a378.6 378.6 0 0 0-52.8 193.2c0 51.4 10 101 29.8 147.6c18.9 45 46.2 85.6 81.2 120.5c34.7 34.8 75.4 62.1 120.5 81.2C418.3 894 467.9 904 519 904c51.3 0 100.9-10.1 147.7-29.8c44.9-18.9 85.5-46.3 120.4-81.2c34.7-34.8 62.1-75.4 81.2-120.6a376.5 376.5 0 0 0 29.8-147.6c-.2-51.2-10.1-100.8-29.9-147.4m-66.4 266.5a307.1 307.1 0 0 1-65.9 98c-28.4 28.5-61.3 50.7-97.7 65.9h-.1c-38 16-78.3 24.2-119.9 24.2a306.5 306.5 0 0 1-217.5-90.2c-28.4-28.5-50.6-61.4-65.8-97.8v-.1c-16-37.8-24.1-78.2-24.1-119.9c0-55.4 14.8-109.7 42.8-157l13.2-22.1l-9.5-23.9L206 192c14.9.6 35.9 2.1 59.7 5.6c43.8 6.5 82.5 17.5 114.9 32.6l19 8.9l19.9-6.8c31.5-10.8 64.8-16.2 98.9-16.2a306.5 306.5 0 0 1 217.5 90.2c28.4 28.5 50.6 61.4 65.8 97.8l.1.1l.1.1c16 37.6 24.1 78 24.2 119.8c-.1 41.7-8.3 82-24.3 119.8M681.1 364.2c-20.4 0-37.1 16.7-37.1 37.1v55.1c0 20.4 16.6 37.1 37.1 37.1s37.1-16.7 37.1-37.1v-55.1c0-20.5-16.7-37.1-37.1-37.1m-175.2 0c-20.5 0-37.1 16.7-37.1 37.1v55.1c0 20.4 16.7 37.1 37.1 37.1c20.5 0 37.1-16.7 37.1-37.1v-55.1c0-20.5-16.7-37.1-37.1-37.1"/></svg>
React
import type { SVGProps } from "react";
export function AntDesignAliwangwangOutlined(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="M868.2 377.4c-18.9-45.1-46.3-85.6-81.2-120.6a377.3 377.3 0 0 0-120.5-81.2A375.65 375.65 0 0 0 519 145.8c-41.9 0-82.9 6.7-121.9 20C306 123.3 200.8 120 170.6 120c-2.2 0-7.4 0-9.4.2c-11.9.4-22.8 6.5-29.2 16.4c-6.5 9.9-7.7 22.4-3.4 33.5l64.3 161.6a378.6 378.6 0 0 0-52.8 193.2c0 51.4 10 101 29.8 147.6c18.9 45 46.2 85.6 81.2 120.5c34.7 34.8 75.4 62.1 120.5 81.2C418.3 894 467.9 904 519 904c51.3 0 100.9-10.1 147.7-29.8c44.9-18.9 85.5-46.3 120.4-81.2c34.7-34.8 62.1-75.4 81.2-120.6a376.5 376.5 0 0 0 29.8-147.6c-.2-51.2-10.1-100.8-29.9-147.4m-66.4 266.5a307.1 307.1 0 0 1-65.9 98c-28.4 28.5-61.3 50.7-97.7 65.9h-.1c-38 16-78.3 24.2-119.9 24.2a306.5 306.5 0 0 1-217.5-90.2c-28.4-28.5-50.6-61.4-65.8-97.8v-.1c-16-37.8-24.1-78.2-24.1-119.9c0-55.4 14.8-109.7 42.8-157l13.2-22.1l-9.5-23.9L206 192c14.9.6 35.9 2.1 59.7 5.6c43.8 6.5 82.5 17.5 114.9 32.6l19 8.9l19.9-6.8c31.5-10.8 64.8-16.2 98.9-16.2a306.5 306.5 0 0 1 217.5 90.2c28.4 28.5 50.6 61.4 65.8 97.8l.1.1l.1.1c16 37.6 24.1 78 24.2 119.8c-.1 41.7-8.3 82-24.3 119.8M681.1 364.2c-20.4 0-37.1 16.7-37.1 37.1v55.1c0 20.4 16.6 37.1 37.1 37.1s37.1-16.7 37.1-37.1v-55.1c0-20.5-16.7-37.1-37.1-37.1m-175.2 0c-20.5 0-37.1 16.7-37.1 37.1v55.1c0 20.4 16.7 37.1 37.1 37.1c20.5 0 37.1-16.7 37.1-37.1v-55.1c0-20.5-16.7-37.1-37.1-37.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="M868.2 377.4c-18.9-45.1-46.3-85.6-81.2-120.6a377.3 377.3 0 0 0-120.5-81.2A375.65 375.65 0 0 0 519 145.8c-41.9 0-82.9 6.7-121.9 20C306 123.3 200.8 120 170.6 120c-2.2 0-7.4 0-9.4.2c-11.9.4-22.8 6.5-29.2 16.4c-6.5 9.9-7.7 22.4-3.4 33.5l64.3 161.6a378.6 378.6 0 0 0-52.8 193.2c0 51.4 10 101 29.8 147.6c18.9 45 46.2 85.6 81.2 120.5c34.7 34.8 75.4 62.1 120.5 81.2C418.3 894 467.9 904 519 904c51.3 0 100.9-10.1 147.7-29.8c44.9-18.9 85.5-46.3 120.4-81.2c34.7-34.8 62.1-75.4 81.2-120.6a376.5 376.5 0 0 0 29.8-147.6c-.2-51.2-10.1-100.8-29.9-147.4m-66.4 266.5a307.1 307.1 0 0 1-65.9 98c-28.4 28.5-61.3 50.7-97.7 65.9h-.1c-38 16-78.3 24.2-119.9 24.2a306.5 306.5 0 0 1-217.5-90.2c-28.4-28.5-50.6-61.4-65.8-97.8v-.1c-16-37.8-24.1-78.2-24.1-119.9c0-55.4 14.8-109.7 42.8-157l13.2-22.1l-9.5-23.9L206 192c14.9.6 35.9 2.1 59.7 5.6c43.8 6.5 82.5 17.5 114.9 32.6l19 8.9l19.9-6.8c31.5-10.8 64.8-16.2 98.9-16.2a306.5 306.5 0 0 1 217.5 90.2c28.4 28.5 50.6 61.4 65.8 97.8l.1.1l.1.1c16 37.6 24.1 78 24.2 119.8c-.1 41.7-8.3 82-24.3 119.8M681.1 364.2c-20.4 0-37.1 16.7-37.1 37.1v55.1c0 20.4 16.6 37.1 37.1 37.1s37.1-16.7 37.1-37.1v-55.1c0-20.5-16.7-37.1-37.1-37.1m-175.2 0c-20.5 0-37.1 16.7-37.1 37.1v55.1c0 20.4 16.7 37.1 37.1 37.1c20.5 0 37.1-16.7 37.1-37.1v-55.1c0-20.5-16.7-37.1-37.1-37.1"/></svg> </template>
CSS
.icon-aliwangwang-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%22M868.2%20377.4c-18.9-45.1-46.3-85.6-81.2-120.6a377.3%20377.3%200%200%200-120.5-81.2A375.65%20375.65%200%200%200%20519%20145.8c-41.9%200-82.9%206.7-121.9%2020C306%20123.3%20200.8%20120%20170.6%20120c-2.2%200-7.4%200-9.4.2c-11.9.4-22.8%206.5-29.2%2016.4c-6.5%209.9-7.7%2022.4-3.4%2033.5l64.3%20161.6a378.6%20378.6%200%200%200-52.8%20193.2c0%2051.4%2010%20101%2029.8%20147.6c18.9%2045%2046.2%2085.6%2081.2%20120.5c34.7%2034.8%2075.4%2062.1%20120.5%2081.2C418.3%20894%20467.9%20904%20519%20904c51.3%200%20100.9-10.1%20147.7-29.8c44.9-18.9%2085.5-46.3%20120.4-81.2c34.7-34.8%2062.1-75.4%2081.2-120.6a376.5%20376.5%200%200%200%2029.8-147.6c-.2-51.2-10.1-100.8-29.9-147.4m-66.4%20266.5a307.1%20307.1%200%200%201-65.9%2098c-28.4%2028.5-61.3%2050.7-97.7%2065.9h-.1c-38%2016-78.3%2024.2-119.9%2024.2a306.5%20306.5%200%200%201-217.5-90.2c-28.4-28.5-50.6-61.4-65.8-97.8v-.1c-16-37.8-24.1-78.2-24.1-119.9c0-55.4%2014.8-109.7%2042.8-157l13.2-22.1l-9.5-23.9L206%20192c14.9.6%2035.9%202.1%2059.7%205.6c43.8%206.5%2082.5%2017.5%20114.9%2032.6l19%208.9l19.9-6.8c31.5-10.8%2064.8-16.2%2098.9-16.2a306.5%20306.5%200%200%201%20217.5%2090.2c28.4%2028.5%2050.6%2061.4%2065.8%2097.8l.1.1l.1.1c16%2037.6%2024.1%2078%2024.2%20119.8c-.1%2041.7-8.3%2082-24.3%20119.8M681.1%20364.2c-20.4%200-37.1%2016.7-37.1%2037.1v55.1c0%2020.4%2016.6%2037.1%2037.1%2037.1s37.1-16.7%2037.1-37.1v-55.1c0-20.5-16.7-37.1-37.1-37.1m-175.2%200c-20.5%200-37.1%2016.7-37.1%2037.1v55.1c0%2020.4%2016.7%2037.1%2037.1%2037.1c20.5%200%2037.1-16.7%2037.1-37.1v-55.1c0-20.5-16.7-37.1-37.1-37.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%22M868.2%20377.4c-18.9-45.1-46.3-85.6-81.2-120.6a377.3%20377.3%200%200%200-120.5-81.2A375.65%20375.65%200%200%200%20519%20145.8c-41.9%200-82.9%206.7-121.9%2020C306%20123.3%20200.8%20120%20170.6%20120c-2.2%200-7.4%200-9.4.2c-11.9.4-22.8%206.5-29.2%2016.4c-6.5%209.9-7.7%2022.4-3.4%2033.5l64.3%20161.6a378.6%20378.6%200%200%200-52.8%20193.2c0%2051.4%2010%20101%2029.8%20147.6c18.9%2045%2046.2%2085.6%2081.2%20120.5c34.7%2034.8%2075.4%2062.1%20120.5%2081.2C418.3%20894%20467.9%20904%20519%20904c51.3%200%20100.9-10.1%20147.7-29.8c44.9-18.9%2085.5-46.3%20120.4-81.2c34.7-34.8%2062.1-75.4%2081.2-120.6a376.5%20376.5%200%200%200%2029.8-147.6c-.2-51.2-10.1-100.8-29.9-147.4m-66.4%20266.5a307.1%20307.1%200%200%201-65.9%2098c-28.4%2028.5-61.3%2050.7-97.7%2065.9h-.1c-38%2016-78.3%2024.2-119.9%2024.2a306.5%20306.5%200%200%201-217.5-90.2c-28.4-28.5-50.6-61.4-65.8-97.8v-.1c-16-37.8-24.1-78.2-24.1-119.9c0-55.4%2014.8-109.7%2042.8-157l13.2-22.1l-9.5-23.9L206%20192c14.9.6%2035.9%202.1%2059.7%205.6c43.8%206.5%2082.5%2017.5%20114.9%2032.6l19%208.9l19.9-6.8c31.5-10.8%2064.8-16.2%2098.9-16.2a306.5%20306.5%200%200%201%20217.5%2090.2c28.4%2028.5%2050.6%2061.4%2065.8%2097.8l.1.1l.1.1c16%2037.6%2024.1%2078%2024.2%20119.8c-.1%2041.7-8.3%2082-24.3%20119.8M681.1%20364.2c-20.4%200-37.1%2016.7-37.1%2037.1v55.1c0%2020.4%2016.6%2037.1%2037.1%2037.1s37.1-16.7%2037.1-37.1v-55.1c0-20.5-16.7-37.1-37.1-37.1m-175.2%200c-20.5%200-37.1%2016.7-37.1%2037.1v55.1c0%2020.4%2016.7%2037.1%2037.1%2037.1c20.5%200%2037.1-16.7%2037.1-37.1v-55.1c0-20.5-16.7-37.1-37.1-37.1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/aliwangwang-outlined.svg?color=%231a73e8&size=48