folder wakatime open logo

folder-wakatime-open from Material Icon Theme by Material Extensions · Color · MIT Free for personal and commercial use.

Name
folder-wakatime-open
Set
Material Icon Theme
Style
Color
Viewbox
32×32
License
MIT

Related icons in Material Icon Theme

Use the folder wakatime open logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#455a64" d="M28.967 12H9.442a2 2 0 0 0-1.898 1.368L4 24V10h24a2 2 0 0 0-2-2H15.124a2 2 0 0 1-1.28-.464l-1.288-1.072A2 2 0 0 0 11.276 6H4a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h22l4.805-11.212A2 2 0 0 0 28.967 12"/><path fill="#f5f5f5" d="M31.578 14.516A1.62 1.62 0 0 0 30.442 14a1.5 1.5 0 0 0-1.273.728l-6.255 8.823l-.82-1.324a1.54 1.54 0 0 0-1.31-.756a1.52 1.52 0 0 0-1.331.827l-.783 1.253l-3.795-5.52a1.54 1.54 0 0 0-1.352-.8a1.6 1.6 0 0 0-1.521 1.644a1.67 1.67 0 0 0 .366 1.066l5.026 7.205a1.506 1.506 0 0 0 2.686.058l.717-1.136l.698 1.103a2 2 0 0 0 .178.266a2 2 0 0 0 .13.141l.106.092a2 2 0 0 0 .227.15l.1.05a1.4 1.4 0 0 0 .455.122l.123.008h.029a1.53 1.53 0 0 0 1.204-.617l7.61-10.702a1.7 1.7 0 0 0 .341-1.007a1.6 1.6 0 0 0-.42-1.158m-9.212 12.82"/></svg>

React

import type { SVGProps } from "react";

