vitest logo
vitest from Devicon by konpa · Original · MIT Free for personal and commercial use.
- Name
- vitest
- Set
- Devicon
- Style
- Original
- Viewbox
- 128×128
- License
- MIT
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 128 128"><path fill="#fcc72b" d="m96.058 40.82l-30.6 44.244a2.635 2.635 0 0 1-4.339-.007a2.6 2.6 0 0 1-.451-1.601l1.225-24.428l-19.772-4.192a2.63 2.63 0 0 1-1.891-1.59a2.6 2.6 0 0 1 .278-2.451l30.6-44.244a2.63 2.63 0 0 1 3.009-.998a2.62 2.62 0 0 1 1.33 1.005c.322.47.48 1.032.451 1.601l-1.224 24.428l19.77 4.192c.423.09.817.282 1.147.56a2.605 2.605 0 0 1 .467 3.48Z"/><path fill="#729b1b" d="M64.013 122.185a6.2 6.2 0 0 1-4.382-1.815L30.717 91.458a6.195 6.195 0 0 1 4.384-10.565a6.2 6.2 0 0 1 4.378 1.803l24.534 24.53l53.446-53.444a6.195 6.195 0 0 1 8.762 8.762L68.393 120.37a6.18 6.18 0 0 1-4.38 1.815"/><path fill="#729b1b" fill-opacity=".5" d="M63.988 122.185c.814 0 1.62-.159 2.371-.47a6.2 6.2 0 0 0 2.01-1.345l28.914-28.912a6.193 6.193 0 0 0-.012-8.75a6.197 6.197 0 0 0-8.75-.012l-24.533 24.53L10.54 53.782a6.196 6.196 0 0 0-8.762 8.762l57.828 57.826a6.18 6.18 0 0 0 4.38 1.815Z"/></svg>
React
import type { SVGProps } from "react";
export function DeviconVitest(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#fcc72b" d="m96.058 40.82l-30.6 44.244a2.635 2.635 0 0 1-4.339-.007a2.6 2.6 0 0 1-.451-1.601l1.225-24.428l-19.772-4.192a2.63 2.63 0 0 1-1.891-1.59a2.6 2.6 0 0 1 .278-2.451l30.6-44.244a2.63 2.63 0 0 1 3.009-.998a2.62 2.62 0 0 1 1.33 1.005c.322.47.48 1.032.451 1.601l-1.224 24.428l19.77 4.192c.423.09.817.282 1.147.56a2.605 2.605 0 0 1 .467 3.48Z"/><path fill="#729b1b" d="M64.013 122.185a6.2 6.2 0 0 1-4.382-1.815L30.717 91.458a6.195 6.195 0 0 1 4.384-10.565a6.2 6.2 0 0 1 4.378 1.803l24.534 24.53l53.446-53.444a6.195 6.195 0 0 1 8.762 8.762L68.393 120.37a6.18 6.18 0 0 1-4.38 1.815"/><path fill="#729b1b" fillOpacity=".5" d="M63.988 122.185c.814 0 1.62-.159 2.371-.47a6.2 6.2 0 0 0 2.01-1.345l28.914-28.912a6.193 6.193 0 0 0-.012-8.75a6.197 6.197 0 0 0-8.75-.012l-24.533 24.53L10.54 53.782a6.196 6.196 0 0 0-8.762 8.762l57.828 57.826a6.18 6.18 0 0 0 4.38 1.815Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#fcc72b" d="m96.058 40.82l-30.6 44.244a2.635 2.635 0 0 1-4.339-.007a2.6 2.6 0 0 1-.451-1.601l1.225-24.428l-19.772-4.192a2.63 2.63 0 0 1-1.891-1.59a2.6 2.6 0 0 1 .278-2.451l30.6-44.244a2.63 2.63 0 0 1 3.009-.998a2.62 2.62 0 0 1 1.33 1.005c.322.47.48 1.032.451 1.601l-1.224 24.428l19.77 4.192c.423.09.817.282 1.147.56a2.605 2.605 0 0 1 .467 3.48Z"/><path fill="#729b1b" d="M64.013 122.185a6.2 6.2 0 0 1-4.382-1.815L30.717 91.458a6.195 6.195 0 0 1 4.384-10.565a6.2 6.2 0 0 1 4.378 1.803l24.534 24.53l53.446-53.444a6.195 6.195 0 0 1 8.762 8.762L68.393 120.37a6.18 6.18 0 0 1-4.38 1.815"/><path fill="#729b1b" fill-opacity=".5" d="M63.988 122.185c.814 0 1.62-.159 2.371-.47a6.2 6.2 0 0 0 2.01-1.345l28.914-28.912a6.193 6.193 0 0 0-.012-8.75a6.197 6.197 0 0 0-8.75-.012l-24.533 24.53L10.54 53.782a6.196 6.196 0 0 0-8.762 8.762l57.828 57.826a6.18 6.18 0 0 0 4.38 1.815Z"/></svg> </template>
CSS
.icon-vitest {
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%23fcc72b%22%20d%3D%22m96.058%2040.82l-30.6%2044.244a2.635%202.635%200%200%201-4.339-.007a2.6%202.6%200%200%201-.451-1.601l1.225-24.428l-19.772-4.192a2.63%202.63%200%200%201-1.891-1.59a2.6%202.6%200%200%201%20.278-2.451l30.6-44.244a2.63%202.63%200%200%201%203.009-.998a2.62%202.62%200%200%201%201.33%201.005c.322.47.48%201.032.451%201.601l-1.224%2024.428l19.77%204.192c.423.09.817.282%201.147.56a2.605%202.605%200%200%201%20.467%203.48Z%22%2F%3E%3Cpath%20fill%3D%22%23729b1b%22%20d%3D%22M64.013%20122.185a6.2%206.2%200%200%201-4.382-1.815L30.717%2091.458a6.195%206.195%200%200%201%204.384-10.565a6.2%206.2%200%200%201%204.378%201.803l24.534%2024.53l53.446-53.444a6.195%206.195%200%200%201%208.762%208.762L68.393%20120.37a6.18%206.18%200%200%201-4.38%201.815%22%2F%3E%3Cpath%20fill%3D%22%23729b1b%22%20fill-opacity%3D%22.5%22%20d%3D%22M63.988%20122.185c.814%200%201.62-.159%202.371-.47a6.2%206.2%200%200%200%202.01-1.345l28.914-28.912a6.193%206.193%200%200%200-.012-8.75a6.197%206.197%200%200%200-8.75-.012l-24.533%2024.53L10.54%2053.782a6.196%206.196%200%200%200-8.762%208.762l57.828%2057.826a6.18%206.18%200%200%200%204.38%201.815Z%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%23fcc72b%22%20d%3D%22m96.058%2040.82l-30.6%2044.244a2.635%202.635%200%200%201-4.339-.007a2.6%202.6%200%200%201-.451-1.601l1.225-24.428l-19.772-4.192a2.63%202.63%200%200%201-1.891-1.59a2.6%202.6%200%200%201%20.278-2.451l30.6-44.244a2.63%202.63%200%200%201%203.009-.998a2.62%202.62%200%200%201%201.33%201.005c.322.47.48%201.032.451%201.601l-1.224%2024.428l19.77%204.192c.423.09.817.282%201.147.56a2.605%202.605%200%200%201%20.467%203.48Z%22%2F%3E%3Cpath%20fill%3D%22%23729b1b%22%20d%3D%22M64.013%20122.185a6.2%206.2%200%200%201-4.382-1.815L30.717%2091.458a6.195%206.195%200%200%201%204.384-10.565a6.2%206.2%200%200%201%204.378%201.803l24.534%2024.53l53.446-53.444a6.195%206.195%200%200%201%208.762%208.762L68.393%20120.37a6.18%206.18%200%200%201-4.38%201.815%22%2F%3E%3Cpath%20fill%3D%22%23729b1b%22%20fill-opacity%3D%22.5%22%20d%3D%22M63.988%20122.185c.814%200%201.62-.159%202.371-.47a6.2%206.2%200%200%200%202.01-1.345l28.914-28.912a6.193%206.193%200%200%200-.012-8.75a6.197%206.197%200%200%200-8.75-.012l-24.533%2024.53L10.54%2053.782a6.196%206.196%200%200%200-8.762%208.762l57.828%2057.826a6.18%206.18%200%200%200%204.38%201.815Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/devicon/vitest.svg?color=%231a73e8&size=48