antdesign from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
antdesign
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

The same logo in other sets

Use the antdesign logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.451 6.68c.51-.506.51-1.33 0-1.837L15.578 2.97l.003.002l-2.554-2.55a1.463 1.463 0 0 0-2.05.013L.427 10.98a1.443 1.443 0 0 0 0 2.047l10.549 10.54a1.45 1.45 0 0 0 2.05 0l4.423-4.42a1.297 1.297 0 0 0 0-1.838a1.305 1.305 0 0 0-1.84 0l-3.35 3.354a.346.346 0 0 1-.495 0l-8.427-8.419a.346.346 0 0 1 0-.495l8.424-8.42l.035-.029a.34.34 0 0 1 .46.03l3.354 3.35a1.3 1.3 0 0 0 1.841 0m-8.244 5.376a2.848 2.846 0 1 0 5.696 0a2.848 2.846 0 1 0-5.696 0m14.367-1.034L20.28 7.743a1.303 1.303 0 0 0-1.841.003a1.297 1.297 0 0 0 0 1.838l2.224 2.222c.14.139.14.356 0 .495l-2.192 2.19a1.297 1.297 0 0 0 0 1.837a1.305 1.305 0 0 0 1.84 0l3.264-3.26a1.445 1.445 0 0 0-.002-2.047"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsAntdesign(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.451 6.68c.51-.506.51-1.33 0-1.837L15.578 2.97l.003.002l-2.554-2.55a1.463 1.463 0 0 0-2.05.013L.427 10.98a1.443 1.443 0 0 0 0 2.047l10.549 10.54a1.45 1.45 0 0 0 2.05 0l4.423-4.42a1.297 1.297 0 0 0 0-1.838a1.305 1.305 0 0 0-1.84 0l-3.35 3.354a.346.346 0 0 1-.495 0l-8.427-8.419a.346.346 0 0 1 0-.495l8.424-8.42l.035-.029a.34.34 0 0 1 .46.03l3.354 3.35a1.3 1.3 0 0 0 1.841 0m-8.244 5.376a2.848 2.846 0 1 0 5.696 0a2.848 2.846 0 1 0-5.696 0m14.367-1.034L20.28 7.743a1.303 1.303 0 0 0-1.841.003a1.297 1.297 0 0 0 0 1.838l2.224 2.222c.14.139.14.356 0 .495l-2.192 2.19a1.297 1.297 0 0 0 0 1.837a1.305 1.305 0 0 0 1.84 0l3.264-3.26a1.445 1.445 0 0 0-.002-2.047"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.451 6.68c.51-.506.51-1.33 0-1.837L15.578 2.97l.003.002l-2.554-2.55a1.463 1.463 0 0 0-2.05.013L.427 10.98a1.443 1.443 0 0 0 0 2.047l10.549 10.54a1.45 1.45 0 0 0 2.05 0l4.423-4.42a1.297 1.297 0 0 0 0-1.838a1.305 1.305 0 0 0-1.84 0l-3.35 3.354a.346.346 0 0 1-.495 0l-8.427-8.419a.346.346 0 0 1 0-.495l8.424-8.42l.035-.029a.34.34 0 0 1 .46.03l3.354 3.35a1.3 1.3 0 0 0 1.841 0m-8.244 5.376a2.848 2.846 0 1 0 5.696 0a2.848 2.846 0 1 0-5.696 0m14.367-1.034L20.28 7.743a1.303 1.303 0 0 0-1.841.003a1.297 1.297 0 0 0 0 1.838l2.224 2.222c.14.139.14.356 0 .495l-2.192 2.19a1.297 1.297 0 0 0 0 1.837a1.305 1.305 0 0 0 1.84 0l3.264-3.26a1.445 1.445 0 0 0-.002-2.047"/></svg>
</template>

CSS

.icon-antdesign {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.451%206.68c.51-.506.51-1.33%200-1.837L15.578%202.97l.003.002l-2.554-2.55a1.463%201.463%200%200%200-2.05.013L.427%2010.98a1.443%201.443%200%200%200%200%202.047l10.549%2010.54a1.45%201.45%200%200%200%202.05%200l4.423-4.42a1.297%201.297%200%200%200%200-1.838a1.305%201.305%200%200%200-1.84%200l-3.35%203.354a.346.346%200%200%201-.495%200l-8.427-8.419a.346.346%200%200%201%200-.495l8.424-8.42l.035-.029a.34.34%200%200%201%20.46.03l3.354%203.35a1.3%201.3%200%200%200%201.841%200m-8.244%205.376a2.848%202.846%200%201%200%205.696%200a2.848%202.846%200%201%200-5.696%200m14.367-1.034L20.28%207.743a1.303%201.303%200%200%200-1.841.003a1.297%201.297%200%200%200%200%201.838l2.224%202.222c.14.139.14.356%200%20.495l-2.192%202.19a1.297%201.297%200%200%200%200%201.837a1.305%201.305%200%200%200%201.84%200l3.264-3.26a1.445%201.445%200%200%200-.002-2.047%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.451%206.68c.51-.506.51-1.33%200-1.837L15.578%202.97l.003.002l-2.554-2.55a1.463%201.463%200%200%200-2.05.013L.427%2010.98a1.443%201.443%200%200%200%200%202.047l10.549%2010.54a1.45%201.45%200%200%200%202.05%200l4.423-4.42a1.297%201.297%200%200%200%200-1.838a1.305%201.305%200%200%200-1.84%200l-3.35%203.354a.346.346%200%200%201-.495%200l-8.427-8.419a.346.346%200%200%201%200-.495l8.424-8.42l.035-.029a.34.34%200%200%201%20.46.03l3.354%203.35a1.3%201.3%200%200%200%201.841%200m-8.244%205.376a2.848%202.846%200%201%200%205.696%200a2.848%202.846%200%201%200-5.696%200m14.367-1.034L20.28%207.743a1.303%201.303%200%200%200-1.841.003a1.297%201.297%200%200%200%200%201.838l2.224%202.222c.14.139.14.356%200%20.495l-2.192%202.19a1.297%201.297%200%200%200%200%201.837a1.305%201.305%200%200%200%201.84%200l3.264-3.26a1.445%201.445%200%200%200-.002-2.047%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/antdesign.svg?color=%231a73e8&size=48