aliyun icon
aliyun-outlined from Ant Design Icons by HeskeyBaozi · Outlined · MIT Free for personal and commercial use.
- Name
- aliyun-outlined
- Set
- Ant Design Icons
- Style
- Outlined
- Viewbox
- 1024×1024
- License
- MIT
- Aliases
- aliyun, aliyun-outline
Use the aliyun icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M959.2 383.9c-.3-82.1-66.9-148.6-149.1-148.6H575.9l21.6 85.2l201 43.7a42.58 42.58 0 0 1 32.9 39.7c.1.5.1 216.1 0 216.6a42.58 42.58 0 0 1-32.9 39.7l-201 43.7l-21.6 85.3h234.2c82.1 0 148.8-66.5 149.1-148.6zM225.5 660.4a42.58 42.58 0 0 1-32.9-39.7c-.1-.6-.1-216.1 0-216.6c.8-19.4 14.6-35.5 32.9-39.7l201-43.7l21.6-85.2H213.8c-82.1 0-148.8 66.4-149.1 148.6V641c.3 82.1 67 148.6 149.1 148.6H448l-21.6-85.3zm200.9-158.8h171v21.3h-171z"/></svg>
React
import type { SVGProps } from "react";
export function AntDesignAliyunOutlined(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="M959.2 383.9c-.3-82.1-66.9-148.6-149.1-148.6H575.9l21.6 85.2l201 43.7a42.58 42.58 0 0 1 32.9 39.7c.1.5.1 216.1 0 216.6a42.58 42.58 0 0 1-32.9 39.7l-201 43.7l-21.6 85.3h234.2c82.1 0 148.8-66.5 149.1-148.6zM225.5 660.4a42.58 42.58 0 0 1-32.9-39.7c-.1-.6-.1-216.1 0-216.6c.8-19.4 14.6-35.5 32.9-39.7l201-43.7l21.6-85.2H213.8c-82.1 0-148.8 66.4-149.1 148.6V641c.3 82.1 67 148.6 149.1 148.6H448l-21.6-85.3zm200.9-158.8h171v21.3h-171z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M959.2 383.9c-.3-82.1-66.9-148.6-149.1-148.6H575.9l21.6 85.2l201 43.7a42.58 42.58 0 0 1 32.9 39.7c.1.5.1 216.1 0 216.6a42.58 42.58 0 0 1-32.9 39.7l-201 43.7l-21.6 85.3h234.2c82.1 0 148.8-66.5 149.1-148.6zM225.5 660.4a42.58 42.58 0 0 1-32.9-39.7c-.1-.6-.1-216.1 0-216.6c.8-19.4 14.6-35.5 32.9-39.7l201-43.7l21.6-85.2H213.8c-82.1 0-148.8 66.4-149.1 148.6V641c.3 82.1 67 148.6 149.1 148.6H448l-21.6-85.3zm200.9-158.8h171v21.3h-171z"/></svg> </template>
CSS
.icon-aliyun-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%22M959.2%20383.9c-.3-82.1-66.9-148.6-149.1-148.6H575.9l21.6%2085.2l201%2043.7a42.58%2042.58%200%200%201%2032.9%2039.7c.1.5.1%20216.1%200%20216.6a42.58%2042.58%200%200%201-32.9%2039.7l-201%2043.7l-21.6%2085.3h234.2c82.1%200%20148.8-66.5%20149.1-148.6zM225.5%20660.4a42.58%2042.58%200%200%201-32.9-39.7c-.1-.6-.1-216.1%200-216.6c.8-19.4%2014.6-35.5%2032.9-39.7l201-43.7l21.6-85.2H213.8c-82.1%200-148.8%2066.4-149.1%20148.6V641c.3%2082.1%2067%20148.6%20149.1%20148.6H448l-21.6-85.3zm200.9-158.8h171v21.3h-171z%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%22M959.2%20383.9c-.3-82.1-66.9-148.6-149.1-148.6H575.9l21.6%2085.2l201%2043.7a42.58%2042.58%200%200%201%2032.9%2039.7c.1.5.1%20216.1%200%20216.6a42.58%2042.58%200%200%201-32.9%2039.7l-201%2043.7l-21.6%2085.3h234.2c82.1%200%20148.8-66.5%20149.1-148.6zM225.5%20660.4a42.58%2042.58%200%200%201-32.9-39.7c-.1-.6-.1-216.1%200-216.6c.8-19.4%2014.6-35.5%2032.9-39.7l201-43.7l21.6-85.2H213.8c-82.1%200-148.8%2066.4-149.1%20148.6V641c.3%2082.1%2067%20148.6%20149.1%20148.6H448l-21.6-85.3zm200.9-158.8h171v21.3h-171z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/aliyun-outlined.svg?color=%231a73e8&size=48