qwik logo
qwik from Catppuccin Icons by Catppuccin · Color · MIT Free for personal and commercial use.
- Name
- qwik
- Set
- Catppuccin Icons
- Style
- Color
- Viewbox
- 16×16
- License
- MIT
The same logo in other sets
Use the qwik logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="none" stroke-linejoin="round"><path stroke="#c6a0f6" d="M4.16 2.1a72 72 0 0 0-2.2 4.12L5.8 1.55l5.22 5.49l-1.1.82l.55 4.12l2.47 2.47l-1.1-2.74s1.65-2.75 1.92-3.57c.28-.83.28-2.2.28-2.75s-1.65-2.74-2.2-3.57C11.3 1 11.02 1 10.74 1H6.09c-.55 0-1.37.27-1.92 1.1Z"/><path stroke="#91d7e3" d="M2.41 6.49c.44-.66 2.56-3.2 3.57-4.4l.55 4.13l-1.1 1.37L13.12 15c-1.37-.37-4.94-1.65-6.04-1.65s-1.89.07-2.2-.55c-.27-.55-2.47-3.56-2.74-4.39c-.16-.47-.4-.9.27-1.92Z"/></g></svg>
React
import type { SVGProps } from "react";
export function CatppuccinQwik(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="none" strokeLinejoin="round"><path stroke="#c6a0f6" d="M4.16 2.1a72 72 0 0 0-2.2 4.12L5.8 1.55l5.22 5.49l-1.1.82l.55 4.12l2.47 2.47l-1.1-2.74s1.65-2.75 1.92-3.57c.28-.83.28-2.2.28-2.75s-1.65-2.74-2.2-3.57C11.3 1 11.02 1 10.74 1H6.09c-.55 0-1.37.27-1.92 1.1Z"/><path stroke="#91d7e3" d="M2.41 6.49c.44-.66 2.56-3.2 3.57-4.4l.55 4.13l-1.1 1.37L13.12 15c-1.37-.37-4.94-1.65-6.04-1.65s-1.89.07-2.2-.55c-.27-.55-2.47-3.56-2.74-4.39c-.16-.47-.4-.9.27-1.92Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="none" stroke-linejoin="round"><path stroke="#c6a0f6" d="M4.16 2.1a72 72 0 0 0-2.2 4.12L5.8 1.55l5.22 5.49l-1.1.82l.55 4.12l2.47 2.47l-1.1-2.74s1.65-2.75 1.92-3.57c.28-.83.28-2.2.28-2.75s-1.65-2.74-2.2-3.57C11.3 1 11.02 1 10.74 1H6.09c-.55 0-1.37.27-1.92 1.1Z"/><path stroke="#91d7e3" d="M2.41 6.49c.44-.66 2.56-3.2 3.57-4.4l.55 4.13l-1.1 1.37L13.12 15c-1.37-.37-4.94-1.65-6.04-1.65s-1.89.07-2.2-.55c-.27-.55-2.47-3.56-2.74-4.39c-.16-.47-.4-.9.27-1.92Z"/></g></svg> </template>
CSS
.icon-qwik {
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%2016%2016%22%3E%3Cg%20fill%3D%22none%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20stroke%3D%22%23c6a0f6%22%20d%3D%22M4.16%202.1a72%2072%200%200%200-2.2%204.12L5.8%201.55l5.22%205.49l-1.1.82l.55%204.12l2.47%202.47l-1.1-2.74s1.65-2.75%201.92-3.57c.28-.83.28-2.2.28-2.75s-1.65-2.74-2.2-3.57C11.3%201%2011.02%201%2010.74%201H6.09c-.55%200-1.37.27-1.92%201.1Z%22%2F%3E%3Cpath%20stroke%3D%22%2391d7e3%22%20d%3D%22M2.41%206.49c.44-.66%202.56-3.2%203.57-4.4l.55%204.13l-1.1%201.37L13.12%2015c-1.37-.37-4.94-1.65-6.04-1.65s-1.89.07-2.2-.55c-.27-.55-2.47-3.56-2.74-4.39c-.16-.47-.4-.9.27-1.92Z%22%2F%3E%3C%2Fg%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%2016%2016%22%3E%3Cg%20fill%3D%22none%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20stroke%3D%22%23c6a0f6%22%20d%3D%22M4.16%202.1a72%2072%200%200%200-2.2%204.12L5.8%201.55l5.22%205.49l-1.1.82l.55%204.12l2.47%202.47l-1.1-2.74s1.65-2.75%201.92-3.57c.28-.83.28-2.2.28-2.75s-1.65-2.74-2.2-3.57C11.3%201%2011.02%201%2010.74%201H6.09c-.55%200-1.37.27-1.92%201.1Z%22%2F%3E%3Cpath%20stroke%3D%22%2391d7e3%22%20d%3D%22M2.41%206.49c.44-.66%202.56-3.2%203.57-4.4l.55%204.13l-1.1%201.37L13.12%2015c-1.37-.37-4.94-1.65-6.04-1.65s-1.89.07-2.2-.55c-.27-.55-2.47-3.56-2.74-4.39c-.16-.47-.4-.9.27-1.92Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/catppuccin/qwik.svg?color=%231a73e8&size=48