yuque-outlined from Ant Design Icons by HeskeyBaozi · Outlined · MIT Free for personal and commercial use.

Name
yuque-outlined
Set
Ant Design Icons
Style
Outlined
Viewbox
1024×1024
License
MIT
Aliases
yuque, yuque-outline

1 other variant in Ant Design Icons

The same icon in other sets

Use the yuque icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M854.6 370.6c-9.9-39.4 9.9-102.2 73.4-124.4l-67.9-3.6s-25.7-90-143.6-98c-117.8-8.1-194.9-3-195-3c.1 0 87.4 55.6 52.4 154.7c-25.6 52.5-65.8 95.6-108.8 144.7c-1.3 1.3-2.5 2.6-3.5 3.7C319.4 605 96 860 96 860c245.9 64.4 410.7-6.3 508.2-91.1c20.5-.2 35.9-.3 46.3-.3c135.8 0 250.6-117.6 245.9-248.4c-3.2-89.9-31.9-110.2-41.8-149.6m-204.1 334q-15.9 0-46.8.3l-23.6.2l-17.8 15.5c-47.1 41-104.4 71.5-171.4 87.6c-52.5 12.6-110 16.2-172.7 9.6c18-20.5 36.5-41.6 55.4-63.1c92-104.6 173.8-197.5 236.9-268.5l1.4-1.4l1.3-1.5c4.1-4.6 20.6-23.3 24.7-28.1c9.7-11.1 17.3-19.9 24.5-28.6c30.7-36.7 52.2-67.8 69-102.2l1.6-3.3l1.2-3.4c13.7-38.8 15.4-76.9 6.2-112.8c22.5.7 46.5 1.9 71.7 3.6c33.3 2.3 55.5 12.9 71.1 29.2c5.8 6 10.2 12.5 13.4 18.7c1 2 1.7 3.6 2.3 5l5 17.7c-15.7 34.5-19.9 73.3-11.4 107.2c3 11.8 6.9 22.4 12.3 34.4c2.1 4.7 9.5 20.1 11 23.3c10.3 22.7 15.4 43 16.7 78.7c3.3 94.6-82.7 181.9-182 181.9"/></svg>

React

import type { SVGProps } from "react";

