wakatime logo
wakatime from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- wakatime
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 256×256
- License
- CC0
The same logo in other sets
Use the wakatime logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path d="M128 0c70.693 0 128 57.307 128 128s-57.307 128-128 128S0 198.693 0 128S57.307 0 128 0m0 30.118c-54.06 0-97.882 43.822-97.882 97.882S73.94 225.882 128 225.882S225.882 182.06 225.882 128S182.06 30.118 128 30.118m54.372 53.96c5.405 0 9.628 4.66 9.628 10.234c0 2.23-.674 4.367-1.909 6.124l-.105.145l-43.706 62.363l-.084.115c-1.813 2.39-4.551 3.843-7.541 3.843a9.7 9.7 0 0 1-2.022-.227a9 9 0 0 1-.881-.253a11 11 0 0 1-.722-.274l-.214-.097l-.364-.179l-.186-.097l-.171-.095l-.09-.053l-.322-.2l-.217-.142l-.103-.072a9 9 0 0 1-.58-.441l-.224-.189a9 9 0 0 1-.344-.31l-.059-.057a11 11 0 0 1-.829-.913a11 11 0 0 1-.865-1.266l-.096-.173l-3.42-5.495l-3.42 5.498l-.054.097c-1.699 2.931-4.677 4.845-8.03 4.935l-.246.003c-3.413 0-6.464-1.893-8.185-4.848l-.116-.204l-28.898-42.1l-.056-.069a10.6 10.6 0 0 1-2.224-6.244l-.004-.302c0-5.573 4.224-10.234 9.628-10.234c3.361 0 6.376 1.837 8.114 4.73l.04.07l21.216 31.35l3.78-6.155l.026-.048c1.632-3.103 4.699-5.147 8.167-5.238l.243-.003c3.34 0 6.35 1.815 8.09 4.682l4.128 6.777l35.158-50.336l.043-.07c1.709-2.739 4.572-4.49 7.773-4.578z"/></svg>
React
import type { SVGProps } from "react";
export function LogosWakatime(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path d="M128 0c70.693 0 128 57.307 128 128s-57.307 128-128 128S0 198.693 0 128S57.307 0 128 0m0 30.118c-54.06 0-97.882 43.822-97.882 97.882S73.94 225.882 128 225.882S225.882 182.06 225.882 128S182.06 30.118 128 30.118m54.372 53.96c5.405 0 9.628 4.66 9.628 10.234c0 2.23-.674 4.367-1.909 6.124l-.105.145l-43.706 62.363l-.084.115c-1.813 2.39-4.551 3.843-7.541 3.843a9.7 9.7 0 0 1-2.022-.227a9 9 0 0 1-.881-.253a11 11 0 0 1-.722-.274l-.214-.097l-.364-.179l-.186-.097l-.171-.095l-.09-.053l-.322-.2l-.217-.142l-.103-.072a9 9 0 0 1-.58-.441l-.224-.189a9 9 0 0 1-.344-.31l-.059-.057a11 11 0 0 1-.829-.913a11 11 0 0 1-.865-1.266l-.096-.173l-3.42-5.495l-3.42 5.498l-.054.097c-1.699 2.931-4.677 4.845-8.03 4.935l-.246.003c-3.413 0-6.464-1.893-8.185-4.848l-.116-.204l-28.898-42.1l-.056-.069a10.6 10.6 0 0 1-2.224-6.244l-.004-.302c0-5.573 4.224-10.234 9.628-10.234c3.361 0 6.376 1.837 8.114 4.73l.04.07l21.216 31.35l3.78-6.155l.026-.048c1.632-3.103 4.699-5.147 8.167-5.238l.243-.003c3.34 0 6.35 1.815 8.09 4.682l4.128 6.777l35.158-50.336l.043-.07c1.709-2.739 4.572-4.49 7.773-4.578z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path d="M128 0c70.693 0 128 57.307 128 128s-57.307 128-128 128S0 198.693 0 128S57.307 0 128 0m0 30.118c-54.06 0-97.882 43.822-97.882 97.882S73.94 225.882 128 225.882S225.882 182.06 225.882 128S182.06 30.118 128 30.118m54.372 53.96c5.405 0 9.628 4.66 9.628 10.234c0 2.23-.674 4.367-1.909 6.124l-.105.145l-43.706 62.363l-.084.115c-1.813 2.39-4.551 3.843-7.541 3.843a9.7 9.7 0 0 1-2.022-.227a9 9 0 0 1-.881-.253a11 11 0 0 1-.722-.274l-.214-.097l-.364-.179l-.186-.097l-.171-.095l-.09-.053l-.322-.2l-.217-.142l-.103-.072a9 9 0 0 1-.58-.441l-.224-.189a9 9 0 0 1-.344-.31l-.059-.057a11 11 0 0 1-.829-.913a11 11 0 0 1-.865-1.266l-.096-.173l-3.42-5.495l-3.42 5.498l-.054.097c-1.699 2.931-4.677 4.845-8.03 4.935l-.246.003c-3.413 0-6.464-1.893-8.185-4.848l-.116-.204l-28.898-42.1l-.056-.069a10.6 10.6 0 0 1-2.224-6.244l-.004-.302c0-5.573 4.224-10.234 9.628-10.234c3.361 0 6.376 1.837 8.114 4.73l.04.07l21.216 31.35l3.78-6.155l.026-.048c1.632-3.103 4.699-5.147 8.167-5.238l.243-.003c3.34 0 6.35 1.815 8.09 4.682l4.128 6.777l35.158-50.336l.043-.07c1.709-2.739 4.572-4.49 7.773-4.578z"/></svg> </template>
CSS
.icon-wakatime {
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%3Cpath%20d%3D%22M128%200c70.693%200%20128%2057.307%20128%20128s-57.307%20128-128%20128S0%20198.693%200%20128S57.307%200%20128%200m0%2030.118c-54.06%200-97.882%2043.822-97.882%2097.882S73.94%20225.882%20128%20225.882S225.882%20182.06%20225.882%20128S182.06%2030.118%20128%2030.118m54.372%2053.96c5.405%200%209.628%204.66%209.628%2010.234c0%202.23-.674%204.367-1.909%206.124l-.105.145l-43.706%2062.363l-.084.115c-1.813%202.39-4.551%203.843-7.541%203.843a9.7%209.7%200%200%201-2.022-.227a9%209%200%200%201-.881-.253a11%2011%200%200%201-.722-.274l-.214-.097l-.364-.179l-.186-.097l-.171-.095l-.09-.053l-.322-.2l-.217-.142l-.103-.072a9%209%200%200%201-.58-.441l-.224-.189a9%209%200%200%201-.344-.31l-.059-.057a11%2011%200%200%201-.829-.913a11%2011%200%200%201-.865-1.266l-.096-.173l-3.42-5.495l-3.42%205.498l-.054.097c-1.699%202.931-4.677%204.845-8.03%204.935l-.246.003c-3.413%200-6.464-1.893-8.185-4.848l-.116-.204l-28.898-42.1l-.056-.069a10.6%2010.6%200%200%201-2.224-6.244l-.004-.302c0-5.573%204.224-10.234%209.628-10.234c3.361%200%206.376%201.837%208.114%204.73l.04.07l21.216%2031.35l3.78-6.155l.026-.048c1.632-3.103%204.699-5.147%208.167-5.238l.243-.003c3.34%200%206.35%201.815%208.09%204.682l4.128%206.777l35.158-50.336l.043-.07c1.709-2.739%204.572-4.49%207.773-4.578z%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%20256%20256%22%3E%3Cpath%20d%3D%22M128%200c70.693%200%20128%2057.307%20128%20128s-57.307%20128-128%20128S0%20198.693%200%20128S57.307%200%20128%200m0%2030.118c-54.06%200-97.882%2043.822-97.882%2097.882S73.94%20225.882%20128%20225.882S225.882%20182.06%20225.882%20128S182.06%2030.118%20128%2030.118m54.372%2053.96c5.405%200%209.628%204.66%209.628%2010.234c0%202.23-.674%204.367-1.909%206.124l-.105.145l-43.706%2062.363l-.084.115c-1.813%202.39-4.551%203.843-7.541%203.843a9.7%209.7%200%200%201-2.022-.227a9%209%200%200%201-.881-.253a11%2011%200%200%201-.722-.274l-.214-.097l-.364-.179l-.186-.097l-.171-.095l-.09-.053l-.322-.2l-.217-.142l-.103-.072a9%209%200%200%201-.58-.441l-.224-.189a9%209%200%200%201-.344-.31l-.059-.057a11%2011%200%200%201-.829-.913a11%2011%200%200%201-.865-1.266l-.096-.173l-3.42-5.495l-3.42%205.498l-.054.097c-1.699%202.931-4.677%204.845-8.03%204.935l-.246.003c-3.413%200-6.464-1.893-8.185-4.848l-.116-.204l-28.898-42.1l-.056-.069a10.6%2010.6%200%200%201-2.224-6.244l-.004-.302c0-5.573%204.224-10.234%209.628-10.234c3.361%200%206.376%201.837%208.114%204.73l.04.07l21.216%2031.35l3.78-6.155l.026-.048c1.632-3.103%204.699-5.147%208.167-5.238l.243-.003c3.34%200%206.35%201.815%208.09%204.682l4.128%206.777l35.158-50.336l.043-.07c1.709-2.739%204.572-4.49%207.773-4.578z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/wakatime.svg?color=%231a73e8&size=48