claude icon
claude-filled from Ant Design Icons by HeskeyBaozi · Filled · MIT Free for personal and commercial use.
- Name
- claude-filled
- Set
- Ant Design Icons
- Style
- Filled
- Viewbox
- 1024×1024
- License
- MIT
The same icon in other sets
Use the claude icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="m240.004 659.672l176.117-98.825l2.949-8.613l-2.95-4.76h-8.612l-29.467-1.814l-100.636-2.722l-87.267-3.625l-84.545-4.532l-21.306-4.536l-19.947-26.29l2.038-13.15l17.909-12.013l25.61 2.27l56.669 3.853l84.997 5.89l61.652 3.63l91.347 9.52h14.508l2.038-5.895l-4.987-3.625l-3.853-3.63l-87.943-59.61l-95.2-63.014l-49.862-36.266l-26.973-18.36l-13.6-17.226l-5.892-37.624l24.48-26.974l32.864 2.266l8.385 2.266l33.32 25.611l71.172 55.082l92.934 68.454l13.6 11.33l5.44-3.852l.68-2.718l-6.123-10.203l-50.546-91.344l-53.946-92.933l-24.024-38.528l-6.347-23.125c-2.266-9.52-3.853-17.45-3.853-27.197l27.88-37.856L314.123 64l37.173 4.988l15.643 13.597l23.116 52.815l37.4 83.186l58.028 113.105l16.998 33.544l9.068 31.054l3.398 9.52h5.894v-5.44l4.76-63.69l8.841-78.202l8.613-100.64L546 129.505l14.053-34l27.88-18.36l21.758 10.427l17.909 25.61l-2.494 16.55l-10.651 69.13L593.6 307.208L580 379.743h7.933l9.068-9.068l36.718-48.732l61.652-77.067l27.201-30.598l31.733-33.772l20.4-16.094h38.531l28.336 42.16l-12.693 43.52l-39.667 50.318l-32.868 42.612l-47.145 63.467l-29.467 50.773l2.722 4.08l7.026-.683l106.53-22.661l57.572-10.431l68.679-11.786l31.054 14.508l3.397 14.731l-12.238 30.147l-73.435 18.133l-86.135 17.225L656.61 540.9l-1.587 1.135l1.814 2.266l57.8 5.44l24.707 1.358h60.517l112.654 8.389l29.463 19.488l17.681 23.804l-2.95 18.132l-45.33 23.121l-61.2-14.508l-142.8-34l-48.955-12.24h-6.802v4.08l40.801 39.894l74.798 67.544l93.613 87.039l4.76 21.533l-12.014 17.002l-12.693-1.814l-82.279-61.88l-31.733-27.88l-71.852-60.518h-4.76v6.346l16.546 24.252l87.494 131.466l4.533 40.346l-6.347 13.145l-22.665 7.933l-24.935-4.532l-51.225-71.852l-52.812-80.92l-42.612-72.53l-5.215 2.948l-25.163 270.861l-11.783 13.825L488.88 960l-22.666-17.226l-12.014-27.88l12.014-55.078l14.508-71.852l11.786-57.12l10.651-70.948l6.347-23.572l-.452-1.587l-5.215.68l-53.491 73.442l-81.372 109.931l-64.374 68.903l-15.411 6.122l-26.746-13.828l2.49-24.707l14.964-21.986l89.077-113.332l53.719-70.262l34.683-40.574l-.232-5.895h-2.038L218.47 756.911l-42.16 5.439l-18.133-17.002l2.27-27.877l8.613-9.068l71.172-48.959Z"/></svg>
React
import type { SVGProps } from "react";
export function AntDesignClaudeFilled(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="m240.004 659.672l176.117-98.825l2.949-8.613l-2.95-4.76h-8.612l-29.467-1.814l-100.636-2.722l-87.267-3.625l-84.545-4.532l-21.306-4.536l-19.947-26.29l2.038-13.15l17.909-12.013l25.61 2.27l56.669 3.853l84.997 5.89l61.652 3.63l91.347 9.52h14.508l2.038-5.895l-4.987-3.625l-3.853-3.63l-87.943-59.61l-95.2-63.014l-49.862-36.266l-26.973-18.36l-13.6-17.226l-5.892-37.624l24.48-26.974l32.864 2.266l8.385 2.266l33.32 25.611l71.172 55.082l92.934 68.454l13.6 11.33l5.44-3.852l.68-2.718l-6.123-10.203l-50.546-91.344l-53.946-92.933l-24.024-38.528l-6.347-23.125c-2.266-9.52-3.853-17.45-3.853-27.197l27.88-37.856L314.123 64l37.173 4.988l15.643 13.597l23.116 52.815l37.4 83.186l58.028 113.105l16.998 33.544l9.068 31.054l3.398 9.52h5.894v-5.44l4.76-63.69l8.841-78.202l8.613-100.64L546 129.505l14.053-34l27.88-18.36l21.758 10.427l17.909 25.61l-2.494 16.55l-10.651 69.13L593.6 307.208L580 379.743h7.933l9.068-9.068l36.718-48.732l61.652-77.067l27.201-30.598l31.733-33.772l20.4-16.094h38.531l28.336 42.16l-12.693 43.52l-39.667 50.318l-32.868 42.612l-47.145 63.467l-29.467 50.773l2.722 4.08l7.026-.683l106.53-22.661l57.572-10.431l68.679-11.786l31.054 14.508l3.397 14.731l-12.238 30.147l-73.435 18.133l-86.135 17.225L656.61 540.9l-1.587 1.135l1.814 2.266l57.8 5.44l24.707 1.358h60.517l112.654 8.389l29.463 19.488l17.681 23.804l-2.95 18.132l-45.33 23.121l-61.2-14.508l-142.8-34l-48.955-12.24h-6.802v4.08l40.801 39.894l74.798 67.544l93.613 87.039l4.76 21.533l-12.014 17.002l-12.693-1.814l-82.279-61.88l-31.733-27.88l-71.852-60.518h-4.76v6.346l16.546 24.252l87.494 131.466l4.533 40.346l-6.347 13.145l-22.665 7.933l-24.935-4.532l-51.225-71.852l-52.812-80.92l-42.612-72.53l-5.215 2.948l-25.163 270.861l-11.783 13.825L488.88 960l-22.666-17.226l-12.014-27.88l12.014-55.078l14.508-71.852l11.786-57.12l10.651-70.948l6.347-23.572l-.452-1.587l-5.215.68l-53.491 73.442l-81.372 109.931l-64.374 68.903l-15.411 6.122l-26.746-13.828l2.49-24.707l14.964-21.986l89.077-113.332l53.719-70.262l34.683-40.574l-.232-5.895h-2.038L218.47 756.911l-42.16 5.439l-18.133-17.002l2.27-27.877l8.613-9.068l71.172-48.959Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="m240.004 659.672l176.117-98.825l2.949-8.613l-2.95-4.76h-8.612l-29.467-1.814l-100.636-2.722l-87.267-3.625l-84.545-4.532l-21.306-4.536l-19.947-26.29l2.038-13.15l17.909-12.013l25.61 2.27l56.669 3.853l84.997 5.89l61.652 3.63l91.347 9.52h14.508l2.038-5.895l-4.987-3.625l-3.853-3.63l-87.943-59.61l-95.2-63.014l-49.862-36.266l-26.973-18.36l-13.6-17.226l-5.892-37.624l24.48-26.974l32.864 2.266l8.385 2.266l33.32 25.611l71.172 55.082l92.934 68.454l13.6 11.33l5.44-3.852l.68-2.718l-6.123-10.203l-50.546-91.344l-53.946-92.933l-24.024-38.528l-6.347-23.125c-2.266-9.52-3.853-17.45-3.853-27.197l27.88-37.856L314.123 64l37.173 4.988l15.643 13.597l23.116 52.815l37.4 83.186l58.028 113.105l16.998 33.544l9.068 31.054l3.398 9.52h5.894v-5.44l4.76-63.69l8.841-78.202l8.613-100.64L546 129.505l14.053-34l27.88-18.36l21.758 10.427l17.909 25.61l-2.494 16.55l-10.651 69.13L593.6 307.208L580 379.743h7.933l9.068-9.068l36.718-48.732l61.652-77.067l27.201-30.598l31.733-33.772l20.4-16.094h38.531l28.336 42.16l-12.693 43.52l-39.667 50.318l-32.868 42.612l-47.145 63.467l-29.467 50.773l2.722 4.08l7.026-.683l106.53-22.661l57.572-10.431l68.679-11.786l31.054 14.508l3.397 14.731l-12.238 30.147l-73.435 18.133l-86.135 17.225L656.61 540.9l-1.587 1.135l1.814 2.266l57.8 5.44l24.707 1.358h60.517l112.654 8.389l29.463 19.488l17.681 23.804l-2.95 18.132l-45.33 23.121l-61.2-14.508l-142.8-34l-48.955-12.24h-6.802v4.08l40.801 39.894l74.798 67.544l93.613 87.039l4.76 21.533l-12.014 17.002l-12.693-1.814l-82.279-61.88l-31.733-27.88l-71.852-60.518h-4.76v6.346l16.546 24.252l87.494 131.466l4.533 40.346l-6.347 13.145l-22.665 7.933l-24.935-4.532l-51.225-71.852l-52.812-80.92l-42.612-72.53l-5.215 2.948l-25.163 270.861l-11.783 13.825L488.88 960l-22.666-17.226l-12.014-27.88l12.014-55.078l14.508-71.852l11.786-57.12l10.651-70.948l6.347-23.572l-.452-1.587l-5.215.68l-53.491 73.442l-81.372 109.931l-64.374 68.903l-15.411 6.122l-26.746-13.828l2.49-24.707l14.964-21.986l89.077-113.332l53.719-70.262l34.683-40.574l-.232-5.895h-2.038L218.47 756.911l-42.16 5.439l-18.133-17.002l2.27-27.877l8.613-9.068l71.172-48.959Z"/></svg> </template>
CSS
.icon-claude-filled {
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%22m240.004%20659.672l176.117-98.825l2.949-8.613l-2.95-4.76h-8.612l-29.467-1.814l-100.636-2.722l-87.267-3.625l-84.545-4.532l-21.306-4.536l-19.947-26.29l2.038-13.15l17.909-12.013l25.61%202.27l56.669%203.853l84.997%205.89l61.652%203.63l91.347%209.52h14.508l2.038-5.895l-4.987-3.625l-3.853-3.63l-87.943-59.61l-95.2-63.014l-49.862-36.266l-26.973-18.36l-13.6-17.226l-5.892-37.624l24.48-26.974l32.864%202.266l8.385%202.266l33.32%2025.611l71.172%2055.082l92.934%2068.454l13.6%2011.33l5.44-3.852l.68-2.718l-6.123-10.203l-50.546-91.344l-53.946-92.933l-24.024-38.528l-6.347-23.125c-2.266-9.52-3.853-17.45-3.853-27.197l27.88-37.856L314.123%2064l37.173%204.988l15.643%2013.597l23.116%2052.815l37.4%2083.186l58.028%20113.105l16.998%2033.544l9.068%2031.054l3.398%209.52h5.894v-5.44l4.76-63.69l8.841-78.202l8.613-100.64L546%20129.505l14.053-34l27.88-18.36l21.758%2010.427l17.909%2025.61l-2.494%2016.55l-10.651%2069.13L593.6%20307.208L580%20379.743h7.933l9.068-9.068l36.718-48.732l61.652-77.067l27.201-30.598l31.733-33.772l20.4-16.094h38.531l28.336%2042.16l-12.693%2043.52l-39.667%2050.318l-32.868%2042.612l-47.145%2063.467l-29.467%2050.773l2.722%204.08l7.026-.683l106.53-22.661l57.572-10.431l68.679-11.786l31.054%2014.508l3.397%2014.731l-12.238%2030.147l-73.435%2018.133l-86.135%2017.225L656.61%20540.9l-1.587%201.135l1.814%202.266l57.8%205.44l24.707%201.358h60.517l112.654%208.389l29.463%2019.488l17.681%2023.804l-2.95%2018.132l-45.33%2023.121l-61.2-14.508l-142.8-34l-48.955-12.24h-6.802v4.08l40.801%2039.894l74.798%2067.544l93.613%2087.039l4.76%2021.533l-12.014%2017.002l-12.693-1.814l-82.279-61.88l-31.733-27.88l-71.852-60.518h-4.76v6.346l16.546%2024.252l87.494%20131.466l4.533%2040.346l-6.347%2013.145l-22.665%207.933l-24.935-4.532l-51.225-71.852l-52.812-80.92l-42.612-72.53l-5.215%202.948l-25.163%20270.861l-11.783%2013.825L488.88%20960l-22.666-17.226l-12.014-27.88l12.014-55.078l14.508-71.852l11.786-57.12l10.651-70.948l6.347-23.572l-.452-1.587l-5.215.68l-53.491%2073.442l-81.372%20109.931l-64.374%2068.903l-15.411%206.122l-26.746-13.828l2.49-24.707l14.964-21.986l89.077-113.332l53.719-70.262l34.683-40.574l-.232-5.895h-2.038L218.47%20756.911l-42.16%205.439l-18.133-17.002l2.27-27.877l8.613-9.068l71.172-48.959Z%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%22m240.004%20659.672l176.117-98.825l2.949-8.613l-2.95-4.76h-8.612l-29.467-1.814l-100.636-2.722l-87.267-3.625l-84.545-4.532l-21.306-4.536l-19.947-26.29l2.038-13.15l17.909-12.013l25.61%202.27l56.669%203.853l84.997%205.89l61.652%203.63l91.347%209.52h14.508l2.038-5.895l-4.987-3.625l-3.853-3.63l-87.943-59.61l-95.2-63.014l-49.862-36.266l-26.973-18.36l-13.6-17.226l-5.892-37.624l24.48-26.974l32.864%202.266l8.385%202.266l33.32%2025.611l71.172%2055.082l92.934%2068.454l13.6%2011.33l5.44-3.852l.68-2.718l-6.123-10.203l-50.546-91.344l-53.946-92.933l-24.024-38.528l-6.347-23.125c-2.266-9.52-3.853-17.45-3.853-27.197l27.88-37.856L314.123%2064l37.173%204.988l15.643%2013.597l23.116%2052.815l37.4%2083.186l58.028%20113.105l16.998%2033.544l9.068%2031.054l3.398%209.52h5.894v-5.44l4.76-63.69l8.841-78.202l8.613-100.64L546%20129.505l14.053-34l27.88-18.36l21.758%2010.427l17.909%2025.61l-2.494%2016.55l-10.651%2069.13L593.6%20307.208L580%20379.743h7.933l9.068-9.068l36.718-48.732l61.652-77.067l27.201-30.598l31.733-33.772l20.4-16.094h38.531l28.336%2042.16l-12.693%2043.52l-39.667%2050.318l-32.868%2042.612l-47.145%2063.467l-29.467%2050.773l2.722%204.08l7.026-.683l106.53-22.661l57.572-10.431l68.679-11.786l31.054%2014.508l3.397%2014.731l-12.238%2030.147l-73.435%2018.133l-86.135%2017.225L656.61%20540.9l-1.587%201.135l1.814%202.266l57.8%205.44l24.707%201.358h60.517l112.654%208.389l29.463%2019.488l17.681%2023.804l-2.95%2018.132l-45.33%2023.121l-61.2-14.508l-142.8-34l-48.955-12.24h-6.802v4.08l40.801%2039.894l74.798%2067.544l93.613%2087.039l4.76%2021.533l-12.014%2017.002l-12.693-1.814l-82.279-61.88l-31.733-27.88l-71.852-60.518h-4.76v6.346l16.546%2024.252l87.494%20131.466l4.533%2040.346l-6.347%2013.145l-22.665%207.933l-24.935-4.532l-51.225-71.852l-52.812-80.92l-42.612-72.53l-5.215%202.948l-25.163%20270.861l-11.783%2013.825L488.88%20960l-22.666-17.226l-12.014-27.88l12.014-55.078l14.508-71.852l11.786-57.12l10.651-70.948l6.347-23.572l-.452-1.587l-5.215.68l-53.491%2073.442l-81.372%20109.931l-64.374%2068.903l-15.411%206.122l-26.746-13.828l2.49-24.707l14.964-21.986l89.077-113.332l53.719-70.262l34.683-40.574l-.232-5.895h-2.038L218.47%20756.911l-42.16%205.439l-18.133-17.002l2.27-27.877l8.613-9.068l71.172-48.959Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/claude-filled.svg?color=%231a73e8&size=48