claude logo
claude from Devicon by konpa · Original · MIT Free for personal and commercial use.
- Name
- claude
- Set
- Devicon
- Style
- Original
- Viewbox
- 128×128
- License
- MIT
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 128 128"><path fill="#d97757" d="m25.144 85.096l25.159-14.118l.421-1.23l-.421-.68h-1.23l-4.21-.26l-14.377-.388l-12.466-.518l-12.078-.648l-3.044-.648l-2.85-3.755l.292-1.879l2.558-1.716l3.659.324l8.095.55l12.143.842l8.807.519l13.05 1.36h2.072l.292-.842l-.713-.518l-.55-.519l-12.564-8.516l-13.6-9.002l-7.123-5.18l-3.853-2.623l-1.943-2.461l-.842-5.375l3.497-3.853l4.695.323l1.198.324l4.76 3.659l10.168 7.869l13.276 9.779l1.943 1.619l.777-.55l.097-.39l-.875-1.457l-7.22-13.049l-7.707-13.276l-3.432-5.504l-.907-3.304c-.323-1.36-.55-2.492-.55-3.885L33.53.712L35.73 0l5.311.713l2.235 1.942l3.302 7.545l5.343 11.884l8.29 16.158l2.428 4.792l1.295 4.436l.486 1.36h.842v-.777l.68-9.099l1.263-11.172l1.23-14.377l.421-4.047L70.864 4.5l3.983-2.623l3.109 1.49l2.558 3.658l-.356 2.364l-1.522 9.876l-2.979 15.478l-1.943 10.362h1.133l1.296-1.295l5.245-6.962l8.808-11.01l3.886-4.37l4.533-4.825l2.914-2.3h5.505l4.047 6.023l-1.813 6.218l-5.666 7.188l-4.696 6.087l-6.735 9.067l-4.21 7.253l.39.583l1.003-.097l15.219-3.238l8.224-1.49l9.811-1.683l4.437 2.072l.485 2.105l-1.748 4.306l-10.491 2.59l-12.305 2.461l-18.328 4.34l-.226.162l.259.323l8.257.778l3.53.194h8.645l16.093 1.198l4.21 2.784l2.525 3.4l-.421 2.59l-6.476 3.304l-8.743-2.073l-20.4-4.857l-6.993-1.749h-.972v.583l5.829 5.7l10.685 9.649l13.373 12.434l.68 3.076l-1.716 2.429l-1.813-.26l-11.754-8.84l-4.534-3.982l-10.264-8.646h-.68v.907l2.364 3.465l12.499 18.78l.647 5.764l-.906 1.878l-3.238 1.133l-3.562-.647l-7.318-10.265l-7.545-11.56l-6.087-10.361l-.745.421l-3.595 38.694l-1.683 1.975l-3.886 1.49l-3.238-2.46l-1.716-3.984l1.716-7.868l2.072-10.265l1.684-8.16l1.522-10.135l.906-3.368l-.064-.226l-.745.097l-7.642 10.492l-11.624 15.704l-9.197 9.843l-2.201.875l-3.82-1.976l.355-3.53l2.137-3.14l12.726-16.19l7.674-10.038l4.954-5.796l-.033-.842h-.29L22.066 98.987l-6.023.777l-2.59-2.429l.324-3.982l1.23-1.296l10.168-6.994Z"/></svg>
React
import type { SVGProps } from "react";
export function DeviconClaude(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#d97757" d="m25.144 85.096l25.159-14.118l.421-1.23l-.421-.68h-1.23l-4.21-.26l-14.377-.388l-12.466-.518l-12.078-.648l-3.044-.648l-2.85-3.755l.292-1.879l2.558-1.716l3.659.324l8.095.55l12.143.842l8.807.519l13.05 1.36h2.072l.292-.842l-.713-.518l-.55-.519l-12.564-8.516l-13.6-9.002l-7.123-5.18l-3.853-2.623l-1.943-2.461l-.842-5.375l3.497-3.853l4.695.323l1.198.324l4.76 3.659l10.168 7.869l13.276 9.779l1.943 1.619l.777-.55l.097-.39l-.875-1.457l-7.22-13.049l-7.707-13.276l-3.432-5.504l-.907-3.304c-.323-1.36-.55-2.492-.55-3.885L33.53.712L35.73 0l5.311.713l2.235 1.942l3.302 7.545l5.343 11.884l8.29 16.158l2.428 4.792l1.295 4.436l.486 1.36h.842v-.777l.68-9.099l1.263-11.172l1.23-14.377l.421-4.047L70.864 4.5l3.983-2.623l3.109 1.49l2.558 3.658l-.356 2.364l-1.522 9.876l-2.979 15.478l-1.943 10.362h1.133l1.296-1.295l5.245-6.962l8.808-11.01l3.886-4.37l4.533-4.825l2.914-2.3h5.505l4.047 6.023l-1.813 6.218l-5.666 7.188l-4.696 6.087l-6.735 9.067l-4.21 7.253l.39.583l1.003-.097l15.219-3.238l8.224-1.49l9.811-1.683l4.437 2.072l.485 2.105l-1.748 4.306l-10.491 2.59l-12.305 2.461l-18.328 4.34l-.226.162l.259.323l8.257.778l3.53.194h8.645l16.093 1.198l4.21 2.784l2.525 3.4l-.421 2.59l-6.476 3.304l-8.743-2.073l-20.4-4.857l-6.993-1.749h-.972v.583l5.829 5.7l10.685 9.649l13.373 12.434l.68 3.076l-1.716 2.429l-1.813-.26l-11.754-8.84l-4.534-3.982l-10.264-8.646h-.68v.907l2.364 3.465l12.499 18.78l.647 5.764l-.906 1.878l-3.238 1.133l-3.562-.647l-7.318-10.265l-7.545-11.56l-6.087-10.361l-.745.421l-3.595 38.694l-1.683 1.975l-3.886 1.49l-3.238-2.46l-1.716-3.984l1.716-7.868l2.072-10.265l1.684-8.16l1.522-10.135l.906-3.368l-.064-.226l-.745.097l-7.642 10.492l-11.624 15.704l-9.197 9.843l-2.201.875l-3.82-1.976l.355-3.53l2.137-3.14l12.726-16.19l7.674-10.038l4.954-5.796l-.033-.842h-.29L22.066 98.987l-6.023.777l-2.59-2.429l.324-3.982l1.23-1.296l10.168-6.994Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#d97757" d="m25.144 85.096l25.159-14.118l.421-1.23l-.421-.68h-1.23l-4.21-.26l-14.377-.388l-12.466-.518l-12.078-.648l-3.044-.648l-2.85-3.755l.292-1.879l2.558-1.716l3.659.324l8.095.55l12.143.842l8.807.519l13.05 1.36h2.072l.292-.842l-.713-.518l-.55-.519l-12.564-8.516l-13.6-9.002l-7.123-5.18l-3.853-2.623l-1.943-2.461l-.842-5.375l3.497-3.853l4.695.323l1.198.324l4.76 3.659l10.168 7.869l13.276 9.779l1.943 1.619l.777-.55l.097-.39l-.875-1.457l-7.22-13.049l-7.707-13.276l-3.432-5.504l-.907-3.304c-.323-1.36-.55-2.492-.55-3.885L33.53.712L35.73 0l5.311.713l2.235 1.942l3.302 7.545l5.343 11.884l8.29 16.158l2.428 4.792l1.295 4.436l.486 1.36h.842v-.777l.68-9.099l1.263-11.172l1.23-14.377l.421-4.047L70.864 4.5l3.983-2.623l3.109 1.49l2.558 3.658l-.356 2.364l-1.522 9.876l-2.979 15.478l-1.943 10.362h1.133l1.296-1.295l5.245-6.962l8.808-11.01l3.886-4.37l4.533-4.825l2.914-2.3h5.505l4.047 6.023l-1.813 6.218l-5.666 7.188l-4.696 6.087l-6.735 9.067l-4.21 7.253l.39.583l1.003-.097l15.219-3.238l8.224-1.49l9.811-1.683l4.437 2.072l.485 2.105l-1.748 4.306l-10.491 2.59l-12.305 2.461l-18.328 4.34l-.226.162l.259.323l8.257.778l3.53.194h8.645l16.093 1.198l4.21 2.784l2.525 3.4l-.421 2.59l-6.476 3.304l-8.743-2.073l-20.4-4.857l-6.993-1.749h-.972v.583l5.829 5.7l10.685 9.649l13.373 12.434l.68 3.076l-1.716 2.429l-1.813-.26l-11.754-8.84l-4.534-3.982l-10.264-8.646h-.68v.907l2.364 3.465l12.499 18.78l.647 5.764l-.906 1.878l-3.238 1.133l-3.562-.647l-7.318-10.265l-7.545-11.56l-6.087-10.361l-.745.421l-3.595 38.694l-1.683 1.975l-3.886 1.49l-3.238-2.46l-1.716-3.984l1.716-7.868l2.072-10.265l1.684-8.16l1.522-10.135l.906-3.368l-.064-.226l-.745.097l-7.642 10.492l-11.624 15.704l-9.197 9.843l-2.201.875l-3.82-1.976l.355-3.53l2.137-3.14l12.726-16.19l7.674-10.038l4.954-5.796l-.033-.842h-.29L22.066 98.987l-6.023.777l-2.59-2.429l.324-3.982l1.23-1.296l10.168-6.994Z"/></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%20128%20128%22%3E%3Cpath%20fill%3D%22%23d97757%22%20d%3D%22m25.144%2085.096l25.159-14.118l.421-1.23l-.421-.68h-1.23l-4.21-.26l-14.377-.388l-12.466-.518l-12.078-.648l-3.044-.648l-2.85-3.755l.292-1.879l2.558-1.716l3.659.324l8.095.55l12.143.842l8.807.519l13.05%201.36h2.072l.292-.842l-.713-.518l-.55-.519l-12.564-8.516l-13.6-9.002l-7.123-5.18l-3.853-2.623l-1.943-2.461l-.842-5.375l3.497-3.853l4.695.323l1.198.324l4.76%203.659l10.168%207.869l13.276%209.779l1.943%201.619l.777-.55l.097-.39l-.875-1.457l-7.22-13.049l-7.707-13.276l-3.432-5.504l-.907-3.304c-.323-1.36-.55-2.492-.55-3.885L33.53.712L35.73%200l5.311.713l2.235%201.942l3.302%207.545l5.343%2011.884l8.29%2016.158l2.428%204.792l1.295%204.436l.486%201.36h.842v-.777l.68-9.099l1.263-11.172l1.23-14.377l.421-4.047L70.864%204.5l3.983-2.623l3.109%201.49l2.558%203.658l-.356%202.364l-1.522%209.876l-2.979%2015.478l-1.943%2010.362h1.133l1.296-1.295l5.245-6.962l8.808-11.01l3.886-4.37l4.533-4.825l2.914-2.3h5.505l4.047%206.023l-1.813%206.218l-5.666%207.188l-4.696%206.087l-6.735%209.067l-4.21%207.253l.39.583l1.003-.097l15.219-3.238l8.224-1.49l9.811-1.683l4.437%202.072l.485%202.105l-1.748%204.306l-10.491%202.59l-12.305%202.461l-18.328%204.34l-.226.162l.259.323l8.257.778l3.53.194h8.645l16.093%201.198l4.21%202.784l2.525%203.4l-.421%202.59l-6.476%203.304l-8.743-2.073l-20.4-4.857l-6.993-1.749h-.972v.583l5.829%205.7l10.685%209.649l13.373%2012.434l.68%203.076l-1.716%202.429l-1.813-.26l-11.754-8.84l-4.534-3.982l-10.264-8.646h-.68v.907l2.364%203.465l12.499%2018.78l.647%205.764l-.906%201.878l-3.238%201.133l-3.562-.647l-7.318-10.265l-7.545-11.56l-6.087-10.361l-.745.421l-3.595%2038.694l-1.683%201.975l-3.886%201.49l-3.238-2.46l-1.716-3.984l1.716-7.868l2.072-10.265l1.684-8.16l1.522-10.135l.906-3.368l-.064-.226l-.745.097l-7.642%2010.492l-11.624%2015.704l-9.197%209.843l-2.201.875l-3.82-1.976l.355-3.53l2.137-3.14l12.726-16.19l7.674-10.038l4.954-5.796l-.033-.842h-.29L22.066%2098.987l-6.023.777l-2.59-2.429l.324-3.982l1.23-1.296l10.168-6.994Z%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%20128%20128%22%3E%3Cpath%20fill%3D%22%23d97757%22%20d%3D%22m25.144%2085.096l25.159-14.118l.421-1.23l-.421-.68h-1.23l-4.21-.26l-14.377-.388l-12.466-.518l-12.078-.648l-3.044-.648l-2.85-3.755l.292-1.879l2.558-1.716l3.659.324l8.095.55l12.143.842l8.807.519l13.05%201.36h2.072l.292-.842l-.713-.518l-.55-.519l-12.564-8.516l-13.6-9.002l-7.123-5.18l-3.853-2.623l-1.943-2.461l-.842-5.375l3.497-3.853l4.695.323l1.198.324l4.76%203.659l10.168%207.869l13.276%209.779l1.943%201.619l.777-.55l.097-.39l-.875-1.457l-7.22-13.049l-7.707-13.276l-3.432-5.504l-.907-3.304c-.323-1.36-.55-2.492-.55-3.885L33.53.712L35.73%200l5.311.713l2.235%201.942l3.302%207.545l5.343%2011.884l8.29%2016.158l2.428%204.792l1.295%204.436l.486%201.36h.842v-.777l.68-9.099l1.263-11.172l1.23-14.377l.421-4.047L70.864%204.5l3.983-2.623l3.109%201.49l2.558%203.658l-.356%202.364l-1.522%209.876l-2.979%2015.478l-1.943%2010.362h1.133l1.296-1.295l5.245-6.962l8.808-11.01l3.886-4.37l4.533-4.825l2.914-2.3h5.505l4.047%206.023l-1.813%206.218l-5.666%207.188l-4.696%206.087l-6.735%209.067l-4.21%207.253l.39.583l1.003-.097l15.219-3.238l8.224-1.49l9.811-1.683l4.437%202.072l.485%202.105l-1.748%204.306l-10.491%202.59l-12.305%202.461l-18.328%204.34l-.226.162l.259.323l8.257.778l3.53.194h8.645l16.093%201.198l4.21%202.784l2.525%203.4l-.421%202.59l-6.476%203.304l-8.743-2.073l-20.4-4.857l-6.993-1.749h-.972v.583l5.829%205.7l10.685%209.649l13.373%2012.434l.68%203.076l-1.716%202.429l-1.813-.26l-11.754-8.84l-4.534-3.982l-10.264-8.646h-.68v.907l2.364%203.465l12.499%2018.78l.647%205.764l-.906%201.878l-3.238%201.133l-3.562-.647l-7.318-10.265l-7.545-11.56l-6.087-10.361l-.745.421l-3.595%2038.694l-1.683%201.975l-3.886%201.49l-3.238-2.46l-1.716-3.984l1.716-7.868l2.072-10.265l1.684-8.16l1.522-10.135l.906-3.368l-.064-.226l-.745.097l-7.642%2010.492l-11.624%2015.704l-9.197%209.843l-2.201.875l-3.82-1.976l.355-3.53l2.137-3.14l12.726-16.19l7.674-10.038l4.954-5.796l-.033-.842h-.29L22.066%2098.987l-6.023.777l-2.59-2.429l.324-3.982l1.23-1.296l10.168-6.994Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/devicon/claude.svg?color=%231a73e8&size=48