chakraui logo
chakraui from Devicon by konpa · Original · MIT Free for personal and commercial use.
- Name
- chakraui
- Set
- Devicon
- Style
- Original
- Viewbox
- 128×128
- License
- MIT
1 other variant in Devicon
The same logo in other sets
Use the chakraui logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><defs><linearGradient id="SVGpPpwGeTk" x1="64" x2="64" y1="0" y2="128" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#7acbd4"/><stop offset="1" stop-color="#29c6b7"/></linearGradient></defs><circle cx="64" cy="64" r="64" fill="url(#SVGpPpwGeTk)"/><path fill="#fff" d="M93.56 57.89a.913.913 0 0 0-.67-1.54H64.87c-1.71 0-1.43-.92-.82-2.04c.61-1.13 16.11-29.4 16.11-29.4c.07-.15.11-.3.11-.47a1.082 1.082 0 0 0-1.84-.77S34.5 67.45 34.5 67.45c-.19.18-.3.42-.3.7c0 .53.43.96.96.96h29.97c1.88 0 1.21 1.08.75 1.71s-23.15 32-23.15 32a1.129 1.129 0 0 0 .9 1.81c.31 0 .59-.12.79-.32s49.13-46.38 49.13-46.38l.01-.01l.02-.02Z"/></svg>
React
import type { SVGProps } from "react";
export function DeviconChakraui(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><defs><linearGradient id="SVGpPpwGeTk" x1="64" x2="64" y1="0" y2="128" gradientUnits="userSpaceOnUse"><stop offset="0" stopColor="#7acbd4"/><stop offset="1" stopColor="#29c6b7"/></linearGradient></defs><circle cx="64" cy="64" r="64" fill="url(#SVGpPpwGeTk)"/><path fill="#fff" d="M93.56 57.89a.913.913 0 0 0-.67-1.54H64.87c-1.71 0-1.43-.92-.82-2.04c.61-1.13 16.11-29.4 16.11-29.4c.07-.15.11-.3.11-.47a1.082 1.082 0 0 0-1.84-.77S34.5 67.45 34.5 67.45c-.19.18-.3.42-.3.7c0 .53.43.96.96.96h29.97c1.88 0 1.21 1.08.75 1.71s-23.15 32-23.15 32a1.129 1.129 0 0 0 .9 1.81c.31 0 .59-.12.79-.32s49.13-46.38 49.13-46.38l.01-.01l.02-.02Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><defs><linearGradient id="SVGpPpwGeTk" x1="64" x2="64" y1="0" y2="128" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#7acbd4"/><stop offset="1" stop-color="#29c6b7"/></linearGradient></defs><circle cx="64" cy="64" r="64" fill="url(#SVGpPpwGeTk)"/><path fill="#fff" d="M93.56 57.89a.913.913 0 0 0-.67-1.54H64.87c-1.71 0-1.43-.92-.82-2.04c.61-1.13 16.11-29.4 16.11-29.4c.07-.15.11-.3.11-.47a1.082 1.082 0 0 0-1.84-.77S34.5 67.45 34.5 67.45c-.19.18-.3.42-.3.7c0 .53.43.96.96.96h29.97c1.88 0 1.21 1.08.75 1.71s-23.15 32-23.15 32a1.129 1.129 0 0 0 .9 1.81c.31 0 .59-.12.79-.32s49.13-46.38 49.13-46.38l.01-.01l.02-.02Z"/></svg> </template>
CSS
.icon-chakraui {
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%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGpPpwGeTk%22%20x1%3D%2264%22%20x2%3D%2264%22%20y1%3D%220%22%20y2%3D%22128%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%237acbd4%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2329c6b7%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Ccircle%20cx%3D%2264%22%20cy%3D%2264%22%20r%3D%2264%22%20fill%3D%22url(%23SVGpPpwGeTk)%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M93.56%2057.89a.913.913%200%200%200-.67-1.54H64.87c-1.71%200-1.43-.92-.82-2.04c.61-1.13%2016.11-29.4%2016.11-29.4c.07-.15.11-.3.11-.47a1.082%201.082%200%200%200-1.84-.77S34.5%2067.45%2034.5%2067.45c-.19.18-.3.42-.3.7c0%20.53.43.96.96.96h29.97c1.88%200%201.21%201.08.75%201.71s-23.15%2032-23.15%2032a1.129%201.129%200%200%200%20.9%201.81c.31%200%20.59-.12.79-.32s49.13-46.38%2049.13-46.38l.01-.01l.02-.02Z%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%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGpPpwGeTk%22%20x1%3D%2264%22%20x2%3D%2264%22%20y1%3D%220%22%20y2%3D%22128%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%237acbd4%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2329c6b7%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Ccircle%20cx%3D%2264%22%20cy%3D%2264%22%20r%3D%2264%22%20fill%3D%22url(%23SVGpPpwGeTk)%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M93.56%2057.89a.913.913%200%200%200-.67-1.54H64.87c-1.71%200-1.43-.92-.82-2.04c.61-1.13%2016.11-29.4%2016.11-29.4c.07-.15.11-.3.11-.47a1.082%201.082%200%200%200-1.84-.77S34.5%2067.45%2034.5%2067.45c-.19.18-.3.42-.3.7c0%20.53.43.96.96.96h29.97c1.88%200%201.21%201.08.75%201.71s-23.15%2032-23.15%2032a1.129%201.129%200%200%200%20.9%201.81c.31%200%20.59-.12.79-.32s49.13-46.38%2049.13-46.38l.01-.01l.02-.02Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/devicon/chakraui.svg?color=%231a73e8&size=48