export function AntDesignYuqueOutlined(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="M854.6 370.6c-9.9-39.4 9.9-102.2 73.4-124.4l-67.9-3.6s-25.7-90-143.6-98c-117.8-8.1-194.9-3-195-3c.1 0 87.4 55.6 52.4 154.7c-25.6 52.5-65.8 95.6-108.8 144.7c-1.3 1.3-2.5 2.6-3.5 3.7C319.4 605 96 860 96 860c245.9 64.4 410.7-6.3 508.2-91.1c20.5-.2 35.9-.3 46.3-.3c135.8 0 250.6-117.6 245.9-248.4c-3.2-89.9-31.9-110.2-41.8-149.6m-204.1 334q-15.9 0-46.8.3l-23.6.2l-17.8 15.5c-47.1 41-104.4 71.5-171.4 87.6c-52.5 12.6-110 16.2-172.7 9.6c18-20.5 36.5-41.6 55.4-63.1c92-104.6 173.8-197.5 236.9-268.5l1.4-1.4l1.3-1.5c4.1-4.6 20.6-23.3 24.7-28.1c9.7-11.1 17.3-19.9 24.5-28.6c30.7-36.7 52.2-67.8 69-102.2l1.6-3.3l1.2-3.4c13.7-38.8 15.4-76.9 6.2-112.8c22.5.7 46.5 1.9 71.7 3.6c33.3 2.3 55.5 12.9 71.1 29.2c5.8 6 10.2 12.5 13.4 18.7c1 2 1.7 3.6 2.3 5l5 17.7c-15.7 34.5-19.9 73.3-11.4 107.2c3 11.8 6.9 22.4 12.3 34.4c2.1 4.7 9.5 20.1 11 23.3c10.3 22.7 15.4 43 16.7 78.7c3.3 94.6-82.7 181.9-182 181.9"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M854.6 370.6c-9.9-39.4 9.9-102.2 73.4-124.4l-67.9-3.6s-25.7-90-143.6-98c-117.8-8.1-194.9-3-195-3c.1 0 87.4 55.6 52.4 154.7c-25.6 52.5-65.8 95.6-108.8 144.7c-1.3 1.3-2.5 2.6-3.5 3.7C319.4 605 96 860 96 860c245.9 64.4 410.7-6.3 508.2-91.1c20.5-.2 35.9-.3 46.3-.3c135.8 0 250.6-117.6 245.9-248.4c-3.2-89.9-31.9-110.2-41.8-149.6m-204.1 334q-15.9 0-46.8.3l-23.6.2l-17.8 15.5c-47.1 41-104.4 71.5-171.4 87.6c-52.5 12.6-110 16.2-172.7 9.6c18-20.5 36.5-41.6 55.4-63.1c92-104.6 173.8-197.5 236.9-268.5l1.4-1.4l1.3-1.5c4.1-4.6 20.6-23.3 24.7-28.1c9.7-11.1 17.3-19.9 24.5-28.6c30.7-36.7 52.2-67.8 69-102.2l1.6-3.3l1.2-3.4c13.7-38.8 15.4-76.9 6.2-112.8c22.5.7 46.5 1.9 71.7 3.6c33.3 2.3 55.5 12.9 71.1 29.2c5.8 6 10.2 12.5 13.4 18.7c1 2 1.7 3.6 2.3 5l5 17.7c-15.7 34.5-19.9 73.3-11.4 107.2c3 11.8 6.9 22.4 12.3 34.4c2.1 4.7 9.5 20.1 11 23.3c10.3 22.7 15.4 43 16.7 78.7c3.3 94.6-82.7 181.9-182 181.9"/></svg>
</template>

CSS

.icon-yuque-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%22M854.6%20370.6c-9.9-39.4%209.9-102.2%2073.4-124.4l-67.9-3.6s-25.7-90-143.6-98c-117.8-8.1-194.9-3-195-3c.1%200%2087.4%2055.6%2052.4%20154.7c-25.6%2052.5-65.8%2095.6-108.8%20144.7c-1.3%201.3-2.5%202.6-3.5%203.7C319.4%20605%2096%20860%2096%20860c245.9%2064.4%20410.7-6.3%20508.2-91.1c20.5-.2%2035.9-.3%2046.3-.3c135.8%200%20250.6-117.6%20245.9-248.4c-3.2-89.9-31.9-110.2-41.8-149.6m-204.1%20334q-15.9%200-46.8.3l-23.6.2l-17.8%2015.5c-47.1%2041-104.4%2071.5-171.4%2087.6c-52.5%2012.6-110%2016.2-172.7%209.6c18-20.5%2036.5-41.6%2055.4-63.1c92-104.6%20173.8-197.5%20236.9-268.5l1.4-1.4l1.3-1.5c4.1-4.6%2020.6-23.3%2024.7-28.1c9.7-11.1%2017.3-19.9%2024.5-28.6c30.7-36.7%2052.2-67.8%2069-102.2l1.6-3.3l1.2-3.4c13.7-38.8%2015.4-76.9%206.2-112.8c22.5.7%2046.5%201.9%2071.7%203.6c33.3%202.3%2055.5%2012.9%2071.1%2029.2c5.8%206%2010.2%2012.5%2013.4%2018.7c1%202%201.7%203.6%202.3%205l5%2017.7c-15.7%2034.5-19.9%2073.3-11.4%20107.2c3%2011.8%206.9%2022.4%2012.3%2034.4c2.1%204.7%209.5%2020.1%2011%2023.3c10.3%2022.7%2015.4%2043%2016.7%2078.7c3.3%2094.6-82.7%20181.9-182%20181.9%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%22M854.6%20370.6c-9.9-39.4%209.9-102.2%2073.4-124.4l-67.9-3.6s-25.7-90-143.6-98c-117.8-8.1-194.9-3-195-3c.1%200%2087.4%2055.6%2052.4%20154.7c-25.6%2052.5-65.8%2095.6-108.8%20144.7c-1.3%201.3-2.5%202.6-3.5%203.7C319.4%20605%2096%20860%2096%20860c245.9%2064.4%20410.7-6.3%20508.2-91.1c20.5-.2%2035.9-.3%2046.3-.3c135.8%200%20250.6-117.6%20245.9-248.4c-3.2-89.9-31.9-110.2-41.8-149.6m-204.1%20334q-15.9%200-46.8.3l-23.6.2l-17.8%2015.5c-47.1%2041-104.4%2071.5-171.4%2087.6c-52.5%2012.6-110%2016.2-172.7%209.6c18-20.5%2036.5-41.6%2055.4-63.1c92-104.6%20173.8-197.5%20236.9-268.5l1.4-1.4l1.3-1.5c4.1-4.6%2020.6-23.3%2024.7-28.1c9.7-11.1%2017.3-19.9%2024.5-28.6c30.7-36.7%2052.2-67.8%2069-102.2l1.6-3.3l1.2-3.4c13.7-38.8%2015.4-76.9%206.2-112.8c22.5.7%2046.5%201.9%2071.7%203.6c33.3%202.3%2055.5%2012.9%2071.1%2029.2c5.8%206%2010.2%2012.5%2013.4%2018.7c1%202%201.7%203.6%202.3%205l5%2017.7c-15.7%2034.5-19.9%2073.3-11.4%20107.2c3%2011.8%206.9%2022.4%2012.3%2034.4c2.1%204.7%209.5%2020.1%2011%2023.3c10.3%2022.7%2015.4%2043%2016.7%2078.7c3.3%2094.6-82.7%20181.9-182%20181.9%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/yuque-outlined.svg?color=%231a73e8&size=48