claude logo
claude from Font Awesome Brands by Dave Gandy · Brand · CC-BY-4.0 Attribution required.
- Name
- claude
- Set
- Font Awesome Brands
- Style
- Brand
- Viewbox
- 640×640
- License
- CC BY 4.0
The same logo in other sets
Use the claude logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M164.4 404.5L265.1 348l1.7-4.9l-1.7-2.7h-4.9l-16.8-1l-57.5-1.6l-49.9-2.1l-48.3-2.6l-12.2-2.6l-11.4-15l1.2-7.5l10.2-6.9l14.7 1.3c18.9 1.3 45.9 3.1 81 5.6l35.2 2.1l52.2 5.4h8.3l1.2-3.4l-2.8-2.1l-2.2-2.1l-50.3-34.1l-54.4-36l-28.5-20.7l-15.4-10.5l-7.8-9.8l-3.4-21.5l14-15.4l18.8 1.3l4.8 1.3l19 14.7l40.7 31.5l53.1 39.1l7.8 6.5l3.1-2.2l.4-1.6l-3.5-5.8l-28.9-52.2l-30.8-53.1l-13.7-22l-3.6-13.2c-1.3-5.4-2.2-10-2.2-15.5l15.9-21.6l8.8-2.8l21.2 2.8l8.9 7.8l13.2 30.2l21.4 47.5l33.2 64.6l9.7 19.2l5.2 17.8l1.9 5.4h3.4v-3.1l2.7-36.4l5-44.7l4.9-57.5l1.7-16.2l8-19.4l15.9-10.5l12.4 5.9l10.2 14.7l-1.4 9.5l-6.1 39.5l-11.9 61.9l-7.8 41.5h4.5l5.2-5.2l21-27.8l35.2-44.1l15.5-17.5l18.1-19.3l11.6-9.2h22l16.2 24.1l-7.3 24.9l-22.7 28.7l-18.8 24.4l-27 36.3l-16.8 29l1.6 2.3l4-.4l60.9-13l32.9-5.9l39.3-6.7l17.8 8.3l1.9 8.4l-7 17.2l-42 10.4l-49.2 9.8l-73.3 17.3l-.9.7l1 1.3l33 3.1l14.1.8h34.6l64.4 4.8l16.8 11.1l10.1 13.6l-1.7 10.4l-25.9 13.2c-15.5-3.7-54.4-12.9-116.6-27.7l-28-7h-3.9v2.3l23.3 22.8l42.7 38.6l53.5 49.8l2.7 12.3l-6.9 9.7l-7.3-1l-47-35.4l-18.1-15.9l-41.1-34.6h-2.7v3.6l9.5 13.9l50 75.2l2.6 23l-3.6 7.5l-13 4.5l-14.2-2.6l-29.3-41.1l-30.2-46.3l-24.4-41.5l-3 1.7l-14.4 154.8l-6.7 7.9l-15.5 5.9l-13-9.8l-6.9-15.9l6.9-31.5l8.3-41.1l6.7-32.7l6.1-40.6l3.6-13.5l-.2-.9l-3 .4l-30.6 42l-46.5 62.9l-36.8 39.4l-8.8 3.5l-15.3-7.9l1.4-14.1l8.5-12.6l50.9-64.8l30.7-40.2l19.8-23.2l-.1-3.4h-1.2L151.4 460l-24.1 3.1l-10.4-9.7l1.3-15.9l4.9-5.2l40.7-28l-.1.1v.1z"/></svg>
React
import type { SVGProps } from "react";
export function Fa7BrandsClaude(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M164.4 404.5L265.1 348l1.7-4.9l-1.7-2.7h-4.9l-16.8-1l-57.5-1.6l-49.9-2.1l-48.3-2.6l-12.2-2.6l-11.4-15l1.2-7.5l10.2-6.9l14.7 1.3c18.9 1.3 45.9 3.1 81 5.6l35.2 2.1l52.2 5.4h8.3l1.2-3.4l-2.8-2.1l-2.2-2.1l-50.3-34.1l-54.4-36l-28.5-20.7l-15.4-10.5l-7.8-9.8l-3.4-21.5l14-15.4l18.8 1.3l4.8 1.3l19 14.7l40.7 31.5l53.1 39.1l7.8 6.5l3.1-2.2l.4-1.6l-3.5-5.8l-28.9-52.2l-30.8-53.1l-13.7-22l-3.6-13.2c-1.3-5.4-2.2-10-2.2-15.5l15.9-21.6l8.8-2.8l21.2 2.8l8.9 7.8l13.2 30.2l21.4 47.5l33.2 64.6l9.7 19.2l5.2 17.8l1.9 5.4h3.4v-3.1l2.7-36.4l5-44.7l4.9-57.5l1.7-16.2l8-19.4l15.9-10.5l12.4 5.9l10.2 14.7l-1.4 9.5l-6.1 39.5l-11.9 61.9l-7.8 41.5h4.5l5.2-5.2l21-27.8l35.2-44.1l15.5-17.5l18.1-19.3l11.6-9.2h22l16.2 24.1l-7.3 24.9l-22.7 28.7l-18.8 24.4l-27 36.3l-16.8 29l1.6 2.3l4-.4l60.9-13l32.9-5.9l39.3-6.7l17.8 8.3l1.9 8.4l-7 17.2l-42 10.4l-49.2 9.8l-73.3 17.3l-.9.7l1 1.3l33 3.1l14.1.8h34.6l64.4 4.8l16.8 11.1l10.1 13.6l-1.7 10.4l-25.9 13.2c-15.5-3.7-54.4-12.9-116.6-27.7l-28-7h-3.9v2.3l23.3 22.8l42.7 38.6l53.5 49.8l2.7 12.3l-6.9 9.7l-7.3-1l-47-35.4l-18.1-15.9l-41.1-34.6h-2.7v3.6l9.5 13.9l50 75.2l2.6 23l-3.6 7.5l-13 4.5l-14.2-2.6l-29.3-41.1l-30.2-46.3l-24.4-41.5l-3 1.7l-14.4 154.8l-6.7 7.9l-15.5 5.9l-13-9.8l-6.9-15.9l6.9-31.5l8.3-41.1l6.7-32.7l6.1-40.6l3.6-13.5l-.2-.9l-3 .4l-30.6 42l-46.5 62.9l-36.8 39.4l-8.8 3.5l-15.3-7.9l1.4-14.1l8.5-12.6l50.9-64.8l30.7-40.2l19.8-23.2l-.1-3.4h-1.2L151.4 460l-24.1 3.1l-10.4-9.7l1.3-15.9l4.9-5.2l40.7-28l-.1.1v.1z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M164.4 404.5L265.1 348l1.7-4.9l-1.7-2.7h-4.9l-16.8-1l-57.5-1.6l-49.9-2.1l-48.3-2.6l-12.2-2.6l-11.4-15l1.2-7.5l10.2-6.9l14.7 1.3c18.9 1.3 45.9 3.1 81 5.6l35.2 2.1l52.2 5.4h8.3l1.2-3.4l-2.8-2.1l-2.2-2.1l-50.3-34.1l-54.4-36l-28.5-20.7l-15.4-10.5l-7.8-9.8l-3.4-21.5l14-15.4l18.8 1.3l4.8 1.3l19 14.7l40.7 31.5l53.1 39.1l7.8 6.5l3.1-2.2l.4-1.6l-3.5-5.8l-28.9-52.2l-30.8-53.1l-13.7-22l-3.6-13.2c-1.3-5.4-2.2-10-2.2-15.5l15.9-21.6l8.8-2.8l21.2 2.8l8.9 7.8l13.2 30.2l21.4 47.5l33.2 64.6l9.7 19.2l5.2 17.8l1.9 5.4h3.4v-3.1l2.7-36.4l5-44.7l4.9-57.5l1.7-16.2l8-19.4l15.9-10.5l12.4 5.9l10.2 14.7l-1.4 9.5l-6.1 39.5l-11.9 61.9l-7.8 41.5h4.5l5.2-5.2l21-27.8l35.2-44.1l15.5-17.5l18.1-19.3l11.6-9.2h22l16.2 24.1l-7.3 24.9l-22.7 28.7l-18.8 24.4l-27 36.3l-16.8 29l1.6 2.3l4-.4l60.9-13l32.9-5.9l39.3-6.7l17.8 8.3l1.9 8.4l-7 17.2l-42 10.4l-49.2 9.8l-73.3 17.3l-.9.7l1 1.3l33 3.1l14.1.8h34.6l64.4 4.8l16.8 11.1l10.1 13.6l-1.7 10.4l-25.9 13.2c-15.5-3.7-54.4-12.9-116.6-27.7l-28-7h-3.9v2.3l23.3 22.8l42.7 38.6l53.5 49.8l2.7 12.3l-6.9 9.7l-7.3-1l-47-35.4l-18.1-15.9l-41.1-34.6h-2.7v3.6l9.5 13.9l50 75.2l2.6 23l-3.6 7.5l-13 4.5l-14.2-2.6l-29.3-41.1l-30.2-46.3l-24.4-41.5l-3 1.7l-14.4 154.8l-6.7 7.9l-15.5 5.9l-13-9.8l-6.9-15.9l6.9-31.5l8.3-41.1l6.7-32.7l6.1-40.6l3.6-13.5l-.2-.9l-3 .4l-30.6 42l-46.5 62.9l-36.8 39.4l-8.8 3.5l-15.3-7.9l1.4-14.1l8.5-12.6l50.9-64.8l30.7-40.2l19.8-23.2l-.1-3.4h-1.2L151.4 460l-24.1 3.1l-10.4-9.7l1.3-15.9l4.9-5.2l40.7-28l-.1.1v.1z"/></svg> </template>
CSS
.icon-claude {
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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M164.4%20404.5L265.1%20348l1.7-4.9l-1.7-2.7h-4.9l-16.8-1l-57.5-1.6l-49.9-2.1l-48.3-2.6l-12.2-2.6l-11.4-15l1.2-7.5l10.2-6.9l14.7%201.3c18.9%201.3%2045.9%203.1%2081%205.6l35.2%202.1l52.2%205.4h8.3l1.2-3.4l-2.8-2.1l-2.2-2.1l-50.3-34.1l-54.4-36l-28.5-20.7l-15.4-10.5l-7.8-9.8l-3.4-21.5l14-15.4l18.8%201.3l4.8%201.3l19%2014.7l40.7%2031.5l53.1%2039.1l7.8%206.5l3.1-2.2l.4-1.6l-3.5-5.8l-28.9-52.2l-30.8-53.1l-13.7-22l-3.6-13.2c-1.3-5.4-2.2-10-2.2-15.5l15.9-21.6l8.8-2.8l21.2%202.8l8.9%207.8l13.2%2030.2l21.4%2047.5l33.2%2064.6l9.7%2019.2l5.2%2017.8l1.9%205.4h3.4v-3.1l2.7-36.4l5-44.7l4.9-57.5l1.7-16.2l8-19.4l15.9-10.5l12.4%205.9l10.2%2014.7l-1.4%209.5l-6.1%2039.5l-11.9%2061.9l-7.8%2041.5h4.5l5.2-5.2l21-27.8l35.2-44.1l15.5-17.5l18.1-19.3l11.6-9.2h22l16.2%2024.1l-7.3%2024.9l-22.7%2028.7l-18.8%2024.4l-27%2036.3l-16.8%2029l1.6%202.3l4-.4l60.9-13l32.9-5.9l39.3-6.7l17.8%208.3l1.9%208.4l-7%2017.2l-42%2010.4l-49.2%209.8l-73.3%2017.3l-.9.7l1%201.3l33%203.1l14.1.8h34.6l64.4%204.8l16.8%2011.1l10.1%2013.6l-1.7%2010.4l-25.9%2013.2c-15.5-3.7-54.4-12.9-116.6-27.7l-28-7h-3.9v2.3l23.3%2022.8l42.7%2038.6l53.5%2049.8l2.7%2012.3l-6.9%209.7l-7.3-1l-47-35.4l-18.1-15.9l-41.1-34.6h-2.7v3.6l9.5%2013.9l50%2075.2l2.6%2023l-3.6%207.5l-13%204.5l-14.2-2.6l-29.3-41.1l-30.2-46.3l-24.4-41.5l-3%201.7l-14.4%20154.8l-6.7%207.9l-15.5%205.9l-13-9.8l-6.9-15.9l6.9-31.5l8.3-41.1l6.7-32.7l6.1-40.6l3.6-13.5l-.2-.9l-3%20.4l-30.6%2042l-46.5%2062.9l-36.8%2039.4l-8.8%203.5l-15.3-7.9l1.4-14.1l8.5-12.6l50.9-64.8l30.7-40.2l19.8-23.2l-.1-3.4h-1.2L151.4%20460l-24.1%203.1l-10.4-9.7l1.3-15.9l4.9-5.2l40.7-28l-.1.1v.1z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M164.4%20404.5L265.1%20348l1.7-4.9l-1.7-2.7h-4.9l-16.8-1l-57.5-1.6l-49.9-2.1l-48.3-2.6l-12.2-2.6l-11.4-15l1.2-7.5l10.2-6.9l14.7%201.3c18.9%201.3%2045.9%203.1%2081%205.6l35.2%202.1l52.2%205.4h8.3l1.2-3.4l-2.8-2.1l-2.2-2.1l-50.3-34.1l-54.4-36l-28.5-20.7l-15.4-10.5l-7.8-9.8l-3.4-21.5l14-15.4l18.8%201.3l4.8%201.3l19%2014.7l40.7%2031.5l53.1%2039.1l7.8%206.5l3.1-2.2l.4-1.6l-3.5-5.8l-28.9-52.2l-30.8-53.1l-13.7-22l-3.6-13.2c-1.3-5.4-2.2-10-2.2-15.5l15.9-21.6l8.8-2.8l21.2%202.8l8.9%207.8l13.2%2030.2l21.4%2047.5l33.2%2064.6l9.7%2019.2l5.2%2017.8l1.9%205.4h3.4v-3.1l2.7-36.4l5-44.7l4.9-57.5l1.7-16.2l8-19.4l15.9-10.5l12.4%205.9l10.2%2014.7l-1.4%209.5l-6.1%2039.5l-11.9%2061.9l-7.8%2041.5h4.5l5.2-5.2l21-27.8l35.2-44.1l15.5-17.5l18.1-19.3l11.6-9.2h22l16.2%2024.1l-7.3%2024.9l-22.7%2028.7l-18.8%2024.4l-27%2036.3l-16.8%2029l1.6%202.3l4-.4l60.9-13l32.9-5.9l39.3-6.7l17.8%208.3l1.9%208.4l-7%2017.2l-42%2010.4l-49.2%209.8l-73.3%2017.3l-.9.7l1%201.3l33%203.1l14.1.8h34.6l64.4%204.8l16.8%2011.1l10.1%2013.6l-1.7%2010.4l-25.9%2013.2c-15.5-3.7-54.4-12.9-116.6-27.7l-28-7h-3.9v2.3l23.3%2022.8l42.7%2038.6l53.5%2049.8l2.7%2012.3l-6.9%209.7l-7.3-1l-47-35.4l-18.1-15.9l-41.1-34.6h-2.7v3.6l9.5%2013.9l50%2075.2l2.6%2023l-3.6%207.5l-13%204.5l-14.2-2.6l-29.3-41.1l-30.2-46.3l-24.4-41.5l-3%201.7l-14.4%20154.8l-6.7%207.9l-15.5%205.9l-13-9.8l-6.9-15.9l6.9-31.5l8.3-41.1l6.7-32.7l6.1-40.6l3.6-13.5l-.2-.9l-3%20.4l-30.6%2042l-46.5%2062.9l-36.8%2039.4l-8.8%203.5l-15.3-7.9l1.4-14.1l8.5-12.6l50.9-64.8l30.7-40.2l19.8-23.2l-.1-3.4h-1.2L151.4%20460l-24.1%203.1l-10.4-9.7l1.3-15.9l4.9-5.2l40.7-28l-.1.1v.1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-brands/claude.svg?color=%231a73e8&size=48