vitest logo
vitest-dark from Skill Icons by tandpfun · Dark · MIT Free for personal and commercial use.
- Name
- vitest-dark
- Set
- Skill Icons
- Style
- Dark
- Viewbox
- 256×256
- License
- MIT
1 other variant in Skill Icons
The same logo in other sets
Use the vitest logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="none"><rect width="256" height="256" fill="#242938" rx="60"/><path fill="#fcc72b" d="m178.09 92.319l-47.813 69.131a4.118 4.118 0 0 1-6.778-.01a4.08 4.08 0 0 1-.706-2.502l1.914-38.168l-30.892-6.551a4.1 4.1 0 0 1-2.956-2.484a4.07 4.07 0 0 1 .435-3.83l47.814-69.131a4.12 4.12 0 0 1 4.699-1.56a4.1 4.1 0 0 1 2.079 1.571a4.07 4.07 0 0 1 .705 2.502l-1.914 38.168l30.892 6.55a4.1 4.1 0 0 1 1.792.874a4.07 4.07 0 0 1 .729 5.44"/><path fill="#729b1b" d="M128.019 219.451a9.7 9.7 0 0 1-3.706-.734a9.7 9.7 0 0 1-3.14-2.101l-45.178-45.175a9.68 9.68 0 0 1 6.85-16.508a9.68 9.68 0 0 1 6.84 2.817l38.334 38.329l83.51-83.506a9.683 9.683 0 0 1 13.634.055a9.7 9.7 0 0 1 2.837 6.807a9.7 9.7 0 0 1-2.781 6.828l-90.356 90.353a9.63 9.63 0 0 1-6.844 2.835"/><path fill="#729b1b" fill-opacity=".5" d="M127.98 219.451a9.7 9.7 0 0 0 3.706-.734a9.7 9.7 0 0 0 3.14-2.101l45.178-45.175a9.68 9.68 0 0 0-13.691-13.691l-38.333 38.329l-83.51-83.506a9.683 9.683 0 0 0-13.634.055a9.683 9.683 0 0 0-.056 13.635l90.356 90.353a9.65 9.65 0 0 0 6.844 2.835"/></g></svg>
React
import type { SVGProps } from "react";
export function SkillIconsVitestDark(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="none"><rect width="256" height="256" fill="#242938" rx="60"/><path fill="#fcc72b" d="m178.09 92.319l-47.813 69.131a4.118 4.118 0 0 1-6.778-.01a4.08 4.08 0 0 1-.706-2.502l1.914-38.168l-30.892-6.551a4.1 4.1 0 0 1-2.956-2.484a4.07 4.07 0 0 1 .435-3.83l47.814-69.131a4.12 4.12 0 0 1 4.699-1.56a4.1 4.1 0 0 1 2.079 1.571a4.07 4.07 0 0 1 .705 2.502l-1.914 38.168l30.892 6.55a4.1 4.1 0 0 1 1.792.874a4.07 4.07 0 0 1 .729 5.44"/><path fill="#729b1b" d="M128.019 219.451a9.7 9.7 0 0 1-3.706-.734a9.7 9.7 0 0 1-3.14-2.101l-45.178-45.175a9.68 9.68 0 0 1 6.85-16.508a9.68 9.68 0 0 1 6.84 2.817l38.334 38.329l83.51-83.506a9.683 9.683 0 0 1 13.634.055a9.7 9.7 0 0 1 2.837 6.807a9.7 9.7 0 0 1-2.781 6.828l-90.356 90.353a9.63 9.63 0 0 1-6.844 2.835"/><path fill="#729b1b" fillOpacity=".5" d="M127.98 219.451a9.7 9.7 0 0 0 3.706-.734a9.7 9.7 0 0 0 3.14-2.101l45.178-45.175a9.68 9.68 0 0 0-13.691-13.691l-38.333 38.329l-83.51-83.506a9.683 9.683 0 0 0-13.634.055a9.683 9.683 0 0 0-.056 13.635l90.356 90.353a9.65 9.65 0 0 0 6.844 2.835"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="none"><rect width="256" height="256" fill="#242938" rx="60"/><path fill="#fcc72b" d="m178.09 92.319l-47.813 69.131a4.118 4.118 0 0 1-6.778-.01a4.08 4.08 0 0 1-.706-2.502l1.914-38.168l-30.892-6.551a4.1 4.1 0 0 1-2.956-2.484a4.07 4.07 0 0 1 .435-3.83l47.814-69.131a4.12 4.12 0 0 1 4.699-1.56a4.1 4.1 0 0 1 2.079 1.571a4.07 4.07 0 0 1 .705 2.502l-1.914 38.168l30.892 6.55a4.1 4.1 0 0 1 1.792.874a4.07 4.07 0 0 1 .729 5.44"/><path fill="#729b1b" d="M128.019 219.451a9.7 9.7 0 0 1-3.706-.734a9.7 9.7 0 0 1-3.14-2.101l-45.178-45.175a9.68 9.68 0 0 1 6.85-16.508a9.68 9.68 0 0 1 6.84 2.817l38.334 38.329l83.51-83.506a9.683 9.683 0 0 1 13.634.055a9.7 9.7 0 0 1 2.837 6.807a9.7 9.7 0 0 1-2.781 6.828l-90.356 90.353a9.63 9.63 0 0 1-6.844 2.835"/><path fill="#729b1b" fill-opacity=".5" d="M127.98 219.451a9.7 9.7 0 0 0 3.706-.734a9.7 9.7 0 0 0 3.14-2.101l45.178-45.175a9.68 9.68 0 0 0-13.691-13.691l-38.333 38.329l-83.51-83.506a9.683 9.683 0 0 0-13.634.055a9.683 9.683 0 0 0-.056 13.635l90.356 90.353a9.65 9.65 0 0 0 6.844 2.835"/></g></svg> </template>
CSS
.icon-vitest-dark {
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%20256%20256%22%3E%3Cg%20fill%3D%22none%22%3E%3Crect%20width%3D%22256%22%20height%3D%22256%22%20fill%3D%22%23242938%22%20rx%3D%2260%22%2F%3E%3Cpath%20fill%3D%22%23fcc72b%22%20d%3D%22m178.09%2092.319l-47.813%2069.131a4.118%204.118%200%200%201-6.778-.01a4.08%204.08%200%200%201-.706-2.502l1.914-38.168l-30.892-6.551a4.1%204.1%200%200%201-2.956-2.484a4.07%204.07%200%200%201%20.435-3.83l47.814-69.131a4.12%204.12%200%200%201%204.699-1.56a4.1%204.1%200%200%201%202.079%201.571a4.07%204.07%200%200%201%20.705%202.502l-1.914%2038.168l30.892%206.55a4.1%204.1%200%200%201%201.792.874a4.07%204.07%200%200%201%20.729%205.44%22%2F%3E%3Cpath%20fill%3D%22%23729b1b%22%20d%3D%22M128.019%20219.451a9.7%209.7%200%200%201-3.706-.734a9.7%209.7%200%200%201-3.14-2.101l-45.178-45.175a9.68%209.68%200%200%201%206.85-16.508a9.68%209.68%200%200%201%206.84%202.817l38.334%2038.329l83.51-83.506a9.683%209.683%200%200%201%2013.634.055a9.7%209.7%200%200%201%202.837%206.807a9.7%209.7%200%200%201-2.781%206.828l-90.356%2090.353a9.63%209.63%200%200%201-6.844%202.835%22%2F%3E%3Cpath%20fill%3D%22%23729b1b%22%20fill-opacity%3D%22.5%22%20d%3D%22M127.98%20219.451a9.7%209.7%200%200%200%203.706-.734a9.7%209.7%200%200%200%203.14-2.101l45.178-45.175a9.68%209.68%200%200%200-13.691-13.691l-38.333%2038.329l-83.51-83.506a9.683%209.683%200%200%200-13.634.055a9.683%209.683%200%200%200-.056%2013.635l90.356%2090.353a9.65%209.65%200%200%200%206.844%202.835%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%20256%20256%22%3E%3Cg%20fill%3D%22none%22%3E%3Crect%20width%3D%22256%22%20height%3D%22256%22%20fill%3D%22%23242938%22%20rx%3D%2260%22%2F%3E%3Cpath%20fill%3D%22%23fcc72b%22%20d%3D%22m178.09%2092.319l-47.813%2069.131a4.118%204.118%200%200%201-6.778-.01a4.08%204.08%200%200%201-.706-2.502l1.914-38.168l-30.892-6.551a4.1%204.1%200%200%201-2.956-2.484a4.07%204.07%200%200%201%20.435-3.83l47.814-69.131a4.12%204.12%200%200%201%204.699-1.56a4.1%204.1%200%200%201%202.079%201.571a4.07%204.07%200%200%201%20.705%202.502l-1.914%2038.168l30.892%206.55a4.1%204.1%200%200%201%201.792.874a4.07%204.07%200%200%201%20.729%205.44%22%2F%3E%3Cpath%20fill%3D%22%23729b1b%22%20d%3D%22M128.019%20219.451a9.7%209.7%200%200%201-3.706-.734a9.7%209.7%200%200%201-3.14-2.101l-45.178-45.175a9.68%209.68%200%200%201%206.85-16.508a9.68%209.68%200%200%201%206.84%202.817l38.334%2038.329l83.51-83.506a9.683%209.683%200%200%201%2013.634.055a9.7%209.7%200%200%201%202.837%206.807a9.7%209.7%200%200%201-2.781%206.828l-90.356%2090.353a9.63%209.63%200%200%201-6.844%202.835%22%2F%3E%3Cpath%20fill%3D%22%23729b1b%22%20fill-opacity%3D%22.5%22%20d%3D%22M127.98%20219.451a9.7%209.7%200%200%200%203.706-.734a9.7%209.7%200%200%200%203.14-2.101l45.178-45.175a9.68%209.68%200%200%200-13.691-13.691l-38.333%2038.329l-83.51-83.506a9.683%209.683%200%200%200-13.634.055a9.683%209.683%200%200%200-.056%2013.635l90.356%2090.353a9.65%209.65%200%200%200%206.844%202.835%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/skill-icons/vitest-dark.svg?color=%231a73e8&size=48