Claude Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Claude icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/323780.svg" alt="Claude icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323780.svg" alt="Claude icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323780.svg" alt="Claude icon" :width="24" :height="24" />
CSS background
.icon-claude {
background-image: url('https://proicons.com/icon/323780.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}.c{fill:#000;stroke-width:0px;}</style></defs><path class="b" d="M23.9555,24.4747l-14.3034-10.2922"/><path class="b" d="M23.9555,24.4747L15.7626,7.2992"/><path class="b" d="M23.9555,24.4747l3.2334-16.7465"/><path class="b" d="M23.9555,24.4747l12.0148-13.2114"/><path class="b" d="M23.9555,24.4747l17.2372-2.7634"/><path class="b" d="M23.9555,24.4747l17.3539,3.8392"/><path class="b" d="M23.9555,24.4747l13.3924,11.4726"/><path class="b" d="M23.9555,24.4747l9.1084,14.5119"/><path class="b" d="M23.9555,24.4747l-.8483,16.2619"/><path class="b" d="M23.9555,24.4747l-9.1779,14.3429"/><path class="b" d="M23.9555,24.4747l-13.1497,8.9352"/><path class="b" d="M23.9555,24.4747l-17.2295-1.1898"/><circle class="c" cx="9.652" cy="14.1824" r=".75"/><circle class="c" cx="15.7624" cy="7.299" r=".75"/><circle class="c" cx="27.1886" cy="7.7278" r=".75"/><circle class="c" cx="35.9702" cy="11.2633" r=".75"/><circle class="c" cx="41.1927" cy="21.7116" r=".75"/><circle class="c" cx="41.3094" cy="28.3134" r=".75"/><circle class="c" cx="37.3479" cy="35.9473" r=".75"/><circle class="c" cx="33.0639" cy="38.9866" r=".75"/><circle class="c" cx="23.1071" cy="40.7365" r=".75"/><circle class="c" cx="14.7776" cy="38.8176" r=".75"/><circle class="c" cx="10.8057" cy="33.4098" r=".75"/><circle class="c" cx="6.7261" cy="23.2848" r=".75"/><circle class="b" cx="24" cy="24" r="21.5"/></svg>
Copied!