export function MaterialIconThemeFolderWakatimeOpen(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#455a64" d="M28.967 12H9.442a2 2 0 0 0-1.898 1.368L4 24V10h24a2 2 0 0 0-2-2H15.124a2 2 0 0 1-1.28-.464l-1.288-1.072A2 2 0 0 0 11.276 6H4a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h22l4.805-11.212A2 2 0 0 0 28.967 12"/><path fill="#f5f5f5" d="M31.578 14.516A1.62 1.62 0 0 0 30.442 14a1.5 1.5 0 0 0-1.273.728l-6.255 8.823l-.82-1.324a1.54 1.54 0 0 0-1.31-.756a1.52 1.52 0 0 0-1.331.827l-.783 1.253l-3.795-5.52a1.54 1.54 0 0 0-1.352-.8a1.6 1.6 0 0 0-1.521 1.644a1.67 1.67 0 0 0 .366 1.066l5.026 7.205a1.506 1.506 0 0 0 2.686.058l.717-1.136l.698 1.103a2 2 0 0 0 .178.266a2 2 0 0 0 .13.141l.106.092a2 2 0 0 0 .227.15l.1.05a1.4 1.4 0 0 0 .455.122l.123.008h.029a1.53 1.53 0 0 0 1.204-.617l7.61-10.702a1.7 1.7 0 0 0 .341-1.007a1.6 1.6 0 0 0-.42-1.158m-9.212 12.82"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#455a64" d="M28.967 12H9.442a2 2 0 0 0-1.898 1.368L4 24V10h24a2 2 0 0 0-2-2H15.124a2 2 0 0 1-1.28-.464l-1.288-1.072A2 2 0 0 0 11.276 6H4a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h22l4.805-11.212A2 2 0 0 0 28.967 12"/><path fill="#f5f5f5" d="M31.578 14.516A1.62 1.62 0 0 0 30.442 14a1.5 1.5 0 0 0-1.273.728l-6.255 8.823l-.82-1.324a1.54 1.54 0 0 0-1.31-.756a1.52 1.52 0 0 0-1.331.827l-.783 1.253l-3.795-5.52a1.54 1.54 0 0 0-1.352-.8a1.6 1.6 0 0 0-1.521 1.644a1.67 1.67 0 0 0 .366 1.066l5.026 7.205a1.506 1.506 0 0 0 2.686.058l.717-1.136l.698 1.103a2 2 0 0 0 .178.266a2 2 0 0 0 .13.141l.106.092a2 2 0 0 0 .227.15l.1.05a1.4 1.4 0 0 0 .455.122l.123.008h.029a1.53 1.53 0 0 0 1.204-.617l7.61-10.702a1.7 1.7 0 0 0 .341-1.007a1.6 1.6 0 0 0-.42-1.158m-9.212 12.82"/></svg>
</template>

CSS

.icon-folder-wakatime-open {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22%23455a64%22%20d%3D%22M28.967%2012H9.442a2%202%200%200%200-1.898%201.368L4%2024V10h24a2%202%200%200%200-2-2H15.124a2%202%200%200%201-1.28-.464l-1.288-1.072A2%202%200%200%200%2011.276%206H4a2%202%200%200%200-2%202v16a2%202%200%200%200%202%202h22l4.805-11.212A2%202%200%200%200%2028.967%2012%22%2F%3E%3Cpath%20fill%3D%22%23f5f5f5%22%20d%3D%22M31.578%2014.516A1.62%201.62%200%200%200%2030.442%2014a1.5%201.5%200%200%200-1.273.728l-6.255%208.823l-.82-1.324a1.54%201.54%200%200%200-1.31-.756a1.52%201.52%200%200%200-1.331.827l-.783%201.253l-3.795-5.52a1.54%201.54%200%200%200-1.352-.8a1.6%201.6%200%200%200-1.521%201.644a1.67%201.67%200%200%200%20.366%201.066l5.026%207.205a1.506%201.506%200%200%200%202.686.058l.717-1.136l.698%201.103a2%202%200%200%200%20.178.266a2%202%200%200%200%20.13.141l.106.092a2%202%200%200%200%20.227.15l.1.05a1.4%201.4%200%200%200%20.455.122l.123.008h.029a1.53%201.53%200%200%200%201.204-.617l7.61-10.702a1.7%201.7%200%200%200%20.341-1.007a1.6%201.6%200%200%200-.42-1.158m-9.212%2012.82%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%2032%2032%22%3E%3Cpath%20fill%3D%22%23455a64%22%20d%3D%22M28.967%2012H9.442a2%202%200%200%200-1.898%201.368L4%2024V10h24a2%202%200%200%200-2-2H15.124a2%202%200%200%201-1.28-.464l-1.288-1.072A2%202%200%200%200%2011.276%206H4a2%202%200%200%200-2%202v16a2%202%200%200%200%202%202h22l4.805-11.212A2%202%200%200%200%2028.967%2012%22%2F%3E%3Cpath%20fill%3D%22%23f5f5f5%22%20d%3D%22M31.578%2014.516A1.62%201.62%200%200%200%2030.442%2014a1.5%201.5%200%200%200-1.273.728l-6.255%208.823l-.82-1.324a1.54%201.54%200%200%200-1.31-.756a1.52%201.52%200%200%200-1.331.827l-.783%201.253l-3.795-5.52a1.54%201.54%200%200%200-1.352-.8a1.6%201.6%200%200%200-1.521%201.644a1.67%201.67%200%200%200%20.366%201.066l5.026%207.205a1.506%201.506%200%200%200%202.686.058l.717-1.136l.698%201.103a2%202%200%200%200%20.178.266a2%202%200%200%200%20.13.141l.106.092a2%202%200%200%200%20.227.15l.1.05a1.4%201.4%200%200%200%20.455.122l.123.008h.029a1.53%201.53%200%200%200%201.204-.617l7.61-10.702a1.7%201.7%200%200%200%20.341-1.007a1.6%201.6%200%200%200-.42-1.158m-9.212%2012.82%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-icon-theme/folder-wakatime-open.svg?color=%231a73e8&size=48